An open API service indexing awesome lists of open source software.

https://github.com/kaustubholpadkar/linear_regression_simulation

Simulation of Linear Regression algorithm using P5.JS
https://github.com/kaustubholpadkar/linear_regression_simulation

gradient-descent-algorithm javascript linear-regression machinelearning p5js

Last synced: 3 months ago
JSON representation

Simulation of Linear Regression algorithm using P5.JS

Awesome Lists containing this project

README

        

# 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.