https://github.com/GPflow/GPflow
Revision 2a30cdb4a753f8e79b24ad39492c41d8d3bf91fa authored by vdutor on 16 March 2018, 12:23:30 UTC, committed by vdutor on 16 March 2018, 12:23:30 UTC
1 parent 88456f4
Raw File
Tip revision: 2a30cdb4a753f8e79b24ad39492c41d8d3bf91fa authored by vdutor on 16 March 2018, 12:23:30 UTC
Add documentation for multioutput gps to notebook
Tip revision: 2a30cdb
roadmap.md
This document covers major planned development items for GPflow.

# Computational speed
 - Add further benchmarks to [benchmark repository](https://github.com/GPflow/GPflowBenchmarks) including multiple GPUs.
 - Incorporate remaining Tom Nickson GPU code from [branch](https://github.com/c0g/tomserflow) into TensorFlow main.

# Features
 - Add ability to exploit Kronecker structure.
	
# Housekeeping 
 - See also issues marked "enhancement" in the GitHub [list](https://github.com/GPflow/GPflow/issues).
back to top