DeepLearning
MaxPoolLayer
create max pool layer
Calling Sequence
Parameters
Description
Details
Compatibility
MaxPoolLayer(poolsize,opts)
poolsize
-
list of positive integers
opts
(optional) one or more keyword options described below
MaxPoolLayer(poolsize,opts) creates a max pool layer with the pool size specified by poolsize.
This function is part of the DeepLearning package, so it can be used in the short form MaxPoolLayer(..) only after executing the command with(DeepLearning). However, it can always be accessed through the long form of the command by using DeepLearning[MaxPoolLayer](..).
The implementation of MaxPoolLayer uses tf.keras.layers.MaxPool1D, tf.keras.layers.MaxPool2D, and tf.keras.layers.MaxPool3D from the TensorFlow Python API. Consult the TensorFlow Python API documentation for tf.keras.layers for more information.
The DeepLearning[MaxPoolLayer] 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)