https://github.com/GPflow/GPflow
Revision e2acd61e17e8e4565ad211ae275c8f488b2b391f authored by Hugh Salimbeni on 28 March 2018, 11:10:42 UTC, committed by Mark van der Wilk on 28 March 2018, 11:10:42 UTC
* added notebook

* added callback to first example
1 parent c283fec
Raw File
Tip revision: e2acd61e17e8e4565ad211ae275c8f488b2b391f authored by Hugh Salimbeni on 28 March 2018, 11:10:42 UTC
Natural gradients notebook (#691)
Tip revision: e2acd61
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