EM experiment #4: blue class, full covariances

Number of Gaussians, assumes full covariance matrices

Choose number of Gaussians in mixture model

Assumes full covariance matrices

Compute EM algorithm

RowBox[{Timing, [, RowBox[{RowBox[{em,  , =,  , RowBox[{EM, [, RowBox[{data2, ,, initFull, ,, 0.001}], ]}]}], ;}], ]}]

RowBox[{{, RowBox[{RowBox[{0.25,  , Second}], ,, Null}], }}]

Visualization

Initial model

AnnularAllPlot[c1, rr1, rr2, em//First] ;

[Graphics:../HTMLFiles/index_58.gif]

Final model

AnnularAllPlot[c1, rr1, rr2, em//Last] ;

[Graphics:../HTMLFiles/index_60.gif]

Plot log-likelihood of data given the model as a function of EM iteration

PlotLogLikelihood[em, data2] ;

[Graphics:../HTMLFiles/index_62.gif]

Save solution


Created by Mathematica  (September 8, 2003)