February 2018
Intermediate to advanced
378 pages
10h 14m
English
In CNNs convolutions happen in the special layers, called convolutional layers. Each layer has an array of convolutional filters, which also can be seen as one 3D convolutional filter with width, height, and number of channels (or depth). In the first convolutional layer, we usually want to have 3 channels corresponding to the RGB channels of the input images:

The output of a convolution layer is ...
Read now
Unlock full access