This thesis deals with the application of neural network and fuzzy logic based techniques for designing algorithm to recognize handwritten Bengali character. Fuzzy measures are related to methods of robust statistics, namely linear combinations of order statistics, which are used for com-bining information that may contain outliers, a common situation in handwriting recognition. Here first
... [Show full abstract] Character confidence values are assigned then Segments contextual information are given and finally Character confidence values are aggregated from segmentation. INTRODUCTION Handwritten character recognition is a classical computing problem, dating back to neural computing's infancy. One of Frank Rosenblatt's first demonstrations on the Mark I Perceptron neurocomputer in the late 1950s involved char-acter recognition.1 The Perceptron was one of the first computers based on the idea of a neural network, which is a simplified computational model of neurons in a human brain. It was the first functioning neurocomputer, and it was able to recognize a fixed-font character set. Significant progress in this field was not achieved until the late 1980s and early 1990s. Handwriting recognition problems are either online or offline. Online recognition systems use a pressure-sensitive pad that records the pen's pressure and velocity, which would be the case with, for example, a per-sonal digital assistant. In offline recognition, the kind we are concerned with here, system input is a digital image of handwritten letters and numbers. Handwriting recognition requires tools and techniques that recognize complex char-acter patterns and represent imprecise, commonsense knowledge about the general appearance of characters, words, and phrases. Neural networks and fuzzy logic are complementary tools for solving such problems. Neural networks, which are highly nonlinear and highly intercon-nected for processing imprecise information, can finely approximate complicated decision boundaries. Fuzzy set methods can represent degrees of truth or belonging. Fuzzy logic, one of several fuzzy set methods, encodes imprecise knowledge and naturally maintains multiple hypotheses that result from the uncertainty and vagueness inherent in real problems. By combining the complementary strengths of neural and fuzzy approaches into a hybrid system, we can attain increased recognition capability for solving handwriting recognition problems.