Bayesian robust simplicial mixture model

MatLab object for clustering real-valued data with noise, outliers and missing values
515 Downloads
Updated 21 Mar 2014

View License

The BRSMM class implements algorithms for simulating and estimating the parameters of a finite, simplicial mixture model. Simplicial models, such as the latent Dirichlet allocation (LDA) model, are typically used in text-based information retrieval, e.g. when designating topics for each document within a corpus based on their word statistics. The BRSMM class is an extension of LDA to continuous data. It is specifically designed for data containing outliers and/or missing values.

A BRSMM object models each topic as a mixture of heavy-tailed distributions with topic-specific parameters. The parameters are equipped with a conjugate prior distribution as per the Bayesian paradigm. The model also contains hidden variables representing the missing values in the data and the quality of the data. The posterior distributions over both parameters and hidden variables are estimated by an approximate variational inference algorithm.

This submission includes a test function that generates a set of synthetic data and learns a model from these data. The test function also plots the data clustered according to the model, and the variational lower bound on the marginal log-likelihood of the data after each iteration.

If you find this submission useful for your research/work please cite my MathWorks community profile. Feel free to contact me directly if you have any technical or application-related questions.

INSTRUCTIONS:

After downloading this submission, extract the compressed file inside your MatLab working directory and run the test function (brsmmtest.m) for a demonstration.

Cite As

Gabriel Agamennoni (2024). Bayesian robust simplicial mixture model (https://www.mathworks.com/matlabcentral/fileexchange/45627-bayesian-robust-simplicial-mixture-model), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Minor code refactoring.

1.0.0.0