Concept

Depth and Width for Neural Networks

For a feedforward neural network, the depth of the network is the number of hidden layers plus one (as the output layer is also parameterized). The width of the network is the dimensionality of its hidden layers.

The main architectural considerations for designing a neural network are choosing the depth of the network and the width of each layer.

Image 0

0

1

Updated 2021-04-26

Tags

Data Science