Clustering

An unsupervised learning task that involves grouping similar data points together.

Description

Clustering is an unsupervised learning technique that involves automatically discovering natural grouping in data. The goal is to group similar data points together while ensuring that points in different groups are as dissimilar as possible.

Examples

  • πŸ‘₯ Customer segmentation
  • πŸ–ΌοΈ Image segmentation
  • πŸ“„ Document clustering

Applications

πŸ›’ Market segmentation
🌐 Social network analysis
🚨 Anomaly detection

Related Terms