Contains an implementation of convolutional layers.
Encapsulates the additional options for a Layer created with conv2D.
Creates a convolutional layer typically found in a convnet used for image classification.
See Source File
Henry Gouk
Contains an implementation of convolutional layers.