Question: What does the term \'learning rate\' control in a neural network?
Options:
Correct Answer: The speed of weight updates
Solution:
The learning rate determines how much to change the model in response to the estimated error each time the model weights are updated.