NLP with Neural Networks

CS 6957, Fall 2023

Recurrent Neural Networks

In this lecture, we will look at the problem of modeling sequences with neural networks. We will first see recurrent neural networks and then move on to their a commonly used variant – namely, the long-short term memory (LSTM) network.

Lectures and readings

Readings

Papers

Blog posts

Several blog posts explain and explore recurrent neural networks along various facets.