Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.35 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.35 KB

CS224n: NLP with Deep Learning - Assignment Solutions

This repository contains my solutions to the assignments of the CS224n course offered by Stanford University (Winter 2020).

You can find notes, slides and supplementary material here

Find the video lectures for Winter 2019!

I have also created a list of short notes myself. Feel free check it out! Link

Assignment 1:

  • Link: Word2vec - Word document matrix. (Done)

Assignment 2:

  • Link: Word2vec - Skip gram model. (Done)
  • Link: Written. (Done)

Assignment 3:

  • Link: Dependency Parsing. (Done)

Assignment 4:

  • Link: Neural Machine Translation. (Done)
  • Link: Written. (Done)