https://github.com/GPflow/GPflow
Revision 5ef88136c7d9be19b91a485bd20790f5591cf33a authored by Simon Fothergill on 20 February 2019, 17:36:23 UTC, committed by Vincent Dutordoir on 20 February 2019, 17:36:23 UTC
1 parent 5f037b4
Raw File
Tip revision: 5ef88136c7d9be19b91a485bd20790f5591cf33a authored by Simon Fothergill on 20 February 2019, 17:36:23 UTC
Added GPflows diagram to intro (and altered intro paragraph to explain what comes next) (#947)
Tip revision: 5ef8813
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