Skip to content

simulations-ml/Logistic_Regression_with_Tensorflow.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Logistic_Regression_with_Tensorflow.js

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

Overview

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

User can insert the data-points on canvas as well as change the class of the data-point at runtime and accordingly the binary classifier 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 Logistic Regression algorithm using P5.JS and Tensorflow.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%