Expectation Maximization (EM)

Expectation Maximization (EM)

Expectation Maximization (EM)

EM Algorithm

  1. INITIALIZATION STEP: initialize the parameters 𝜃 to any value(s)

  2. EXPECTATION STEP: for each partially observed sample tuple, compute all possible permutations. then for each permutation compute its weight based on the values of parameters 𝜃 (this results in a bigger data-set and is weighted)

  3. MAXIMIZATION STEPestimate new values for parameters 𝜃 relative to the completed data from Step 2. estimation done either:

  4. repeat from Step 2 until convergence or max iterations

EM TODO

Subpages