How Linear Regression works
The model combines input values with learned weights and a bias to make a numeric prediction. Training measures prediction error and changes the parameters so that the chosen objective decreases over recorded training states.
The main visualizer runs the implemented model in your browser and exposes the stored state, predictions, and metrics instead of substituting fabricated demo numbers.