Module 7 Chapter 1
The Problem with Sequences
Language comes in ordered pieces. A sentence might contain one word or hundreds, and a word near the end may depend on a clue near the beginning.
How can a machine keep reading for as long as needed without losing those earlier clues?
One old answer passed a changing list of numbers from one word to the next. This was called a recurrent neural network. It handled sentences of different lengths, but its fixed-size list and its step-by-step reading created new problems.