Skip to content

fqyshelly/CS224n-Winter2019-assignment-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS224n-Winter2019-assignment-solutions

This is my solution for CS224N assignments.

Assignment 2:

Word2vec with numpy.

Assignment 3:

A neural dependency parser with pytorch.
Reference paper:
https://nlp.stanford.edu/pubs/emnlp2014-depparser.pdf

Assignment 4:

LSTM neural machine translatioin with multihead attention.
Original paper:
https://arxiv.org/abs/1508.04025

Assignment 5:

Char-level NMT
(based on assignment4, added character encoding and embedding with CNN and highway network, and greedy decoding module.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages