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 is a single layer perceptron and how to use it to train the network.

link|improve this question
I've taken the liberty of editing your post for grammar and spelling. Please check to make sure it still makes sense – 1800 INFORMATION Mar 14 '09 at 4:40
feedback

1 Answer

I typed a portion of your question into Google: http://en.wikipedia.org/wiki/Feedforward_neural_network

You might also use this CodeProject article, Creating Optical Character Recognition (OCR) applications using Neural Networks, as a starting point.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown