https://github.com/GPflow/GPflow
Revision 75733ff7cebe1c2db726f66e6bd39497f92339c3 authored by Alexander G. de G. Matthews on 30 August 2017, 12:28:37 UTC, committed by GitHub on 30 August 2017, 12:28:37 UTC
Added upper bound to regression models.
2 parent s f4ce067 + 3e5ed83
Raw File
Tip revision: 75733ff7cebe1c2db726f66e6bd39497f92339c3 authored by Alexander G. de G. Matthews on 30 August 2017, 12:28:37 UTC
Merge pull request #494 from GPflow/upper-mixin
Tip revision: 75733ff
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