https://github.com/GPflow/GPflow
Revision 8b140954a7b9291f52b097cddf028f68cb1fb708 authored by Ayman Boustati on 20 February 2019, 12:34:14 UTC, committed by Ayman Boustati on 20 February 2019, 12:34:14 UTC
1 parent 5f037b4
Raw File
Tip revision: 8b140954a7b9291f52b097cddf028f68cb1fb708 authored by Ayman Boustati on 20 February 2019, 12:34:14 UTC
clean up of multioutput notebook and link to other notebooks
Tip revision: 8b14095
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