Gaussian Mixture Model
Version 1.0.0.0 (4.3 KB) by
Ravi Shankar
The code finds out the parameters of a gaussian mixture model by Expectation-Maximization Algorithm.
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 (2026). 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 LinuxCategories
Find more on Statistics and Machine Learning Toolbox in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
