- implement the EM algorithm for a Gaussian mixture model
- apply your implementation to cluster images
- explore clustering results and interpret the output of the EM algorithm
- graphlab
- numpy
- matplotlib
- copy
- scipy.stats - multivariate_normal -
used data is generated inside the notebook.
- EM algorithm .
- Gaussian mixture model .