WebAssembly port of Neural Network Implementation for the MNIST dataset
You will need emscript
make project
make project_wasm
make serve
Open http://localhost:8000/mnist.html in your browser and check the browser console
C implementation used from - https://github.com/AndrewCarterUK/mnist-neural-network-plain-c