Results for "data → model"

154 results

Distillation Intermediate

Training a smaller “student” model to mimic a larger “teacher,” often improving efficiency while retaining performance.

Foundations & Theory
Logits Intermediate

Raw model outputs before converting to probabilities; manipulated during decoding and calibration.

Foundations & Theory
Eval Harness Intermediate

System for running consistent evaluations across tasks, versions, prompts, and model settings.

Foundations & Theory
Adversarial Example Intermediate

Inputs crafted to cause model errors or unsafe behavior, often imperceptible in vision or subtle in text.

Foundations & Theory
Human-in-the-Loop Intermediate

System design where humans validate or guide model outputs, especially for high-stakes decisions.

Foundations & Theory
Function Calling Intermediate

Constraining model outputs into a schema used to call external APIs/tools safely and deterministically.

Foundations & Theory
PAC Learning Intermediate

A model is PAC-learnable if it can, with high probability, learn an approximately correct hypothesis from finite samples.

AI Economics & Strategy
VC Dimension Intermediate

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

AI Economics & Strategy
Rademacher Complexity Intermediate

Measures a model’s ability to fit random noise; used to bound generalization error.

AI Economics & Strategy
Parameter Sharing Intermediate

Using same parameters across different parts of a model.

AI Economics & Strategy
Expressivity Intermediate

The range of functions a model can represent.

AI Economics & Strategy
Multi-Head Attention Intermediate

Allows model to attend to information from different subspaces simultaneously.

AI Economics & Strategy
Emergent Abilities Intermediate

Capabilities that appear only beyond certain model sizes.

AI Economics & Strategy
Audit Trail Intermediate

Logged record of model inputs, outputs, and decisions.

AI Economics & Strategy
Conditional Random Field Intermediate

Probabilistic graphical model for structured prediction.

Model Architectures
Factor Graph Intermediate

Graphical model expressing factorization of a probability distribution.

Model Architectures
Autoencoder Advanced

Model that compresses input into latent space and reconstructs it.

Diffusion & Generative Models
CLIP Intermediate

Joint vision-language model aligning images and text.

Computer Vision
ARIMA Intermediate

Classical statistical time-series model.

Time Series
Training Pipeline Intermediate

End-to-end process for model training.

MLOps & Infrastructure
Inference Pipeline Intermediate

Model execution path in production.

MLOps & Infrastructure
Shadow Deployment Intermediate

Running new model alongside production without user impact.

MLOps & Infrastructure
Prediction Drift Intermediate

Shift in model outputs.

MLOps & Infrastructure
Compute Scaling Intermediate

Increasing model capacity via compute.

AI Economics & Strategy
Training Cost Intermediate

Cost of model training.

AI Economics & Strategy
Specification Gaming Advanced

Model exploits poorly specified objectives.

AI Safety & Alignment
Value Misalignment Advanced

Model optimizes objectives misaligned with human values.

AI Safety & Alignment
Deceptive Alignment Advanced

Model behaves well during training but not deployment.

AI Safety & Alignment
Role Prompting Intro

Assigning a role or identity to the model.

Prompting & Instructions
Reflection Prompting Intro

Asking model to review and improve output.

Prompting & Instructions