https://github.com/jonad/stanford_cs224u_fall_2020
https://github.com/jonad/stanford_cs224u_fall_2020
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonad/stanford_cs224u_fall_2020
- Owner: jonad
- Created: 2020-09-18T23:48:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T17:18:55.000Z (over 5 years ago)
- Last Synced: 2024-12-27T12:09:37.490Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 3.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS224u: Natural Language Understanding
Code for [the Stanford course](http://web.stanford.edu/class/cs224u/).
Fall 2020
# Instructors
* [Bill MacCartney](http://nlp.stanford.edu/~wcmac/)
* [Christopher Potts](http://web.stanford.edu/~cgpotts/)
# Topics
1. [Distributed word representations](https://github.com/jonad/stanford_cs224u_fall_2020/tree/master/distributed_word_representations)
2. [Supervised Sentiment Analysis](https://github.com/jonad/stanford_cs224u_fall_2020/tree/master/supervised_sentiment_analysis)
3. [Relation Extraction](https://github.com/jonad/stanford_cs224u_fall_2020/tree/master/relation_extraction)
4. [Natural Language Inference](https://github.com/jonad/stanford_cs224u_fall_2020/tree/master/natural_language_inference)
5. [Grounded Language Understanding](https://github.com/jonad/stanford_cs224u_fall_2020/tree/master/grounded_language_understanding)
6. [Contextual Word Representations](https://github.com/jonad/stanford_cs224u_fall_2020/tree/master/contextual_word_representation)