Multiple Layers
Discover the nuances of increasing the size and depth of a CNN.
We'll cover the following...
Chapter Goals:
- Add an additional convolution and max pooling layer to the CNN
A. Adding extra layers
Like all neural networks, CNNs can benefit from additional layers. The additional layers allow a CNN to essentially stack multiple filters together for use on the image data. However, similar to building any neural network, we need to be careful of how many additional layers we add. If we add too many layers to a model, we run the risk of having it overfit to the training ...
Access this course and 1400+ top-rated courses and projects.