probml / pyprobml

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

tweak book 1 fog 7.6 gaussEvec.ipynb #1094

Closed murphyk closed 1 year ago

murphyk commented 2 years ago

To solve https://github.com/probml/pml-book/issues/440 Tweak https://colab.research.google.com/github/probml/pyprobml/blob/master/notebooks/book1/07/gaussEvec.ipynb The exponents should be lambda^{-1/2}. I tried changing the text but the figure no longer renders properly (u_1, u_2 axis broken)

Screen Shot 2022-07-28 at 11 55 07 PM
Mrutyunjay01 commented 1 year ago

image

Is this the desired orientation?

Colab notebook link: here

murphyk commented 1 year ago

Solved in https://github.com/probml/pyprobml/blob/master/notebooks/book1/07/gaussEvec.ipynb