Expectation maximization (EM) algorithm implementation using Python.
-
Assume that we have distributions come from two sets of data points, red and blue.
-
From those distribution, we can easily guess the correct estimation of the mean and covariance from each distribution.
- However, if we do not know the correct mean and covariance, we can start from guessing the mean and covariance such as this.