Skip to content
/ VMM Public
forked from isrish/VMM

Unsupervised Learning of Mixture of von Mises-Fisher distributions using Minimum Message Length

License

Notifications You must be signed in to change notification settings

stachu86/VMM

 
 

Repository files navigation

Fork from https://github.com/isrish/VMM. I reorginize the code, add some new things to experiment with and (I think) fix few bugs hopefully not introducing new ones :)

Unsupervised Learning of Mixture of von Mises–Fisher distribution

When fitting data by a mixture model, the first problem we face is how to choose the number of mixture (components). This repository contains matlab code for unsupervised learning for mixture of von Mises–Fisher distribution. The number of mixture component that best fit the input data is selected based on Minimum Message Length (MML) criterion .

Description

The matlab codes are heavily commented (just lines that need some kind of explanation). Read the function help to know what goes in and out and what the function does. The two important files are fitVMM_CEM.m and fitVMM_EM.m. The first one fits the input data by performing model selection (unsupervised learning). The second one need fits the data using the EM algorithm, hence need the number of mixture components as an input.

Usage

The demo-data.mat file contains simulated data sampled from mixture of three von Mises compoents. Run demo.m file. Below is the plot of demo data result:

References

The code is based on ideas described in the following two papers:

@inproceedings{banerjee2005clustering,
  title={Clustering on the unit hypersphere using von Mises-Fisher distributions},
  author={Banerjee, Arindam and Dhillon, Inderjit S and Ghosh, Joydeep and Sra, Suvrit},
  booktitle={Journal of Machine Learning Research},
  pages={1345--1382},
  year={2005}
}

@article{kasarapu2015minimum,
  title={Minimum message length estimation of mixtures of multivariate Gaussian and von Mises-Fisher distributions},
  author={Kasarapu, Parthan and Allison, Lloyd},
  journal={Machine Learning},
  volume={100},
  number={2-3},
  pages={333--378},
  year={2015},
  publisher={Springer}
}

@article{sra2012short,
  title={A short note on parameter approximation for von Mises-Fisher distributions: and a fast implementation of I s (x)},
  author={Sra, Suvrit},
  journal={Computational Statistics},
  volume={27},
  number={1},
  pages={177--190},
  year={2012},
  publisher={Springer}
}

About

Unsupervised Learning of Mixture of von Mises-Fisher distributions using Minimum Message Length

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%