1

i need some guide lines and help to develop this ANN. i don't have any past experience with neural networks and this is little bit hard for me. i want to recognize handwriting using this..

any help would be nice..

:-|

H H
  • 263,252
  • 30
  • 330
  • 514
FlaMM3R
  • 67
  • 3
  • 13
  • Is using a neural network one of the requirements? Is the handwriting data in a particular domain, i.e. addresses, numbers, signatures? A neural net might not be the best solution. –  Jun 19 '11 at 15:30
  • Neural networks have to be trained before they become functional. You are going to get a serious case of writers' cramp before you get there. It takes a very advanced one like the human brain at least 6 years. Labor of love, really. – Hans Passant Jun 19 '11 at 16:16
  • https://github.com/mesutpiskin/characterRecognition It helps you understand the concept. – mesutpiskin Jul 17 '20 at 07:13

1 Answers1

2

This is an open source c# OCR:

http://neurondotnet.freehostia.com/samples/ocr.html

Mo Valipour
  • 13,286
  • 12
  • 61
  • 87