![Practical Convolutional Neural Networks](https://wfqqreader-1252317822.image.myqcloud.com/cover/176/36700176/b_36700176.jpg)
上QQ阅读APP看书,第一时间看更新
Convolutional layer
The main objective of convolution in relation to ConvNet is to extract features from the input image. This layer does most of the computation in a ConvNet. We will not go into the mathematical details of convolution here but will get an understanding of how it works over images.
The ReLU activation function is extremely useful in CNNs.