Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Programming Assignments and Lectures for Stanford's CS 224: Natural Language Processing with Deep Learning
| Date | Stars |
|---|---|
| 2026-07-31 | 483 |
| 2026-08-04 | 483 |
| 2026-08-06 | 483 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
 Natural language processing (NLP) is one of the most important technologies of the information age. Understanding complex language utterances is also a crucial part of artificial intelligence. Applications of NLP are everywhere because people communicate most everything in language: web search, advertisement, emails, customer service, language translation, radiology reports, etc. There are a large variety of underlying tasks and machine learning models behind NLP applications. Recently, deep learning approaches have obtained very high performance across many different NLP tasks. These models can often be trained with a single end-to-end model and do not require traditional, task-specific feature engineering. In this winter quarter course students will learn to implement, train, debug, visualize and invent their own neural network models. The course provides a thorough introduction to cutting-edge research in deep learning applied to NLP. On the model side we will cover word vector representations, window-based neural networks, recurrent neural networks, long-short-term-memory models, recursive neural networks, convolutional neural networks as well as some recent models involving a memory component. Through lectures and programming assignments students will learn the necessary engineering tricks for making neural networks work on practical problems. # Table of Contents ## Lectures * Lecture 1: Introduction to NLP and Deep Learning ([Video](https://www.youtube.com/watch?v=OQQ-W_63UgQ&list=PL3FW7Lu3i5Jsnh1rnUwq_TcylNr7EkRe6&index=1), [Slides + Review](https://github.com/khanhnamle1994/natural-language-processing/tree/master/Lecture-1-Intro-to-NLP-and-Deep-Learning)) * Lecture 2: Word Vector Representations - word2vec ([Video](https://www.youtube.com/watch?v=ERibwqs9p38&list=PL3FW7Lu3i5Jsnh1rnUwq_TcylNr7EkRe6&index=2), [Slides + Readings](https://github.com/khanhnamle1994/natural-language-processing/tree/master/Lecture-2-Word-Vector-Representations)) * Lecture 3: GloVe - Global Vectors for Word Representation ([Video](https://www.youtube.com/watch?v=ASn7ExxLZws&list=PL3FW7Lu3i5Jsnh1rnUwq_TcylNr7EkRe6&index=3), [Slides + Readings](https://github.com/khanhnamle1994/natural-language-processing/tree/master/Lecture-3-Advanced-Word-Vector-Representations)) * Lecture 4: Word Window Classification and Neural Networks ([Video](https://www.youtube.com/watch?v=uc2_iwVqrRI&list=PL3FW7Lu3i5Jsnh1rnUwq_TcylNr7EkRe6&index=4), [Slides + Readings](https://github.com/khanhnamle1994/natural-language-processing/tree/master/Lecture-4-Word-Window-Classification-and-Neural-Networks)) * Lecture 5: Backpropagation and Project Advice ([Video](https://www.youtube.com/watch?v=isPiE-DBagM&index=5&list=PL3FW7Lu3i5Jsnh1rnUwq_TcylNr7EkRe6), [Slides + Readings](https://github.com/khanhnamle1994/natural-language-processing/tree/master/Lecture-5-Backpropagation-and-Project-Advice)) * Lecture 6: Dependency Parsing ([Video](https://www.youtube.com/watch?v=PVShkZgXznc&list=PL3FW7Lu3i5Jsnh1rnUwq_TcylNr7EkRe6&index=6), [Slides + Readings](https://github.com/khanhnamle1994/natural-language-processing/tree/master/Lecture-7-Dependency-Parsing)) * Lecture 7: Introduction to TensorFlow ([Video](https://www.youtube.com/watch?v=PicxU81owCs&list=PL3FW7Lu3i5Jsnh1rnUwq_TcylNr7EkRe6&index=7), [Slides + Readings](https://github.com/khanhnamle1994/natural-language-processing/tree/master/Lecture-6-Introduction-to-TensorFlow)) * Lecture 8: Recurrent Neural Networks and Language Models ([Video](https://www.youtube.com/watch?v=Keqep_PKrY8&index=8&list=PL3FW7Lu3i5Jsnh1rnUwq_TcylNr7EkRe6), [Slides + Readings](https://github.com/khanhnamle1994/natural-language-processing/tree/master/Lecture-8-Recurrent-Neural-Nets-and-Language-Models)) * Lecture 9: Machine translation and advanced recurrent LSTMs and GRUs ([Video](https://www.youtube.com/watch?v=QuELiw8tbx8&list=PL3FW7Lu3i5Jsnh1rnUwq_TcylNr7EkRe6&index=9), [Slides + Readings](https://github.com/khanhn
Excerpt of 8,106 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:5fe10c79330a5313, topic:natural-language-processing, name:natural language processing, desc:natural language processing
matched fp:5fe10c79330a5313, topic:deep-learning