Multilayered Network Architectures
Multilayered Network Architectures
Xk Sk Error
Dx
Neural Network
Backpropagation Weight Update
Procedure
1. Select a pattern Xk from the training set T present it to
the network.
2. Forward Pass: Compute activations and signals of input,
hidden and output neurons in that sequence.
3. Error Computation: Compute the error over the output
neurons by comparing the generated outputs with the
desired outputs.
4. Compute Weight Changes: Use the error to compute the
change in the hidden to output layer weights, and the
change in input to hidden layer weights such that a global
error measure gets reduced.
Backpropagation Weight Update
Procedure
5. Update all weights of the network.