This site is to serve as my note-book and to effectively communicate with my students and collaborators. Every now and then, a blog may be of interest to other researchers or teachers. Views in this blog are my own. All rights of research results and findings on this blog are reserved. See also http://youtube.com/c/hongqin @hongqin
Showing posts with label Expectation Maximization. Show all posts
Showing posts with label Expectation Maximization. Show all posts
Saturday, September 23, 2017
Saturday, October 5, 2013
Thursday, October 3, 2013
Notes on Expectation maximization, Brown University CS
From reference 1:
EM can be thought of as a deterministic version of Gibbs sampling. EM operates on the means or modes of unknown variables using expected sufficient statistics instead of sampling unknown variables as does Gibbs sampling. Both EM and Gibbs sampling are used for approximation with incomplete data. [1]
Define Q(theta | theta') as follows:
Q(theta | theta') = E[log p(x, y | theta) | theta', y]where x is the random variable and we are taking the expectation with respect to the probability density p(x | theta',y).
The EM algorithm works as follows
- 1. Set i to 0 and choose theta_i arbitrarily.
- 2. Compute Q(theta | theta_i) The E-step.
- 3. Choose theta_i+1 to maximize Q(theta | theta_i) The M-step.
- 4. If theta_i != theta_i+1, then set i to i+1 and return to Step 2.
Reference:
(1) http://cs.brown.edu/research/ai/dynamics/tutorial/Documents/ExpectationMaximization.html
Subscribe to:
Posts (Atom)



