Tagged Questions
7
votes
3answers
636 views
Can a perceptron be used to detect hand-written digits?
Let's say I have a small bitmap which contains a single digit (0..9) in hand writing.
Is it possible to detect the digit using a (two-layered) perceptron?
Are there other possibilities to detect ...
0
votes
1answer
1k views
how to train a network using single layer perceptron for ocr?
I'm developing a program to recognize a character from a image using OCR techniques. Up till now I have used a method that scanned the image, but now I have to use neural networks. Please explain what ...