probml / pyprobml

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

tweak gpKernelPlot #1047

Open murphyk opened 2 years ago

murphyk commented 2 years ago

https://github.com/probml/pyprobml/blob/master/notebooks/book2/18/gpKernelPlot.ipynb

Change ordering to

rbf(0.1), rbf(1), rbf(5)
mat12, 32, 52
periodic, cosine,  RQ
poly1, poly2, noise

Put more space between rows

Also save as individual figures/files in addition to a 4x3 montage.