高斯混合模型 Resources

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

The EM algorithm is a widely used technique in machine learning. This implementation demonstrates its most basic form applied to Gaussian Mixture Models, featuring clear code structure with separate E-step and M-step functions for educational purposes.

MATLAB 218 views Tagged

A comprehensive statistical pattern recognition toolbox featuring Gaussian classifier, Gaussian mixture models (GMM), principal component analysis (PCA), support vector machines (SVM), and other common classification algorithms with detailed implementation guidance.

MATLAB 192 views Tagged

Complete source code for Gaussian Mixture Model (GMM) implemented in MATLAB environment. GMM is widely applied in various fields, particularly in signal processing applications. This implementation serves as an excellent reference for beginners, demonstrating core algorithms including Expectation-Maximization (EM) for parameter estimation and probability density function calculations using multivariate Gaussian distributions.

MATLAB 255 views Tagged

This implementation constructs a Gaussian Mixture Model (GMM) designed for computer vision applications including video object detection, video surveillance, motion detection, moving object detection, and video object tracking. The code features parameter optimization and expectation-maximization algorithm implementation for robust multi-modal data modeling.

MATLAB 199 views Tagged