Dropout: a simple way to prevent neural networks from overfitting.

Nitish Srivastava, Geoffrey E. Hinton, A. Krizhevsky, I. Sutskever, R. Salakhutdinov
2014
2 references
1 repository
2 references

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!