Question: What does the term \'backpropagation\' refer to in neural networks?
Options:
Correct Answer: The method of updating weights based on error
Solution:
Backpropagation is the algorithm used to update the weights of the network by calculating the gradient of the loss function.