Skip to content

Commit aae1e3a

Browse files
committed
Make Baysian approach vs. maximum likelihood explicit
1 parent fe76461 commit aae1e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latent_variable_models_part_1_pymc3.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"## Gaussian mixture models with PyMC3\n",
88
"\n",
9-
"This is a PyMC3 implementation of the example in [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). The code is mainly inspired by [this notebook](https://github.com/junpenglao/Planet_Sakaar_Data_Science/blob/master/WIP/%5BWIP%5D%20Bayesian%20GMM.ipynb)."
9+
"This is a PyMC3 implementation of the example in [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). In contrast to the linked article, model parameters are inferred using a Bayesian approach insetad of maximum likelihood. The following code is mainly inspired by [this notebook](https://github.com/junpenglao/Planet_Sakaar_Data_Science/blob/master/WIP/%5BWIP%5D%20Bayesian%20GMM.ipynb)."
1010
]
1111
},
1212
{

0 commit comments

Comments
 (0)