1 / 9

Expectation–maximization (EM) algorithm

Expectation–maximization (EM) algorithm. In statistics, an expectation–maximization (EM) algorithm is an iterative method for finding maximum likelihood or maximum a posteriori (MAP) estimates of parameters in statistical models, where the model depends on unobserved latent variables.

anise
Download Presentation

Expectation–maximization (EM) algorithm

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Expectation–maximization (EM) algorithm • In statistics, an expectation–maximization (EM) algorithm is an iterative method for finding 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 computes 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. From Wikipedia

  2. Expectation–maximization (EM) algorithm (cont.) From Wikipedia

  3. Expectation–maximization (EM) algorithm (cont.) From Wikipedia

  4. Expectation–maximization (EM) algorithm (cont.) From Wikipedia

  5. Introduction and Terminology

  6. Enumeration Procedure

  7. The algorithm

  8. Further reading

More Related