
Explanation:
Option A is correct because the weight update in neural networks follows the gradient descent formula:
Where:
Calculation:
Option B (0.195) would result from adding the gradient instead of subtracting it.
Option C (0.225) would result from incorrectly multiplying the learning rate by the weight instead of the gradient.
No comments yet.
In a neural network, a given link has an initial weight of 0.20. If the learning rate is 0.10 and the partial derivative of the total error with respect to the initial weight is 0.25, the new weight is closest to:
A
0.175.
B
0.195.
C
0.225.