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.67k stars 7.86k forks source link

first draft for pymc3, chapter 1 mostly done #332

Closed bmservilha closed 7 years ago

CamDavidsonPilon commented 7 years ago

Hi there, is this a port to pymc3?

twiecki commented 7 years ago

Seems like that's your commit @CamDavidsonPilon "CamDavidsonPilon committed on Feb 23, 2014" ;)

CamDavidsonPilon commented 7 years ago

lawl I didn't even notice :)

@bmservilha, BMH was ported to PyMC3 a few months ago: you can see the pymc3 notebooks side by side with the pymc2 ones.