Home
Home
Posts List
  1. Unsupervised Learning
    1. Clustering
      1. Other methods:

[Theory] [Detection and Pattern Recognition] ch5

Unsupervised Learning

Clustering

K-Means:

Note:

  • multi-class clustering
  • sensitive to the choice of the number of clusters c and the initial cluster centers

Other methods:

  • Fuzzy c-means
  • mean-shift
  • DBSCAN