/tf-js-linear-regress

tf-js-linear-regress

Primary LanguageJavaScriptMIT LicenseMIT

Tensorflow.js Processing Linear Regression

Interactive Shallow Neural Network in Processing!

⚙ Features

👁️‍🗨️ Project Preview

Coming Soon!

🚀 Start

To start app: npm start

📚 HOW-TO

For additional info click here

🗺 URL Tree

├── /                          #Home

🌿 App tree

├── HOWTO.md
├── LICENSE
├── README.md
├── package-lock.json
├── package.json
├── public
│   ├── assets
│   ├── favicon.ico
│   └── index.html
├── src
│   └── index.js
└── webpack.config.js

⛰️ Roadmap

  1. Migrate to TypeScript
  2. Make Mobile Friendly
  3. Write Tests

To-Do's

  1. Finnish Tutorial
  2. Finnish README.md page
  3. Finnish HOWTO.md page
  4. Add Logo
  5. Add WebApp Preview Gif
  6. Visualize a Graph of the Loss Value
  7. Make the Learning Rate Interactive
  8. Select Optimizers

Moises Sanabria