Skip to content

Commit 855b0bd

Browse files
Update README.md
1 parent 7b03873 commit 855b0bd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# Logistic_Regression_with_Tensorflow.js
22
Simulation of Logistic Regression algorithm using P5.JS and Tensorflow.js
3+
4+
## Overview
5+
I have created the simulation of Logistic Regression using P5.JS graphics library and Tensorflow.js Deep Learning library.
6+
<br>
7+
<br>
8+
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.
9+
<br>
10+
<br>
11+
Tensorflow.js is used for minimization of loss function.
12+
<br>
13+
<br>
14+
**sketch.js** contains the core logic for the simulation.

0 commit comments

Comments
 (0)