Skip to content

marshalhayes/js-linear-regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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