Weight Updates Calculated
Explore the process of calculating weight updates in neural networks using error slopes and the sigmoid function. This lesson helps you understand how small adjustments refine model weights through gradient descent, enhancing network training and accuracy over time.
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:
...