Recurrent Neural Networks (RNN)
1. Which one of the following tasks is most suitable for RNNs?
2. What is the main characteristic of a Recurrent Neural Network (RNN)?
3. Which layer type is typically used to capture sequential dependencies in an RNN?
4. What is the advantage of using recurrent layers in an RNN?
5. What is the purpose of the hidden state in an RNN?
6. Why do Recurrent Neural Networks (RNNs) share parameters across time steps?
7. What does the number of time steps in an unrolled RNN correspond to?
8. What is a common challenge when training standard Recurrent Neural Networks on very long sequences?
9. What is the main difference between an RNN and a feedforward neural network?
10. What dataset is commonly used for character-level language modeling demonstrations?