Here are
78 public repositories
matching this topic...
CS224n: Natural Language Processing with Deep Learning Assignments Winter, 2017
Updated
Oct 15, 2018
Python
The collection of ALL relevant materials about CS224N-Stanford/Winter 2019 course. THANKS TO THE PROFESSOR AND TAs! 斯坦福大学CS224N 【2019】课程的【所有】相关的资料。感谢Chris Manning教授和Abigail See,感谢所有助教!
an Open Course Platform for Stanford CS224n (2020 Winter)
Updated
Jul 2, 2020
JavaScript
All lecture notes, slides and assignments from CS224n: Natural Language Processing with Deep Learning class by Stanford
Updated
Jan 21, 2018
HTML
My completed implementation solutions for CS224N 2019
Updated
Apr 4, 2019
JavaScript
Solutions for CS224n course from Stanford University: Natural Language Processing with Deep Learning
Updated
May 11, 2017
Python
Updated
Nov 6, 2019
JavaScript
Updated
Jan 9, 2019
Python
Updated
Feb 22, 2019
JavaScript
Stanford CS224n: Natural Language Processing with Deep Learning, Winter 2020
Updated
Jul 14, 2020
JavaScript
Stanford University cs224n Assignments solutions
Updated
Sep 22, 2018
Python
Exercise answers to the problem sets from CS224n: Natural Language Processing with Deep Learning Winter quarter (January - March, 2017)
Updated
Feb 20, 2019
Jupyter Notebook
Stanford CS224n Natural Language Processing with Deep Learning课程资料(2017)
Updated
Jul 14, 2019
Python
Our solution for CS224n_2020 cource
Updated
May 30, 2020
JavaScript
🍚 Stanford CS224n: Natural Language Processing with Deep Learning
Updated
Jan 31, 2019
Python
Solutions of Stanford's CS224n (Natural Language Processing with Deep Learning) assignments.
Updated
Aug 24, 2018
Python
Solutions for Stanford CS224n, Winter 2020.
Updated
Sep 6, 2020
Python
Updated
Jun 5, 2018
Python
CS224n: Natural Language Processing with Deep Learning
Updated
Mar 11, 2020
Python
A Python 3 repo for CS224n
Updated
May 14, 2018
Python
Final project for Winter 2017 CS224n class
Updated
Apr 12, 2017
Python
Updated
Jul 31, 2017
Python
The course notes about Stanford CS224n Natural Language Processing with Deep Learning Winter 2019 (using PyTorch)
Updated
Jan 14, 2020
JavaScript
Updated
Dec 26, 2017
Python
Assignments of CS224N (2019 winter)😎 🤘
Updated
Jul 24, 2019
Jupyter Notebook
Books, courses, videos and blogs, mostly about Deep Learning.
Updated
Jan 26, 2018
Python
One`s work on CS224N-2019-20-Homework-3
Updated
Apr 19, 2020
Python
Stanford CS224N Course Project
Updated
Mar 22, 2018
Python
Improve this page
Add a description, image, and links to the
cs224n
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
cs224n
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Nice work!
The version of implementation can reach 22+ BLUE score. However, my implementation have only 0.16+ BLUE score on test dataset. Comparing with your work, I found changing the concatenation
torch.cat((Y_t, o_pre), dim=1)totorch.cat((o_pre, Y_t), dim=1)can only reach 0.16+ BLUE score.B.W.T. chaging the concatenating order between
dec_hiddenanda_tinstepfunction also