Reading Assignment 6: Autoregressive Models

Chapter 22 from Probabilistic Machine Learning: Advanced Methods gives a good overview of autoregressive models. Since these models are conceptually very straightforward, there is not too much deep theory here.

Next, The unreasonable effectiveness of RNNs by Andrej Karpathy covers the basics of language modeling. Although outdated, state-of-the-art approaches like GPT work in essentially the same way.

Classic Success Stories

Consider these optional reading in case you want to get some more concrete examples. Some of these may be treated in more detail later in the class.