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
-[](https://colab.research.google.com/github/krasserm/bayesian-machine-learning/blob/dev/gaussian-processes/gaussian_processes.ipynb)
Introduction to Gaussian processes for regression. Example implementations with plain NumPy/SciPy as well as with libraries
17
17
scikit-learn and GPy ([requirements.txt](gaussian-processes/requirements.txt)).
18
18
19
19
-[](https://colab.research.google.com/github/krasserm/bayesian-machine-learning/blob/dev/gaussian-processes/gaussian_processes_classification.ipynb)
20
-
[Gaussian processes for classification](https://nbviewer.jupyter.org/github/krasserm/bayesian-machine-learning/blob/dev/gaussian-processes/gaussian_processes_classification.ipynb).
20
+
[Gaussian processes for classification](https://krasserm.github.io/2020/11/04/gaussian-processes-classification/).
21
21
Introduction to Gaussian processes for classification. Example implementations with plain NumPy/SciPy as well as with
0 commit comments