probml / pyprobml

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

Latexified gan mixture of gaussians #972

Closed dhruvpatel144 closed 2 years ago

dhruvpatel144 commented 2 years ago

Description

I have latexified the below figure. Kindly have a look here.

Figure Number

book2 - 26.7

Figures

Before PR After PR
before pr 4 after pr4

Issue

970

Steps

Checklist

Potential problems/Important remarks

I was not able to produce the exact same result for the 20000 iterations. It got converged to only one small node, hence I reduce the number of iterations to 14000 to demonstrate the result. The results for different iterations (till 20000) can be checked here.

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

murphyk commented 2 years ago

static_import_check fails

dhruvpatel144 commented 2 years ago

Resolved. It passes the 3 must pass checks.