https://github.com/GPflow/GPflow
Revision 69364c2b79e1e6dd0fe7419377a044c0bdedb4f5 authored by Mark van der Wilk on 04 October 2017, 18:13:22 UTC, committed by GitHub on 04 October 2017, 18:13:22 UTC
* Clean up kullback_leiblers: a single function for whitened/unwhitened and diagonal/full-covariance. Deprecate the rest.

* Update VGP and SVGP models to use new `gauss_kl`

* clean up test_conditionals

* Improve documentation

* tidy up gauss_kl code

* Add dedicated tests for Gaussian KL divergence

* Bumped version.

* Added encoding hint for python2.7.

* @ to .dot()

* change encoding to utf-8

* Added coding for `test_kldiv.py` + PEP8.

* I'm all for high test coverage, but this seems a bit overzealous :P
1 parent 4d8b552
History
Tip revision: 69364c2b79e1e6dd0fe7419377a044c0bdedb4f5 authored by Mark van der Wilk on 04 October 2017, 18:13:22 UTC
Clean up kullback_leiblers (#514)
Tip revision: 69364c2
File Mode Size
doc
gpflow
notebooks
testing
.coveragerc -rw-r--r-- 261 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 793 bytes
.travis.yml -rw-r--r-- 842 bytes
Dockerfile -rw-r--r-- 1.1 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 166 bytes
README.md -rw-r--r-- 5.7 KB
RELEASE.md -rw-r--r-- 3.7 KB
contributing.md -rw-r--r-- 4.1 KB
docs_require.txt -rw-r--r-- 404 bytes
roadmap.md -rw-r--r-- 506 bytes
run_tests.sh -rwxr-xr-x 896 bytes
setup.py -rw-r--r-- 2.5 KB

README.md

back to top