Finding Structure in Time, Jeffrey L. Elman, 1990Cognitive Science, Vol. 14 (Wiley)DOI: 10.1207/s15516709cog1402_1 - A foundational work introducing simple recurrent networks (Elman networks), illustrating their capacity to learn and process sequential information by maintaining an internal state.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - An authoritative textbook with a dedicated chapter on Recurrent Neural Networks, providing a comprehensive explanation of their reasoning, architecture, and applications.
CS224N: Natural Language Processing with Deep Learning, Christopher Manning and Richard Socher, 2023 (Stanford University) - Course materials from a leading university program that consistently covers the fundamentals and uses of RNNs, especially for natural language processing, consistent with the sequential data examples.