Weight Updates Calculated
Understand the weight update method in a neural network with the help of a numerical example.
We'll cover the following...
We'll cover the following...
An example of calculating a weight update
The following network is one we’ve worked with before, but this time we’ve added example output values from the first hidden node and the second hidden node . These are just made-up numbers to illustrate the method and aren’t properly worked out by feeding signals forward from the input layer.
We want to update the weight between the hidden and output layers, which currently has the value .
Let’s write out the error slope again:
...