https://github.com/GPflow/GPflow
Revision 0e58dcca38e0bd5917f64b6d9410d794567443dc authored by James Hensman on 03 August 2017, 07:47:23 UTC, committed by James Hensman on 03 August 2017, 07:47:23 UTC
1 parent 47e8c17
Raw File
Tip revision: 0e58dcca38e0bd5917f64b6d9410d794567443dc authored by James Hensman on 03 August 2017, 07:47:23 UTC
adding binsize and explanation to Poisson likelihood
Tip revision: 0e58dcc
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