CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.5k stars 7.84k forks source link

Adding port to Pyro - Chapter 1 #506

Closed ucals closed 3 years ago

ucals commented 3 years ago

First of all, congrats for the book: great reading! This PR ports Chapter 1 to Pyro, another great probabilistic programming language (PPL) supported by PyTorch on the backend.

CamDavidsonPilon commented 3 years ago

Amazing! Thanks @ucals! I'm not an expert in Pyro (I've heard good things though), so I'll merge this without offering any comments on the code - cheers!