Gradient Descent Playground

y = f(w·x), bias = 0 — minimize the sum of squared errors by adjusting w

Squared Error per Point
Activation Function
y = 1.00 · x
Slope (Weight)
1.00
Statistics
Data points:0
Sum of Squared Errors:0.00
Best w:
Mean Squared Error:0.00
SSE
02.557.510
Display Options
How to Use
  • Click empty space to add a point
  • Drag a point to move it
  • Right-click a point to remove it
  • Adjust the slope slider to see SSE change
  • Red/orange lines = error (residual) per point
  • Switch to tanh to see the activation curve