Skip to content

vinaym815/Python-GMM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-GMM

This code can be utilized to fit N gaussians to D dimensional data. It was inspired by video of GMM by siraj available on https://www.youtube.com/watch?v=JNlEIEwe-Cg&t=603s

The algorithm does not include computation of log likelihood and uses number of iteration as a termination criterion

The algorithm also doesn't include a safe check to prevent the collase of a gaussian to a single point.

About

Python Gaussian Mixture Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages