G

The use of Graphics Processing Units for general-purpose computing tasks, particularly matrix operations central to machine learning. GPUs can process thousands of operations in parallel, making them...

Definition
G

A type of artificial intelligence that can create new content such as text, images, music, code, and video by learning patterns from existing data. Models like GPT, DALL-E, and Stable Diffusion are pr...

Definition
G

The process of connecting AI model outputs to verifiable, real-world information sources. Grounding reduces hallucinations by ensuring that generated content is based on factual data, retrieved docume...

Definition
G

Safety mechanisms and constraints implemented to control and limit AI system behavior. Guardrails include input/output filters, content policies, rate limits, and structured validation that prevent AI...

Definition
H

A phenomenon where an AI model generates information that sounds plausible but is factually incorrect or fabricated. Hallucinations occur because language models generate text based on statistical pat...

Definition
H

A configuration variable set before the training process that controls the learning behavior, such as learning rate, batch size, number of epochs, and network architecture. Unlike model parameters, hy...

Definition
I

The process of using a trained machine learning model to make predictions or generate outputs on new, unseen data. Inference is the deployment phase of AI, as opposed to the training phase, and is opt...

Definition
L

A mathematical function that measures the difference between the predicted output and the actual target value. The loss function guides the training process by quantifying how well or poorly a model i...

Definition
M

A set of practices that combines machine learning, DevOps, and data engineering to deploy and maintain ML models in production reliably and efficiently. MLOps covers model versioning, experiment track...

Definition