A react app which aims to visualize the data flow in a neural network by using a nodes and edges for the different layers (inputlayer/ n x hidden layers / output layer).
npm i
npm run dev
Todo:
- Pause and Play functionality
- Trace a single data point/neuron's movement