MLOps
MLOps is the practices and tools for deploying, monitoring, and maintaining machine learning models in production.
MLOps is the practices and tools for deploying, monitoring, and maintaining machine learning models in production.
Model Drift is the gradual decline in a model's accuracy as real-world data changes over time.
Data Pipeline is the automated flow that collects, cleans, and delivers data to models for training…
Vector Database is a database that stores embeddings and retrieves the most similar items quickly, often…
Benchmark is a standard dataset and metric used to compare the performance of different models.
Retrieval-Augmented Generation is a technique that lets a model pull in relevant external documents at query…
Open Source Model is an AI model whose weights and code are publicly available to use,…
Fine-Tuning is further training a pre-trained model on a specific dataset so it performs better on…
Closed Model is a proprietary AI model accessible only through an API, with weights kept private.
Pre-training is the initial, large-scale training of a model on broad data before it is adapted…
System Prompt is a hidden instruction that sets a model's role, tone, and rules before a…
Transfer Learning is reusing a model trained on one task as the starting point for a…
Function Calling is a capability that lets a language model trigger external tools or code in…
Supervised Learning is training a model on labelled examples so it learns to map inputs to…
Grounding is connecting a model's answers to verified sources or data to reduce errors.
Unsupervised Learning is training a model to find structure or patterns in data that has no…
Watermarking is embedding a hidden signal in AI-generated content so it can later be identified as…
Reinforcement Learning is training an agent to make decisions by rewarding good actions and penalising bad…
RLHF is reinforcement learning from human feedback, a method that aligns AI outputs with human preferences…