https://github.com/GPflow/GPflow
Revision cedbc86e1d2244664764c746eafa95566476d250 authored by st-- on 03 April 2019, 18:51:42 UTC, committed by GitHub on 03 April 2019, 18:51:42 UTC
* make headline links more explanatory

* add VBPP to projects

* add link to kernel_learning project
1 parent 5fcf8d9
Raw File
Tip revision: cedbc86e1d2244664764c746eafa95566476d250 authored by st-- on 03 April 2019, 18:51:42 UTC
Update README (#963)
Tip revision: cedbc86
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