# 第五门课 序列模型(Sequence Models)

- [第一周 循环序列模型（Recurrent Neural Networks）](https://baozoulin.gitbook.io/dl-ai-special-notebook/course5/di-yi-zhou-xun-huan-xu-lie-mo-xing-recurrentneuralnetworkscourse5.md)
- [第二周 自然语言处理与词嵌入（Course5/Natural Language Processing and Word Embeddings）](https://baozoulin.gitbook.io/dl-ai-special-notebook/course5/di-er-zhou-zi-ran-yu-yan-chu-li-yu-ci-qian-ru-naturallanguageprocessingandwordembeddingscourse5.md)
- [第三周 序列模型和注意力机制（Sequence models & Attention mechanism）](https://baozoulin.gitbook.io/dl-ai-special-notebook/course5/di-san-zhou-xu-lie-mo-xing-he-zhu-yi-li-ji-zhi-sequencemodelsattentionmechanismcourse5.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/course5.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.
