Project DescriptionDigit recognition contain implementation of simple and effective implementation of neural network. Neural network is used to recognize handwritten digits - OCR system. Core functionality it is developed in C++ native programming language, STL, boost, GUI in C++ .NET.
Recognition ratio for handwritten digits about 98%
Quick start
DigitRecognitionDocumentation
FAQ
- There is too many dependency (Boost.Serialization, .NET, etc)
Project
http://neuralnetworkbasic.codeplex.com contain simple console example with use NeuralBasic. There is no external dependency.
- Digit recognition is too complicated example of usage NeuralBasic network? Is it some simplest example?
Project
http://neuralnetworkbasic.codeplex.com contain simple console example with use NeuralBasic.