AI Glossary

Master the language of artificial intelligence with our comprehensive glossary. Each term includes clear definitions and real-world examples.

168 terms • Browse by letter or search

💡 Use search above to quickly find terms

A

Accountability

The responsibility and obligation of individuals, organizations, and AI systems to answer for their actions, decisions, and outcomes.

accountabilityAI ethicsresponsibility+3

Activation Functions

Learn about activation functions in neural networks - ReLU, Sigmoid, Tanh, and Softmax. Discover how non-linear functions enable AI to learn complex patterns.

activation functionsneural networksnon-linearity+1

Agentic Workflow

Agentic workflows are iterative patterns where AI models perform tasks through planning, tool use, and self-correction, rather than single-shot prompts.

AI agentagentic workflowtask automation+3

AI Agent

AI agents are autonomous systems that perceive, reason, act, and learn to achieve goals. Learn types, applications, and how they work.

AI agentautonomous systemstask automation+5

AI and Employment

The impact of artificial intelligence on jobs, workforce transformation, and the future of work across industries.

AI employmentautomationworkforce transformation+4

AI Architecture

Structural design and organization of artificial intelligence systems for building scalable, maintainable, and efficient AI applications.

ai architecturesystem designmicroservices+3

AI Drug Discovery

The application of artificial intelligence and machine learning to accelerate and improve pharmaceutical drug discovery, development, and research processes.

AI drug discoverypharmaceutical AIdrug development+3

AI for Good

Application of AI technologies to address global challenges, improve human welfare, and create positive societal impact across various domains.

AI for goodsocial impactsustainable development+3

AI Governance (AIG)

The framework of policies, regulations, and oversight mechanisms designed to ensure responsible development and deployment of artificial intelligence systems.

AI governanceregulationpolicy+3

AI Healthcare

AI in healthcare for medical diagnosis, treatment planning, drug discovery, and clinical decision support to enhance patient care.

AI healthcaremedical AIhealthcare technology+7

AI in Finance

AI in finance refers to the application of machine learning, natural language processing, and deep learning algorithms to financial tasks like fraud.

finance AIfintechalgorithmic trading+3

AI in Science

The application of artificial intelligence to accelerate scientific discovery, research, and innovation across all fields of science.

AI sciencescientific discoveryresearch acceleration+2

AI Infrastructure

AI infrastructure refers to the integrated hardware and software components required to develop, train, and deploy AI models at scale, including.

AI infrastructureGPUTPU+5

AI Research

AI research is the systematic investigation into the development of algorithms, models, and systems that exhibit intelligent behavior.

ai researchmachine learning researchdeep learning+3

AI Safety

Learn about AI safety principles and methods for ensuring artificial intelligence systems behave reliably without causing unintended harm to humans or society.

AI safetyartificial intelligence safetyAI alignment+3

Anomaly Detection (AD)

Techniques for identifying unusual patterns, outliers, or abnormal data points that differ from normal behavior.

unsupervised learningmachine learningoutlier detection+1

API

An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate and share data seamlessly.

APIsoftware developmentintegration+4

Application-Specific Integrated Circuit (ASIC)

Specialized hardware chips designed for specific computational tasks, delivering superior performance and efficiency compared to general-purpose.

asicai hardwarechip design+3

Artificial General Intelligence (AGI)

A theoretical form of artificial intelligence that can understand, learn, and apply knowledge across any intellectual task that a human being can perform.

AGIartificial intelligencegeneral intelligence+3

Artificial Intelligence (AI)

The field of study focused on creating systems capable of performing tasks that require human intelligence, including learning, reasoning, and problem-solving.

AImachine learningintelligence+3

Artificial Superintelligence (ASI)

AI that surpasses human intelligence across all domains. Learn about ASI definition, intelligence explosion, safety risks, and control methods.

ASIartificial superintelligencesuperintelligence+5

Attention Mechanism

Neural network technique that allows models to selectively focus on relevant parts of input data, enabling better understanding of context and relationships.

neural networkstransformerNLP+1

Audio Processing (AP)

The analysis and manipulation of audio signals using computational methods and artificial intelligence.

audio processingspeech recognitionmusic analysis+2

Autoencoder

A neural network architecture that learns to compress data into a lower-dimensional representation and then reconstruct it.

