juice
0.3.0
Module dropout
Structs
In juice::layers::common
?
Module
juice
::
layers
::
common
::
dropout
source
·
[
−
]
Expand description
Applies a Dropout layer to the input data
x
The variables are:
y
: output value
x
: input value
p
: dropout probability
Structs
§
Dropout
Dropout
Layer
DropoutConfig
Specifies configuration parameters for a Dropout Layer.