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

πŸƒ Using a Neural Network to recognize MNIST digets in JavaScript.

Home Page:https://www.robinwieruch.de/neural-networks-deeplearnjs-javascript/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸƒ Using a Neural Network to recognize MNIST digets in JavaScript.

https://www.robinwieruch.de/neural-networks-deeplearnjs-javascript/


Languages

Language:JavaScript 83.4%Language:HTML 11.7%Language:CSS 4.9%