Following the course of Stanford CS224n: Natural Language Processing with Deep Learning, this repository is for my solutions for the assignments of the course.
- Exploring Word Vectors - notebook
- Written: Understanding word2vec - notebook
- Coding: Implementing word2vec - word2vec.py / sgd.py
- Written: Neural Network Techniques(Adam & Dropout), Dependency Parsing - notebook
- Coding: Implementing a Neural Transition-Based Dependency Parser - parser_transitions.py / parser_model.py / run.py
*Summaries for the lecutres are in my blog.
*Since May 2022