generateDropoutMask: Generates the dropout mask for the deep neural network

Description Usage Arguments References See Also

View source: R/dropout.R

Description

This function generates the dropout mask for the deep neural network

Usage

1

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


rz1988/deeplearning documentation built on May 28, 2019, 10:46 a.m.