https://github.com/GPflow/GPflow
Revision 12c7656a9be1a4db6c457bfe3e322f8977a61e9f authored by st-- on 31 August 2018, 17:57:46 UTC, committed by GitHub on 31 August 2018, 17:57:46 UTC
* add link to github.com/Joshuaalbert/heterogp in lieu of #735
* remove link to gpflow-monitor now that it's in GPflow itself, ok'd by @markvdw
1 parent a2afcee
Raw File
Tip revision: 12c7656a9be1a4db6c457bfe3e322f8977a61e9f authored by st-- on 31 August 2018, 17:57:46 UTC
add link to github.com/Joshuaalbert/heterogp in lieu of #735 (#773)
Tip revision: 12c7656
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