autoencoderneural networkdimensionality reduction+1

Autonomous Systems (AS)

Systems capable of operating independently without human intervention, making decisions and taking actions based on their environment.

autonomous systemsroboticsAI+2

Autonomous Vehicle Safety

Autonomous vehicle safety technologies, standards, and testing protocols designed to ensure self-driving cars can operate safely without human intervention.

AV safetyself-driving carsWaymo+5

C

Catastrophic Forgetting

A phenomenon where neural networks lose previously learned information when learning new tasks or adapting to new data.

catastrophic forgettingneural networkscontinual learning+2

Causal Reasoning

AI systems' ability to understand cause-and-effect relationships, enabling predictions about interventions and how changes in one variable affect others.

causal reasoningcause and effectintervention+2

Chain-of-Thought (CoT)

A prompting technique that encourages language models to show their step-by-step reasoning process, improving accuracy on complex problem-solving tasks.

promptingreasoningproblem-solving+2

Classification (CLF)

Machine learning task that assigns data to predefined categories using supervised learning for spam detection, medical diagnosis, and image recognition.

supervised learningmachine learningcategorization+1

Cloud Computing

Cloud computing is the on-demand delivery of computing power, database storage, applications, and other IT resources via the internet with pay-as-you-go.

cloud computinginfrastructureAWS+6

Clustering

An unsupervised learning technique that groups similar data points together based on their characteristics.

unsupervised learningmachine learninggrouping+1

Computer Vision (CV)

A field of AI that enables computers to interpret and understand visual information from images and videos.

computer visionimage processingvisual AI+1

Concurrency

Programming paradigm that manages multiple tasks in overlapping time periods, enabling efficient resource utilization in AI and distributed systems.

concurrencyconcurrent programmingtask management+3

Consciousness

The subjective experience of awareness, self-reflection, and understanding that enables genuine comprehension and intentional behavior in AI systems.

consciousnessawarenessself-reflection+3

Context Window

The maximum amount of text or tokens that a language model can process and remember in a single conversation or input sequence.

context windowlanguage modelsNLP+3

Continuous Learning (CL)

A machine learning approach where models continuously adapt and improve from new data without requiring complete retraining.

machine learningadaptive systemsonline learning+1

Conversational AI

AI technology that enables natural human-computer interactions through text, voice, and multimodal conversations.

conversational AIchatbotsnatural language processing+3

Convolution

A mathematical operation that applies filters to input data, fundamental to convolutional neural networks and signal processing.

convolutionCNNconvolutional neural network+3

Convolutional Neural Network (CNN)

A type of neural network specialized for processing grid-like data such as images, using convolution operations to extract hierarchical features.

CNNconvolutional neural networkcomputer vision+5

Cross-Validation (CV)

A technique for assessing how well a machine learning model will generalize to new data by testing it on multiple subsets of the available data.

cross-validationmodel validationmachine learning+3

D

Data Analysis

The systematic process of examining, interpreting, and extracting insights from data to support decision-making and discover patterns.

data analysisdata sciencestatistics+3

Data Augmentation

Technique that artificially increases training dataset size and diversity by applying transformations to existing data, improving model generalization.

data augmentationmachine learningtraining data+2

Data Poisoning

Data poisoning is a cyberattack where malicious actors insert corrupted or misleading data into an AI model's training set to manipulate its future.

AI securitycybersecuritydata poisoning+3

Data Processing

The systematic transformation, cleaning, and preparation of raw data into a format suitable for analysis and machine learning algorithms.

data sciencedata preparationETL+4

Decision Trees (DT)

Tree-like models that make decisions by asking a series of yes/no questions, used for classification and regression tasks.

decision treesmachine learningclassification+5

Deep Learning

A class of machine learning based on artificial neural networks with multiple layers (depth) that automatically learn hierarchical representations of data.

neural networksmachine learningAI+3

Diffusion Language Models (DLMs)

Neural networks that generate text through iterative denoising processes, enabling parallel generation unlike sequential autoregressive models.

diffusion modelslanguage modelstext generation+4

Dimensionality Reduction (DR)

Techniques for reducing the number of features or dimensions in data while preserving important information.

unsupervised learningmachine learningfeature reduction+1

Distributed Computing (DC)

