Abstract
RNNs have shown great success in many NLP tasks. It is especially good at processing sequence data. A way to think about RNNs is that they have a “memory” which captures information about what has been calculated so far.
- What is RNN?
- What can RNNs do?
- Implementation of RNN
- The Problem of Long-Term Dependencies
- RNN extensions