Hidden layer

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
File:Example of a deep neural network.png
Example of hidden layers in a MLP.

In artificial neural networks, a hidden layer is a layer of artificial neurons that is neither an input layer nor an output layer. The simplest examples appear in multilayer perceptrons (MLP), as illustrated in the diagram.[1]

An MLP without any hidden layer is essentially just a linear model. With hidden layers and activation functions, however, nonlinearity is introduced into the model.[1]

In typical machine learning practice, the weights and biases are initialized, then iteratively updated during training via backpropagation.[1]

References

[edit | edit source]
  1. ^ a b c Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).