项目作者: kaustubholpadkar

项目描述 :
Simulation of Linear Regression algorithm using P5.JS
高级语言: JavaScript
项目地址: git://github.com/kaustubholpadkar/Linear_Regression_Simulation.git
创建时间: 2018-01-06T13:44:39Z
项目社区:https://github.com/kaustubholpadkar/Linear_Regression_Simulation

开源协议:GNU General Public License v3.0

下载


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.