Architecture of Convolutional Networks

Explore the structure of convolutional networks, from grid-like inputs to the dense layer output.

Structure

This section exemplifies the structure of a convolutional network. The illustration below shows an elementary convolutional network.

Press + to interact
Convolutional network
Convolutional network

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 blue\color{blue}{\text{blue}}, red\color{red}{\text{red}}, and green\color{green}{\text{green}}.

  • Convolutional layer: A layer comprises filters. A filter is ...