Computing paradigm where tasks are distributed across multiple networked computers to solve complex problems, enabling scalable AI systems and fault tolerance.

distributed computingdistributed systemsnetwork computing+3

E

Edge AI (EAI)

AI systems that process data and make decisions locally on edge devices, reducing latency and improving privacy while enabling real-time applications.

edge AIedge computingIoT+3

Educational AI

Artificial intelligence systems designed to enhance learning experiences through personalized instruction, adaptive content, and intelligent tutoring.

educational AIadaptive learningintelligent tutoring+2

Embedding

Numerical representations that convert words, images, and data into vectors capturing semantic relationships for machine learning and AI applications.

vector spacerepresentation learningNLP+1

Embodied AI

Embodied AI refers to artificial intelligence systems with a physical body—like a robot—allowing them to interact with and learn from the physical world.

embodied AIroboticsphysical AI+3

Ensemble Methods (EM)

Machine learning techniques that combine multiple models to improve accuracy, reduce overfitting, and increase robustness.

ensemble methodsmachine learningbagging+7

Error Handling

Techniques that ensure AI systems can gracefully manage unexpected situations and failures for improved reliability and robustness.

error handlingrobustnessfault tolerance+5

Ethics in AI

Comprehensive guide to AI ethics: principles, frameworks, and best practices for responsible artificial intelligence development and deployment.

ethicsfairnesstransparency+2

Explainable AI (XAI)

AI systems designed to provide clear, understandable explanations of their decision-making processes and predictions.

explainable AIXAItransparency+3

G

General Problem Solving

The ability to solve diverse problems across different domains using flexible reasoning, pattern recognition, and adaptable strategies.

problem solvinggeneral intelligencereasoning+2

Generalization

The ability of a machine learning model to perform well on new, unseen data by learning underlying patterns rather than memorizing training examples.

generalizationmachine learningmodel performance+3

Generative AI

AI systems that create new content such as text, images, audio, and video by learning patterns from existing data.

generative AIcontent creationAI models+2

Generative Engine Optimization (GEO)

The practice of optimizing content to be referenced by generative AI systems like ChatGPT, Claude, and Google SGE through clear data and citations.

GEOSEOcontent optimization+3

GPU Computing

Computing paradigm that leverages GPUs to accelerate parallel computations in AI, machine learning, and data processing through massive parallelization.

gpu computingparallel processingai acceleration+3

Gradient Boosting (GB)

Ensemble learning method that builds models sequentially, each correcting the errors of previous models.

gradient boostingensemble learningmachine learning+3

Gradient Descent

An optimization algorithm that iteratively updates parameters by moving in the direction of steepest descent of the loss function.

gradient descentoptimizationmachine learning+1

Graph Neural Networks (GNN)

Neural network architectures designed to process and learn from graph-structured data, enabling AI systems to understand complex relationships.

graph neural networksGNNgraph processing+3

M

Machine Learning (ML)

A subset of AI that enables systems to learn and improve from experience without being explicitly programmed.

AIalgorithmsdata science+1

Machine Learning Operations (MLOps)

Combines machine learning, DevOps, and data engineering to automate deployment, monitoring, and maintenance of ML models in production environments.

MLOpsmachine learning operationsDevOps+4

Meta-Learning (ML)

A machine learning approach where algorithms learn how to learn, enabling rapid adaptation to new tasks with minimal training data.

meta-learninglearning to learnfew-shot learning+2

Mixture-of-Experts (MoE)

Neural network architecture using multiple specialized experts, activating only relevant ones per input for improved efficiency and performance.

Neural NetworksAI ArchitectureEfficiency+2

Model Context Protocol (MCP)

An open standard for connecting AI models to external tools and data sources, enabling seamless integration between language models and various services.

MCPModel Context ProtocolAI integration+5

Model Deployment

Process of deploying trained ML models to production with infrastructure setup, monitoring, and real-time inference for applications and services.

model deploymentproductionMLOps+1

Model Size

The scale and complexity of AI models measured by parameters, layers, and computational requirements that determine performance capabilities.

model sizeparametersscaling+6

Monitoring

Tracking and observing AI systems to ensure they perform correctly, detect issues early, and maintain reliability in production environments.

monitoringAI monitoringsystem monitoring+3

Multi-Agent Systems (MAS)

