marshalhayes / js-linear-regression

interactive linear regression in the browser

Home Page:https://marshalhayes.github.io/js-linear-regression/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-linear-regression

interactive linear regression in the browser

Overview

Using TensorFlow.js and p5.js, I created a simple linear regression model (y = mx + b). The project is highly interactive as you can add your own data for training. I'm hoping this will be used for educational purposes.

Note: Most of the code here was based off of The Coding Train's Coding Challenge #104.

References

About

interactive linear regression in the browser

https://marshalhayes.github.io/js-linear-regression/


Languages

Language:JavaScript 66.0%Language:HTML 18.7%Language:CSS 15.4%