2
$\begingroup$

I need some help understanding the relation between the maximum likelihood and Gaussian mixture models. I have seen that there is a relationship between the expectation maximization algorithms and these two terms, but I could not quite understand the relation well enough. Could some please give me an example of how these two terms are related or different?

Nick Stauner
12.5k5 gold badges55 silver badges119 bronze badges
asked Jun 20, 2014 at 20:59
$\endgroup$

1 Answer 1

1
$\begingroup$

Maximum Likelihood is a parameter estimation method, where you select the parameters $\theta$ that maximize the Likelihood function:

$\max_\theta \sum_{i=1}^{n} f(x_i|\theta)$

Gaussian Mixture Model just means to specify the density to be fitted as some weighted average of Normal distributions $X_i\sim N(\mu_i,\sigma_i)$ (so you have more parameters from each mixed density, a "parameter vector"):

$X=\sum w_i X_i$

You may further complicate this approach by letting the weights (which sum to 1, so can be a probability) also randomized as some distribution $W_i\sim W$:

$X=\sum W_i X_i$

With such distribution, you may achieve a better fit since you can adjust the marginals and the weights altogether.

You may then apply this model of the density for the Expectation Maximization algorithm, or for Maximum Likelihood aswell. So the Gaussian Mixture Model just means to use a Gaussian Mixture distribution as the target density to be fitted to a sample by Maximum Likelihood or Expecation Maximization method.

Also see https://www.ll.mit.edu/mission/communications/ist/publications/0802_Reynolds_Biometrics-GMM.pdf

answered Jun 23, 2014 at 20:28
$\endgroup$
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.