Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 594 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 594 Bytes

Linear Regression Demo (Tensorflow.js)

This is a Stochastic Linear Regression implementation using Tensorflow.js which runs in the browser.

See GitHub pages demo (repository description).

Project structure

  • app/ contains the entire web app

    • js/ 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)

Running locally

npm i
npm run dev

# Then open up ./public/index.html in your browser