EM experiment #3: blue class, scalar covariances

Number of Gaussians, assumes scalar covariances

Choose number of Gaussians in mixture model

Assumes scalar covariances

Compute EM algorithm

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

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

Visualization

Initial model

AntiPolygonalAllPlot[poly, em//First] ;

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

Final model

AntiPolygonalAllPlot[poly, em//Last] ;

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

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

PlotLogLikelihood[em, data2] ;

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

Save solution


Created by Mathematica  (September 8, 2003)