Rdocumentation
powered by
Learn R Programming
deeplearning (version 0.1.0)
generateDropoutMask: Generates the dropout mask for the deep neural network
Description
This function generates the dropout mask for the deep neural network
Usage
generateDropoutMask(length, dropoutRate)
Arguments
length,
the dimension of the layer
dropoutRate,
the dropout rate
References
Dropout: A Simple Way to Prevent Neural Networks from Overfitting, Nitish Srivastava
See Also
https://www.cs.toronto.edu/~hinton/absps/JMLRdropout.pdf