Logo

Unsupervised learning

Learning Methods
Letter: U

A type of machine learning where a model is given unlabeled data to find patterns on its own.

Detailed Definition

Unsupervised learning is when the model is given data without any labels or answers. Its job is to discover patterns or structure on its own, like grouping similar news articles together or detecting unusual patterns in a dataset. This method is often used for tasks like anomaly detection, clustering, and topic modeling, where the goal is to explore and organize information rather than make specific predictions.