10.6 Recurrent Neural Network

Predictive models for sequential data in nature:

  • xX is a sequence
  • hidden-layer is a sequence {Al}L1={A1,A2,...,AL}

Each Al feeds into the output layer and produces a prediction Ol for Y.

Ol=β0+Kk=1βkALk

Loss function: (YOL)2

Recurrent Neural Network - Chap 10

Figure 10.6: Recurrent Neural Network - Chap 10