Python toolkit for building production-ready LLM applications. Modular utilities for prompts, RAG, agents, structured outputs, and multi-provider support.
Was this section helpful?
Overcoming catastrophic forgetting in neural networks, James Kirkpartrick, Razvan Pascanu, Neil Rabinowitz, Joel Veness, Guillaume Desjardins, Andrei A. Rusu, Kieran Milan, John Quan, Tiago Ramalho, Agnieszka Grabska-Barwinska, Demis Hassabis, Claudia Clopath, Dharshan Kumaran, Raia Hadsell, 2017Proceedings of the National Academy of Sciences, Vol. 114 (United States National Academy of Sciences)DOI: 10.1073/pnas.1611835114 - Introduces Elastic Weight Consolidation (EWC), a foundational regularization method to mitigate catastrophic forgetting in continual learning.
Learning without Forgetting, Zhizhong Li, Derek Hoiem, 2017IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 40DOI: 10.1109/TPAMI.2017.2757681 - Proposes Learning without Forgetting (LwF), a knowledge distillation-based approach to continually update models without retraining on old data.