Skip to content
EntityQ1152135· pop 36· linked from 517 articles

unsupervised learning

Sign in to save

Also known as unsupervised machine learning

machine learning technique

Research

14,328 papers

via PubMed

Wikidata facts

Show 2 more facts
ACM Classification Code (2012)
10010260
Commons category
Unsupervised learning
Sources (3)

via Wikidata · CC0

~15 min read

Article

Unsupervised learning is a framework in machine learning where, in contrast to supervised learning, algorithms learn patterns exclusively from unlabeled data. Other frameworks in the spectrum of supervisions include weak- or semi-supervision, where a small portion of the data is tagged, and self-supervision. Some researchers consider self-supervised learning a form of unsupervised learning.

Conceptually, unsupervised learning divides into the aspects of data, training, algorithm, and downstream applications. Typically, the dataset is harvested cheaply "in the wild", such as massive text corpus obtained by web crawling, with only minor filtering (such as Common Crawl). This compares favorably to supervised learning, where the dataset (such as the ImageNet1000) is typically constructed manually, which is much more expensive.

Connections

Categories