Machine Learning

Unsupervised Learning

A type of machine learning where the model learns patterns from unlabeled data without being told what the correct output should be. The algorithm discovers hidden structures, groupings, or patterns in the data on its own.

Why It Matters

Unsupervised learning reveals hidden patterns in data that humans might miss, enabling customer segmentation, anomaly detection, and data exploration.

Example

An e-commerce platform automatically grouping customers into segments based on browsing and purchase behavior without predefined categories.

Think of it like...

Like sorting a pile of mixed coins from different countries without knowing which country each coin belongs to — you group them by size, color, and markings to discover natural categories.

Related Terms