Question 11
Select the correct statements from the following:
If the sequence length doubles while all model hyperparameters remain unchanged, the number of trainable parameters in the RNN also doubles.
The same input-to-hidden and hidden-to-hidden weight matrices are reused at every time step, regardless of the sequence length.
An RNN can process sequences of arbitrary length only if the input size changes with the sequence length.