01.11.2014 Views

MACHINE LEARNING TECHNIQUES - LASA

MACHINE LEARNING TECHNIQUES - LASA

MACHINE LEARNING TECHNIQUES - LASA

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

49<br />

3.1.4 Clustering with Mixtures of Gaussians<br />

An extension of the soft K-means algorithm consists of fitting the data with a Mixture of<br />

Gaussians (not to be confused with Gaussian Mixture Model (GMM))) which we will review later<br />

on. Instead of simply attaching a responsibility factor to each cluster, one attaches a density of<br />

probability measuring how well each cluster represents the distribution of the data. The method is<br />

bound to converge to a state that maximizes the likelihood of each point to belong to each<br />

distribution.<br />

Soft-Clustering methods are part of model-based approaches to clustering. In clustering with<br />

mixture of Gaussians, the model is naturally a Gaussian. Other model-based methods use, for<br />

instance, the Poisson or the Normal distributions.<br />

The main advantages of model-based clustering are:<br />

• It can make use of well-studied statistical inference techniques;<br />

• Its flexibility in choosing the component distribution;<br />

• It obtains a density estimation for each cluster;<br />

• It is a “soft” means of classification.<br />

Clusters with mixtures of Gaussian places K distributions, whose barycentres are located on the<br />

cluster means, as in Figure 3-13.<br />

Figure 3-12: Examples of clustering with Mixtures of Gaussians (the grey circles represent the first and<br />

second variances of the distributions). [DEMOS\CLUSTERING\GMM-CLUSTERING-SIMPLE.ML]<br />

Algorithm<br />

Assignment Step (E-step): The responsibilities are<br />

r<br />

k<br />

i<br />

=<br />

∑<br />

k '<br />

α<br />

k<br />

α<br />

( 2πσ<br />

k )<br />

k '<br />

1<br />

1<br />

N<br />

( 2πσ<br />

k ' )<br />

e<br />

N<br />

⎛⎛ 1<br />

⎜⎜−<br />

⋅d<br />

⎜⎜ 2<br />

⎝⎝ σ k<br />

e<br />

⎛⎛ 1<br />

⎜⎜−<br />

⋅d<br />

⎜⎜ 2<br />

⎝⎝ σ k '<br />

( µ , x )<br />

k<br />

i<br />

⎞⎞<br />

⎟⎟<br />

⎟⎟<br />

⎠⎠<br />

( µ , x )<br />

k'<br />

i<br />

⎞⎞<br />

⎟⎟<br />

⎟⎟<br />

⎠⎠<br />

(3.6)<br />

© A.G.Billard 2004 – Last Update March 2011

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!