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.
Install development packages.
npm install
Start development server.
npm run serve
- Navigate to http://localhost:8080/
- Start drawing some digits and training the network.
- After training for a while, start drawing some digits to predict.