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

Syntax for tensorflow probability 0.70 #475

Open cc20002002 opened 5 years ago

cc20002002 commented 5 years ago

Thanks very much for putting this book together. It is perhaps one of the very limited resources available online.

In tensorflow probability 0.7.0, the use of step size adaption for HMC and the use of trace_fn has been changed. Could you update your book accordingly?