Multiple Choice Question
Learning rate is a key hyperparameter in training neural networks and other models.
What is the purpose of a "learning rate" in gradient descent optimization?
Explanation:
The learning rate controls how much to change the model in response to the estimated error each time the model weights are updated.