DeepLearning
ConvolutionLayer
create convolution layer
DeconvolutionLayer
create deconvolution layer
Calling Sequence
Parameters
Description
Details
Compatibility
ConvolutionLayer(filters,kernelsize,opts)
DeconvolutionLayer(filters,kernelsize,opts)
filter
-
positive integer
kernelsize
list of positive integers
opts
(optional) one or more keyword options described below
ConvolutionLayer(filters,kernelsize,opts) creates a convolutional neural network layer with filter filter and kernel size kernelsize.
DeconvolutionLayer(filters,kernelsize,opts) creates a deconvolutional neural network layer with filter filter and kernel size kernelsize.
This function is part of the DeepLearning package, so it can be used in the short form Convolution(..) only after executing the command with(DeepLearning). However, it can always be accessed through the long form of the command by using DeepLearning[ConvolutionLayer](..).
The implementation of ConvolutionLayer uses tf.keras.layers.Conv1D, tf.keras.layers.Conv2D, and tf.keras.layers.Conv3D from the TensorFlow Python API.
The implementation of DeconvolutionLayer uses tf.keras.layers.Conv1DTranspose, tf.keras.layers.Conv2DConv1DTranspose, and tf.keras.layers.Conv3DConv1DTranspose from the TensorFlow Python API.
Consult the TensorFlow Python API documentation for tf.keras.layers for more information.
The DeepLearning[ConvolutionLayer] and DeepLearning[DeconvolutionLayer] commands were 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)