高斯混合模型 Resources

Showing items tagged with "高斯混合模型"

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.

MATLAB 278 views Tagged

This paper presents an effective implementation of Gaussian Mixture Models (GMM), a classic speaker recognition algorithm, using the Expectation-Maximization (EM) algorithm. The study primarily simulates GMM's noise robustness performance under various acoustic environments, yielding valuable insights for practical applications. Key implementation aspects include parameter initialization strategies and convergence criteria for the EM iteration process.

MATLAB 268 views Tagged