Skip to content

simulations-ml/Linear_Regression_with_Tensorflow.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Linear_Regression_with_Tensorflow.js

Simulation of Linear Regression algorithm using P5.JS and Tensorflow.js

Overview

I have created the simulation of Linear Regression using P5.JS graphics library and Tensorflow.js Deep Learning library.

User can insert the data-points on canvas at runtime and accordingly the bestfit line would change its parameters.

Tensorflow.js is used for minimization of loss function.

sketch.js contains the core logic for the simulation.

About

Simulation of Linear Regression algorithm using P5.JS and Tensorflow.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.3%
  • HTML 20.7%