ml Client-Side Only

Linear Regression Interactive Playground

Add data points on a scatter plot and watch the Ordinary Least Squares (OLS) best-fit line, slope (m), intercept (c), and R² update instantly.

Concept Breakdown: Supervised vs Unsupervised Model Training

1. The Hiker in Fog (Gradient Descent)

Imagine you are hiking down a mountain in pitch-black fog. You feel the slope with your feet and step downward. Gradient Descent does this mathematically — taking steps downhill until reaching the valley floor of lowest error.

2. Measuring Mistakes (Confusion Matrix)

When an AI spots spam emails, it can make two mistakes: letting spam through (False Negative) or blocking a real email (False Positive). A Confusion Matrix tracks these tradeoffs.

3. Try Rolling the Ball!

Click "Step (1 Iteration)" below. Watch the ball take mathematical steps down the parabolic curve until it settles comfortably at the bottom minimum!

Learning Rate (α):0.20
Current Position (θ)-2.000
Current Loss J(θ)17.000
Goal: Reach global minimum at θ = 2.000
COST FUNCTION SURFACE: $J(\theta) = (\theta - 2)^2 + 1$
Min (2.0)

Quick Reference & Instructions

Simple steps, pro tips, and execution details

1

Provide Inputs

Type, paste, or select your values in the form fields below.

2

Instant Live Analysis

Calculations and formatting happen automatically with zero delay as you type.

3

Copy or Use Output

Copy results or apply the clean output directly to your projects.

How It Works

Calculates exact analytical regression slopes and intercepts using closed-form covariance equations.

Formula & Logic

y=mx+c,R2=1(yiy^i)2(yiyˉ)2y = mx + c, \quad R^2 = 1 - \frac{\sum (y_i - \hat{y}_i)^2}{\sum (y_i - \bar{y})^2}

Frequently Asked Questions

Common questions about calculations, assumptions, and edge cases.

Yes, Linear Regression Interactive Playground is 100% free with unlimited calculations and zero paywalls or subscriptions.