Dropout: a simple way to prevent neural networks from overfitting.
Code References
triton-lang/triton
1 file
python/tutorials/04-low-memory-dropout.py
2
# The *dropout* operator was first introduced in [SRIVASTAVA2014]_ as a way to improve the performance
# .. [SRIVASTAVA2014] Nitish Srivastava and Geoffrey Hinton and Alex Krizhevsky and Ilya Sutskever and Ruslan Salakhutdinov, "Dropout: A Simple Way to Prevent Neural Networks from Overfitting", JMLR 2014
Link copied to clipboard!