Clustering

An unsupervised machine learning technique that groups similar data points together.

  • K-Means: A popular algorithm that partitions data into K clusters.
  • Applications: Customer segmentation, image compression, anomaly detection.