mnist-neural-network-deeplearnjs icon indicating copy to clipboard operation
mnist-neural-network-deeplearnjs copied to clipboard

🍃 Using a Neural Network to recognize MNIST digets in JavaScript.

MNIST Digit Recognition Neural Network in JavaScript with Deeplearn.js

Build Status

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.

dec-14-2017 10-56-04

Installation

  • git clone [email protected]:javascript-machine-learning/mnist-neural-network-deeplearnjs.git
  • cd mnist-neural-network-deeplearnjs
  • npm install
  • npm start