/Expectation-Maximization

Implementation of the Expectation Maximization algorithm for unsupervised learning on Gausian Mixture Model Distributions

Primary LanguageJupyter NotebookMIT LicenseMIT

Expectation-Maximization

Unsupervised Clustering algorithm implementation which can exactly model Gausian Mixture Models (Produces much cleaner results than the standard K-Means Clustering).

EM Algorithm