https://github.com/GPflow/GPflow
Revision 653a80d9d5162866b604b1367e9ad5b245f4efbc authored by st-- on 17 June 2019, 17:28:18 UTC, committed by GitHub on 17 June 2019, 17:28:18 UTC
Closes #953. Adds a bunch of notebbooks deleted in #924 (0dec75) - mainly theoretical notes:

* FITC vs VFE comparison
* Sanity check of model overlap for Gaussian likelihood and Z=X
* SGPR and VGP equation derivations

* How to combine GPflow models with neural networks
* Manipulating models
1 parent ba5e53a
Raw File
Tip revision: 653a80d9d5162866b604b1367e9ad5b245f4efbc authored by st-- on 17 June 2019, 17:28:18 UTC
Resurrect a couple of notebooks that went missing in #924 (#989)
Tip revision: 653a80d
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