https://github.com/GPflow/GPflow
Revision 2a16f04f2fc020384edd2c97025681ebde603f3e authored by Hugh Salimbeni on 16 September 2018, 16:30:26 UTC, committed by GitHub on 16 September 2018, 16:30:26 UTC
pending arxiv/nips 2018 publication
1 parent 83631b7
Raw File
Tip revision: 2a16f04f2fc020384edd2c97025681ebde603f3e authored by Hugh Salimbeni on 16 September 2018, 16:30:26 UTC
added link to orthogonally decoupled repo
Tip revision: 2a16f04
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