Description Usage Arguments Value
This function generates droput masks as a vector of given length, according to the given dropout rate.
1 | generateDropoutMask(length, dropoutRate)
|
length |
length of the dropout mask |
dropoutRate |
The dropout rate (i.e. percentage of zeros in the mask) |
Matrix containing the dropout mask
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.