Results for "model-based"

114 results

VC Dimension Intermediate

A measure of a model class’s expressive capacity based on its ability to shatter datasets.

AI Economics & Strategy
Loss Function Intermediate

A function measuring prediction error (and sometimes calibration), guiding gradient-based optimization.

Foundations & Theory
Transformer Intermediate

Architecture based on self-attention and feedforward layers; foundation of modern LLMs and many multimodal models.

Transformers & LLMs
Semantic Search Intermediate

Retrieval based on embedding similarity rather than keyword overlap, capturing paraphrases and related concepts.

Foundations & Theory
DPO Intermediate

A preference-based training method optimizing policies directly from pairwise comparisons without explicit RL loops.

Optimization
Boltzmann Machine Intermediate

Probabilistic energy-based neural network with hidden variables.

Model Architectures
Control Loop Advanced

Continuous loop adjusting actions based on state feedback.

Robotics & Embodied AI
RRT Advanced

Sampling-based motion planner.

Motion Planning & Navigation
Energy-Based Model Intermediate

Models that define an energy landscape rather than explicit probabilities.

Model Architectures
Score-Based Model Advanced

Learns the score (∇ log p(x)) for generative sampling.

Diffusion & Generative Models
Flow-Based Model Advanced

Exact likelihood generative models using invertible transforms.

Diffusion & Generative Models
Model-Based RL Advanced

RL using learned or known environment models.

Reinforcement Learning
Language Model Intermediate

A model that assigns probabilities to sequences of tokens; often trained by next-token prediction.

Large Language Models
Large Language Model Intermediate

A high-capacity language model trained on massive corpora, exhibiting broad generalization and emergent behaviors.

Large Language Models
Reward Model Intermediate

Model trained to predict human preferences (or utility) for candidate outputs; used in RLHF-style pipelines.

Foundations & Theory
Model Registry Intermediate

Central system to store model versions, metadata, approvals, and deployment state.

Foundations & Theory
Model Stealing Intermediate

Reconstructing a model or its capabilities via API queries or leaked artifacts.

Foundations & Theory
Model Risk Management Intermediate

Framework for identifying, measuring, and mitigating model risks.

AI Economics & Strategy
Model Watermarking Intermediate

Embedding signals to prove model ownership.

AI Economics & Strategy
Hidden Markov Model Intermediate

Probabilistic model for sequential data with latent states.

Model Architectures
Diffusion Model Advanced

Generative model that learns to reverse a gradual noise process.

Diffusion & Generative Models
Denoising Diffusion Probabilistic Model Advanced

Diffusion model trained to remove noise step by step.

Diffusion & Generative Models
Structural Causal Model Advanced

Formal model linking causal mechanisms and variables.

Causal AI & Interpretability
Model Documentation Intermediate

Required descriptions of model behavior and limits.

Governance & Ethics
Model Predictive Control Intermediate

Optimizes future actions using a model of dynamics.

Foundations & Theory
Model-Free RL Advanced

RL without explicit dynamics model.

Reinforcement Learning
World Model Frontier

Learned model of environment dynamics.

World Models & Cognition
Online Learning Intermediate

Learning where data arrives sequentially and the model updates continuously, often under changing distributions.

Machine Learning
Multitask Learning Intermediate

Training one model on multiple tasks simultaneously to improve generalization through shared structure.

Machine Learning
Domain Shift Intermediate

A mismatch between training and deployment data distributions that can degrade model performance.

MLOps & Infrastructure