pyro-ppl / pyro

Deep universal probabilistic programming with Python and PyTorch
http://pyro.ai
Apache License 2.0
8.48k stars 984 forks source link

Collect and display links to external tutorials and examples on the Pyro website #2597

Open eb8680 opened 4 years ago

eb8680 commented 4 years ago

There are a number of tutorials and case studies created by the Pyro community that can't or shouldn't live in the Pyro repository. Two examples are @fehiepsi's port of the code examples in Statistical Rethinking to Pyro/NumPyro and @ucals's Pyro version of Chapter 1 of Probabilistic Programming and Bayesian Methods for Hackers added upstream in https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/pull/506 (and posted here in #2592).

There are also tutorials and examples scattered around other pyro-ppl repositories that we should expose on the examples page, like the hierarchical HMM examples, M5 examples and the LF time series tutorial.

This issue is for discussing whether, where and how to display them. Should we just add links on the examples page sidebar under an "external" heading, put them in a stickied forum thread, or have a dedicated page somewhere? Should we also make them more visible, perhaps with a direct link on the front page header?

eb8680 commented 3 years ago

I plan to do this before Wednesday but it doesn't need to block the 1.5 release.