Learning Paradigms · Established · Intermediate
Unsupervised Learning
Finding structure in data that has no labels, typically through clustering, dimensionality reduction or density estimation.
What Unsupervised Learning is
Unsupervised methods look for patterns that are inherent in the data itself: groups of similar customers, a low-dimensional manifold that explains most variation, or regions where new points look unusual.
How it works
Algorithms such as k-means, hierarchical clustering, PCA and autoencoders optimise objectives that reward compact, well-separated or faithfully reconstructed representations. Evaluation is harder because there is no ground truth, so results are judged by stability and downstream usefulness.
Why it matters
Most real data is unlabelled. Unsupervised learning turns raw logs and documents into segments, embeddings and anomaly scores that other systems can act on.
Common uses
- →Customer segmentation
- →Topic discovery in document sets
- →Anomaly detection in infrastructure metrics
- →Compression and visualisation of high-dimensional data
Strengths
- ✓No labelling cost
- ✓Reveals structure nobody thought to look for
Watch for
- ✓Ambiguous evaluation
- ✓Results can be unstable across runs
Continue exploring
More in this collection
Browse all AI Concepts