AI Dictionary of Terms

🏗️ Architecture

Core AI and machine learning model designs and structures that form the foundation of modern AI systems.

What is AI Architecture?

AI architecture refers to the underlying design and structure of machine learning models. Just as a building’s architecture determines its strength, functionality, and purpose, an AI model’s architecture determines how it processes information, learns patterns, and generates outputs.

Different architectures are suited for different tasks:

Terms in This Category

Term Description
Activation Function A mathematical function applied to neuron outputs that introduces non-linearity, enabling neural networks to learn complex patterns.
AGI (Artificial General Intelligence) A hypothetical form of AI possessing the ability to understand, learn, and apply knowledge across a wide variety of tasks at a human level.
Algorithm A finite, step-by-step sequence of instructions designed to perform a computation or solve a problem, forming the foundation of all software and AI.
Artificial Intelligence (AI) The broad field of computer science dedicated to creating systems capable of performing tasks that typically require human intelligence.
ASI (Artificial Superintelligence) A hypothetical form of AI that vastly surpasses human cognitive capabilities across virtually all domains, including scientific creativity and general wisdom.
Attention Mechanism A technique that allows AI models to focus on the most relevant parts of input data when processing information, enabling them to understand context.
Autoregressive A modeling approach where each element in a sequence is predicted based on all previous elements, generating outputs one token at a time.
BERT A bidirectional transformer model optimized for language understanding tasks like classification and extraction.
CNN A specialized neural network designed to automatically learn spatial hierarchies of features from grid-like data such as images.
Computer Vision A field of AI that enables computers to derive meaningful information from digital images, videos, and other visual inputs.
Context Window The maximum number of tokens a language model can process in a single interaction, defining its “working memory.”
Deep Learning A subset of machine learning based on multi-layered neural networks that progressively extract complex features from raw data.
Diffusion Model A generative architecture that creates images by gradually denoising random noise, powering modern image generation models.
Embedding A dense, multi-dimensional vector representation of data that captures its semantic meaning for similarity search.
Encoder-Decoder An architecture with an Encoder that processes input into a representation and a Decoder that generates output, used for sequence-to-sequence tasks.
Expert Systems An early AI paradigm using hand-coded knowledge bases and logical inference rules to emulate human expert decision-making.
Foundation Model A large-scale AI model trained on vast datasets that serves as a versatile foundation adaptable to many downstream tasks.
Frontier Model The most advanced, state-of-the-art AI models representing the cutting edge of capabilities, scale, and potential systemic risk.
GAN A generative architecture with two competing networks (Generator and Discriminator) trained adversarially to produce realistic outputs.
Generative AI AI systems designed to create new, original content (text, images, code) by learning the underlying patterns of existing data.
GPT A generative, decoder-only transformer model that predicts the next token to produce human-like text.
GRU A streamlined RNN variant with two gates that achieves similar performance to LSTM with fewer parameters and faster training.
Layer Normalization A technique that stabilizes and accelerates deep learning training by normalizing inputs across the features of a single data point.
LLM A type of AI model designed to understand and generate human language, trained on massive text datasets using Transformer architectures.
LRM A class of AI models that use extended chain-of-thought reasoning to solve complex problems, trading speed and cost for improved accuracy.
LSTM A specialized RNN with gating mechanisms that can learn long-term dependencies, solving the vanishing gradient problem.
Machine Learning (ML) A core subset of AI where systems learn to perform tasks and improve by identifying patterns in data, rather than following explicit rules.
Mixture of Experts (MoE) An architecture using multiple specialized expert sub-networks with a gating mechanism that routes inputs to relevant experts, enabling massive capacity with efficient computation.
Model The final output of the machine learning training process — a mathematical representation that can take new input data and produce predictions.
Multimodal An AI model capable of processing and understanding multiple data types (text, images, audio, video) simultaneously.
Narrow AI AI designed and trained to perform a specific, well-defined task, lacking the ability to generalize its knowledge to unrelated domains.
Natural Language Processing (NLP) A specialized branch of AI focused on enabling computers to understand, interpret, manipulate, and generate human language.
NER (Named Entity Recognition) An NLP subtask that identifies and classifies specific real-world objects (like names, dates, locations) in unstructured text.
Neural Network A computational model inspired by the human brain, consisting of interconnected layers of nodes that process input data and learn patterns.
Object Detection A computer vision task that identifies and locates multiple objects within images by drawing bounding boxes and assigning class labels.
Open-Weight Model An AI model where the trained parameters (weights) are publicly released, but the underlying training data or code may remain proprietary.
Parameter An internal variable within a machine learning model that is learned automatically from training data, representing the model’s “knowledge.”
Positional Encoding A technique used in Transformers to inject information about the relative or absolute position of tokens in a sequence.
RNN A type of neural network designed to process sequential data by maintaining an internal “memory” of previous inputs.
Reasoning Model AI models specifically designed to perform multi-step logical reasoning by generating intermediate reasoning steps before producing answers.
Residual Connections (Skip Connections) A structural design in deep neural networks where the input to a block of layers is added directly to its output, allowing gradients to bypass layers and flow smoothly.
Robotics The interdisciplinary field combining AI, mechanical engineering, and computer science to create physical machines that can perceive and act in the real world.
RoPE (Rotary Position Embedding) A modern positional encoding technique that injects sequence position information into a Transformer by applying rotation matrices to the Query and Key vectors.
Softmax Function A mathematical function used at the output layer of neural networks to convert a vector of raw scores (logits) into a normalized probability distribution.
Spatial Intelligence The ability of an AI system to understand, reason about, and interact with the 3D physical world, including object relationships, depth, and physics.
Token The basic unit of text that AI language models process, where text is broken down into smaller pieces.
Transformer A revolutionary deep learning architecture that uses self-attention mechanisms to process entire sequences of data simultaneously, forming the foundation of modern LLMs.
Weights The numerical values inside a neural network that determine the strength of connections between neurons, representing the model’s learned knowledge.
XGBoost A highly optimized machine learning algorithm based on gradient boosted decision trees, renowned for its speed and dominance in handling tabular data.
YOLO A state-of-the-art, real-time object detection system that identifies and locates multiple objects within an image in a single pass.

Why Architecture Matters

The choice of architecture has profound implications for:

Understanding architecture helps technical leaders make informed decisions about which AI tools and models to adopt for their specific needs.


← Back to Home | View All Terms