https://github.com/GPflow/GPflow
Revision c10561147b3de1310fd47b7c6bb6e2e6d15fa5cd authored by Markus Kaiser on 03 April 2017, 13:57:21 UTC, committed by Markus Kaiser on 03 April 2017, 13:57:21 UTC
1 parent 01527ae
Raw File
Tip revision: c10561147b3de1310fd47b7c6bb6e2e6d15fa5cd authored by Markus Kaiser on 03 April 2017, 13:57:21 UTC
Add test for randomization of LowerTriangular param
Tip revision: c105611
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