https://github.com/GPflow/GPflow
Revision 771de3edeacb5fd37910b3a6431029ea592511b5 authored by st-- on 01 February 2019, 18:20:08 UTC, committed by GitHub on 01 February 2019, 18:20:08 UTC
* minor changes to tips_and_tricks notebook

* add tips_and_tricks to docs

* add doc/README.md
1 parent 765224b
Raw File
Tip revision: 771de3edeacb5fd37910b3a6431029ea592511b5 authored by st-- on 01 February 2019, 18:20:08 UTC
Minor changes to Tips & Tricks notebook (#921)
Tip revision: 771de3e
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