spatialDropoutLayer
Description
A spatial dropout layer randomly selects input channels with a given probability, and sets all its elements to zero during training.
Creation
Description
creates a
spatial dropout layer.layer
= spatialDropoutLayer
sets the optional layer
= spatialDropoutLayer(Name=Value
)Probability
and Name
properties using name-value arguments. For example,
spatialDropoutLayer(Probability=0.25)
creates a spatial dropout layer
with dropout probability 0.25. spatialDropoutLayer(Name="spat1")
creates a spatial dropout layer with name "spat1"
.
Properties
Examples
References
[1] Jonathan Tompson, Ross Goroshin, Arjun Jain, Yann LeCun, and Christoph Bregler. "Efficient Object Localization Using Convolution Networks." arXiv preprint arXiv:1411.4280v3 (2015)
Extended Capabilities
Version History
Introduced in R2024a