Gaussian Mixture Model

The code finds out the parameters of a gaussian mixture model by Expectation-Maximization Algorithm.

You are now following this Submission

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 .

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0