Description Usage Arguments Value See Also
Sets the dropout mask to be applied to the weights between layer i and i+1, for 0 < i < numLayers. For i = 0, sets the dropout mask for the input layer, which will be applied to the initiali input data.
1 | setDropoutMask(darch, i) <- value
|
darch |
A instance of the class |
i |
Layer index or 0 for input layer. |
value |
Dropout mask for the given layer. |
The darch with the updated dropout mask
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.