Gaussian Mixture Models



GMM model a distribution using a number of gaussian distributions dispersed across the space. The algorithm presented here uses Expectation Maximization (EM) to fit the GMM on the data maximizing the lower bound on likelihood.
More information on Wikipedia.

Parameters: