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+K∑k=1βkALk
Loss function: (Y−OL)2

Figure 10.6: Recurrent Neural Network - Chap 10