Table of Contents

Vector quantization / Clustering

References

Sequential leader

For every new sample :

Pairwise Clustering

Initially every sample is a cluster.
Repeat until the desired number of clusters is obtained :

k-means

k-moyennes

Randomly chose k clusters.
For every sample :

k-means++

A variant that initializes centers so that there is a guarantee in accuracy, and a faster convergence :

References

Elbow criterion

A way to chose the optimal number of clusters k.

Compute for different number of clusters the ratio of the intra-clusters variance to the total variance. The optimal number of clusters is when adding clusters do not bring significant decrease of the ratio.

GNG (Growing Neural Gas)

Kohonen auto-organizing maps

Cartes auto-organisatrices de Kohonen