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

https://github.com/jonad/stanford_cs224u_fall_2020


https://github.com/jonad/stanford_cs224u_fall_2020

Last synced: 7 months ago
JSON representation

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)