https://github.com/GPflow/GPflow
Revision 460afc749def66b5fcea98a36174a02329991797 authored by st-- on 12 September 2018, 19:01:15 UTC, committed by Artem Artemev on 12 September 2018, 19:01:15 UTC
1 parent 2475891
Raw File
Tip revision: 460afc749def66b5fcea98a36174a02329991797 authored by st-- on 12 September 2018, 19:01:15 UTC
Sample conditional returns mean and var as well as samples, and generates more than one sample (#836)
Tip revision: 460afc7
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