ML model visualizer
Linear Regression
Fit best line through data points and watch gradient descent learning.
TypeRegressionLossMSEOptimizerGradient DescentOutputContinuous
Example PointsFormat: (x, y), (x, y). Use 2-30 points.
0.00010.02
1800
Visualization
Data pointsRegression lineError
Metrics
Epoch0 / 100
MSE24.279
R² Score-5.460
Slope (m)0.000
Intercept (b)0.000
Learning rate0.01
Loss Curve
Predict y = m x + bCompute error (prediction - actual)Calculate MSECompute gradients for m and bUpdate parametersReturn trained model
Current equationy = 0.000x + 0.000
Prediction for x = 60.000
StatusReady