Unsupervised Learning
Finding hidden structure in data without being told the correct answers — discovering natural groupings and patterns on its own.
Plain English Explanation
Unsupervised learning finds hidden structure in data without being told the correct answers. The system looks for natural groupings, similarities, or patterns on its own.
It is especially useful when labels are expensive, unknown, or do not exist yet.
Analogy
Unsupervised learning is like sorting a mixed box of buttons by size, colour, and shape without anyone telling you the categories first. You simply notice which ones seem to belong together.
How is it used?
Retailers group customers by shopping behaviour without pre-defining categories. Streaming services discover genres and taste clusters. Security systems spot unusual activity that does not match normal patterns.
Real-world Example
Customer segmentation, topic discovery in documents, and anomaly detection often start with unsupervised methods.
Common Misconceptions
Unsupervised learning does not mean the system understands meaning — it finds statistical similarity, which may or may not match human categories.