projects / tools & experiments
Neural Network in JavaScript.
A neural network implemented from scratch with vanilla JavaScript and trained on the MNIST dataset.
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.