...
/Architecture of Convolutional Networks
Architecture of Convolutional Networks
Explore the structure of convolutional networks, from grid-like inputs to the dense layer output.
We'll cover the following...
Structure
This section exemplifies the structure of a convolutional network. The illustration below shows an elementary convolutional network.
Press + to interact
The components of the network are as follows:
-
Grid-like input: Convolutional layers take grid-like inputs. The input in the illustration is like an image, that is, it has two axes and three channels each for , , and .
-
Convolutional layer: A layer comprises filters. A filter is ...