← 🧠 Machine Learning

📉 Convergence Lab

Iteration: 0
Loss:
‖∇‖ (grad norm):
Status: running
FPS:
Drag — rotate · Scroll — zoom

📉 Convergence Analysis in Hyperparameter Optimization

An optimizer marker descends a synthetic non-convex 3D loss landscape, tracing its trajectory toward a minimum while a live log-scale chart tracks whether — and how fast — it converges under a chosen stopping criterion.

🔬 What It Demonstrates

Learning rate, momentum, optimizer choice, and gradient noise all change the shape and speed of the convergence curve — and whether the search gets stuck in a shallow local minimum or reaches the global basin.

🎮 How to Use

Adjust learning rate, momentum, gradient noise, the stopping threshold ε, and the optimizer type, then watch the trail, the gradient-norm readout, and the loss chart respond. Click "New start point" to test robustness from a different location.

💡 Did You Know?

In practice, hyperparameter search rarely has access to true gradients at all — methods like Bayesian optimization and grid/random search instead estimate a response surface from a handful of expensive trials.