DropoutLayer
DropoutLayer[] represents a net layer that sets its input elements to zero with probability 0.5 during training.
DropoutLayer[p] sets its input elements to zero with probability p during training.
Examples
Create a dropout layer with default probability:
DropoutLayer[]Something isn't working? Report an issue.
Please visit the official Wolfram Language Reference for more details.