Implementation of a Gaussian mixture model with Gibbs sampling.
ギブスサンプリングを適用したガウス混合モデルの実装例
- The first step is to create the observation data using make_data.py. Then, create data1.txt. true_label.txt is the label data for calculating ARI.
- After that, you can use gmm_gibbs.py to run the clustering.
The image below shows the actual generated observables using make_data.py.
The image below shows the actual ARI measured by gmm_gibbs.py, where a value close to 1 means high cluster performance and a value close to 0 means low cluster performance.
Other examples of implementations using GMM are as follows