probml / pyprobml

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

VMG code should be moved to probml-utils #930

Closed murphyk closed 2 years ago

murphyk commented 2 years ago

Currently https://github.com/probml/pyprobml/blob/master/notebooks/book2/09/variational_mixture_gaussians_demo.ipynb (fig 9.7) does not work. It seems to depend on the following deprecated script: https://github.com/probml/pyprobml/blob/master/deprecated/scripts/variational_mixture_gaussians.py. The latter should be added to probml-utils.

karm-patel commented 2 years ago

Done