Related Question 3
In neural networks, what is 'backpropagation' used for?
-
A.
Adjusting weights using gradient descent
-
B.
Propagating inputs through layers
-
C.
Generating output predictions
-
D.
Normalizing data
Correct Answer: A
Explanation:
Backpropagation computes the gradients of the loss with respect to the network weights, which are then used to update them via optimization methods.