> For the complete documentation index, see [llms.txt](https://luweikxy.gitbook.io/machine-learning-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://luweikxy.gitbook.io/machine-learning-notes/deep-learning.md).

# 深度学习

* [返回顶层目录](https://luweikxy.gitbook.io/machine-learning-notes/pages/-LpO5vE88qYwjk5WM_Qf#目录)
* [深度学习概论](/machine-learning-notes/deep-learning-introduction.md)
* [ANN人工神经网络](/machine-learning-notes/artificial-neural-network.md)
* [知识点](/machine-learning-notes/tips-1.md)
* [CNN卷积神经网络](/machine-learning-notes/convolutional-neural-network.md)
* [RNN循环神经网络](/machine-learning-notes/recurrent-neural-network.md)
* [LSTM长短期记忆网络](/machine-learning-notes/long-short-term-memory-networks.md)
* [GRU门控循环单元](/machine-learning-notes/gated-recurrent-unit.md)
* [GNN图神经网络](/machine-learning-notes/graph-neural-networks.md)
* [神经网络架构搜索](/machine-learning-notes/neural-architecture-search.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://luweikxy.gitbook.io/machine-learning-notes/deep-learning.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.
