Expectation Maximization Algorithm

版本 1.2.0.0 (61.7 KB) 作者: Reza Ahmadzadeh
Expectation Maximization Algorithm
2.8K 次下载
更新时间 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 (2024). Expectation Maximization Algorithm (https://www.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