.glossary-page { max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, ‚Segoe UI‘, Roboto, sans-serif; }
.glossary-page h1 { color: #1a1a2e; border-bottom: 3px solid #16213e; padding-bottom: 10px; }
.subtitle { color: #666; margin-bottom: 24px; }
.letter-nav { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 24px; }
.letter-nav a { display: inline-block; padding: 6px 10px; background: #16213e; color: white; text-decoration: none; border-radius: 4px; font-weight: 600; font-size: 14px; }
.letter-nav a:hover { background: #0f3460; }
.acronym-section { margin-bottom: 32px; }
.acronym-section h2 { color: #16213e; font-size: 1.5em; border-left: 4px solid #16213e; padding-left: 12px; background: #f0f4ff; padding: 8px 12px; }
.acronym-grid { display: grid; grid-template-columns: 200px 1fr; gap: 8px 16px; margin-top: 12px; }
.acronym-code { font-weight: 700; color: #0f3460; font-family: ‚SF Mono‘, ‚Consolas‘, monospace; font-size: 1.05em; }
.acronym-def { color: #333; line-height: 1.6; }
.category-label { grid-column: 1 / -1; color: #666; font-size: 0.85em; text-transform: uppercase; letter-spacing: 1px; margin-top: 8px; border-bottom: 1px solid #e0e4f0; padding-bottom: 4px; }
AI Acronyms & Abbreviations β 150+ Terms
Reviewed: June 4, 2026
Quick reference for every AI/ML acronym you will encounter in research papers, documentation, and technical discussions.
A
AGIArtificial General Intelligence β AI with human-level cognitive abilities across all domains.
AIArtificial Intelligence β Systems that perform tasks typically requiring human intelligence.
AIGCAI-Generated Content β Any content (text, image, video) created by AI systems.
AMLAnti-Money Laundering (in finance) or Advanced Machine Learning (in research contexts).
APIApplication Programming Interface β A defined interface for software components to communicate.
ASICApplication-Specific Integrated Circuit β Custom chip designed for a particular use case, such as AI inference.
B
BLEUBilingual Evaluation Understudy β A metric for evaluating machine translation quality.
BNNBayesian Neural Network β A neural network that represents weights as probability distributions.
C
CICDContinuous Integration / Continuous Deployment β Automated software delivery pipeline.
CLIPContrastive Language-Image Pre-training β OpenAI’s vision-language model.
CNNConvolutional Neural Network β Architecture optimized for grid-like data (images).
CoTChain of Thought β Prompting technique that elicits step-by-step reasoning.
CUDACompute Unified Device Architecture β NVIDIA’s parallel computing platform.
D
DDPDistributed Data Parallel β Training paradigm splitting data across multiple GPUs.
DLDeep Learning β Machine learning using multi-layer neural networks.
DNNDeep Neural Network β A neural network with multiple hidden layers.
DPODirect Preference Optimization β Alignment technique for training LLMs from preferences.
DQNDeep Q-Network β Combines Q-learning with deep neural networks.
E
ELUExponential Linear Unit β Activation function for neural networks.
EMExpectation-Maximization β Iterative algorithm for finding maximum likelihood estimates.
EU AI ActEuropean Union Artificial Intelligence Act β Comprehensive AI regulation framework.
F
FLFederated Learning β Training models across decentralized data sources.
FPGAField-Programmable Gate Array β Reconfigurable hardware used for AI acceleration.
FSDPFully Sharded Data Parallel β Memory-efficient distributed training paradigm.
G
GGMLGPT-Generated Machine Learning β Tensor library for CPU-based LLM inference.
GGUFGPT-Generated Unified Format β File format for quantized LLM weights.
GPTGenerative Pre-trained Transformer β OpenAI’s foundational language model series.
GPUGraphics Processing Unit β Parallel processor essential for AI training and inference.
GRPOGroup Relative Policy Optimization β RL technique for LLM alignment (used in DeepSeek R1).
H
HPCHigh-Performance Computing β Computing systems with extremely high processing capacity.
HPOHyperparameter Optimization β Process of finding optimal model hyperparameters.
I
IoTInternet of Things β Network of connected physical devices generating data for AI.
IPUIntelligence Processing Unit β Graphcore’s custom AI accelerator chip.
K
KNNK-Nearest Neighbors β Simple classification algorithm based on proximity in feature space.
L
LLMLarge Language Model β AI model trained on vast text for language understanding and generation.
LLMOpsLLM Operations β Operational practices specific to deploying and managing LLMs in production.
LoRALow-Rank Adaptation β Parameter-efficient fine-tuning method using low-rank matrices.
LSTMLong Short-Term Memory β Recurrent neural network architecture for sequential data.
M
MLMachine Learning β AI systems that learn from data rather than following explicit rules.
MLLMMultimodal Large Language Model β LLM that processes multiple input types (text, images, audio).
MLOpsMachine Learning Operations β Practices for deploying and maintaining ML models in production.
MoEMixture of Experts β Architecture routing inputs to different expert sub-networks.
MSEMean Squared Error β Common loss function for regression tasks.
N
NLGNatural Language Generation β AI systems that produce human-readable text.
NLPNatural Language Processing β AI field focused on human language understanding.
NISTNational Institute of Standards and Technology β US body behind the AI Risk Management Framework.
NPUNeural Processing Unit β Processor specialized for neural network inference.
NVDIANVIDIA β Leading GPU manufacturer for AI (included for completeness).
O
OSSOpen Source Software β Software with publicly available source code.
P
PPOProximal Policy Optimization β Popular reinforcement learning algorithm.
PRPull Request (in software development) or Precision-Recall (in ML evaluation).
Q
Q-learningA model-free reinforcement learning algorithm learning action values.
R
ReLURectified Linear Unit β Most common activation function: max(0, x).
RLReinforcement Learning β Learning optimal behavior through environmental rewards.
RLHFReinforcement Learning from Human Feedback β Training LLMs using human preferences as rewards.
RMReward Model β A model trained to predict human preferences for RLHF.
RNNRecurrent Neural Network β Architecture for sequential data with cyclic connections.
ROUGERecall-Oriented Understudy for Gisting Evaluation β Metric for evaluating summaries.
S
SGDStochastic Gradient Descent β Optimization algorithm for training neural networks.
SFTSupervised Fine-Tuning β Training method using labeled examples to adapt pre-trained models.
SNAPSupplemental Nutrition Assistance Program (in AI fairness contexts).
SQLStructured Query Language β Language for managing relational databases.
SVMSupport Vector Machine β Classification algorithm finding optimal decision boundaries.
T
TTSText-to-Speech β Converting written text into spoken audio.
V
ViTVision Transformer β Applying transformer architecture to image recognition tasks.
VRAMVideo RAM β High-bandwidth memory on GPUs for storing model weights and activations.
