-
-
Notifications
You must be signed in to change notification settings - Fork 986
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
Port NumPyro introductory examples to Pyro #2995
Comments
I can start working on the Bayesian Regression example if no one else is working on it. |
@arijc76 great, go for it! |
@eb8680 - I am nearly done with the regression example. |
Hi @arijc76, nice work! The reason you are seeing different values in your custom Whenever you're ready, feel free to open a pull request with your notebook so we can review it in more detail. |
Thanks @eb8680. The results are more similar now after following your suggestion. |
@arijc76 that should be fine - we can help you get CI tests working in the PR. |
I'm keen to contribute the Bayesian Hierarchical Regression tutorial, I've already ported it in the past so will clean it up and try variational inference with it. |
@JamesTrick sorry for the delay, that sounds great! Please let us know if you need any help getting started. |
Hi @eb8680 Since I'm nearly done with the Bayesian Regression Using NumPyro example, I can work on the Bayesian Imputation example if that's ok. |
Hi there @arijc76 , is this issue still available for contribution? I am keen to give Bayesian Imputation a try |
Hi @willtai , Yes it's available. I am not working on the Bayesian Imputation example. |
If the Bayesian imputation task is still open, I'd like to pick it up. @willtai @arijeetchatterjee |
NumPyro now has several excellent introductory examples with no direct counterparts in Pyro. Porting one of these to Pyro would be a great way for someone to simultaneously learn more about Bayesian data analysis and make a valuable open source contribution.
If you are reading this and want to give one of them a try, please leave a comment here so that other people are aware of your work and so we can help you get started!
Bonus points if you can modify an example to use variational inference with Pyro's autoguides rather than MCMC while obtaining similar results.
List of examples:
The text was updated successfully, but these errors were encountered: