AI Agent
agentsAI Agent Definition An autonomous system that can perceive its environment, reason, and take actions to achieve specific …
Comprehensive glossary of AI, Machine Learning, and Data Science terms.
AI Agent Definition An autonomous system that can perceive its environment, reason, and take actions to achieve specific …
Alignment Definition The field of AI safety research aiming to ensure AI systems’ goals and behaviors match human …
Artificial General Intelligence Definition Hypothetical type of intelligent agent that can learn any intellectual task …
Attention Mechanism Definition A technique that allows neural networks to focus on specific parts of the input data …
Bias Definition Systematic errors in AI output that result in unfair outcomes, often reflecting prejudices in training …
Chain-of-Thought Definition A prompting technique that encourages the model to detail its reasoning process before …
Computer Vision Definition A field of artificial intelligence that enables computers and systems to derive meaningful …
Context Window Definition The amount of text an LLM can process at one time, limiting its memory and ability to …
Deep Learning Definition Part of machine learning methods based on artificial neural networks with representation …
Embedding Definition A vector representation of data (like words) where similar meanings are mapped closer together in …
Epoch Definition One complete pass of the training dataset through the algorithm. Detailed Explanation In the world of …
Explainability Definition The extent to which the internal mechanics of a machine or deep learning system can be …
Few-Shot Learning Definition Providing a model with a small number of examples to help it understand the task. Detailed …
Fine-tuning Definition The process of taking a pre-trained model and training it further on a specific dataset to …
Generative Adversarial Network Definition A class of machine learning frameworks designed by Ian Goodfellow and his …
GPU Definition Graphics Processing Unit, a specialized electronic circuit designed to manipulate and alter memory to …
H100 Definition Nvidia’s flagship GPU architecture designed specifically for massive AI workloads. Detailed …
Hallucination Definition A phenomenon where an AI model generates incorrect or nonsensical information confidently. …
Inference Definition The process of running a trained model to make predictions on new data. Detailed Explanation In the …
Large Language Model Definition A type of AI algorithm that uses deep learning techniques and massively large data sets …
Latency Definition The time delay between a request to an AI model and the receipt of its response. Detailed Explanation …
Machine Learning Definition Subset of AI focusing on the development of algorithms that can learn from and make …
Multi-Agent System Definition A system composed of multiple interacting intelligent agents solving problems that are …
Natural Language Processing Definition A branch of artificial intelligence that helps computers understand, interpret …
Neural Network Definition Computing systems inspired by the biological neural networks that constitute animal brains. …
Overfitting Definition When a model learns the training data too well, including noise, and fails to generalize to new …
Parameter Definition Internal variables of the model that are learned during training (weights and biases). Detailed …
Pre-training Definition The initial phase of training a model on a massive dataset to learn general patterns. Detailed …
Prompt Engineering Definition The process of structuring text that can be interpreted and understood by a generative AI …
Reinforcement Learning Definition An area of machine learning concerned with how intelligent agents ought to take …
Reinforcement Learning from Human Feedback Definition A technique used to align AI models with human values by using …
Retrieval-Augmented Generation Definition An AI framework that retrieves facts from an external knowledge base to ground …
Tokenization Definition The process of breaking down text into smaller units called tokens (words, subwords, or …
Tool Use Definition The capability of an AI model to utilize external tools (like calculators, search engines, or APIs) …
TPU Definition Tensor Processing Unit, an AI accelerator application-specific integrated circuit (ASIC) developed by …
Transformer Definition A deep learning architecture introduced by Google in 2017 that uses self-attention mechanisms to …
Vector Database Definition A database designed to store and query vector embeddings for efficient similarity search. …
Zero-Shot Learning Definition The ability of a model to perform a task it wasn’t explicitly trained for. Detailed …