Long Short-Term Memory, Sepp Hochreiter, Jürgen Schmidhuber, 1997Neural Computation, Vol. 9DOI: 10.1162/neco.1997.9.8.1735 - The original paper introducing the Long Short-Term Memory architecture, detailing its gates and cell state mechanism.
keras.layers.LSTM, Keras Team, 2024 - Official Keras documentation for the LSTM layer, providing specifics on its parameters and usage for implementation.
Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - A comprehensive academic textbook covering recurrent neural networks, including a thorough theoretical explanation of LSTMs and their benefits.
Sequence Models (Course 5 of Deep Learning Specialization), Andrew Ng, Kian Katanforoosh, Younes Bensouda Mourri, 2023 (Coursera / DeepLearning.AI) - An online course module that offers intuitive explanations and practical examples of sequence models, with a focus on LSTMs and their application.