https://github.com/GPflow/GPflow
Revision 9fac59f584c463cf3f9f11344c140c01e1d41190 authored by vdutor on 30 January 2019, 14:04:09 UTC, committed by vdutor on 30 January 2019, 14:04:09 UTC
2 parent s 470920c + d9fa6a9
Raw File
Tip revision: 9fac59f584c463cf3f9f11344c140c01e1d41190 authored by vdutor on 30 January 2019, 14:04:09 UTC
Merge branch 'vincent/notebooks-revamp' of github.com:GPflow/GPflow into vincent/notebooks-revamp
Tip revision: 9fac59f
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