This is a Stochastic Linear Regression implementation using Tensorflow.js which runs in the browser.
-
app/
contains the entire web appjs/
JavaScript code. Here you find the Linear Regression code.csv/
Datasets. Minified and original.scss/
Probably not what you're looking for here.
-
public/
contains compiled web app (after running Webpack)
npm i
npm run dev
# Then open up ./public/index.html in your browser