📖 AI Glossary

Comprehensive glossary of AI, Machine Learning, and Data Science terms.

38 terms
Ad Space
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

AI Agent

agents

AI Agent Definition An autonomous system that can perceive its environment, reason, and take actions to achieve specific …

Alignment

ethics

Alignment Definition The field of AI safety research aiming to ensure AI systems’ goals and behaviors match human …

Artificial General Intelligence

ai_core

Artificial General Intelligence Definition Hypothetical type of intelligent agent that can learn any intellectual task …

Attention Mechanism

architecture

Attention Mechanism Definition A technique that allows neural networks to focus on specific parts of the input data …

B

Bias

ethics

Bias Definition Systematic errors in AI output that result in unfair outcomes, often reflecting prejudices in training …

C

Chain-of-Thought

nlp

Chain-of-Thought Definition A prompting technique that encourages the model to detail its reasoning process before …

Computer Vision

application

Computer Vision Definition A field of artificial intelligence that enables computers and systems to derive meaningful …

Context Window

nlp

Context Window Definition The amount of text an LLM can process at one time, limiting its memory and ability to …

D

Deep Learning

ai_core

Deep Learning Definition Part of machine learning methods based on artificial neural networks with representation …

E

Embedding

infrastructure

Embedding Definition A vector representation of data (like words) where similar meanings are mapped closer together in …

Epoch

training

Epoch Definition One complete pass of the training dataset through the algorithm. Detailed Explanation In the world of …

Explainability

ethics

Explainability Definition The extent to which the internal mechanics of a machine or deep learning system can be …

F

Few-Shot Learning

training

Few-Shot Learning Definition Providing a model with a small number of examples to help it understand the task. Detailed …

Fine-tuning

training

Fine-tuning Definition The process of taking a pre-trained model and training it further on a specific dataset to …

G

Generative Adversarial Network

architecture

Generative Adversarial Network Definition A class of machine learning frameworks designed by Ian Goodfellow and his …

GPU

hardware

GPU Definition Graphics Processing Unit, a specialized electronic circuit designed to manipulate and alter memory to …

H

H100

hardware

H100 Definition Nvidia’s flagship GPU architecture designed specifically for massive AI workloads. Detailed …

Hallucination

nlp

Hallucination Definition A phenomenon where an AI model generates incorrect or nonsensical information confidently. …

I

Inference

infrastructure

Inference Definition The process of running a trained model to make predictions on new data. Detailed Explanation In the …

L

Large Language Model

nlp

Large Language Model Definition A type of AI algorithm that uses deep learning techniques and massively large data sets …

Latency

infrastructure

Latency Definition The time delay between a request to an AI model and the receipt of its response. Detailed Explanation …

M

Machine Learning

ai_core

Machine Learning Definition Subset of AI focusing on the development of algorithms that can learn from and make …

Multi-Agent System

agents

Multi-Agent System Definition A system composed of multiple interacting intelligent agents solving problems that are …

N

Natural Language Processing

ai_core

Natural Language Processing Definition A branch of artificial intelligence that helps computers understand, interpret …

Neural Network

ai_core

Neural Network Definition Computing systems inspired by the biological neural networks that constitute animal brains. …

O

Overfitting

training

Overfitting Definition When a model learns the training data too well, including noise, and fails to generalize to new …

P

Parameter

architecture

Parameter Definition Internal variables of the model that are learned during training (weights and biases). Detailed …

Pre-training

training

Pre-training Definition The initial phase of training a model on a massive dataset to learn general patterns. Detailed …

Prompt Engineering

skill

Prompt Engineering Definition The process of structuring text that can be interpreted and understood by a generative AI …

R

Reinforcement Learning

training

Reinforcement Learning Definition An area of machine learning concerned with how intelligent agents ought to take …

Retrieval-Augmented Generation

nlp

Retrieval-Augmented Generation Definition An AI framework that retrieves facts from an external knowledge base to ground …

T

Tokenization

nlp

Tokenization Definition The process of breaking down text into smaller units called tokens (words, subwords, or …

Tool Use

agents

Tool Use Definition The capability of an AI model to utilize external tools (like calculators, search engines, or APIs) …

TPU

hardware

TPU Definition Tensor Processing Unit, an AI accelerator application-specific integrated circuit (ASIC) developed by …

Transformer

architecture

Transformer Definition A deep learning architecture introduced by Google in 2017 that uses self-attention mechanisms to …

V

Vector Database

infrastructure

Vector Database Definition A database designed to store and query vector embeddings for efficient similarity search. …

Z

Zero-Shot Learning

training

Zero-Shot Learning Definition The ability of a model to perform a task it wasn’t explicitly trained for. Detailed …

Ad Space