cs-self-learning/docs/深度学习/CS224n.md
Yinmin Zhong 2b4ba63b09
[COURSE] Add Deep Generative Model Roadmap (#744)
* add DGM section

* add roadmap
2025-06-07 23:18:04 +08:00

26 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CS224n: Natural Language Processing
## 课程简介
- 所属大学Stanford
- 先修要求:深度学习基础 + Python
- 编程语言Python
- 课程难度:🌟🌟🌟🌟
- 预计学时80 小时
Stanford 的 NLP 入门课程,由自然语言处理领域的巨佬 Chris Manning 领衔教授。内容覆盖了词向量、RNN、LSTM、Seq2Seq 模型、机器翻译、注意力机制、Transformer 等等 NLP 领域的核心知识点。
5 个编程作业难度循序渐进分别是词向量、word2vec 算法、Dependency parsing、机器翻译以及 Transformer 的 fine-tune。
最终的大作业是在 Stanford 著名的 SQuAD 数据集上训练 QA 模型,有学生的大作业甚至直接发表了顶会论文。
## 课程资源
- 课程网站:<http://web.stanford.edu/class/cs224n/index.html>
- 课程视频B 站搜索 CS224n
- 课程教材:无
- 课程作业:<http://web.stanford.edu/class/cs224n/index.html>5 个编程作业 + 1 个 Final Project
## 资源汇总
@PKUFlyingPig 在学习这门课中用到的所有资源和作业实现都汇总在 [PKUFlyingPig/CS224n - GitHub](https://github.com/PKUFlyingPig/CS224n) 中。