.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

AEAutoencoder β€” A neural network that learns to compress and reconstruct data.
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

BERTBidirectional Encoder Representations from Transformers β€” Google’s landmark NLP model architecture.
BLEUBilingual Evaluation Understudy β€” A metric for evaluating machine translation quality.
BNNBayesian Neural Network β€” A neural network that represents weights as probability distributions.

C

CAGRCompound Annual Growth Rate β€” Used in AI market analysis.
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

DANDo Anything Now β€” Jailbreak-style prompt pattern (safety concern).
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

ELMoEmbeddings from Language Models β€” Contextual word representation model.
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

FIDFrechet Inception Distance β€” Metric for evaluating quality of generated images.
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

GANGenerative Adversarial Network β€” Two-network system (generator + discriminator) for generating realistic data.
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

HIPAAHealth Insurance Portability and Accountability Act β€” US healthcare data protection law.
HPCHigh-Performance Computing β€” Computing systems with extremely high processing capacity.
HPOHyperparameter Optimization β€” Process of finding optimal model hyperparameters.

I

ICLIn-Context Learning β€” LLMs learning from examples in the prompt without weight updates.
IoTInternet of Things β€” Network of connected physical devices generating data for AI.
IPUIntelligence Processing Unit β€” Graphcore’s custom AI accelerator chip.

K

KL DivergenceKullback-Leibler Divergence β€” Measures how one probability distribution differs from another.
KNNK-Nearest Neighbors β€” Simple classification algorithm based on proximity in feature space.

L

LIMALess Is More for Alignment β€” Paper showing high-quality small datasets can align LLMs.
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

MCPModel Context Protocol β€” Open standard for connecting AI systems to external tools and data.
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

NERNamed Entity Recognition β€” Identifying entities (people, places, organizations) in text.
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

OCROptical Character Recognition β€” Converting images of text into machine-readable text.
OSSOpen Source Software β€” Software with publicly available source code.

P

PEFTParameter-Efficient Fine-Tuning β€” Methods that adapt large models with minimal parameter updates.
PPOProximal Policy Optimization β€” Popular reinforcement learning algorithm.
PRPull Request (in software development) or Precision-Recall (in ML evaluation).

Q

QLoRAQuantized LoRA β€” Combines 4-bit quantization with LoRA for efficient fine-tuning.
Q-learningA model-free reinforcement learning algorithm learning action values.

R

RAGRetrieval-Augmented Generation β€” Enhancing LLM outputs with retrieved external information.
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

SAMSegment Anything Model β€” Meta’s zero-shot image segmentation model.
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

TPUTensor Processing Unit β€” Google’s custom chip for machine learning workloads.
TTSText-to-Speech β€” Converting written text into spoken audio.

V

VAEVariational Autoencoder β€” Generative model that learns a latent representation of data.
ViTVision Transformer β€” Applying transformer architecture to image recognition tasks.
VRAMVideo RAM β€” High-bandwidth memory on GPUs for storing model weights and activations.

X

XAIExplainable AI β€” AI systems whose decisions can be understood and interpreted by humans.

Z

ZSLZero-Shot Learning β€” Classifying inputs from categories never seen during training.

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht verΓΆffentlicht. Erforderliche Felder sind mit * markiert