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
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ PyMC3 and PyMC4 implementations are now available for some notebooks (more plann
7
7
-[](https://colab.research.google.com/github/krasserm/bayesian-machine-learning/blob/master/latent_variable_models_part_1.ipynb)
8
8
[Latent variable models - part 1: Gaussian mixture models and the EM algorithm](https://nbviewer.jupyter.org/github/krasserm/bayesian-machine-learning/blob/master/latent_variable_models_part_1.ipynb).
9
9
Introduction to the expectation maximization (EM) algorithm and its application to Gaussian mixture models. Example
10
-
implementation with plain NumPy/SciPy and scikit-learn for comparison. Further implementation with
-[](https://colab.research.google.com/github/krasserm/bayesian-machine-learning/blob/master/latent_variable_models_part_2.ipynb)
14
14
[Latent variable models - part 2: Stochastic variational inference and variational autoencoders](https://nbviewer.jupyter.org/github/krasserm/bayesian-machine-learning/blob/master/latent_variable_models_part_2.ipynb).
@@ -19,10 +19,9 @@ PyMC3 and PyMC4 implementations are now available for some notebooks (more plann
19
19
implement and train a Bayesian neural network using a variational inference approach. Example implementation with Keras.
20
20
21
21
-[Bayesian regression with linear basis function models](https://nbviewer.jupyter.org/github/krasserm/bayesian-machine-learning/blob/master/bayesian_linear_regression.ipynb). Introduction to Bayesian
22
-
linear regression. Implementation from scratch with plain NumPy as well as usage of scikit-learn for comparison.
23
-
Further implementations with
24
-
[PyMC4](https://nbviewer.jupyter.org/github/krasserm/bayesian-machine-learning/blob/master/bayesian_linear_regression_pymc4.ipynb) and
-[](https://colab.research.google.com/github/krasserm/bayesian-machine-learning/blob/master/gaussian_processes.ipynb)
0 commit comments