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
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top