+Recurrent Neural Networks (RNNs) are a class of [Neural Networks](/wiki/neural_network) uniquely designed to process sequential data, like speech or text. They possess an internal 'memory' that allows them to use information from previous steps in a sequence, making them essential for tasks in [Machine Learning](/wiki/machine_learning) where context evolves over time.
+## See also
+- [Deep Learning](/wiki/deep_learning)
+- [Sequence Data](/wiki/sequence_data)
+- [LSTM](/wiki/lstm)
... 1 more lines