https://github.com/GPflow/GPflow
Revision f278102437167039f5ac9665e5d03f598de5adaf authored by dave on 24 June 2017, 09:46:41 UTC, committed by dave on 24 June 2017, 09:46:41 UTC
1 parent d55d166
Raw File
Tip revision: f278102437167039f5ac9665e5d03f598de5adaf authored by dave on 24 June 2017, 09:46:41 UTC
Add tf_optimize test for GPMC
Tip revision: f278102
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