Creates a convolutional layer typically found in a convnet used for image classification.
The previous (i.e., input) layer.
The number of feature maps that this layer should produce.
The size of the kernels that should be convolved with the inputs.
Additional options, with sensible defaults.
The new convolutional Layer.
See Implementation
Creates a convolutional layer typically found in a convnet used for image classification.