https://github.com/GPflow/GPflow
Revision d5e7bc15b3421a0cf4bec57cd940333d66732781 authored by vdutor on 27 November 2018, 20:49:56 UTC, committed by vdutor on 27 November 2018, 20:49:56 UTC
1 parent 052841e
Raw File
Tip revision: d5e7bc15b3421a0cf4bec57cd940333d66732781 authored by vdutor on 27 November 2018, 20:49:56 UTC
broadcasting base conditional with Inducing Point features
Tip revision: d5e7bc1
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