Learn Before
Concept
Layers of a Feed Forward Neural Network
In a feedforward neural network represented as a chain structure, such as , is called the first layer, is the second layer, and so on. The final layer is called the output layer, whose behavior is explicitly specified by the training data to match a label for each input example . The intermediate layers are called hidden layers because their desired outputs are not explicitly given by the training data. Instead, the learning algorithm must determine how these hidden layers should behave to best implement an approximation of the target function .

0
2
Updated 2026-06-14
Contributors are:
Who are from:
Tags
Data Science