Continuous Learning
An AI system's ability to continuously learn and adapt from new data inputs without human intervention, improving over time.
Definition
Also known as online or incremental learning, where models update their parameters on streaming data rather than full retraining. This enables rapid adaptation to changing patterns (e.g., new fraud tactics) but raises governance challenges around stability, version control, and ensuring that incremental updates don’t amplify bias or violate compliance.
Real-World Example
A cybersecurity firm deploys an intrusion-detection AI that continuously incorporates log data from new network events. Monthly, the model updates itself to detect novel attack patterns—but governance rules require that any performance drop triggers a rollback and human review before proceeding.