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

Global refactoring #482

Closed mikeshwe closed 4 years ago

mikeshwe commented 4 years ago

Remove code that deleted burn-in iterations, vectorized showdown loss, removed code that sampled from mean and variance of samples and replaced with the samples themselves, improved RWM performance.

CamDavidsonPilon commented 4 years ago

looks better👍 can you also remove the ipynb files in the main directory too?

CamDavidsonPilon commented 4 years ago

nice! Thanks!