nnf_dropout | R Documentation |
During training, randomly zeroes some of the elements of the input
tensor with probability p
using samples from a Bernoulli
distribution.
nnf_dropout(input, p = 0.5, training = TRUE, inplace = FALSE)
input |
the input tensor |
p |
probability of an element to be zeroed. Default: 0.5 |
training |
apply dropout if is |
inplace |
If set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.