Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 698 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 698 Bytes

CS224N

Random stuff related to CS224N that I'm making public. Not the main repository.

Here are in-development assignments for the 2019 class, which uses Python and PyTorch.

Here are the videos from 2017 and the corresponding class website with slides.

Homework 1

Homework 1 is an IPython notebook. It doesn't require PyTorch. But you do need a few common Python (NLP) packages (numpy, scipy, matplotlib, scikit-learn, gensim, nltk). It relates to material covered in lectures 2 and 3 in the 2017 course.

Homework 2