pyro-ppl/pyro

Port NumPyro introductory examples to Pyro

Open

#2,995 opened on Dec 14, 2021

View on GitHub
 (12 comments) (0 reactions) (0 assignees)Python (8,211 stars) (981 forks)batch import
Examplesgood first issuehelp wanted

Description

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:

Contributor guide