DeepLearning
DropoutLayer
create dropout layer
Calling Sequence
Parameters
Description
Details
Compatibility
DropoutLayer(rate,opts)
rate
-
positive number
opts
(optional) one or more keyword options described below
DropoutLayer(rate,opts) creates a dropout layer with learning rate rate.
This function is part of the DeepLearning package, so it can be used in the short form DropoutLayer(..) only after executing the command with(DeepLearning). However, it can always be accessed through the long form of the command by using DeepLearning[DropoutLayer](..).
The implementation of DropoutLayer uses tf.keras.layers.Dropout from the TensorFlow Python API. Consult the TensorFlow Python API documentation for tf.keras.layers.Dropout for more information.
The DeepLearning[DropoutLayer] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
DeepLearning Overview
Download Help Document
What kind of issue would you like to report? (Optional)