This commit is contained in:
chongjiu.jin
2019-10-21 18:05:16 +08:00
commit 75b33e19fa
12 changed files with 4535 additions and 0 deletions

32
README.md Normal file
View File

@@ -0,0 +1,32 @@
### Stanford / Winter 2019
# CS224N-Stanford-Winter-2019
The collection of ALL relevant materials about CS224N-Stanford/Winter 2019 course. THANKS TO THE PROFESSOR AND TAs!
All the rights of the relevant materials belong to Standfor University.
斯坦福大学CS224N 【2019】课程的【所有】相关的资料。感谢Chris Manning教授和Abigail See感谢所有助教
-----------
Assignment 1 : Introduction to word vectors
Assignment 2 : Derivatives and implementation of word2vec algorithm
Assignment 3 : Dependency parsing and neural network foundations
Assignment 4 : Neural Machine Translation with sequence-to-sequence and attention
Assignment 5 : Neural Machine Translation with ConvNets and subword modeling
Lecture
1. cs224n-2019-lecture01-wordvecs1
2. cs224n-2019-lecture02-wordvecs2
3. cs224n-2019-lecture03-neuralnets
4. cs224n-2019-lecture04-backprop
5. cs224n-2019-lecture05-dep-parsing
6. cs224n-2019-lecture06-rnnlm
...