August 2017
Intermediate to advanced
288 pages
8h 6m
English
Any changes to the structure require model retraining. However, these assumptions may not be valid for a lot of sequential datasets, such as text-based classifications that may have varying input and output. RNN architecture helps to address the issue of variable input length.
The standard architecture for RNN with input and output is shown in the following figure:

The RNN architecture can be formulated as follows:
Where is state at time/index t and is input at time/index t. The matrix ...