Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deep GP example: input-connected network? #97

Closed
finmod opened this issue Apr 5, 2016 · 1 comment
Closed

Deep GP example: input-connected network? #97

finmod opened this issue Apr 5, 2016 · 1 comment

Comments

@finmod
Copy link

finmod commented Apr 5, 2016

Putting autograd to the test of the many examples provided, the deep Gaussian process example is based on @duvenaud deep limits (unfortunately on inefficient matllab). More doc at the beginning of deepGP.py should clarify if the deep GP implemented is the pathology-free input-connected network or not.

In addition, it would be great to have a complete example matching with deepGPy of Hensman and Lawrence https://github.com/SheffieldML/deepGPy with the step function example pushed to two or three hidden layers with the corresponding normalized singular values. The example in autograd of "1.4 Fixing the pathology" would really be the ultimate test.

Fantastic work.

@duvenaud
Copy link
Contributor

duvenaud commented Apr 7, 2016

Thanks for the kind words. The deep GP example isn't input-connected, and in fact is a very rough-proof-of-concept. A student is turning it into a nicer version, which we'll put up once he's done, but neither one implements the full-fledged variational version by the Sheffield group. This demo is more like FITC at each layer.

@duvenaud duvenaud closed this as completed Apr 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants