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

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

1.4 KiB
Raw Blame History

CS224n: Natural Language Processing

Course Overview

  • UniversityStanford
  • PrerequisitesFundations of Deep Learning + Python
  • Programming LanguagePython
  • Course Difficulty🌟🌟🌟🌟
  • Estimated Hours80 hours

CS224n is an introductory course in Natural Language Processing (NLP) offered by Stanford and led by renowned NLP expert Chris Manning. The course covers core concepts in the field of NLP, including word embeddings, RNNs, LSTMs, Seq2Seq models, machine translation, attention mechanisms, Transformers, and more.

The course consists of 5 progressively challenging programming assignments covering word vectors, the word2vec algorithm, dependency parsing, machine translation, and fine-tuning a Transformer.

The final project involves training a Question Answering (QA) model on the well-known SQuAD dataset. Some students' final projects have even led to publications in top conferences.

Course Resources

Resource Compilation

All resources and assignment implementations used by @PKUFlyingPig during the course are compiled in PKUFlyingPig/CS224n - GitHub