Recurrent Neural Networks (RNN)
1. What is the purpose of the recurrent connection in an RNN?
2. What is the purpose of the initial hidden state in an RNN?
3. How does the RNN handle sequential data?
4. In the context of RNNs, what does "unrolling" refer to?
5. What is the primary reason for visualizing sequence unrolling in RNNs?
6. What happens if the initial hidden state of an RNN is set to zero?
7. Which visualization helps understand memory behaviour in RNNs?
8. During text generation, what is used as input after the first character?
9. What technique is used to train RNNs over multiple time steps?
10. What problem commonly occurs in vanilla RNNs when handling long sequences?