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[]Please visit the official Wolfram Language Reference for more details.