This tutorial treats
mixtures of Gaussian probability distribution functions. Gaussian
mixtures are combinations of a finite number of Gaussian
distributions. They are used to model complex multi-dimensional
distributions. When there is a need to learn the parameters of the
Gaussian mixture, the EM algorithm is used. In the second part of
this tutorial mixtures of Gaussian are used to model the emission
probability distribution function in Hidden Markov
Models.
Download the file MixtGaussian.zip
which contains this tutorial in printable format (PDF and ps.gz) and the accompanying
MATLAB programs.
Unzip MixtGaussian.zip which will generate a
subdirectory named MixtGaussian/matlab where you can find
all the MATLAB programs.
Add the folder MixtGaussian/matlab and the subfolders
to the MATLAB search path with a command like
addpath('C:\Work\MixtGaussian\matlab') if you are
using a Windows machine or
addpath('/home/jack/MixtGaussian/matlab') if you are
using a Unix/Linux machine.