Questions: Expectation-Maximization Algorithm

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

In the E-step of EM applied to a Gaussian mixture model, what is computed?

ANew cluster means and covariances that maximize the log-likelihood
BThe posterior probability that each data point was generated by each mixture component
CThe marginal log-likelihood of the observed data under the current parameters
DA hard cluster assignment for each data point
Question 2 True / False

EM is expected to converge to the global maximum of the likelihood function.

TTrue
FFalse
Question 3 Short Answer

Why does the EM algorithm guarantee that the observed-data log-likelihood never decreases between iterations?

Think about your answer, then reveal below.