https://github.com/GPflow/GPflow
Revision e71fe63fa333adcd7f9138feeb647fd442fed1e9 authored by John Bradshaw on 23 October 2017, 10:36:21 UTC, committed by John Bradshaw on 23 October 2017, 10:36:21 UTC
2 parent s 5b16a12 + 3d07e9d
Raw File
Tip revision: e71fe63fa333adcd7f9138feeb647fd442fed1e9 authored by John Bradshaw on 23 October 2017, 10:36:21 UTC
Merge remote-tracking branch 'origin/GPflow-1.0-RC' into john-bradshaw/binary-class-GP
Tip revision: e71fe63
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