AI Topic Category

Learning Paradigms and Methods Terms and Concepts

This page maps the Learning Paradigms and Methods portion of the Lexicon Labs AI encyclopedia. It brings together the main concepts in this category, the tracks that organize them, and the related books and guides that make the topic easier to study.

Back to AI Topic Map

At A Glance

Entries

39

AI lexicon entries currently assigned to this category.

Tracks

2

Taxonomy tracks that sit inside this category.

Top Entry Types

concept, model

The most common entry types appearing in this topic cluster.

Overview

Learning Paradigms and Methods is one of the active taxonomy categories in the Lexicon Labs AI encyclopedia. The current dataset includes 39 entries in this area, which makes it large enough to function as a real discovery surface rather than a placeholder page.

Use the sample entries as a fast orientation layer, then move into the AI encyclopedia preview or the related paperbacks and bundles if you want a longer learning path.

Classical and Modern Learning

Track in Learning Paradigms and Methods.

Neural and Deep Learning

Track in Learning Paradigms and Methods.

Sample Entries

Imitation learning

Imitation learning is a machine learning paradigm where an agent learns a policy by observing demonstrations from an expert, mapping observed states to actions without needing a reward function. It mimics desired behavior.

Domain adaptation

Domain adaptation is a machine learning technique that transfers knowledge from a source domain to a target domain, addressing distribution shifts to improve model performance on new data.

Continual learning

Continual learning is a machine learning approach where models adapt to new data over time while retaining knowledge from previous tasks, avoiding catastrophic forgetting.

Weak supervision

Weak supervision is a machine learning approach that trains models using limited or noisy labeled data, often relying on indirect guidance rather than full annotations.

Representation learning

Representation learning is a machine learning approach where models automatically discover useful data representations, reducing the need for manual feature engineering.

Feature engineering

Feature engineering is the process of transforming raw data into features that better represent the underlying problem to predictive models, improving their accuracy and performance. This often involves domain knowledge.

Dimensionality reduction

Dimensionality reduction is an AI technique that transforms high-dimensional data into a lower-dimensional representation. It aims to reduce the number of features or variables while retaining crucial information, simplifying models and improving computational efficiency.

Clustering

Clustering is an unsupervised machine learning technique that groups similar data points together into clusters based on their inherent characteristics. It identifies patterns without prior labeled examples, revealing underlying structures in datasets.

k-means

K-means is an unsupervised machine learning algorithm that partitions 'n' data points into 'k' distinct clusters. Each point is assigned to the cluster whose centroid it is closest to, iteratively refining cluster centers.

Gaussian mixture model

A Gaussian Mixture Model (GMM) is a probabilistic model that represents data as a mixture of Gaussian distributions, used for clustering and density estimation, and estimates parameters using the Expectation-Maximization (EM) algorithm.

Expectation-maximization (EM)

Expectation-maximization (EM) is an iterative algorithm for estimating model parameters with hidden variables, alternating between expectation and maximization steps to converge to optimal values.

Support vector machine (SVM)

Support Vector Machines (SVMs) are supervised learning models that find an optimal hyperplane to classify data. They maximize the margin between the closest data points of different classes, enabling robust separation for classification and regression.

Related Guides

Useful Tools

Lecture Lingo

Turn messy notes into study-ready flashcards and CSV exports for spaced repetition apps.

Open Tool

Related Paperbacks

Alan Turing book cover

Alan Turing

A biography of Alan Turing, the trailblazing mathematician and codebreaker whose ideas shaped modern computing and artificial intelligence.

View Paperback

Related Bundles