Machine Learning

Continual Learning

Training a model on new data or tasks over time without forgetting previously learned knowledge. Also called lifelong learning or incremental learning.

Why It Matters

Continual learning is essential for production AI that must adapt to changing conditions without periodic full retraining, which is expensive and slow.

Example

A fraud detection model that can learn to recognize new fraud patterns as they emerge without losing its ability to detect older fraud techniques.

Think of it like...

Like a doctor who keeps learning about new diseases and treatments throughout their career without forgetting what they learned in medical school.

Related Terms