EM算法 Resources

Showing items tagged with "EM算法"

This algorithm implementation includes maximum likelihood estimation, least squares estimation, EM algorithm-based Gaussian mixture model estimation with test cases, and plotting functions for each distribution. Features comprehensive code examples demonstrating parameter optimization techniques and expectation-maximization workflows.

MATLAB 229 views Tagged

Implementation of image segmentation using the EM algorithm with working code. The code is concise and clear, making it ideal for beginners to understand probabilistic clustering approaches in computer vision.

MATLAB 183 views Tagged

Implementation of the Expectation-Maximization algorithm for estimating k-dimensional Gaussian mixture models. The algorithm accepts input data matrix X(n,d) with n observations and d-dimensional variables, maximum Gaussian components k, likelihood tolerance ltol, maximum iterations maxiter, plotting flag pflag, and initial parameter structure for weights, means, and covariances. Returns estimated mixture parameters and log-likelihood value.

MATLAB 182 views Tagged

Professional MATLAB source code with comprehensive documentation, examples, and detailed implementation guide.

MATLAB Tagged