Probabilistic-Programming-and-Bayesian-Methods-for-Hackers icon indicating copy to clipboard operation
Probabilistic-Programming-and-Bayesian-Methods-for-Hackers copied to clipboard

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 ;)

Results 119 Probabilistic-Programming-and-Bayesian-Methods-for-Hackers issues
Sort by recently updated
recently updated
newest added

The alert-success box that begins "Tensorflow Probability is part of the colab default runtime"---and created by the div tag---is not supported by nbconvert, when converting the chapter to PDF. The...

When converting Chapter 1 TFP to PDF via nbconvert, the latter fails, reporting "erroneous nesting of equation structures": ! Package amsmath Error: Erroneous nesting of equation structures; (amsmath) trying to...

Hi there, when trying to run the code with N>1 (introduction of part 3) these lines are not executed `likelihood_x_ = evaluate(tfd.Poisson(rate=x_).prob(data_[:, 0])) likelihood_y_ = evaluate(tfd.Poisson(rate=y_).prob(data_[:, 1]))` Error message: ValueError:...

I prefer Deepnote over nbviewer as it allows you to edit the code and you can save your work online. I added links for each chapter in case anyone else...

You write on the social example: > What you can say for certain is that the true rate is less than your observed rate I assume you mean: > the...

Commit https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/commit/d39fa938267cb4b0fc09ec6474e2a94df78fbe09 makes this notebook runnable. The rest are deprecation fixes.

Hello, I'm a newbie of Bayesian statistics, thanks for authors' awesome work. I found the demo code of Normal Distribution may have a problem. the `scipy.stats` function `norm` has a...

It would be useful if there existed an answer key for the exercises. With such a key, the feedback obsessed like myself could verify they aren't making dumb mistakes or...

I'm not sure if you (authors) were intending the appendix section of the print version to be only for those who purchased the print version, however I added the extension...

This PR clears up some confusion present in "Ch3_IntroMCMC_PyMC3" that arises from a sudden switch-up of variable names referring to the same cluster (explained in #367).