Skip to main content
All terms
Foundations

Clustering

Grouping similar data points together without labels to reveal natural structure.

Definition

Clustering is an unsupervised learning task that groups similar data points together without using labels, revealing natural structure in the data. The algorithm decides which points belong together based on how close they are in some feature space. It is used for customer segmentation, organizing documents, and exploring embeddings.