In the following screenshot, we can see all the layers of a CNN. We will go through each of them in detail:
Fig 6.3: CNN layers
We know that in this neural network, we have an input layer and hidden layers.
The layers of a CNN are as follows:
- The input layer
- The convolution layer
- The ReLU layer
- The pooling layer
- The fully connected layer
In the following section, we will learn about 3D layers.Â