Applies dropout to the layer input. Dropout consists in randomly setting a fraction rate of input units to 0 at each update during training time, which helps prevent overfitting. Corresponds to the Keras Dropout Layer .
- Type: Keras Deep Learning NetworkKeras NetworkThe Keras deep learning network to which to add a Dropout layer.