📉 Gradient Descent Optimizer
Visualize how gradient descent finds the minimum of a function
Optimization Path
📚 How to Use
- Select Function: Choose different optimization landscapes
- Learning Rate: Controls step size (too high = overshooting, too low = slow)
- Momentum: Helps escape local minima and accelerate convergence
- Start: Watch gradient descent find the minimum!
- Add Random Start: Try multiple starting points simultaneously
- Observe: See how parameters affect convergence speed and stability