# 第二门课 改善深层神经网络：超参数调试、正则化以及优化(Improving Deep Neural Networks:Hyperparameter tuning, Regularization and

- [第一周：深度学习的实用层面(Practical aspects of Deep Learning)](https://baozoulin.gitbook.io/dl-ai-special-notebook/course2/di-yi-zhou-shen-du-xue-xi-de-shi-yong-ceng-mian-practicalaspectsofdeeplearningcourse2.md)
- [第二周：优化算法 (Optimization algorithms)](https://baozoulin.gitbook.io/dl-ai-special-notebook/course2/di-er-zhou-you-hua-suan-fa-optimizationalgorithmscourse2.md)
- [第 三 周 超 参 数 调 试 、 Batch 正 则 化 和 程 序 框 架 （Hyperparameter tuning）](https://baozoulin.gitbook.io/dl-ai-special-notebook/course2/di-san-zhou-chao-can-shu-tiao-shi-batch-zheng-ze-hua-he-cheng-xu-kuang-jia-hyperparametertuningcours.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/course2.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.
