Machine Learning

Online Learning

A training paradigm where the model updates continuously as new data arrives, one example at a time (or in small batches), rather than training on a fixed dataset.

Why It Matters

Online learning enables real-time model adaptation for applications like ad click prediction and stock trading where data distributions change constantly.

Example

A recommendation engine that updates its predictions after each user interaction — learning from every click and purchase in real time.

Think of it like...

Like a restaurant that adjusts its menu daily based on what sold well yesterday, rather than changing it only once a year.

Related Terms