Gaussian Mixture Model Implementation with EM Algorithm
This MATLAB implementation solves parameter estimation for Gaussian Mixture Models using the Expectation-Maximization (EM) algorithm. The program modularly separates mean, covariance, and weight estimation into independent functions saved as .M files. The main execution point is through main.m, with sample data provided in spreadsheet format for immediate testing and customization.