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

Feature Request: Guidelines on implementing Sparse GP in Numpyro #829

Open
LysSanzMoreta opened this issue Nov 27, 2020 · 1 comment
Open

Feature Request: Guidelines on implementing Sparse GP in Numpyro #829

LysSanzMoreta opened this issue Nov 27, 2020 · 1 comment

Comments

@LysSanzMoreta
Copy link

@LysSanzMoreta LysSanzMoreta commented Nov 27, 2020

Hi!

I would like to request some guidelines on how to implement SparseGP (with SVI) in Numpyro as already included in Pyro. Currently there is only a simple Gaussian Process implementation in Numpyro .

Thank you very much in advance :)

@fehiepsi
Copy link
Collaborator

@fehiepsi fehiepsi commented Nov 28, 2020

The Pyro module pyro.contrib.gp is pretty stable and there are already a couple of examples (deep kernel learning, gplvm) of doing SVI inference for sparse GP models in Pyro. I would like to extend the feature request for having an example of deep sparse GP in NumPyro, which isn't duplicated with the current examples on Pyro and illustrates how to use flax_module primitive. Please see the following references as a guideline for an implementation:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.