AI Glossary
The complete dictionary of Artificial Intelligence
162
categories
2,032
subcategories
23,060
terms
terms
Memory Replay
Technique consisting of reusing data samples from previous tasks and reintroducing them during the learning of new tasks.
terms
Generative Replay
Method using generative models to create synthetic examples of previous tasks when the original data is no longer available.
terms
Task-Free Continual Learning
Continual learning paradigm where the boundaries between tasks are not defined, the model learns to detect and adapt to distribution shifts.
terms
Plasticity-Stability Dilemma
Fundamental trade-off in continual learning between the ability to learn new information (plasticity) and the preservation of old knowledge (stability).
terms
Parameter Isolation
Strategy allocating dedicated sub-networks or parameters for each task to avoid interference between knowledge from different tasks.
🔍