Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - This foundational textbook provides a comprehensive theoretical background on recurrent neural networks and the principles of sequence modeling, explaining the characteristics of sequential data and the challenges they pose for traditional models.
Long Short-Term Memory, Sepp Hochreiter, Jürgen Schmidhuber, 1997Neural Computation, Vol. 9 (The MIT Press)DOI: 10.1162/neco.1997.9.8.1735 - This seminal paper introduces Long Short-Term Memory (LSTM) networks, directly addressing the difficulty of learning long-range temporal dependencies in sequential data, a key issue mentioned in the section.
Neural Networks and Deep Learning, Charu C. Aggarwal, 2018 (Springer)DOI: 10.1007/978-3-319-94463-0 - This textbook provides a detailed examination of recurrent neural networks, including their structure, how they handle sequential data, and the challenges like long-range dependencies, complementing the foundational aspects.