AI/ML Glossary â 250+ Terms
A working engineer's reference for AI and machine-learning vocabulary. From attention and embeddings to RLHF, quantization, and vision-language-action models â each entry is a short, precise definition with related concepts, models, and use cases. Built for builders shipping production LLM features, RAG pipelines, and agentic workflows. Use the AâZ navigation below to jump to a letter, or follow related-term links to traverse the graph. Every term is independently linkable â share, cite, and build on this glossary as a stable reference for technical communication across AI teams.
A
Fraction of predictions that match the ground truth label, the simplest classification metric.
Read moreSmall trainable module inserted into a frozen base model for parameter-efficient tuning.
Read moreThe repeated think/act/observe cycle by which an LLM agent makes progress on a task.
Read moreSystem where an LLM iteratively plans, calls tools, and evaluates progress autonomously.
Read moreHuman-centric benchmark drawn from SAT, LSAT, GRE and Chinese gaokao exams.
Read moreField studying how to build AI systems that are reliable, controllable and beneficial.
Read morePosition-encoding method that adds a fixed linear distance penalty to attention scores.
Read moreEngineering models so their behaviour matches human values, intent, and safety policies.
Read moreOfficial Python and TypeScript client for Anthropic's Claude API.
Read moreSnowflake's open MoE LLM aimed at enterprise SQL, code and analytics workloads.
Read moreMechanism letting a model weight different parts of its input when producing each output token.
Read moreVaswani et al. 2017 paper that introduced the Transformer architecture.
Read moreNetwork trained to reconstruct its input through a low-dimensional bottleneck.
Read moreGenerative model that produces output one token at a time, each conditioned on prior tokens.
Read moreB
Processing many requests together â async, off-peak â at sharply reduced per-token cost.
Read moreNumber of training examples processed in parallel in one forward+backward pass.
Read moreDecoding that keeps the top-N highest-probability partial sequences at each step.
Read moreArchitecture that encodes query and document independently â fast for retrieval at scale.
Read moreSystematic skew in model outputs reflecting unrepresentative data or training choices.
Read moreBeyond the Imitation Game â a 200+ task collaborative LLM benchmark suite.
Read moreN-gram-overlap metric for machine-translation quality versus reference translations.
Read moreTokenisation algorithm that iteratively merges the most-frequent adjacent token pairs.
Read moreC
Informal measure of how much a model can learn, set by parameter count and architecture.
Read moreState-space-model TTS provider focused on ultra-low-latency real-time voice.
Read morePrompting strategy that asks the model to reason step-by-step before answering.
Read moreLightweight open-source embedding database, popular for prototyping LLM apps.
Read moreAnthropic's frontier LLM family known for long context, safety, and constitutional AI.
Read moreCosine similarity between CLIP embeddings of a prompt and a generated image.
Read moreCohere's mid-tier LLM optimised for RAG, tool use and enterprise workflows.
Read moreCohere's flagship 104B-parameter model for high-stakes RAG and agentic applications.
Read moreOpen repository of web-crawl data, the largest training source for nearly every LLM.
Read moreText generated by an LLM in response to a prompt â the model's output portion.
Read moreAnthropic's alignment method using model-generated critiques against a written constitution.
Read moreProvider-side caching of long shared contexts (documents, codebases) across calls.
Read moreFine-tuning a model so that previously long system prompts are baked into its weights.
Read moreMaximum number of tokens (prompt + completion) a model can attend to in a single request.
Read moreAdversarial payload designed to overflow or exploit a model's context window.
Read moreNetwork using sliding convolution filters, dominant for vision before transformers.
Read moreTransformer that scores a (query, document) pair jointly â used for reranking.
Read moreD
Replicating the model on every GPU and splitting the batch across them.
Read moreDocumentation describing the contents, provenance and risks of a training dataset.
Read moreTransformer half that generates output tokens autoregressively, attending to prior context.
Read moreTransformer variant with only a stack of causal-attention decoder layers, no encoder.
Read moreChinese lab behind DeepSeek-V3 and R1, frontier-quality open MoE models at low cost.
Read moreGenerative model that learns to reverse a gradual noising process to synthesise data.
Read moreTraining a small 'student' model to mimic a large 'teacher' model's outputs.
Read moreTraining a model across many GPUs or nodes via data, model or pipeline parallelism.
Read moreE
Industry-leading neural text-to-speech models, with voice cloning and dubbing.
Read moreSkill rating computed from pairwise wins â the basis of Chatbot Arena rankings.
Read moreDense numeric vector that represents text, an image, or other input in a learned semantic space.
Read moreNumber of floats in an embedding vector â typically 256 to 4096 for modern models.
Read moreLocal store keyed by content hash so repeated inputs aren't re-embedded â cuts cost.
Read moreNetwork half that compresses an input sequence into contextualised representations.
Read moreTransformer with both an encoder reading inputs and a decoder generating outputs.
Read moreF
TII Abu Dhabi's open-weights LLM family â Falcon 7B/40B/180B and Falcon 2.
Read moreSolving a task with a handful of demonstrations included directly in the prompt.
Read moreIncluding a small number of solved examples in the prompt to teach the model a pattern.
Read moreDistributional distance between generated and real images, lower is better.
Read moreContinued training of a pre-trained model on a task-specific dataset to specialise behaviour.
Read moreMemory-efficient attention algorithm that fuses operations to avoid materialising the score matrix.
Read moreTraining objective that learns vector fields connecting noise to data â diffusion's cousin.
Read moreBlack Forest Labs' state-of-the-art open-weights image-generation diffusion family.
Read more4-bit floating-point format introduced on Blackwell GPUs â double FP8 throughput at inference.
Read more8-bit floating-point format used on H100/B200 to double FP16 throughput at minor quality cost.
Read moreStructured-output mode where a model emits JSON describing which tool/function to invoke.
Read moreG
Two-network setup where a generator and a discriminator compete during training.
Read moreGoogle DeepMind's natively-multimodal frontier model family, with Nano, Flash and Pro tiers.
Read moreOpenAI's flagship language model family, decoder-only transformers from GPT-1 to GPT-5.
Read moreMassively-parallel accelerator that dominates neural-network training and inference.
Read moreSumming gradients over multiple micro-batches before applying an optimiser step.
Read morexAI's LLM family â Grok-3, Grok-4 â with real-time X data and reasoning modes.
Read moreGrade-school-math benchmark of 8.5k word problems with step-by-step solutions.
Read moreProgrammatic validators that constrain LLM inputs and outputs against policies.
Read moreH
Confident model output that is factually wrong, fabricated, or unsupported by sources.
Read moreClassifier that blocks or modifies model outputs containing disallowed content.
Read moredeepset's open-source framework for production-grade RAG and search pipelines.
Read moreCommonsense-reasoning benchmark of completing video captions and how-to texts.
Read moreNous Research's instruction-tuned fine-tunes of Llama, Mistral and Qwen base models.
Read morePython library providing thousands of pre-trained transformer models with a unified API.
Read more164-problem coding benchmark from OpenAI testing function generation from docstrings.
Read moreCombining lexical (BM25) and vector search scores to get the best of both worlds.
Read moreI
Image-generation model known for accurate in-image typography and posters.
Read moreGoogle DeepMind's text-to-image diffusion model family, currently Imagen 3.
Read more1.4M-image, 1000-class image-classification benchmark that catalysed the deep-learning era.
Read moreTraining a policy from demonstrations rather than from rewards.
Read moreA model's ability to perform new tasks from examples shown in the prompt â no weight updates.
Read moreRunning a trained model on new inputs to produce predictions or generations.
Read morePre-processing step that checks user inputs against schemas, PII rules and length limits.
Read moreThe capability of an LLM to interpret and execute natural-language directions reliably.
Read moreSupervised fine-tuning on (instruction, response) pairs to make a base model follow directions.
Read moreJ
Adversarial prompt that bypasses a model's safety policies or refusal behaviour.
Read moreAI21 Labs' hybrid Mamba-Transformer LLM family with long context and high throughput.
Read moreGoogle's high-performance numerical-computing library with NumPy-like API and XLA backend.
Read moreK
Kuaishou's Chinese text-to-video model, known for long, motion-rich clips.
Read moreThe most-recent date represented in a model's training data â beyond which it has no knowledge.
Read moreThe classical Hinton-2015 formulation of distillation: minimise student-teacher logit divergence.
Read moreStored attention keys and values from prior tokens, reused so generation does not recompute them.
Read moreQuantising attention keys/values to INT8 or INT4 to shrink KV-cache memory.
Read moreL
Open image-text dataset (5B pairs) that trained Stable Diffusion and many CLIP models.
Read morePython/TypeScript framework for composing LLM calls into chains, agents and RAG pipelines.
Read moreDiffusion model that operates in a compressed latent space rather than raw pixels.
Read moreLearned high-dimensional space where each point encodes the abstract features of an input.
Read more1000-hour English audiobook corpus, the standard speech-recognition benchmark.
Read moreContinuously-updated benchmark that swaps tasks monthly to avoid training-data contamination.
Read moreMeta's open-weights LLM family â the backbone of most open-source fine-tunes.
Read morePure-C++ inference of LLMs on CPU, GPU and Apple Silicon â the foundation of local AI.
Read moreData framework for connecting LLMs to private data via retrieval and indexing.
Read moreUnnormalised scores a model emits over its vocabulary before softmax converts them to probabilities.
Read moreParameter-efficient fine-tuning that injects small trainable low-rank matrices alongside frozen weights.
Read moreScalar measure of how wrong a model's predictions are; gradient descent minimises it.
Read moreM
Selective state-space model with input-dependent dynamics, competitive with transformers.
Read more12,500-problem competition-math benchmark spanning algebra, geometry and number theory.
Read moreEmbeddings trained so that prefix slices remain useful â choose any dimension at query time.
Read moreTranslation metric using stem and synonym matching for better human-correlation than BLEU.
Read moreOpen-source vector database designed for billion-scale similarity search.
Read moreFrench AI lab whose Mistral 7B and Mixtral MoE models popularised sparse open-weights LLMs.
Read moreTraining in lower-precision floats to double throughput and halve memory versus FP32.
Read moreArchitecture where a router activates only a few expert sub-networks per token, saving compute.
Read moreVision architecture using only multilayer perceptrons â no attention, no convolutions.
Read more57-subject multiple-choice benchmark spanning STEM, humanities and professional exams.
Read moreDocumentation describing a model's intended use, performance, limitations and risks.
Read moreAnthropic-introduced open standard for LLMs to access tools and data sources uniformly.
Read moreCombining the weights of multiple fine-tuned models into a single composite model.
Read moreSplitting a model's layers or tensors across multiple GPUs that do not fit one.
Read moreSystem that dispatches each request to the most-appropriate model from a pool.
Read moreAlgorithm that selects which expert sub-networks process each input token.
Read moreMicrosoft's COCO dataset â same as COCO, full name often used in academic citations.
Read morePublic benchmark and leaderboard scoring embedding models across 56 datasets.
Read moreAttention applied in parallel across several projections, each capturing different relations.
Read moreDialogue with state carried across multiple user/assistant exchanges.
Read moreModel that accepts or produces more than one input/output type â text, image, audio, video.
Read moreN
NVIDIA's 2020 datacentre GPU â 40/80GB HBM2e, 312 TFLOPS FP16, the workhorse of pre-2024 AI.
Read moreNVIDIA's 2024 Blackwell GPU â 192GB HBM3e, ~2.5Ă H100 performance for FP8 training.
Read moreNVIDIA's 2022 Hopper datacentre GPU â 80GB HBM3, ~3Ă A100 performance.
Read moreO
Open-source transformer policy for robot control trained on Open X-Embodiment.
Read moreCommand-line + REST tool that makes running local LLMs as simple as `ollama run llama3`.
Read moreModel whose trained weights are publicly downloadable, with or without an open-source licence.
Read moreCross-institution open robotics dataset of 1M+ demonstrations from 22 embodiments.
Read moreOfficial Python and TypeScript client for the OpenAI REST API.
Read moreAggregator API that unifies 200+ LLMs behind an OpenAI-compatible interface.
Read moreOpen-weights vision-language-action model for robot policies, 7B parameters.
Read moreMechanism forcing model output to match a regex, grammar or schema during decoding.
Read moreP
Median per-request latency â half of requests are faster, half slower.
Read more95th-percentile request latency â 5% of requests are slower than this.
Read moreNumber of learned weights in a neural network â a rough proxy for capacity and cost.
Read moreTransformer variant that cross-attends to a fixed-size latent array, decoupling from input size.
Read moreExponential of the average per-token loss; lower means the model finds the data less surprising.
Read moreMicrosoft's small-but-mighty model family trained on heavily-curated synthetic data.
Read morePhysical Intelligence's foundation model for generalist robot manipulation.
Read moreManaged serverless vector database for retrieval and semantic search.
Read moreSplitting a model's layers into stages, with micro-batches pipelined across GPUs.
Read moreMistral's open-weights vision-language model â Pixtral 12B and Pixtral Large.
Read moreInitial unsupervised training of a model on massive corpora to learn general patterns.
Read moreLearning trainable key/value prefixes prepended to every transformer layer.
Read moreInput text â system, user or assistant â that conditions a model's next response.
Read moreReusing computation from previously-seen prompt prefixes across requests.
Read moreDecomposing a task into a sequence of model calls, each consuming the prior output.
Read morePractice of designing prompts that elicit reliable, high-quality model outputs.
Read moreAttack where untrusted input overrides the developer's intended model instructions.
Read moreReusable prompt with placeholders that get filled at runtime with dynamic data.
Read moreLearning a small set of continuous 'soft prompt' embeddings while keeping the model frozen.
Read moreQ
Open-source Rust-based vector database with strong filtering and hybrid search.
Read moreLoRA on a 4-bit quantised base model, enabling 65B fine-tunes on a single 24GB GPU.
Read moreCompressing model weights to lower-precision integers (INT8/INT4) to save memory and speed inference.
Read moreR
Pattern where a model is grounded on retrieved documents fetched at inference time.
Read moreAgent pattern interleaving Thought, Action and Observation steps in a single trace.
Read moreA model's ability to chain logical steps, plan, or solve problems beyond pattern recall.
Read moreImage-generation models specialised for vector graphics, logos and brand-consistent design.
Read moreSequence model that processes inputs one step at a time, carrying a hidden state.
Read moreSystematic adversarial testing of an AI system to find failure modes before deployment.
Read moreOpen recreation of the Llama training set â 1.2T tokens of curated web, books and code.
Read moreTII's 5T-token web-only dataset that powered Falcon â quality from filtering alone.
Read moreModel behaviour of declining a request that violates its safety policy.
Read moreSecond-stage re-scoring of retrieved candidates with a more expensive model for better top-k.
Read moreEnd-to-end pattern combining retrieval with generation to ground answers in fresh data.
Read moreTransformer with a retrieval module integrated into its layers, not just its prompt.
Read moreReplacing human preference labels in RLHF with judgments from another model.
Read moreTraining step that aligns a model to human preferences via a reward model and RL.
Read morePosition-encoding scheme that rotates query/key vectors in 2D subspaces by their position.
Read moreRecall-oriented n-gram and longest-common-subsequence metric for summarisation eval.
Read moreGoogle's Robotic Transformer 2 â a VLM fine-tuned to emit robot actions as text tokens.
Read moreRunway ML's commercial video-generation model family â Gen-3 and Gen-4.
Read moreS
Decoding strategy that picks the next token from the model's output distribution.
Read moreEmpirical relations predicting model loss as a function of parameters, data and compute.
Read moreExplicit working-memory section a model writes into before producing its final answer.
Read moreSampling multiple chain-of-thought traces and voting on the majority answer.
Read moreMicrosoft's SDK for orchestrating LLMs, plugins and memory across .NET, Python and Java.
Read moreSearch that ranks documents by meaning similarity, computed from embeddings.
Read moreGoogle's language-agnostic tokeniser library implementing BPE and unigram models.
Read moreFunction that normalises a vector of logits into a probability distribution summing to one.
Read moreOpenAI's text-to-video diffusion-transformer model, up to 60-second cinematic clips.
Read moreAttention variants that restrict each query to a subset of keys, reducing compute.
Read moreAcceleration where a tiny draft model proposes tokens that the main model verifies in parallel.
Read moreModels that convert spoken audio into written text â the inverse of TTS.
Read moreOpen-weights latent-diffusion image model â the spark of the open-source image-gen ecosystem.
Read moreSequence model that uses continuous-time linear dynamics instead of attention.
Read moreString at which the model halts generation â used to enforce output boundaries.
Read moreConstrained decoding that guarantees output matches a schema (JSON, regex, grammar).
Read moreReal-world coding benchmark of 2294 GitHub issues with verified fixes.
Read moreEvaluation set generated by an LLM rather than collected from humans.
Read moreTraining data generated by another model rather than collected from humans or the web.
Read moreHighest-priority instruction block that sets a model's persona, rules, and output format.
Read moreT
Sampling parameter that controls randomness â lower is more deterministic, higher more creative.
Read moreSplitting weight matrices across GPUs and synchronising on every layer's forward and backward.
Read moreGoogle's graph-based deep-learning framework, dominant in production until PyTorch's rise.
Read moreNVIDIA's LLM-specific extension of TensorRT for maximum GPU inference throughput.
Read moreModels that synthesise spoken audio from written text â the inverse of STT.
Read moreHuggingFace's optimised LLM serving stack used by their Inference Endpoints.
Read moreEleutherAI's 825GB diverse text dataset spanning 22 sources, used to train GPT-Neo/J.
Read moreTokens or requests processed per second by an inference system.
Read moreOpenAI's fast Rust+Python BPE tokeniser library, the reference for counting GPT tokens.
Read moreTTS-specific latency from text-input to first audio packet â the voice analogue of TTFT.
Read moreLatency between sending a prompt and receiving the model's first response token.
Read moreApplication-set ceiling on tokens consumed per request or per session for cost control.
Read moreProcess of splitting text into the discrete units (tokens) that a model processes.
Read morePer-stream generation speed of a model â the most reported speed number for LLMs.
Read moreLetting an LLM invoke external tools â APIs, code execution, search â during generation.
Read moreSampling restricted to the K highest-probability tokens at each step.
Read moreSampling from the smallest token set whose cumulative probability exceeds threshold p.
Read moreGoogle's custom ASIC for neural-network training and inference, available on GCP.
Read moreNeural architecture built on stacked self-attention layers, the basis of all modern LLMs.
Read moreReasoning method that explores multiple branching thought paths and backtracks.
Read moreV
Probabilistic autoencoder that learns a smooth latent space with a Gaussian prior.
Read moreDatabase optimised for storing and querying high-dimensional embedding vectors.
Read moreTransformer that treats image patches as tokens â no convolutions required.
Read moreMultimodal model that jointly understands images and text in a shared representation.
Read moreFoundation model class that maps images and language directly to robot actions.
Read moreHigh-throughput LLM serving engine with paged-attention KV-cache management.
Read moreFixed set of tokens a tokenizer and model can represent, typically 32k to 200k entries.
Read more