Home Questions What is the purpose of a "learning rate" in gradient descent optimization?
Question:

What is the purpose of a "learning rate" in gradient descent optimization?

Choose the correct answer:
  • A. To determine the size of steps taken towards the minimum of a function ✅ Correct
  • B. To increase the model's complexity
  • C. To define the number of iterations
  • D. To prevent the model from underfitting
  • E. To ensure the model converges to a local maximum
Explanation:
The learning rate controls how much to change the model in response to the estimated error each time the model weights are updated.

Related Questions & One-Liners

  • No related questions / one-liners available.

Related Study Material

A Quiz on Artificial Intelligence and Machine Learning

This set of questions covers a range of foundational topics in AI and ML, including supervised and unsupervised learning, model evaluation, and applications in natural…

Scroll to Top