DeepLearning/DropoutLayer - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : DeepLearning/DropoutLayer

DeepLearning

  

DropoutLayer

  

create dropout layer

 

Calling Sequence

Parameters

Description

Details

Compatibility

Calling Sequence

DropoutLayer(rate,opts)

Parameters

rate

-

positive number

opts

-

(optional) one or more keyword options described below

Description

• 

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](..).

Details

• 

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.

Compatibility

• 

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