SEARCH · ENGLISH EDITION
Find an AI concept.
Search titles, summaries, article text, source-language titles, and known aliases.
AI Agent
An AI system that selects and executes actions over multiple steps to pursue a goal.
Attention
A mechanism that lets a neural network weigh the relevance of different positions when computing a representation.
Claude
A family of general-purpose AI models and conversational products developed by Anthropic.
Context Window
The amount of tokenized input and generated text a model can consider within one inference context.
Gemini
A family of multimodal AI models and products developed by Google.
KV Cache
A cache of attention keys and values used to avoid recomputing earlier context during autoregressive generation.
Large Language Model (LLM)
A general-purpose language model trained on large datasets and usually built at substantial scale.
Tokenization
The process of converting text or other input into discrete units that a model can process.
Transformer
A neural network architecture that processes sequences primarily through attention mechanisms.