Gaussian Mixture Model (GMM)

A Gaussian mixture model (GMM) is a probabilistic model that represents a population as a mixture of multiple Gaussian distributions, each with its own parameters (mean, variance, and mixing weight).

Log-likelihood

For i.i.d. datapoints, the observed log-likelihood is

  • This form is hard to maximize directly.

Resources

How to think about this

Mixture models as generalize k-means clustering to incorporate information about the covariance structure of the data as well as the centers of the latent Gaussians.