Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, I need to built an OCR using back propagation neural networks. What I need are some ideas.

my task is to load a number of .png images that I can train my neural network with, and then with other images I can be able to read the character.

Up till now I am able to load an image and convert it to 1's and 0's using the bitmap function. Now I am stuck I how should use the binary string so that I can use them as inputs to my Neural Network

Please give me some hints. Thanks
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900