Unsupervised Learning

Unsupervised Learning


Here, we will focus on a few common ML methods that are unsupervised.

  1. Clustering
    • partitional (like k-means)
    • hierarchical
    • density (like DBSCAN) / kNN (k nearest neighbor)
  2. Association Rule Mining
  3. PCA and ICA