# Course Details

In this page you'll find all the relevant details of the "*Continual Learning*" course. Please check this page from time to time as class timetables may be subject to change.&#x20;

### Course Objective

In this course you'll learn the **fundamentals** of ***Continual Learning with Deep Architectures**.* At the end of this course you can expect to possess the basic **theoretical** and **practical** knowledge that would enable you to autonomously explore more advanced topics and frontiers in this exciting research area. You will also able to apply such skills to your own research topics and real-world applications.

### Course Details

**Modality**: Mixed In-person / Remote

**Where**: University of Pisa, [Department of Computer Science](https://di.unipi.it/), "*Sala Polifunzionale*" and "*Sala Seminari Est*" (*check* [*below*](#lecture-details)), Largo B. Pontecorvo, 356127, Pisa, Italy. The link to the **Microsoft Teams** will be sent via email to the registered participants.

**Lectures plan**: Every Monday and Wednesday 16-18 CEST (there may be exceptions)

**Period**: 22/11/2021 - 20/12/2021

**Language**: English

### Lecture Details

The course will be based on 8 main lectures (2 hours each) and a final session composed of 2 invited talks. You can click on each lecture to check the outline and see the recorded lecture finished.

1. [*Introduction & Motivation*](/lectures/introduction.md) *(22/11)*&#x20;

   *Location: "Sala Polifunzionale" & Remote*
2. [*Understanding Catastrophic Forgetting*](/lectures/understanding-catastrophic-forgetting.md) *(24/11)*

   *Location: "Sala Seminari Est" & Remote*
3. [*Scenarios & Benchmarks*](/lectures/scenarios-and-benchamarks.md) *(29-11)*

   *Location: Remote only*
4. [*Evaluation & Metrics*](/lectures/evaluation-protocols-and-metrics.md) *(1-12)*

   *Location: Remote only*
5. [*Methodologies \[part 1\]*](/lectures/strategies.md) *(6-12)*

   *Location: "Sala Seminari Est" & Remote*
6. [*Methodologies \[part 2\]*](/lectures/methodologies-part-2.md) *(9-12)*

   *Location: "Sala Seminari Est" & Remote*
7. [*Methodologies \[part 3\] & Applications*](/lectures/methodologies-part-3-applications-and-tools.md) *(13-12)*

   *Location: "Sala Seminari Est" & Remote*
8. [*Frontiers in Continual Learning*](/lectures/frontiers-in-continual-learning.md) *(15-12)*

   *Location: "Sala Seminari Est" & Remote*
9. [*Avalanche Dev Day*](/invited-lectures/avalanche-dev-day.md) *(16-12)*

   *Location: "Sala Seminari Est" & Remote*
10. [*Invited Lectures*](/invited-lectures/avalanche-dev-day.md) *(20-12)*

    *Location: "Sala Seminari Est" & Remote*


---

# 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/background/details.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.
