A practical field guide to AI, ML, data science, mathematics, and CS terms.
Attention
Attention is a neural network mechanism that lets a model decide which parts of an input are most relevant when producing a representation or output.
Read definition Transformers and LLMsTransformer
A transformer is a neural network architecture built around attention mechanisms and feed-forward layers.
Read definition AI SystemsRetrieval-Augmented Generation
Retrieval-augmented generation combines search or retrieval with a generative model so answers can use external context.
Read definition Deep LearningEmbedding
An embedding is a learned vector representation of an object such as a word, document, image, user, or product.
Read definition Machine Learning FoundationsGradient Descent
Gradient descent is an optimization method that updates model parameters in the direction that most reduces the loss locally.
Read definition AI SystemsMixture of Experts
Mixture of Experts is a model architecture that routes inputs to a subset of specialized expert networks instead of activating every parameter.
Read definitionIndex
Browse the glossary by technical area.
Each term page includes a plain-English definition, intuition, a technical definition, example, related terms, and sources.
Machine Learning Foundations
Core concepts behind training, evaluation, data, objectives, and generalization.
24 terms
Deep Learning
Neural network building blocks, representations, activations, and regularization ideas.
10 terms
Transformers and LLMs
Attention, tokens, context, multimodal architecture, and inference controls for modern language models.
17 terms
AI Systems
Production patterns for retrieval, agents, tool use, evaluation, guardrails, and serving.
16 terms
Data Science and Statistics
Metrics, uncertainty, causal thinking, and statistical concepts used to reason from data.
13 terms
Mathematics for ML
Linear algebra, probability, optimization, and geometry concepts behind model behavior.
13 terms
Computer Science
Algorithms, systems, concurrency, distributed systems, and reliability terms that shape production software.
16 terms
Start here
Want these definitions connected to deeper AI explainers?
The glossary is now the internal reference layer. Next, we can link new and existing articles into these definitions so readers and chatbot engines can follow the concept graph.