https://github.com/GPflow/GPflow
Revision f076951c36917e1bfa81385bf90180b227b1c669 authored by Alessandro Davide Ialongo on 28 March 2018, 16:45:06 UTC, committed by Alessandro Davide Ialongo on 03 April 2018, 17:06:16 UTC
1 parent 16570be
Raw File
Tip revision: f076951c36917e1bfa81385bf90180b227b1c669 authored by Alessandro Davide Ialongo on 28 March 2018, 16:45:06 UTC
expectations: pass num hermite points to _expectation() and minor cleaning
Tip revision: f076951
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