cs-self-learning/docs/深度学习/CS224n.md
2021-12-10 00:24:25 +08:00

22 lines
No EOL
1.1 KiB
Markdown
Raw 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领衔教授word2vec算法的开创者。内容覆盖了词向量、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
## 资源汇总
我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/CS224n)中。