#056 regression
Implementing linear regression, logistic regression and multi-nominal logistic regression with tensorflow-js and node.
Notes
Library Installation/Setup
Uses the following npm modules:
install with:
npm install
Data and Common Code
Linear Regression
Sources:
Run:
$ cd linear-regression
$ node index.js
r2: 0.8059265340599994
Tensor
[[18.0580692],]
Results:


Logistic Regression
Sources:
Run:
$ cd logistic-regression
$ node index.js
0.88
Results:

Multi-nominal Logistic Regression
Sources:
Run:
$ cd multinominal-logistic-regression
$ node efficiency-prediction.js
0.78
Results:
