# Week 2 - Introduction to Deep Learning and Neural Network Basics

### This week you will...

* Check if everything worked with the tools we started using
* Have the first session with a small quiz and round of discussion.
* Discuss about python environment, dot product against element wise multiplication,&#x20;
* Do you first exercise session training a small neural network recognizing cats!

### Learning Resources

### Slides

{% embed url="<https://deeplearning.freelab.org/dlfs/weeks/week2.html>" %}

### Useful (external) Resourcers

{% embed url="<https://paperswithcode.com/>" %}

{% embed url="<https://users.cg.tuwien.ac.at/zsolnai/>" %}

{% embed url="<https://cs230.stanford.edu/lecture/>" %}

{% embed url="<https://medium.com/tag/deep-learning>" %}

{% embed url="<https://www.deeplearningbook.org/>" %}

{% embed url="<https://www.kaggle.com>" %}

### Until next week you should...


---

# 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://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/deep-learning/week-2.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.
