Skip to content

Simple neural net for handwriting digits recognition

Notifications You must be signed in to change notification settings

podlipensky/DigitCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DigitCV

Simple neural net for handwritten digits recognition

This is C++ implementation of simple neural net with single hidden layer and stochastic gradient descent learning algorithm. This project uses OpenCV for matrix manipulation. There is no good reason to use OpenCV instead of any other library, but I decided to do so in order to learn OpenCV framework.

I train and evaluate net based on MNIST dataset (taken from this Kaggle competition https://www.kaggle.com/c/digit-recognizer)

About

Simple neural net for handwriting digits recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages