Skip to content

Expectation Maximization for Gaussian Mixtures on the Old-Faithful dataset.

Notifications You must be signed in to change notification settings

kitteltom/old-faithful-EM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expectation Maximization for Gaussian Mixtures

The following figure demonstrates Expectation Maximization (EM) [1] for Gaussian Mixtures on the Old Faithful dataset. (Old Faithful is a famous geyser in Yellowstone National Park, US.)

EM

Plotting the waiting time between eruptions over eruption time reveals a "cluster" structure. In this project I model this structure with a Gaussian Mixture Model. To find appriximate cluster centers k-Means Clustering is used. Equations and algorithms can be found in EM_gaussian_mixture.ipynb.

This project is based on an assignment from the lecture Probabilistic Machine Learning at the University of Tübingen.

References

[1] T. K. Moon. The expectation-maximization algorithm. IEEE Signal processing magazine, 1996.

About

Expectation Maximization for Gaussian Mixtures on the Old-Faithful dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published