# 第一门 课 神经网络和深度学习 (NEURAL NETWORKS AND DEEP LEARNING)

- [第一周：深度学习引言(Introduction to Deep Learning)](https://baozoulin.gitbook.io/dl-ai-special-notebook/course1/di-yi-zhou-ff1a-shen-du-xue-xi-yin-8a0028-introduction-to-deep-learning-course1-di-yi-zhou-ff1a-shen.md)
- [第二周：神经网络的编程基础(Basics of Neural Network programming)](https://baozoulin.gitbook.io/dl-ai-special-notebook/course1/di-er-zhou-ff1a-shen-jing-wang-luo-de-bian-cheng-ji-784028-basics-of-neural-network-programming-cour.md)
- [第三周：浅层神经网络(Shallow neural networks)](https://baozoulin.gitbook.io/dl-ai-special-notebook/course1/di-san-zhou-ff1a-qian-ceng-shen-jing-wang-7edc28-shallow-neural-networks.md)
- [第四周：深层神经网络(Deep Neural Networks)](https://baozoulin.gitbook.io/dl-ai-special-notebook/course1/di-si-zhou-shen-ceng-shen-jing-wang-luo-deepneuralnetworks.md)


---

# 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://baozoulin.gitbook.io/dl-ai-special-notebook/course1.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.
