https://github.com/GPflow/GPflow
Revision 0c6afdf52bac61d218115aa7dd84407009349749 authored by Alexander G. de G. Matthews on 02 August 2017, 08:52:42 UTC, committed by GitHub on 02 August 2017, 08:52:42 UTC
2 parent s f25e751 + 47e8c17
Raw File
Tip revision: 0c6afdf52bac61d218115aa7dd84407009349749 authored by Alexander G. de G. Matthews on 02 August 2017, 08:52:42 UTC
Merge branch 'master' into mnist
Tip revision: 0c6afdf
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