Skip to content

Gibbs samplers are cluster algorithms that bases on the distributions of the clusters. It's thus more sophisticated than K-mean-clustering algorithms. Gibbs sampling is often used in text summary applications

Notifications You must be signed in to change notification settings

yubrshen/gibbs_samplers_distribution_based_cluster_algorithms

Repository files navigation

This project is concerned with the implementation of two different Gibbs samplers for a Gaussian Mixture Model (GMM).

Gibbs samplers are clustering algorithms that assume and exploit the distribution assumptions of the clusters (GMM). It thus is more sophisticated than K-mean-clustering algorithm. Gibbs samplers are often used in the text clustering and summary applications.

For detailed implementation, please refer to implementation of Gibbs samplers: a literate programming treatment

About

Gibbs samplers are cluster algorithms that bases on the distributions of the clusters. It's thus more sophisticated than K-mean-clustering algorithms. Gibbs sampling is often used in text summary applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages