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
docs_require.txt
ipykernel>=4.3.1
ipython>=4.2.0
ipython-genutils>=0.1.0
jupyter>=1.0.0
jupyter-client>=4.3.0
jupyter-console>=4.1.1
jupyter-contrib-core>=0.3.0
jupyter-core>=4.1.0
jupyter-nbextensions-configurator>=0.2.1
nbsphinx>=0.2.13
numpydoc>=0.6.0
Pygments>=2.1.3
scipy>=0.18.0
pandas>=0.18.1
sphinx_rtd_theme==0.1.9
tensorflow>=1.8
back to top