Skip to content

carrycooldude/tfjs-linear-regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tfjs-linear-regression

The Project is a visual representation of Linear Regression Model , built with Tensorflow.js

What is Linear Regression???

linear regression is a linear approach to modelling the relationship between a scalar response and one or more explanatory variables (also known as dependent and independent variables).

The representation is a linear equation that combines a specific set of input values (x) the solution to which is the predicted output for that set of input values (y). As such, both the input values (x) and the output value are numeric.

The linear equation assigns one scale factor to each input value or column, called a coefficient and represented by the capital Greek letter Beta (B). One additional coefficient is also added, giving the line an additional degree of freedom (e.g. moving up and down on a two-dimensional plot) and is often called the intercept or the bias coefficient.

Libraries Used

  • p5.js
  • tf.js

About

I build a linear Regression Model using TensorFlow.JS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published