Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suous/cs224n

CS224N: Natural Language Processing with Deep Learning, Stanford / Winter 2023
https://github.com/suous/cs224n

cs224n cs224n-assignment-solutions nlp

Last synced: about 2 months ago
JSON representation

CS224N: Natural Language Processing with Deep Learning, Stanford / Winter 2023

Awesome Lists containing this project

README

        

CS224N - Natural Language Processing with Deep Learning

Stanford - Winter 2023

## Assignments

- [Assignment 1 (6%): Introduction to word vectors](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a1)
- [Code](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a1/code)
- [Additional Notes](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a1/additional-notes)
- [Assignment 2 (12%): Derivatives and implementation of word2vec algorithm](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a2)
- [Code](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a2/code)
- [Handout](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a2/handout)
- [Additional Notes](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a2/additional-notes)
- [Assignment 3 (12%): Dependency parsing and neural network foundations](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a3)
- [Code](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a3/code)
- [Handout](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a3/handout)
- [Additional Notes](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a3/additional-notes)
- [Assignment 4 (12%): Neural Machine Translation with sequence-to-sequence, attention, and subwords](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a4)
- [Code](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a4/code)
- [Handout](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a4/handout)
- [Additional Notes](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a4/additional-notes)
- [Assignment 5 (12%): Self-supervised learning and fine-tuning with Transformers](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a5)
- [Code](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a5/code)
- [Handout](cs224n-natural-language-processing-with-deep-learning/2023/assignments/a5/handout)