EM algorithm details

The engine.
Post Reply
Johan
Posts: 1
Joined: Thu Jul 22, 2010 5:17 pm

EM algorithm details

Post by Johan »

Hi,

I just want to obtain some details regarding the EM algorithm in SMILearn.
1. What does the equivalent sample size set? Does this algorithm use Dirichlet distribution as priors (which has the concept of equivalent sample size) as I know a popular algorithm does or is it something different?
2. what does randomising the parameters do?
mark
Posts: 179
Joined: Tue Nov 27, 2007 4:02 pm

Post by mark »

1. Your guess is correct.
2. It randomizes all the CPT parameters (but only if the equivalent sample size is zero).
Post Reply