Reading
Dropout
Dropout is a regularization technique used to prevent overfitting. During each iteration of the training process, some neurons are randomly selected with a given probability (Dropout Rate P) for each layer. The selected neurons are ignored (dropped-out) by setting their activations to zero
References
[1] Deep Learning specialization
https://www.coursera.org/specializations/deep-learning
Last modified: Monday, 8 March 2021, 8:37 AM