Skip to content

The variational Bayes Gaussian Mixture Model for density estimation and clustering. For Apache Spark.

License

Notifications You must be signed in to change notification settings

geb5101h/BayesGaussianMixture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

BayesGaussianMixture

This package offers functionality for the variational Bayes Gaussian Mixture Model for density estimation and clustering in Apache Spark. It considers the following Bayesian hierarchical model:

Latex of model

The package uses variational Bayes to produce a tractable posterior distribution over the parameters (Bishop, 2006). The posterior distribution is estimated using the variational E-M algorithm. The fitted model can produce soft- and hard- cluster assignments, as well as prediction using the posterior predictive density.

About

The variational Bayes Gaussian Mixture Model for density estimation and clustering. For Apache Spark.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages