Kubnal Bridge

Core Concepts

Unsupervised Learning

Unsupervised learning algorithms discover hidden structure in data without labeled examples. Common techniques include clustering (k-means, DBSCAN), dimensionality reduction (PCA, t-SNE), and generative modeling.

It is foundational to modern AI: the pre-training phase of large language models is essentially unsupervised, learning statistical patterns from raw internet text without human-labeled answers.

Authority Links

Related Terms