Expectation Maximization Algorithm

버전 1.2.0.0 (61.7 KB) 작성자: Reza Ahmadzadeh
Expectation Maximization Algorithm
다운로드 수: 2.9K
업데이트 날짜: 2018/1/19

라이선스 보기

This submission implements the Expectation Maximization algorithm and tests it on a simple 2D dataset.
The Expectation–Maximization (EM) algorithm is an iterative method to find maximum likelihood or maximum a posteriori (MAP) estimates of parameters in statistical models, where the model depends on unobserved latent variables. The EM iteration alternates between performing an expectation (E) step, which creates a function for the expectation of the log-likelihood evaluated using the current estimate for the parameters, and a maximization (M) step, which computes parameters maximizing the expected log-likelihood found on the E step. These parameter-estimates are then used to determine the distribution of the latent variables in the next E step.

Github Repository:
https://github.com/rezaahmadzadeh/Expectation-Maximization

인용 양식

Reza Ahmadzadeh (2025). Expectation Maximization Algorithm (https://kr.mathworks.com/matlabcentral/fileexchange/65772-expectation-maximization-algorithm), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

added url for github repository

1.1.0.0

Added picture

1.0.0.0