Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 908 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 908 Bytes

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