AI Glossary

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

132 terms • Browse by letter or search

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

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 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

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 Science

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

AI sciencescientific discoveryresearch acceleration+2

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

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

unsupervised learningmachine learningoutlier detection+1

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) - Definition & Risks

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

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

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

autonomous systemsroboticsAI+2

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

Classification

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

supervised learningmachine learningcategorization+1

Clustering

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

unsupervised learningmachine learninggrouping+1

CNN (Convolutional Neural Network)

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

Computer Vision

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

Continuous Learning

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

Cross-Validation

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

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

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

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

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

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

Representation Learning

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

RNN (Recurrent Neural Network)

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

Robotics

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

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

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

Social AI

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

social AIsocial intelligencehuman-AI interaction+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

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

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

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

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

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!