🎯 Learning Rate Finder
Find the optimal learning rate for training your neural network
📊 Recommended Learning Rate
Optimal LR: -
This is where the loss decreases fastest (steepest gradient)
💡 How to Use
- Loss Curve: Shows how loss changes with different learning rates
- Optimal LR: Where loss decreases fastest (not lowest loss!)
- Too Low: Slow training, gets stuck
- Too High: Loss explodes, unstable training
- Best Practice: Use LR slightly lower than optimal point