August 2018
Intermediate to advanced
522 pages
12h 45m
English
Convolutional layers are normally applied to bidimensional inputs (even though they can be used for vectors and 3D matrices), and they became particularly famous thanks to their extraordinary performance in image classification tasks. They are based on the discrete convolution of a small kernel k with a bidimensional input (which can be the output of another convolutional layer):

A layer is normally made up of n fixed-size kernels, whose values are weights that must be optimized using a back propagation algorithm. A convolutional architecture, in most cases, starts with layers with a few larger kernels (for example, 16 ...
Read now
Unlock full access