Learn about multi-agent systems, how multiple AI agents work together, coordinate, and solve complex problems through collaboration and communication.

multi-agent systemsagent collaborationdistributed AI+4

Multimodal AI

AI systems that process and understand multiple data types simultaneously - text, images, audio, and video - for comprehensive analysis and generation.

multimodalcross-modalAI systems+1

P

Parallel Processing

Computing technique that executes multiple tasks simultaneously across multiple processors to improve performance in AI and machine learning applications.

parallel processingconcurrent computingperformance optimization+3

Pattern Recognition (PR)

The ability of AI systems to identify, classify, and understand recurring structures, relationships, and regularities in data across various domains.

pattern recognitionmachine learningdata analysis+3

Performance

The efficiency and effectiveness of AI systems, including model accuracy, computational speed, resource utilization, and scalability.

performanceoptimizationefficiency+4

Policy

A strategy, rule, or function that guides decision-making processes, commonly used in reinforcement learning to determine agent actions.

policyreinforcement learningdecision making+4

Pooling

A technique in neural networks that reduces spatial dimensions while preserving important information.

CNNneural networkscomputer vision+1

Pre-trained Models

Neural networks trained on large datasets that can be adapted for specific tasks through transfer learning, providing a foundation for efficient AI development.

pre-trained modelstransfer learningmachine learning+2

Precision Medicine

Personalized healthcare approach using genetic, environmental, and lifestyle data to tailor medical treatments for optimal patient outcomes.

precision medicinepersonalized medicinegenomic medicine+5

Privacy

Protection of personal information and data in AI systems, ensuring individuals maintain control over their data and preventing unauthorized access or misuse.

privacydata protectionAI ethics+3

Production Systems

AI applications deployed in real-world environments that serve actual users and handle real data with high reliability and performance.

production systemsdeploymentreal-world AI+5

Prompt Engineering

Designing and optimizing inputs for language models to achieve desired outputs through clear instructions, examples, and iterative refinement.

promptslanguage modelsLLM+1

Protein Folding

Process by which a protein chain acquires its native three-dimensional structure, essential for biological function and computational biology.

protein foldingstructural biologycomputational biology+3

R

Random Forest (RF)

Ensemble learning methods that combine multiple decision trees to improve accuracy and prevent overfitting.

random forestensemble learningmachine learning+4

Recommendation Systems

AI systems that analyze user behavior and preferences to suggest relevant items, content, or actions, improving user experience.

recommendation systemspersonalizationcollaborative filtering+2

Recurrent Neural Network (RNN)

A type of neural network designed to process sequential data by maintaining memory of previous inputs through hidden states and feedback connections.

RNNrecurrent neural networksequential data+3

Regression

Supervised learning task that predicts continuous numerical values like prices, temperatures, and measurements using linear and non-linear models.

supervised learningmachine learningprediction+1

Regularization (REG)

Techniques used to prevent overfitting by adding constraints or penalties to machine learning models, improving generalization to unseen data.

regularizationoverfittingmachine learning+2

Reinforcement Learning (RL)

A learning paradigm where agents learn to make decisions by interacting with an environment to maximize cumulative reward.

reinforcement learningagentsenvironment+2

Reinforcement Learning from Human Feedback (RLHF)

Technique for aligning language models with human preferences using reinforcement learning and human feedback to improve AI safety and usefulness.

RLHFreinforcement learninghuman feedback+4

Representation Learning (RL)

Machine learning approach where algorithms automatically discover useful data representations that capture underlying patterns and relationships.

representation learningfeature learningdeep learning+3

Retrieval-Augmented Generation (RAG)

A method combining retrieval of relevant documents with language model generation for accurate, up-to-date AI responses.

RAGRAG 2.0information retrieval+5

Robotics (ROB)

The field of engineering and computer science focused on designing, building, and operating robots that can perform tasks autonomously or semi-autonomously.

roboticsautomationAI+2

Robustness

AI system's ability to perform consistently despite variations, noise, or unexpected inputs, ensuring reliability under uncertainty for safe AI deployment.

robustnessAI safetysystem reliability+5

S

Scalable AI

Artificial intelligence systems designed to efficiently handle increasing workloads, data volumes, and complexity while maintaining performance and reliability.

scalable AIdistributed AIperformance optimization+3

Self-Attention

