Skip to content

III — Representations & Sequences

This part moves from sparse, count-based features to learned dense representations, and introduces models that process text as sequences.

Chapters in this part

What you'll be able to do

  • Explain what word embeddings capture and how they are learned.
  • Build recurrent models that consume and produce sequences.
  • Perform token classification (e.g. tagging) with neural models.