💾 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 implemented in vanilla JavaScript and then trained on the MNIST data set.
Github