Gaussian Mixture Model

The code finds out the parameters of a gaussian mixture model by Expectation-Maximization Algorithm.
1.6K Downloads
Updated 18 Jun 2013

View License

Gaussian Mixture model is used in many fields to model a training set of data owing to certain similarities among them. My code estimates the parameters of a Gaussian mixture model by taking in the training set of data as input and giving back the mean, covariance and mixing ratios as the output. The code might be slow because of its sequential nature but it does perform well than the original matlab code gmdistribution.fit in case the amount of data is very large.

Cite As

Ravi Shankar (2024). Gaussian Mixture Model (https://www.mathworks.com/matlabcentral/fileexchange/42283-gaussian-mixture-model), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011a
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.0.0.0