C19 Machine Learning - Unsupervised

There are three main files you need in order to run the Gibbs sampler on the iris data.

  1. The main sampling routine gmm_sampler_for_iris.m
  2. The data file iris.csv
  3. The sampling code crp.zip

Download them all to the same directory, uncompress crp.zip, launch matlab, open gmm_sampler_for_iris.m, and run each block one after the other (or simply execute the entire file).