# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://course.continualai.org/lectures/understanding-catastrophic-forgetting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
