Dropout: A Simple Way to Prevent Overfitting Neural Networks, Nitish Srivastava, Geoffrey Hinton, Alex Krizhevsky, Ilya Sutskever, and Ruslan Salakhutdinov, 2014Journal of Machine Learning Research, Vol. 15DOI: 10.5555/2627435.2670313 - The foundational paper introducing the Dropout regularization technique, its theoretical motivation, and empirical results.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A comprehensive textbook providing a detailed explanation of regularization methods, including Dropout, within the broader context of deep learning.
tf.keras.layers.Dropout, TensorFlow Developers, 2024 - Official documentation for the Dropout layer in the TensorFlow Keras API, demonstrating its practical application and configuration.