https://github.com/GPflow/GPflow
Revision 7a0661f40404c5f8606b02359c3fe99e929fc885 authored by John Bradshaw on 03 October 2017, 16:07:05 UTC, committed by John Bradshaw on 11 October 2017, 11:16:10 UTC
1 parent 345e1c2
Raw File
Tip revision: 7a0661f40404c5f8606b02359c3fe99e929fc885 authored by John Bradshaw on 03 October 2017, 16:07:05 UTC
Implemented test for linear_weights_posterior method of SVGP model.
Tip revision: 7a0661f
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