💾 Neural Network in JavaScript.


# Problem

A project to learn more about Machine Learning and JS by implementing a neural network from scratch.

# Solution

The neural network is built using vanilla JavaScript and then trained on the MNIST data set. There is also a frontend built in React that predicts handdrawn digits using the model.

Live Version |
Github