https://github.com/GPflow/GPflow
Revision 7be58b6f318abbe8bc660e34008f2cbae9bcb60f authored by John Bradshaw on 04 October 2017, 08:40:37 UTC, committed by John Bradshaw on 11 October 2017, 11:16:10 UTC
1 parent d154c4f
Raw File
Tip revision: 7be58b6f318abbe8bc660e34008f2cbae9bcb60f authored by John Bradshaw on 04 October 2017, 08:40:37 UTC
Random features -- improved demo to also show Thompson sampling.
Tip revision: 7be58b6
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