Question: What is the role of backpropagation in training neural networks?
Options:
Correct Answer: To update weights based on error
Solution:
Backpropagation is an algorithm used to update the weights of the neural network based on the error calculated from the output.