Skip to content

Commit c10f06c

Browse files
committed
Major revision of GP for regression (theory part)
1 parent ef1daa5 commit c10f06c

File tree

3 files changed

+100
-67
lines changed

3 files changed

+100
-67
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ some of the notebooks via [nbviewer](https://nbviewer.jupyter.org/) to ensure a
1212
[PyMC3 implementation](https://nbviewer.jupyter.org/github/krasserm/bayesian-machine-learning/blob/dev/bayesian-linear-regression/bayesian_linear_regression_pymc3.ipynb).
1313

1414
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/krasserm/bayesian-machine-learning/blob/dev/gaussian-processes/gaussian_processes.ipynb)
15-
[Gaussian processes](https://nbviewer.jupyter.org/github/krasserm/bayesian-machine-learning/blob/dev/gaussian-processes/gaussian_processes.ipynb).
15+
[Gaussian processes](https://krasserm.github.io/2018/03/19/gaussian-processes/).
1616
Introduction to Gaussian processes for regression. Example implementations with plain NumPy/SciPy as well as with libraries
1717
scikit-learn and GPy ([requirements.txt](gaussian-processes/requirements.txt)).
1818

1919
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](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/).
2121
Introduction to Gaussian processes for classification. Example implementations with plain NumPy/SciPy as well as with
2222
scikit-learn ([requirements.txt](gaussian-processes/requirements.txt)).
2323

0 commit comments

Comments
 (0)