GaussianMixtureModellen
A Gaussian mixture model is a probabilistic model that represents a distribution as a weighted sum of Gaussian densities. It is used for clustering, density estimation, and anomaly detection, offering a flexible alternative to single Gaussian assumptions. By combining multiple Gaussians, the model can capture complex, multimodal data distributions.
Mathematically, the probability density of a Gaussian mixture model is p(x) = sum_{k=1}^K pi_k N(x | mu_k, Sigma_k),
Estimation of the parameters (pi_k, mu_k, Sigma_k) is commonly performed via the Expectation-Maximization algorithm. The E-step
Model selection involves choosing the number of components K, often using information criteria such as BIC
Applications span clustering, density estimation, and unsupervised pattern recognition across fields such as computer vision, speech