An interactive neural network visualisation

An interactive data visualisation of a neural network

Running the visualisation locally

  • npm i to install dependencies
  • npm run build to compile the app and place it in the dist/ directory
  • npm run serve to serve from the dist/ directory and open a page on your browser.
  • For a fast edit-refresh cycle when developing run npm run serve-watch. This will start an http server and automatically re-compile the TypeScript, HTML and CSS files whenever they change.

Written all in typescript, and open-sourced here

All credit goes to Tensorflow - I was simply repurposing their work.