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.71k stars 7.88k forks source link

[Feature Request] Add new TFP syntax: JointDistribution*{AutoBatched} #517

Closed phineas-pta closed 1 year ago

phineas-pta commented 3 years ago

Hello,

First of all, thank for writing a very great book, I'm really enjoying it :smile:

Currently in the TFP version of this book, models are "manually" built. I took a look at TFP tutorial here, found out that models could be intuitively built with JointDistribution*{AutoBatched}. For some simple models, this has some advantage of its own:

So I suggest you could add this new syntax to your book to keep it up-to-date with new version of TFP

Thank you