> For the complete documentation index, see [llms.txt](https://course.continualai.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://course.continualai.org/lectures/understanding-catastrophic-forgetting.md).

# Understanding Catastrophic Forgetting

{% embed url="<https://www.youtube.com/watch?ab_channel=ContinualAI&v=UnCAdBtvZhc>" %}
Lecture #2: Understanding Catastrophic Forgetting - Video Recording
{% endembed %}

{% embed url="<https://docs.google.com/presentation/d/1VLjx99qDhLpiNxdokz1exgDizM6PG_EYPz9PigduDRI/edit?usp=sharing>" %}
Lecture #2: Understanding Catastrophic Forgetting - Slides
{% endembed %}

{% file src="/files/33N6wKWTKh0HZUvPrgLw" %}
Slides PDF
{% endfile %}

In this lecture we will address the following points:

* What is catastrophic forgetting?
* Understanding forgetting with one neuron
* A deep learning example: Permuted and Split MNIST
* Brainstorming session: how to solve forgetting?
* Avalanche: an end-to-end library for continual learning research
