https://github.com/GPflow/GPflow
Revision 5f0c25166739a00136caa489e1758d0739d4baa8 authored by Hugh Salimbeni on 08 March 2018, 18:35:01 UTC, committed by Hugh Salimbeni on 08 March 2018, 18:35:01 UTC
2 parent s 00674d4 + 6c43de1
Raw File
Tip revision: 5f0c25166739a00136caa489e1758d0739d4baa8 authored by Hugh Salimbeni on 08 March 2018, 18:35:01 UTC
Merge branch 'master' into awav/natural-gradient-optimizer
Tip revision: 5f0c251
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