Gaussian Mixture Models Flashcards
1
Q
What is the EM algorthm?
A
- Start with random gaussians
- (E-step) Compute posterior P(c|x) for each point
- (M-step) Adjust gaussians (mean/variance) to better fit points
- Repeat until convergence
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
3
Q
Akaike Inf. Criterion
A
minp { 2p - L }
4
Q
Whats the general form of a gaussian?
A