Neural network mechanism that enables models to focus on different parts of input sequences using query-key-value computations for capturing dependencies.

attention mechanismtransformerNLP+1

Self-Improving AI (SIAI)

Artificial intelligence systems that can recursively enhance their own algorithms, capabilities, and performance without human intervention.

self-improving AIrecursive enhancementAI evolution+2

Self-supervised Learning (SSL)

A training method where the system learns to predict part of the data from other parts, without human-labeled examples.

self-supervisedunsupervised learningpre-training+1

Semantic Search

Search techniques that understand meaning and context rather than exact keyword matches to find relevant information.

semantic searchinformation retrievalmeaning understanding+2

Semantic Understanding

AI systems' ability to comprehend meaning, context, and relationships within data, going beyond surface-level pattern recognition.

semantic understandingmeaning comprehensioncontext understanding+3

Simple Continual Pretraining (SCP)

Straightforward method for converting autoregressive models to diffusion models through continued training with bidirectional attention.

model conversionpretrainingdiffusion models+4

Social AI

Artificial intelligence systems designed to understand, interact with, and navigate human social contexts, emotions, and relationships.

social AIsocial intelligencehuman-AI interaction+3

State of the Art Model (SOTA)

An AI model that achieves the best performance on specific benchmarks or tasks, representing the current cutting-edge capabilities in artificial intelligence.

SOTAperformancebenchmarking+3

Supervised Learning

Training a model using input-output pairs, with the goal of learning a mapping from inputs to outputs.

supervised learninglabeled dataclassification+1

Support Vector Machines (SVM)

A powerful machine learning algorithm that finds optimal hyperplanes to separate data classes, effective for both classification and regression tasks.

support vector machinesSVMmachine learning+3

Symbolic AI

Classical AI approach using formal symbols, rules, and logic for knowledge representation and reasoning - the foundation of expert systems and interpretable AI.

symbolic AIclassical AIrule-based systems+3

T

Temperature

A hyperparameter that controls randomness and creativity in AI models, affecting output diversity and determinism across text generation, knowledge.

temperaturehyperparametertext generation+3

Tensor Operations

Mathematical operations performed on multidimensional arrays (tensors) that form the computational foundation of neural networks and deep learning systems.

tensor operationsdeep learningneural networks+3

Tensor Processing Unit (TPU)

Google's specialized AI accelerator chips for machine learning, featuring systolic array architecture and massive parallel processing capabilities.

tputensor processing unitai accelerator+3

Text Analysis

Process of extracting meaningful information and insights from textual data using modern AI techniques including large language models.

text analysisNLPtext mining+2

Text Generation

The process of creating human-like text using AI models, from simple completions to creative writing.

text generationNLPlanguage models+1

Text-to-Speech (TTS)

Text-to-Speech (TTS) is an AI technology that converts written text into natural-sounding human speech. Modern TTS uses deep learning to capture emotion.

TTSaudio AIvoice synthesis+3

Time Series

Sequential data collected over time intervals for forecasting, trend analysis, and pattern recognition in finance, weather, and AI applications.

time seriesforecastingtemporal data+1

Token

Learn about tokens - the fundamental units of data that AI systems process, from text tokens in language models to image tokens in vision systems.

tokenslanguage modelsNLP+2

Tokenization

The process of converting text into smaller units (tokens), often words or subwords, for processing by language models and NLP systems.

tokenizationNLPtext processing+2

Training

The process of teaching machine learning models to learn patterns from data by adjusting their parameters.

trainingmachine learningmodel learning+1

Transfer Learning (TL)

Machine learning technique where knowledge from one task is applied to a related task, reducing data requirements and training time.

transfer learningmachine learningpre-trained models+3

Transformer

Deep learning architecture based on self-attention, powering modern AI like GPT-5, Claude, and Gemini. Revolutionized NLP and enabled large language models.

transformerattention mechanismNLP+5

Transparency

The degree to which AI systems and their decision-making processes are open, understandable, and auditable to users and stakeholders.

transparencyAI ethicsaccountability+4

Trust

The confidence and reliability that users and stakeholders have in AI systems to perform correctly, safely, and ethically.

trustAI ethicsreliability+3

Can't Find a Term?

We're constantly expanding our glossary. Let us know what AI terms you'd like us to explain!