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 (JMLR)DOI: 10.5555/2627435.2670313 - The foundational paper introducing the Dropout technique, detailing its mechanism and demonstrating its effectiveness in mitigating overfitting in neural networks.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - An authoritative textbook with a dedicated section on Dropout, providing a rigorous explanation of its theoretical underpinnings and practical applications for regularization.