A Neural Network Classifier for the I100 OCR Chip

Abstract

This paper describes a neural network classifier for the 11000 chip, which optically reads the E13B font characters at the bottom of checks. The first layer of the neural network is a hardware linear classifier which recognizes the characters in this font . A second software neural layer is implemented on an inexpensive microprocessor to clean up the re(cid:173) sults of the first layer. The hardware linear classifier is mathematically specified using constraints and an optimization principle. The weights of the classifier are found using the active set method, similar to Vap(cid:173) nik's separating hyperplane algorithm. In 7.5 minutes ofSPARC 2 time, the method solves for 1523 Lagrange mUltipliers, which is equivalent to training on a data set of approximately 128,000 examples. The result(cid:173) ing network performs quite well: when tested on a test set of 1500 real checks, it has a 99.995% character accuracy rate.

Cite

Text

Platt and Allen. "A Neural Network Classifier for the I100 OCR Chip." Neural Information Processing Systems, 1995.

Markdown

[Platt and Allen. "A Neural Network Classifier for the I100 OCR Chip." Neural Information Processing Systems, 1995.](https://mlanthology.org/neurips/1995/platt1995neurips-neural/)

BibTeX

@inproceedings{platt1995neurips-neural,
  title     = {{A Neural Network Classifier for the I100 OCR Chip}},
  author    = {Platt, John C. and Allen, Timothy P.},
  booktitle = {Neural Information Processing Systems},
  year      = {1995},
  pages     = {938-944},
  url       = {https://mlanthology.org/neurips/1995/platt1995neurips-neural/}
}