You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is a collection of notebooks about *Bayesian Machine Learning*. The following links display
6
6
some of the notebooks via [nbviewer](https://nbviewer.jupyter.org/) to ensure a proper rendering of formulas.
@@ -19,7 +19,7 @@ Dependencies are specified in `requirements.txt` files in subdirectories.
19
19
Introduction to Gaussian processes for classification. Implementation with plain NumPy/SciPy as well as with scikit-learn.
20
20
21
21
-[](https://colab.research.google.com/github/krasserm/bayesian-machine-learning/blob/dev/gaussian-processes/gaussian_processes_sparse.ipynb)
Introduction to sparse Gaussian processes using a variational approach. Example implementation with JAX.
24
24
25
25
-[](https://colab.research.google.com/github/krasserm/bayesian-machine-learning/blob/dev/bayesian-optimization/bayesian_optimization.ipynb)
0 commit comments