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 ...