Gaussian Mixture Models Flashcards

1
Q

What is the EM algorthm?

A
  1. Start with random gaussians
  2. (E-step) Compute posterior P(c|x) for each point
  3. (M-step) Adjust gaussians (mean/variance) to better fit points
  4. Repeat until convergence
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Bayes Inf. Criterion

A

maxp { L - 0.5 * p log n }

Where L is the likelyhood, and p is the number of parameters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Akaike Inf. Criterion

A

minp { 2p - L }

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Whats the general form of a gaussian?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly