Skip to content

A small experiment using a neural network algorithm to predict a few digits drawn in a web browser canvas.

License

Notifications You must be signed in to change notification settings

sbalmt/digit-guesser

Repository files navigation

Digit Guesser

ts license

Welcome to my neural network experiment.

Unlike the xor experiment I decided to start with something that has more impact, like image recognition, and for that I developed a canvas where you can draw pixels and train the network to predict other similar drawings later.

Digit Guesser Cover

Getting Started

Install & Start

Install development packages.

npm install

Start development server.

npm run serve

Using & Having fun

  • Navigate to http://localhost:8080/
  • Start drawing some digits and training the network.
  • After training for a while, start drawing some digits to predict.

License

MIT