probml / pyprobml

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

Implement Bayesian Optimization using tinyGP #976

Open nipunbatra opened 2 years ago

nipunbatra commented 2 years ago

Currently, the two figures in the book are screenshots

Use tinyGP and follow the Distill article on BayesOpt and the corresponding code repo to generate these plots using code.

Screenshot 2022-07-01 at 9 24 35 AM Screenshot 2022-07-01 at 9 24 56 AM