'In RNN, I am unable to understand how time steps are mapped to the Output shape
In Simple RNN Layer, number of units corresponds to the output shape specification. If unrolled, each time steps can be represented as a separate layer.
But I am unable to understand how this is mapped to the output shape. Here in the example: SimpleRNN(16, input_shape(1600,1), activation='relu'). How 1600 time steps are mapped producing 16 units?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
