# 8 实际应用

- [8.1 图像分类简述与 ResNet 源码分析](https://pytorch.zhangxiann.com/8-shi-ji-ying-yong/8.1-tu-xiang-fen-lei-jian-shu-yu-resnet-yuan-ma-fen-xi.md)
- [8.2 目标检测简介](https://pytorch.zhangxiann.com/8-shi-ji-ying-yong/8.2-mu-biao-jian-ce-jian-jie.md)
- [8.3 GAN（生成对抗网络）简介](https://pytorch.zhangxiann.com/8-shi-ji-ying-yong/8.3-gan-sheng-cheng-dui-kang-wang-luo-jian-jie.md)
- [8.4 手动实现 RNN](https://pytorch.zhangxiann.com/8-shi-ji-ying-yong/8.4-shou-dong-shi-xian-rnn.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://pytorch.zhangxiann.com/8-shi-ji-ying-yong.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.
