AIExplainer
Machine Learning Intermediate 1 min read

What is a Clustering?

Grouping similar items together without predefined categories, discovering natural clusters based on shared characteristics.

Clustering groups similar items together without predefined categories. The system discovers natural clusters in data based on shared characteristics.

It is a core technique in unsupervised machine learning.

Clustering is like organising a mixed box of photographs into piles of similar scenes — beaches, birthdays, landscapes — without anyone telling you the categories in advance.

A retailer clusters shoppers into behaviour groups to tailor campaigns without manually defining segments upfront.

Marketing teams segment customers by behaviour. News apps group related articles. Gene research groups similar DNA sequences.

Clusters are not always meaningful — algorithms will group data even when no natural structure exists.