Dropout: A Simple Way to Prevent Neural Networks from Overfitting, Nitish Srivastava, Geoffrey Hinton, Alex Krizhevsky, Ilya Sutskever, Ruslan Salakhutdinov, 2014Journal of Machine Learning Research, Vol. 15 - Original academic paper introducing the dropout regularization technique for neural networks.
Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - Authoritative textbook covering fundamental concepts of deep learning, including regularization techniques and recurrent neural networks.
tf.keras.layers.LSTM, TensorFlow Team, 2024 - Official documentation for the Keras LSTM layer, detailing parameters like dropout and recurrent_dropout for implementation.