Software

Code

NN Calculator is written in TypeScript using d3.js and Plotly.js. It is built on top of the GitHub project called Tensorflow Playground https://github.com/tensorflow/playground

Development

To run the web application:

  1. npm i (to install dependencies)

  2. npm run build (to compile the app and place it in the dist/ directory)

  3. npm run serve (to serve from the dist/ directory and open a page on your browser)

  4. run npm run serve-watch (to edit-refresh when developing).