Skip to content

javascript-machine-learning/mnist-neural-network-deeplearnjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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 git@github.com:javascript-machine-learning/mnist-neural-network-deeplearnjs.git
  • cd mnist-neural-network-deeplearnjs
  • npm install
  • npm start