probml / pyprobml

Python code for "Probabilistic Machine learning" book by Kevin Murphy
MIT License
6.53k stars 1.53k forks source link

Add Grid approximation #920

Closed karm-patel closed 2 years ago

karm-patel commented 2 years ago

Add Grid approximation in https://colab.research.google.com/github/probml/pyprobml/blob/master/notebooks/book1/04/laplace_approx_beta_binom_jax.ipynb#scrollTo=f9c1338c.

So we can complete Fig 7.2 by laexification. image

Note: Also we need to separate PYMC & Blackjack notebook.

murphyk commented 2 years ago

Note : that notebook uses import pymc3 as pm which will also need updating

karm-patel commented 2 years ago

This is resolved in #968