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

Live Version |
Github