Gradient Descent Demonstrator

Visualizing Linear Regression Convergence

The blue dots are the dataset. The red line represents the current linear model, which moves during each iteration of the gradient descent algorithm to minimize the cost (error).

Model Performance

Iteration: 0

Current Cost ($$J(\theta)$$): N/A

Current Parameters

Intercept ($$\theta_0$$): 0.000

Slope ($$\theta_1$$): 0.000

Controls

Learning Rate ($\alpha$): 0.01