Skip to content

Commit a2a674f

Browse files
committed
Update DOI badge
1 parent ac5b273 commit a2a674f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Bayesian machine learning notebooks
22

3-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4050922.svg)](https://doi.org/10.5281/zenodo.4050922)
3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4318528.svg)](https://doi.org/10.5281/zenodo.4318528)
44

55
This repository is a collection of notebooks about *Bayesian Machine Learning*. The following links display
66
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.
1919
Introduction to Gaussian processes for classification. Implementation with plain NumPy/SciPy as well as with scikit-learn.
2020

2121
- [![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_sparse.ipynb)
22-
[Sparse Gaussian processes](https://nbviewer.jupyter.org/github/krasserm/bayesian-machine-learning/blob/dev/gaussian-processes/gaussian_processes_sparse.ipynb).
22+
[Sparse Gaussian processes](https://nbviewer.jupyter.org/github/krasserm/bayesian-machine-learning/blob/wip-svgp/gaussian-processes/gaussian_processes_sparse.ipynb).
2323
Introduction to sparse Gaussian processes using a variational approach. Example implementation with JAX.
2424

2525
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/krasserm/bayesian-machine-learning/blob/dev/bayesian-optimization/bayesian_optimization.ipynb)

0 commit comments

Comments
 (0)