Main Content
Dropout Layer
Libraries:
Deep Learning Toolbox /
Deep Learning Layers /
Utility Layers
Description
The Dropout Layer block represents a dropout layer in a deep learning network. At training time, a dropout layer randomly sets input elements to zero with a given probability. At prediction time, the output of a dropout layer is equal to its input.
The exportNetworkToSimulink
function generates this block to represent a dropoutLayer
object.
Because deep learning layer blocks can be used only for prediction, this block has no
effect.
Ports
Input
Output
Parameters
Extended Capabilities
Version History
Introduced in R2024b