Skip to content

My Answers to Assignments of Stanford CS224n in Spring 2018

License

Notifications You must be signed in to change notification settings

e3oroush/cs224n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stanford CS224n: Deeplearning for Natural Language Processing

This is a repo contains my soloutions to Stanford CS224 by Chris Manning and Richard Socher. Visit the course webpage. You can achieve all the resources, including lecture videos and other materials at that page.

Notes

  • The provided solution are in Python 3.6.
  • The provided solutions are for Spring 2018.
  • In case of changes in the course material, I have upoaded starting code materials in my Dropbox:
  • Q1: Softmax (10 points)
  • Q2: Neural Network Basics (30 points)
  • Q3: Word2vec (40 points + 2 bonus)
  • Q4: Sentiment Analysis (20 points)
  • Q1: Tensorflow Softmax (25 points, coding)
  • Q2: Neural Transition-Based Dependency Parsing (50 points, mostly coding with a bit of theory)
  • Q3: Recurrent Neural Networks: Language Modeling (25 points, theory)
  • Q1: A window into NER (30 points)
  • Q2: Recurrent neural nets for NER (40 points)
  • Q3: Grooving with GRUs (30 points)

About

My Answers to Assignments of Stanford CS224n in Spring 2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages