Gaussian Mixture Model (GMM) Implementation Using EM Algorithm
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.