https://github.com/GPflow/GPflow
Revision d154c4f84d22c1441be40ada7a7f8bf8247c0f46 authored by John Bradshaw on 03 October 2017, 18:11:24 UTC, committed by John Bradshaw on 11 October 2017, 11:16:10 UTC
* improved test for SVGP to test both whitened and unwhitened versions
* building up demo
1 parent 7a0661f
Raw File
Tip revision: d154c4f84d22c1441be40ada7a7f8bf8247c0f46 authored by John Bradshaw on 03 October 2017, 18:11:24 UTC
SVGP model random features.
Tip revision: d154c4f
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