The Python Implementation of Deep Gaussian Processes
Currently implemented models are
- Deep GPs
- Variational Auto-encoded Deep GPs
To run the PyDeepGP test suite on your own machine:
- Install tox
- Clone this repo
cd
into this repo- Run
tox
to run the test suite and report test outcomes