# 第四门课 卷积神经网络（Convolutional Neural Networks）

- [第一周 卷积神经网络（Foundations of Convolutional Neural Networks）](https://baozoulin.gitbook.io/dl-ai-special-notebook/course4/di-yi-zhou-juan-ji-shen-jing-wang-luo-foundationsofconvolutionalneuralnetworkscourse4.md)
- [第二周 深度卷积网络：实例探究（Deep convolutional models: case studies）](https://baozoulin.gitbook.io/dl-ai-special-notebook/course4/di-er-zhou-shen-du-juan-ji-wang-luo-shi-li-tan-jiu-deepconvolutionalmodelscasestudiescourse4.md)
- [第三周 目标检测（Object detection）](https://baozoulin.gitbook.io/dl-ai-special-notebook/course4/di-san-zhou-mu-biao-jian-ce-objectdetectioncourse4.md)
- [第四周 特殊应用：人脸识别和神经风格转换（Special applications: Face recognition \&Neural style transfer）](https://baozoulin.gitbook.io/dl-ai-special-notebook/course4/di-si-zhou-te-shu-ying-yong-ren-lian-shi-bie-he-shen-jing-feng-ge-zhuan-huan-specialapplicationsface.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/course4.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.
