# Course Calendar

The course calendar that we try our best to stick to. This is for Summer 2025, which is a bit condensed (\~10 weeks) but longer lectures

<table><thead><tr><th>Date</th><th width="353">Lecture</th><th>Notes</th></tr></thead><tbody><tr><td>05/28/2025</td><td>Learning from Data<br>Math Review + NumPy Review</td><td>Suggested Reading: <br>(1) <a href="/pages/AKNQTamfLYnc4a1qzH69">Learning from Data</a><br>(2) <a href="/pages/lw0J6ND0csUpB5Q2hN0u">Math Review</a><br>(3) <a href="/pages/RBRpN0mOT5f9P4QdbVz2">NumPy Review</a>  </td></tr><tr><td>06/02/2025</td><td>Math Review + NumPy Review (cont'd)<br>AutoGrad + PyTorch</td><td>Suggested Reading: <br>(1) <a href="/pages/ry28mUeUUetzoDRatWk5">PyTorch</a></td></tr><tr><td>06/04/2025</td><td>Getting Started with Neural Networks<br>Linear Classifiers</td><td></td></tr><tr><td>06/08/2025</td><td></td><td>Assignment 1 Due</td></tr></tbody></table>


---

# 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://szaman.gitbook.io/intro-to-deep-learning/summer-2025-course-details/course-calendar.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.
