nzomi 540131ba71
[TRANSLATE] translate AICS/CMU10-414/MLC/CS224n/CS285 and LHY ()
* complete eng_version for deep learning folder

* fix typo

* add english version for machine learning systems

* Update AICS.en.md

Adjust indentation
2023-12-14 13:03:37 +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 creator of the word2vec algorithm. 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