https://github.com/GPflow/GPflow
Revision 5a7da36941880a29b2a2168bcfed38493721277b authored by vdutor on 06 March 2018, 17:50:09 UTC, committed by GitHub on 06 March 2018, 17:50:09 UTC
* Added simple multi-output kernels with various features for inference.
+ example notebook

* Added MultiKernel example (unfinished).

* Added `independent_latents_conditional()`.

* Begin of mixed multi efficient implementation (not finished)

* More updates

* Code now feature-complete, with examples in notebook. Still buggy though!

* 1st implementation of mixed-multi-output

* Clean up with repetitions (R)

* R removed as a feature. Code now mostly consistent and a lot neater.

* `feature_conditional` now unified with `conditional`

* mixedmulti without R
1 parent b58808a
History
Tip revision: 5a7da36941880a29b2a2168bcfed38493721277b authored by vdutor on 06 March 2018, 17:50:09 UTC
Vdutor/mixedmulti (#668)
Tip revision: 5a7da36
File Mode Size
doc
gpflow
notebooks
tests
.coveragerc -rw-r--r-- 261 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 811 bytes
.pylintrc -rw-r--r-- 14.6 KB
.travis.yml -rw-r--r-- 664 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-- 4.7 KB
RELEASE.md -rw-r--r-- 5.3 KB
codecov.yml -rw-r--r-- 268 bytes
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.3 KB

README.md

back to top