https://github.com/GPflow/GPflow
Revision 65577cf0e0355929067b66e7e0529bd656be152f authored by Joachim van der Herten on 27 May 2017, 10:29:17 UTC, committed by Joachim van der Herten on 27 May 2017, 10:29:17 UTC
1 parent 456b9ed
Raw File
Tip revision: 65577cf0e0355929067b66e7e0529bd656be152f authored by Joachim van der Herten on 27 May 2017, 10:29:17 UTC
Added docstrings for softplus transform
Tip revision: 65577cf
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