Dropout: A Simple Way to Prevent Overfitting in Neural Networks, Nitish Srivastava, Geoffrey Hinton, Alex Krizhevsky, Ilya Sutskever, Ruslan Salakhutdinov, 2014Journal of Machine Learning Research, Vol. 15 - The original paper introducing the Dropout regularization technique for neural networks. It presents the core idea and its benefits.
nn.Dropout, PyTorch documentation, 2024 - Official documentation for PyTorch's nn.Dropout module, detailing its usage, parameters, and behavior during training and evaluation.
Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - A comprehensive textbook on deep learning, covering Dropout regularization in detail within the context of model optimization and generalization.