Skip to content

Implementation of the EM algorithm for mixtures of Gaussians. Cluster means are initiated by randomly drawing from a uniform distribution and with standard deviations as a fixed fraction of the range of each variable. Model is trained and evaluated on the provided wine dataset.

Notifications You must be signed in to change notification settings

nbayindirli/gaussian_mixture_models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

gaussian_mixture_models

Implementation of the EM algorithm for mixtures of Gaussians. Cluster means are initiated by randomly drawing from a uniform distribution and with standard deviations as a fixed fraction of the range of each variable. Model is trained and evaluated on the provided wine dataset.

About

Implementation of the EM algorithm for mixtures of Gaussians. Cluster means are initiated by randomly drawing from a uniform distribution and with standard deviations as a fixed fraction of the range of each variable. Model is trained and evaluated on the provided wine dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published