1 / 9

Handwritten Digits Recognition using Multilayer Perceptron

Handwritten Digits Recognition using Multilayer Perceptron. Yang, Luyu. Motivation. Postal service for sorting mails by the postal code written on the envelop Bank system for processing checks by reading the amount of money using computers. Objective.

lynton
Download Presentation

Handwritten Digits Recognition using Multilayer Perceptron

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Handwritten Digits Recognition using Multilayer Perceptron Yang, Luyu

  2. Motivation • Postal service for sorting mails by the postal code written on the envelop • Bank system for processing checks by reading the amount of money using computers

  3. Objective • Design artificial neural network for handwritten digits recognition • Develop proposed network using training samples in MNIST database • Achieve good testing result

  4. Architecture

  5. Details of Architecture Assume each pixel in the digit image is either black or white, which contains 1 bit information. To convert the binary sequence into decimal system {0, 0.1, … ,0.9}, the number of elements should be at least log10(2784), approximately 236.0075. Let the higher precision in MATLAB compensate for the gray edge of stroke. Therefore, 237 neurons are used in the hidden layer to store patterns of training samples.

  6. Details of Architecture In the original 784 pixels, even two samples which are very close under Euclidean norm may represent different digits. So quasi nearest neighbor classifier operates at the output of the hidden layer, where the key features are supposed to be more pronounced.

  7. Performance

  8. Performance Comparison with Traditional Classification Methods Y. LeCun, L. Bottou, Y. Bengio, and P. Haffner, "Gradient-based learning applied to document recognition," Proceedings of the IEEE, vol. 86, no. 11, pp. 2278-2324, Nov. 1998.

  9. Thank you

More Related