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§