Skip to content

kaustubholpadkar/Linear_Regression_Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear_Regression_Simulation

Overview

I have created the simulation of Linear Regression algorithm using P5.JS graphics library.

User can insert the data-points on canvas at runtime and accordingly the bestfit line would change its parameters.

Gradient Descent algorithm is implemented to minimize the cost function associated with Linear Regression.

sketch.js contains the core logic for the simulation.

Releases

No releases published

Packages

No packages published