๐ŸŽ๏ธ LR & Optimizer Race Visualizer

Same landscape, same start โ€” push the Learning Rate and see who survives.

๐Ÿ“‹ How To Use This Lab
  1. Press โ–ถ Auto Run โ€” all optimizers race the SAME landscape from the SAME point, live.
  2. Drag Learning Rate WHILE it's racing โ€” push it high and watch SGD bounce off the track while Adam stays controlled.
  3. Switch Terrain to "Saddle Point" โ€” watch SGD crawl through the flat pinch while adaptive methods glide through.
  4. Flip Show Momentum Vectors โ€” SGD's arrow only shows the current slope; Adam's blends in its remembered direction too.
Step 0
SGD: loss=โ€”
RMSprop: loss=โ€”
Adam: loss=โ€”
Terrain: Simple Bowl
SGD + RMSprop + Adam
+ Momentum
Vectors Off
Show Momentum Vectors
๐ŸŽ๏ธ PACERPress Auto Run and watch all four take the same starting line โ€” then push the Learning Rate and see who keeps control.
๐Ÿง‘โ€๐Ÿซ PROF. TORCHSGD's step size scales directly with the raw gradient โ€” no safety net. Adam and RMSprop divide by their own gradient history, which naturally keeps them in check.