https://github.com/xnought/backprop-explainer
Visualize backpropagation in neural networks live in your browser. VISxAI 2021
https://github.com/xnought/backprop-explainer
article d3js react tfjs visualization
Last synced: 10 months ago
JSON representation
Visualize backpropagation in neural networks live in your browser. VISxAI 2021
- Host: GitHub
- URL: https://github.com/xnought/backprop-explainer
- Owner: xnought
- License: mit
- Created: 2021-02-15T21:26:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T02:48:38.000Z (over 4 years ago)
- Last Synced: 2025-06-05T05:24:30.894Z (about 1 year ago)
- Topics: article, d3js, react, tfjs, visualization
- Language: JavaScript
- Homepage: https://xnought.github.io/backprop-explainer/
- Size: 86.1 MB
- Stars: 25
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
https://xnought.github.io/backprop-explainer/
## Overview
The development of this project started with the backprop tool and morphed into an explanatory article. The goal is to explain and visualize backpropagation to gain an intuiton for how it works.
## How to Run Locally
Make sure you are in the backprop-explainer directory
-
`yarn install` to install node_modules
-
`yarn run` to start development
-
navigate to http://localhost:3000/
## Who made this and how was it made?
By Donald(Donny) Bertucci and Minsuk Kahng (project advisor)
To see full acknowledgements and how it was made (with links)
navigate to the acknowledgments section at Live Website