https://github.com/GPflow/GPflow
Revision 7610f98ef42f8f8fbea0f6a956485c824db40bbc authored by Ayman Boustati on 28 January 2019, 18:44:04 UTC, committed by Ayman Boustati on 28 January 2019, 18:44:04 UTC
1 parent d9fa6a9
Raw File
Tip revision: 7610f98ef42f8f8fbea0f6a956485c824db40bbc authored by Ayman Boustati on 28 January 2019, 18:44:04 UTC
Cleaned up SVGP Notebook
Tip revision: 7610f98
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