An open API service indexing awesome lists of open source software.

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

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

  1. `yarn install` to install node_modules


  2. `yarn run` to start development



  3. 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