Use Case: Recognizing handwritten digits from the MNIST Database.
This example project demonstrates how neural networks may be used to solve a multi-class classification problem. It uses deeplearn.js to recognize handwritten digits from the MNIST database.
git clone git@github.com:javascript-machine-learning/mnist-neural-network-deeplearnjs.git
cd mnist-neural-network-deeplearnjs
npm install
npm start