Skip to content

banjobyster/DigitRecognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DigitRecognizer

A simple neural network created from scratch with C++ that can recognize handwritten digits.

image

To use this digit recognizer:

  1. Create a folder and store the MNIST dataset in there.
  2. Update the address of the files in macros in main.cpp.

imp_change

Resources:

PS: As shown in the first screenshot, to take input from paint, write a function to read bitmap image and pass the average of r, g, b values of each pixel in a matrix, and then test the network on that matrix.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages