# Online continual learning

Learn how to train models continually on streams without forgetting past tasks.

* [Online continual learning](ocl.md)
* [Online Continual Learning and Event Handlers](ocl_event_system.md)

# See also

- [`capymoa.ocl`](../../api/modules/capymoa.ocl.md#module-capymoa.ocl)

Online (streaming) continual learning trains a model across a sequence of tasks or
distributions, aiming to retain performance on earlier tasks while learning new ones.
These tutorials cover training and evaluating continual learners, including the
built-in strategies and how to integrate your own.
