probml / pyprobml

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

reimplement Bayesian GMMs in blackjax #854

Open murphyk opened 2 years ago

murphyk commented 2 years ago

Convert this notebook from pymc to blackjax: https://colab.research.google.com/github/probml/pyprobml/blob/master/notebooks/book1/21/gmm_identifiability_pymc3.ipynb

Screen Shot 2022-05-20 at 10 22 05 AM
murphyk commented 2 years ago

I believe that @patel-zeel has now solved this in BIJAX?

murphyk commented 2 years ago

@karm-patel I think you have already solved this? Where is the code?

karm-patel commented 2 years ago

@karm-patel I think you have already solved this? Where is the code?

Yes, I have an un-polished code, I'll check in soon.