Recall & Review
beginner
What is the learning rate in machine learning?
The learning rate is a number that controls how much the model changes its knowledge after seeing new data. It decides the size of steps the model takes to learn.
Click to reveal answer
beginner
What happens if the learning rate is too high?
If the learning rate is too high, the model might jump around and never settle on a good solution. It can miss the best answer and perform poorly.
Click to reveal answer
beginner
Why is a very low learning rate not always good?
A very low learning rate makes the model learn very slowly. It takes a long time to improve and might get stuck before finding the best solution.
Click to reveal answer
intermediate
What is a learning rate schedule?
A learning rate schedule changes the learning rate during training. It can start high to learn fast, then lower to fine-tune the model carefully.
Click to reveal answer
intermediate
How can you find a good learning rate?
You can try different learning rates and watch how the model learns. Tools like learning rate range tests help find a rate that makes the model improve steadily.
Click to reveal answer
What does a learning rate control in training a model?
✗ Incorrect
The learning rate controls how big the model's updates are during training.
If the learning rate is too high, what is likely to happen?
✗ Incorrect
A high learning rate can cause the model to jump around and miss the best solution.
What is the purpose of a learning rate schedule?
✗ Incorrect
A learning rate schedule adjusts the learning rate over time to improve training.
Which is a sign that the learning rate might be too low?
✗ Incorrect
A low learning rate can cause slow progress and the model might get stuck.
How can you find a good learning rate?
✗ Incorrect
Testing different learning rates helps find one that works well for the model.
Explain why choosing the right learning rate is important for training a model.
Think about how fast or stable the model learns.
You got /4 concepts.
Describe what a learning rate schedule does and why it might help.
Consider how changing speed helps when learning something new.
You got /4 concepts.