An Hybrid MLP-SVM Handwritten Digit Recognizer

Size: px
Start display at page:

Download "An Hybrid MLP-SVM Handwritten Digit Recognizer"

Transcription

1 An Hybrid MLP-SVM Handwritten Digit Recognizer A. Bellili ½ ¾ M. Gilloux ¾ P. Gallinari ½ ½ LIP6, Université Pierre et Marie Curie ¾ La Poste 4, Place Jussieu 10, rue de l Ile Mabon, BP Paris Cedex 05, France Nantes Cedex 02, France Abdel.Bellili, Michel.Gilloux@laposte.fr Abstract This paper presents an original hybrid MLP-SVM method for unconstrained handwritten digits recognition. Specialized Support Vector Machines (SVMs) are introduced to improve significantly the MLP performances in local areas around the separation surfaces between each pair of digit classes, in the input pattern space. This hybrid architecture is based on the idea that the correct digit class almost systematically belongs to the two maximum MLP outputs and that some pairs of digit classes constitute the majority of MLP substitutions (errors). Specialized local SVMs are introduced to detect the correct class among these two classification hypotheses. The hybrid MLP-SVM recognizer achieves a recognition rate of ¼½±, for real mail zipcode digits recognition task, a performance better than several classifiers reported in recent researches. 1. Introduction The recognition of handwritten characters has been an active research domain in recent years. The result of these researches is the accumulation of many algorithms for classification using the rough representation -in pixels- of the character or a feature vector representation. Most of these algorithms achieve good performances in terms of correct recognition rate. But, in crucial real applications as automatic bankcheck reading systems or zipcode recognition systems, errors are very expensive to correct. There are two situations which reduce the classification confidence and need a good rejection mechanism: 1) patterns might be ambiguous or 2) patterns might be unrelated to the training data used to train the classifier. In this paper, we demonstrate the advantage to use Support Vector Machines (SVMs) [9] to improve the performances of an OCR (Optical Character Recognition) system based on MLP neural network [1]. In Section 2, we justify the use of MLPs and explain their limitations in real OCR applications. In Section 3, we present a brief description of the support vector machine method. Section 4 details the idea of using SVMs in an hybrid combination architecture to improve the global performace of MLPs. In Section 5, we discuss the experiments which demonstrate the relevance of our hybrid architecture on a real zipcode character recognition task. 2. MLP Networks for OCR systems The most commonly used familly of neural networks for handwritten characters recognition task is the feed-forward network, which includes multilayer perceptron (MLP) [1] and Radial-Basis Function (RBF) [4] networks. MLP networks are widely used in handwritten character recognition systems because they are very easy to train and very fast to use in classification decision process. This popularity is related to the use of the gradient back-propagation algorithm in the training process. MLPs generally achieve good performances in terms of correct recognition rate in handwritten character classification. Unfortunately, there are limits when using MLPs in classification tasks: the first is that there is no theoretic relashionship between the MLP structure (ex: hidden layers number and neurons number per layer) and the classification task; the second limitation is due to the fact that MLP derives hyperplans separation surfaces, in feature representation space, which are not optimal in terms of margin (for the margin notion, see [2]) area between the examples of two-different classes. To classify an unlabelled pattern localized in this margin area, MLPs often make erroneus classification decision with a high level confidence. This type of classification errors are very hard to avoid by using a rejection mechanism. In recent years, to achieve an optimal recognition rate, many researches resulted in the design of classification systems using different methods for combining multiple classifers [6]. The idea is to compensate the weakness of one

2 classifier, in a given local area of the feature space, by the strength of the other classifiers once they are correctly optimized. The combination method can use Local Accuracy Estimates [11], Local Learning Algorithm [3], Adaptive Mixtures of Local Experts [5] or aggregate the decisions obtained from individual classifiers to derive the best final decisions from a statistical point of view [7]. But the disadvantage of most of these methods is the complexity of optimization for each classifier and the definition of local area in terms of K-nearest neighbours which requires to store in the system memory all the training examples. These constraints are prohibitive in real character recognition systems where some training character sets can contain one million characters. The idea of our original method is founded on the observation that, when using MLP as a handwritten digit recognition system, the correct class is almost always one of the two maximum outputs of the MLP. The following Table 1 summarize the presence rate of the correct class among the k- th maximum MLP outputs (ÅÄÈ training set Ë Ø ½ =44081 real digit characters; ÅÄÈ test set Ë Ø ¾ =44075 real digit characters). k-th maximum MLP outputs presence rate (%) Table 1. Presence rate of the correct class in the k-th maximum MLP outputs. The second observation is that some pairs of classes constitute the majority of the errors (confusions) made by the MLP (ex. ( 7, 1 ) or ( 9, 3 ) ). In order to improve the performances of the MLP, our approach consist in introducing support vector machines ( SVMs) [8, 9] to detect the correct class among the two first maximums provided by the output layer of the MLP, for certain pairs of classes. In the ideal case, i.e. if the introduced SVMs can always decide the correct class among the two first maximum ÅÄÈ outputs, the combination of the MLP and a limited number of SVMs will achieve a correct recognition rate equal to (99.00 %). 3. Support Vector Machines One of the most important recent researches in classifier design is the introduction of the support vector machines classifier by V. Vapnik [8, 9]. The idea consists to map the space Ë Ü of the input examples into a high-dimensional (possibly infinite-dimensional) feature space. By choosing an adequate mapping, the input examples become linearly or almost linearly separable in the high-dimensional space [9]. SVM is primarily a two-class classifier for which the optimization criterion is the width of the margin between the classes, i.e, the area around the decision surface defined by the distance to the nearest training examples in the feature space. These examples, called support vectors, define the classification function of the support vector machine. The optimization of a support vector machine consist to minimize the number of the support vectors by maximizing the margin between the two classes. The decision function derived by the SVM classifier for a two-class problem can be formulated, using a kernel function Ã Ü Ü µ of a new example Ü (to classify) and a training example Ü, as follows: ܵ ¾ËÎ «Ý Ã Ü Üµ «¼ (1) where ËÎ is the support vector set (a subset of the training set) and Ý ½ the label of example Ü. The parameters «¼ are optimized during the training process. There are many kernel functions Ã: the most simple one is a dot product between the input pattern to classify Ü and a member of the support vectors set Ã Ü Ü µ Ü Ü µ, which derives a linear classifer. The nonlinear SVM classifiers, as Gaussian radial basis functions SVM or polynomial SVM classifier can be derived by RBF Ã Ü Ü µ ÜÔ Ü Ü ¾ ¾ µ or Ô-th order polynomial Ã Ü Ü µ Ü Ü ½µ Ô µ functions. The support vector machine classifiers are more and more used as single classifier or combined with different types of classifiers in character recognition systems [10] 4. An hybrid MLP-SVM combined architecture The idea of our hybrid MLP-SVM combination method is motivated by the fact that, in handwritten digit character recognition task, MLP can achieve very good performances in terms of correct recognition rate if we consider the two maximum outputs (i.e. the correct class is almost systematically the first maximum or second maximum MLP outputs). This observation motivates the search for a suitable method which can detect the correct classification among these two maximum MLP outputs with the maximum confidence level in the decision of classification. Once the MLP decision is made, the problem is to choose the right class among two classification hypotheses. This choice results in a two class or binary problem. 2

3 One of the most effective methods to resolve a binary classification problem, with the maximum confidence in decision, is to introduce support vector machines. This combination method results in specialization of SVMs in the local area around the separation surface between each pair of the ten (10) digit classes. Although, this method can seem very tedious because it needs a SVM for each pair of classes (45 SVMs for the ten digit classes). The second originality of our method is to introduce SVMs only for the pairs of classes which constitute the majority of MLP errors (substitutions or confusions). Figure 1 shows the substitutions made by the MLP for two pairs of digit characters (9,3) and (7,1): for these four examples, the correct class is the second maximum output of the MLP. Figure 1. Examples of (9,3) and (7,1) ÅÄÈ substitutions 4.1. Hybrid MLP-SVM architecture The design and validation of this hybrid architecture needs Ø Ö (3) different digit sets, denoted Ë Ø ½, Ë Ø ¾ and Ë Ø. Ä Ð Ü µ and Ð Ü µ denote respectively the label of the digit pattern Ü and the class assigned to the digit pattern Ü by the hybrid MLP-SVM recognizer. The first and second maximums of the MLP outputs are denoted ÅÄÈ Ñ Ü½ and ÅÄÈ Ñ Ü¾. µì Ö Ò Ò ÔÖÓ Train an optimized MLP with Ë Ø ½ and determine the pairs µ of digit classes causing the majority of Å ÄÈ substitutions (i.e. the pairs of classes for which the addition of µ and µ MLP substitutions rates mentioned in Table 2 reaches a fixed threshold rate). The set containing all this pairs is denoted Ë Å ËÙ È Ö. For each pair µ in Ë Å ËÙ È Ö, extract from Ë Ø ¾ all the patterns Ü Ä Ð Ü µ or Ä Ð Ü µ µ for which ÅÄÈ Ñ Ü½ Ü µ and ÅÄÈ Ñ Ü¾ Ü µ µ or ÅÄÈ Ñ Ü½ Ü µ and ÅÄÈ Ñ Ü¾ Ü µ µ. The resulting subset is denoted ËÙ Ë Ø µ. Obviously ËÙ Ë Ø µ ËÙ Ë Ø µ. For each pair µ in Ë Å ËÙ È Ö, train and optimize a support vector machine ËÎ Å µµ using the ËÙ Ë Ø µ examples. This is a twoclass classification problem (for example, will be associated to the binary-svm label ½ and will be associated to the other label ½). Knowing that ËÙ Ë Ø µ ËÙ Ë Ø µ, there is only one SVM classifier ËÎ Å µµ for the two pairs of classes µ and µ. µ ÓÒ ÔÖÓ For an unknown ÙÒÐ ÐÐ µ digit pattern Ü in the test-validation set Ë Ø : Compute the MLP outputs for the input pattern Ü. ÅÄÈ Ñ Ü½ Ü µ and ÅÄÈ Ñ Ü¾ Ü µ µ and the pair µ of classes belong to Ë Å ËÙ È Ö, then Ð Ü µ ËÎ Å µ Ü µ (if the distance returned by the SVM is positive (SVM label ½)) or otherwise (negative distance returned). Ð Ð Ü µ ÅÄÈ Ñ Ü½ Ü µ. 5. Experimentations All the digit images sets used for our experimentations contain only segmented characters from real mail (post) zipcodes. For the validation of our approach we used one hidden layer MLP trained with a digit characters set (Ë Ø ½ ) of digits and an input layer of 138 nodes (feature vector representation dimension). The inter-classes substitutions (errors) for the digit characters set (Ë Ø ¾ = digits) are summarized by Table 2 in terms of percentage(%) of each pair digit classes. The different SVMs derived for some pairs of classes (ex. (7,1), (9,3), (6,0),...etc.) which constitutes the majority of the MLP substitutions, as shown by Table 2, were implemented by the software SVM-LIGHT provided by T. Joachims ØØÔ Ñ Ø ÓÖ Ø Ò µ. Different kernel function SVMs (linear, polynomial and RBF ) were used and the best performances are obtained by the RBF function kernel SVMs. We tested the performances of our hybrid MLP-SVM handwritten digit recognizer on the digit images set Ë Ø = patterns. The following Table 3 summarizes the performances,without any rejection, in terms of global correct recognition rates of our hybrid MLP-SVM recognizer (Reco.1) and the theoretic recognition rate (Th. Reco.) of the same hybrid MLP-SVM recognizer if the introduced specialized SVMs was able to detect systematically the correct class among the two maximum MLP outputs classification hypotheses. 3

4 ËÙ Ø Ø µ ±µ Table 2. Inter-classes substitutions made by ÅÄÈ on Ë Ø ¾ Classifier Reco.1(%) Th. Reco. Å ÄÈ (ÅÄÈ + 5 local SVMs) (Å ÄÈ + 10 local SVMs) (ÅÄÈ + 15 local SVMs) Table 3. Performances of the hybrid MLP-SVM recognizer These results prove that our hybrid MLP-SVM recognizer improves, significantly, the performances in terms of recognition rate and error rate for a real zipcode digits classification task. The performance can seem modest in comparison with the optimal limit ¼¼±µ because we have used only fifteen local SVMs among the fourtyfive possible local SVMs and the test set Ë Ø contain many digit patterns which are impossible to recognize (for example broken digit patterns), even for a human (impossible to distinguish some 7 patterns from some 1 patterns outside the context) Conclusions In this paper, an hybrid MLP-SVM handwritten digit recognition method is introduced. The method takes advantage of the simplicity of use and good classification performances of the MLP networks and compensate their weakness, in terms of non-optimal separation surfaces between classes, by introducing specialized support vector machines. These SVMs improves the performances in local areas around the classes separation surfaces in the input space of patterns. The originality of our approach consists in introducing SVMs only for the pairs of classes which constitutes the majority of the MLP network substitutions (errors). To classify an unknown pattern, the system makes one MLP decision and one SVM decision in the worst case (i.e. if the first and second maximums of MLP outputs belong to the pairs of classes causing errors). With reasonable SVM optimizations, our hybrid MLP-SVM recognizer improves the recognition performances, for a real handwritten digits classification task, in comparison with a MLP recognizer. Our present researches consist to take advantage of SVM s margin definition to introduce a reject mechanism in order to reduce, more significantly, the error rate of the hybrid MLP- SVM recognizer. Another way to improve the performances of the hybrid MLP-SVM recognizer consists to develop a theory that allows us to create SVM kernels that enforce desirable invariants for digit patterns. References [1] C. M. Bishop. Neural Networks for Pattern Recognition. Oxford University Press, Oxford, UK, [2] B. E. Boser, I. M. Guyon, and V. N. Vapnik. A training algorithm for optimal margin classifiers. In Proc. Fifth Annual Workshop on Comput. Learn. Theory, Pittsburgh, USA, July [3] L. Bottou and V. Vapnik. Local learning algorithms. Neural Computation, 4(6): , [4] S. Haykin. Neural Networks, A Comprehensive Foundation. Macmillan Publishing Company, London, UK, [5] R. A. Jacobs, M. I. Jordan, S. J. Nowlan, and G. E. Hinton. Adaptive mixtures of local experts. Neural Computation, 3(1):79 87, [6] J. Kittler. Combining classifiers: A theoretical framework. Pattern Analysis and Applic., 1(1):18 27, [7] C. Y. Suen and Y. S. Huang. A method of combining multiple experts for the recognition of unconstrained handwritten numerals. IEEE Trans. on PAMI, 17(1):90 94, January [8] V. N. Vapnik. Statistical Learning Theory. John Wiley and Sons, New York, USA, [9] V. N. Vapnik. An overview of statistical learning theory. IEEE Trans. on Neural Networks, 10(5): ,

5 [10] L. Vuurpijl and L. Schomaker. Two-stage character classification: A combined approach of clustering and support vector classifiers. In Proc. Seventh International Workshop on Frontiers in Handwriting Recognition, Amsterdam, Netherlands, September [11] K. Woods, W. P. K. Jr, and K. Bowyer. Combination of multiple classifiers using local accuracy estimates. IEEE Trans. on PAMI, 19(4): ,

A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron

A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron Proc. National Conference on Recent Trends in Intelligent Computing (2006) 86-92 A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron

More information

Handwritten Character Recognition using Different Kernel based SVM Classifier and MLP Neural Network (A COMPARISON)

Handwritten Character Recognition using Different Kernel based SVM Classifier and MLP Neural Network (A COMPARISON) Handwritten Character Recognition using Different Kernel based SVM Classifier and MLP Neural Network (A COMPARISON) Parveen Kumar Department of E.C.E Lecturer, NCCE Israna Nitin Sharma Department of E.C.E

More information

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Shigueo Nomura and José Ricardo Gonçalves Manzan Faculty of Electrical Engineering, Federal University of Uberlândia, Uberlândia, MG,

More information

The Automatic Classification Problem. Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification

The Automatic Classification Problem. Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification Parallel to AIMA 8., 8., 8.6.3, 8.9 The Automatic Classification Problem Assign object/event or sequence of objects/events

More information

MULTI-MODULAR ARCHITECTURE BASED ON CONVOLUTIONAL NEURAL NETWORKS FOR ONLINE HANDWRITTEN CHARACTER RECOGNITION

MULTI-MODULAR ARCHITECTURE BASED ON CONVOLUTIONAL NEURAL NETWORKS FOR ONLINE HANDWRITTEN CHARACTER RECOGNITION MULTI-MODULAR ARCHITECTURE BASED ON CONVOLUTIONAL NEURAL NETWORKS FOR ONLINE HANDWRITTEN CHARACTER RECOGNITION Emilie POISSON*, Christian VIARD GAUDIN*, Pierre-Michel LALLICAN** * Image Video Communication,

More information

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw Review Analysis of Pattern Recognition by Neural Network Soni Chaturvedi A.A.Khurshid Meftah Boudjelal Electronics & Comm Engg Electronics & Comm Engg Dept. of Computer Science P.I.E.T, Nagpur RCOEM, Nagpur

More information

Distinguishing Mislabeled Data from Correctly Labeled Data in Classifier Design

Distinguishing Mislabeled Data from Correctly Labeled Data in Classifier Design Distinguishing Mislabeled Data from Correctly Labeled Data in Classifier Design Sundara Venkataraman, Dimitris Metaxas, Dmitriy Fradkin, Casimir Kulikowski, Ilya Muchnik DCS, Rutgers University, NJ November

More information

A COMPARISON OF ARTIFICIAL NEURAL NETWORKS AND OTHER STATISTICAL METHODS FOR ROTATING MACHINE

A COMPARISON OF ARTIFICIAL NEURAL NETWORKS AND OTHER STATISTICAL METHODS FOR ROTATING MACHINE A COMPARISON OF ARTIFICIAL NEURAL NETWORKS AND OTHER STATISTICAL METHODS FOR ROTATING MACHINE CONDITION CLASSIFICATION A. C. McCormick and A. K. Nandi Abstract Statistical estimates of vibration signals

More information

NEURALNETWORK BASED CLASSIFICATION OF LASER-DOPPLER FLOWMETRY SIGNALS

NEURALNETWORK BASED CLASSIFICATION OF LASER-DOPPLER FLOWMETRY SIGNALS NEURALNETWORK BASED CLASSIFICATION OF LASER-DOPPLER FLOWMETRY SIGNALS N. G. Panagiotidis, A. Delopoulos and S. D. Kollias National Technical University of Athens Department of Electrical and Computer Engineering

More information

MINE 432 Industrial Automation and Robotics

MINE 432 Industrial Automation and Robotics MINE 432 Industrial Automation and Robotics Part 3, Lecture 5 Overview of Artificial Neural Networks A. Farzanegan (Visiting Associate Professor) Fall 2014 Norman B. Keevil Institute of Mining Engineering

More information

Segmentation of Fingerprint Images

Segmentation of Fingerprint Images Segmentation of Fingerprint Images Asker M. Bazen and Sabih H. Gerez University of Twente, Department of Electrical Engineering, Laboratory of Signals and Systems, P.O. box 217-75 AE Enschede - The Netherlands

More information

Student: Nizar Cherkaoui. Advisor: Dr. Chia-Ling Tsai (Computer Science Dept.) Advisor: Dr. Eric Muller (Biology Dept.)

Student: Nizar Cherkaoui. Advisor: Dr. Chia-Ling Tsai (Computer Science Dept.) Advisor: Dr. Eric Muller (Biology Dept.) Student: Nizar Cherkaoui Advisor: Dr. Chia-Ling Tsai (Computer Science Dept.) Advisor: Dr. Eric Muller (Biology Dept.) Outline Introduction Foreground Extraction Blob Segmentation and Labeling Classification

More information

Sonia Sharma ECE Department, University Institute of Engineering and Technology, MDU, Rohtak, India. Fig.1.Neuron and its connection

Sonia Sharma ECE Department, University Institute of Engineering and Technology, MDU, Rohtak, India. Fig.1.Neuron and its connection NEUROCOMPUTATION FOR MICROSTRIP ANTENNA Sonia Sharma ECE Department, University Institute of Engineering and Technology, MDU, Rohtak, India Abstract: A Neural Network is a powerful computational tool that

More information

Linear time and frequency domain Turbo equalization

Linear time and frequency domain Turbo equalization Linear time and frequency domain Turbo equalization Michael Tüchler, Joachim Hagenauer Lehrstuhl für Nachrichtentechnik TU München 80290 München, Germany micha,hag@lnt.ei.tum.de Abstract For coded data

More information

Contents 1 Introduction Optical Character Recognition Systems Soft Computing Techniques for Optical Character Recognition Systems

Contents 1 Introduction Optical Character Recognition Systems Soft Computing Techniques for Optical Character Recognition Systems Contents 1 Introduction.... 1 1.1 Organization of the Monograph.... 1 1.2 Notation.... 3 1.3 State of Art.... 4 1.4 Research Issues and Challenges.... 5 1.5 Figures.... 5 1.6 MATLAB OCR Toolbox.... 5 References....

More information

Adaptive Multi-layer Neural Network Receiver Architectures for Pattern Classification of Respective Wavelet Images

Adaptive Multi-layer Neural Network Receiver Architectures for Pattern Classification of Respective Wavelet Images Adaptive Multi-layer Neural Network Receiver Architectures for Pattern Classification of Respective Wavelet Images Pythagoras Karampiperis 1, and Nikos Manouselis 2 1 Dynamic Systems and Simulation Laboratory

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Deep Learning Barnabás Póczos Credits Many of the pictures, results, and other materials are taken from: Ruslan Salakhutdinov Joshua Bengio Geoffrey Hinton Yann LeCun 2

More information

Multi-User Blood Alcohol Content Estimation in a Realistic Simulator using Artificial Neural Networks and Support Vector Machines

Multi-User Blood Alcohol Content Estimation in a Realistic Simulator using Artificial Neural Networks and Support Vector Machines Multi-User Blood Alcohol Content Estimation in a Realistic Simulator using Artificial Neural Networks and Support Vector Machines ROBINEL Audrey & PUZENAT Didier {arobinel, dpuzenat}@univ-ag.fr Laboratoire

More information

Detection and Classification of Power Quality Event using Discrete Wavelet Transform and Support Vector Machine

Detection and Classification of Power Quality Event using Discrete Wavelet Transform and Support Vector Machine Detection and Classification of Power Quality Event using Discrete Wavelet Transform and Support Vector Machine Okelola, Muniru Olajide Department of Electronic and Electrical Engineering LadokeAkintola

More information

A Neural Solution for Signal Detection In Non-Gaussian Noise

A Neural Solution for Signal Detection In Non-Gaussian Noise 1 A Neural Solution for Signal Detection In Non-Gaussian Noise D G Khairnar, S N Merchant, U B Desai SPANN Laboratory Department of Electrical Engineering Indian Institute of Technology, Bombay, Mumbai-400

More information

Pose Invariant Face Recognition

Pose Invariant Face Recognition Pose Invariant Face Recognition Fu Jie Huang Zhihua Zhou Hong-Jiang Zhang Tsuhan Chen Electrical and Computer Engineering Department Carnegie Mellon University jhuangfu@cmu.edu State Key Lab for Novel

More information

Kernels and Support Vector Machines

Kernels and Support Vector Machines Kernels and Support Vector Machines Machine Learning CSE446 Sham Kakade University of Washington November 1, 2016 2016 Sham Kakade 1 Announcements: Project Milestones coming up HW2 You ve implemented GD,

More information

Static Signature Verification and Recognition using Neural Network Approach-A Survey

Static Signature Verification and Recognition using Neural Network Approach-A Survey Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2015, 2(4): 46-50 Review Article ISSN: 2394-658X Static Signature Verification and Recognition using Neural Network

More information

Comparing The Performance Of MLP With One Hidden Layer And MLP With Two Hidden Layers On Mammography Mass Dataset

Comparing The Performance Of MLP With One Hidden Layer And MLP With Two Hidden Layers On Mammography Mass Dataset Comparing The Performance Of MLP With One Hidden Layer And MLP With Two Hidden Layers On Mammography Mass Dataset Venu Azad Department of Computer Science, Govt. girls P.G. College Sec 14, Gurgaon, Haryana,

More information

Approximation a One-Dimensional Functions by Using Multilayer Perceptron and Radial Basis Function Networks

Approximation a One-Dimensional Functions by Using Multilayer Perceptron and Radial Basis Function Networks Approximation a One-Dimensional Functions by Using Multilayer Perceptron and Radial Basis Function Networks Huda Dheyauldeen Najeeb Department of public relations College of Media, University of Al Iraqia,

More information

Statistical Tests: More Complicated Discriminants

Statistical Tests: More Complicated Discriminants 03/07/07 PHY310: Statistical Data Analysis 1 PHY310: Lecture 14 Statistical Tests: More Complicated Discriminants Road Map When the likelihood discriminant will fail The Multi Layer Perceptron discriminant

More information

SIGNAL PROCESSING OF POWER QUALITY DISTURBANCES

SIGNAL PROCESSING OF POWER QUALITY DISTURBANCES SIGNAL PROCESSING OF POWER QUALITY DISTURBANCES MATH H. J. BOLLEN IRENE YU-HUA GU IEEE PRESS SERIES I 0N POWER ENGINEERING IEEE PRESS SERIES ON POWER ENGINEERING MOHAMED E. EL-HAWARY, SERIES EDITOR IEEE

More information

EXPLOTING THE IMPULSE RESPONSE OF GROUNDING SYSTEMS FOR AUTOMATIC CLASSIFICATION OF GROUNDING TOPOLOGIES

EXPLOTING THE IMPULSE RESPONSE OF GROUNDING SYSTEMS FOR AUTOMATIC CLASSIFICATION OF GROUNDING TOPOLOGIES GROUND 2014 & 6th LPE International Conference on Grounding and Earthing & 6th International Conference on Lightning Physics and Effects Manaus Brazil May 2014 EXPLOTING THE IMPULSE RESPONSE OF GROUNDING

More information

Raster Based Region Growing

Raster Based Region Growing 6th New Zealand Image Processing Workshop (August 99) Raster Based Region Growing Donald G. Bailey Image Analysis Unit Massey University Palmerston North ABSTRACT In some image segmentation applications,

More information

A fast and accurate distance relaying scheme using an efficient radial basis function neural network

A fast and accurate distance relaying scheme using an efficient radial basis function neural network Electric Power Systems Research 60 (2001) 1 8 www.elsevier.com/locate/epsr A fast and accurate distance relaying scheme using an efficient radial basis function neural network A.K. Pradhan *, P.K. Dash,

More information

On the Simulation of Oscillator Phase Noise

On the Simulation of Oscillator Phase Noise On the Simulation of Oscillator Phase Noise Workshop at Chair of Communications Theory, May 2008 Christian Müller Communications Laboratory Department of Electrical Engineering and Information Technology

More information

신경망기반자동번역기술. Konkuk University Computational Intelligence Lab. 김강일

신경망기반자동번역기술. Konkuk University Computational Intelligence Lab.  김강일 신경망기반자동번역기술 Konkuk University Computational Intelligence Lab. http://ci.konkuk.ac.kr kikim01@kunkuk.ac.kr 김강일 Index Issues in AI and Deep Learning Overview of Machine Translation Advanced Techniques in

More information

Optimal Power Allocation over Fading Channels with Stringent Delay Constraints

Optimal Power Allocation over Fading Channels with Stringent Delay Constraints 1 Optimal Power Allocation over Fading Channels with Stringent Delay Constraints Xiangheng Liu Andrea Goldsmith Dept. of Electrical Engineering, Stanford University Email: liuxh,andrea@wsl.stanford.edu

More information

Number Plate Detection with a Multi-Convolutional Neural Network Approach with Optical Character Recognition for Mobile Devices

Number Plate Detection with a Multi-Convolutional Neural Network Approach with Optical Character Recognition for Mobile Devices J Inf Process Syst, Vol.12, No.1, pp.100~108, March 2016 http://dx.doi.org/10.3745/jips.04.0022 ISSN 1976-913X (Print) ISSN 2092-805X (Electronic) Number Plate Detection with a Multi-Convolutional Neural

More information

Stochastic Resonance and Suboptimal Radar Target Classification

Stochastic Resonance and Suboptimal Radar Target Classification Stochastic Resonance and Suboptimal Radar Target Classification Ismail Jouny ECE Dept., Lafayette College, Easton, PA, 1842 ABSTRACT Stochastic resonance has received significant attention recently in

More information

Biometrics Final Project Report

Biometrics Final Project Report Andres Uribe au2158 Introduction Biometrics Final Project Report Coin Counter The main objective for the project was to build a program that could count the coins money value in a picture. The work was

More information

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK 4.1 INTRODUCTION For accurate system level simulator performance, link level modeling and prediction [103] must be reliable and fast so as to improve the

More information

MLP for Adaptive Postprocessing Block-Coded Images

MLP for Adaptive Postprocessing Block-Coded Images 1450 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 10, NO. 8, DECEMBER 2000 MLP for Adaptive Postprocessing Block-Coded Images Guoping Qiu, Member, IEEE Abstract A new technique

More information

Online Large Margin Semi-supervised Algorithm for Automatic Classification of Digital Modulations

Online Large Margin Semi-supervised Algorithm for Automatic Classification of Digital Modulations Online Large Margin Semi-supervised Algorithm for Automatic Classification of Digital Modulations Hamidreza Hosseinzadeh*, Farbod Razzazi**, and Afrooz Haghbin*** Department of Electrical and Computer

More information

A Radial Basis Function Network for Adaptive Channel Equalization in Coherent Optical OFDM Systems

A Radial Basis Function Network for Adaptive Channel Equalization in Coherent Optical OFDM Systems 121 A Radial Basis Function Network for Adaptive Channel Equalization in Coherent Optical OFDM Systems Gurpreet Kaur 1, Gurmeet Kaur 2 1 Department of Electronics and Communication Engineering, Punjabi

More information

Laser Printer Source Forensics for Arbitrary Chinese Characters

Laser Printer Source Forensics for Arbitrary Chinese Characters Laser Printer Source Forensics for Arbitrary Chinese Characters Xiangwei Kong, Xin gang You,, Bo Wang, Shize Shang and Linjie Shen Information Security Research Center, Dalian University of Technology,

More information

SNR Estimation in Nakagami Fading with Diversity for Turbo Decoding

SNR Estimation in Nakagami Fading with Diversity for Turbo Decoding SNR Estimation in Nakagami Fading with Diversity for Turbo Decoding A. Ramesh, A. Chockalingam Ý and L. B. Milstein Þ Wireless and Broadband Communications Synopsys (India) Pvt. Ltd., Bangalore 560095,

More information

Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine

Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine Journal of Clean Energy Technologies, Vol. 4, No. 3, May 2016 Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine Hanim Ismail, Zuhaina Zakaria, and Noraliza Hamzah

More information

Use of Neural Networks in Testing Analog to Digital Converters

Use of Neural Networks in Testing Analog to Digital Converters Use of Neural s in Testing Analog to Digital Converters K. MOHAMMADI, S. J. SEYYED MAHDAVI Department of Electrical Engineering Iran University of Science and Technology Narmak, 6844, Tehran, Iran Abstract:

More information

A TWO-PART PREDICTIVE CODER FOR MULTITASK SIGNAL COMPRESSION. Scott Deeann Chen and Pierre Moulin

A TWO-PART PREDICTIVE CODER FOR MULTITASK SIGNAL COMPRESSION. Scott Deeann Chen and Pierre Moulin A TWO-PART PREDICTIVE CODER FOR MULTITASK SIGNAL COMPRESSION Scott Deeann Chen and Pierre Moulin University of Illinois at Urbana-Champaign Department of Electrical and Computer Engineering 5 North Mathews

More information

Review on Identification of Faults of Transmission and Distribution Lines

Review on Identification of Faults of Transmission and Distribution Lines Review on Identification of Faults of Transmission and Distribution Lines Miss. Pooja Santosh Kumawat 1 ME (EPS) student, P.E.S. College of Engineering Aurangabad Kumavatp5@gmail.com Prof. S.S.Kamble 2

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Perceptron Barnabás Póczos Contents History of Artificial Neural Networks Definitions: Perceptron, Multi-Layer Perceptron Perceptron algorithm 2 Short History of Artificial

More information

Open Access An Improved Character Recognition Algorithm for License Plate Based on BP Neural Network

Open Access An Improved Character Recognition Algorithm for License Plate Based on BP Neural Network Send Orders for Reprints to reprints@benthamscience.ae 202 The Open Electrical & Electronic Engineering Journal, 2014, 8, 202-207 Open Access An Improved Character Recognition Algorithm for License Plate

More information

LOOK WHO S TALKING: SPEAKER DETECTION USING VIDEO AND AUDIO CORRELATION. Ross Cutler and Larry Davis

LOOK WHO S TALKING: SPEAKER DETECTION USING VIDEO AND AUDIO CORRELATION. Ross Cutler and Larry Davis LOOK WHO S TALKING: SPEAKER DETECTION USING VIDEO AND AUDIO CORRELATION Ross Cutler and Larry Davis Institute for Advanced Computer Studies University of Maryland, College Park rgc,lsd @cs.umd.edu ABSTRACT

More information

Partial Discharge Classification Using Novel Parameters and a Combined PCA and MLP Technique

Partial Discharge Classification Using Novel Parameters and a Combined PCA and MLP Technique Partial Discharge Classification Using Novel Parameters and a Combined PCA and MLP Technique C. Chang and Q. Su Center for Electrical Power Engineering Monash University, Clayton VIC 3168 Australia Abstract:

More information

Neural Filters: MLP VIS-A-VIS RBF Network

Neural Filters: MLP VIS-A-VIS RBF Network 6th WSEAS International Conference on CIRCUITS, SYSTEMS, ELECTRONICS,CONTROL & SIGNAL PROCESSING, Cairo, Egypt, Dec 29-31, 2007 432 Neural Filters: MLP VIS-A-VIS RBF Network V. R. MANKAR, DR. A. A. GHATOL,

More information

RELEASING APERTURE FILTER CONSTRAINTS

RELEASING APERTURE FILTER CONSTRAINTS RELEASING APERTURE FILTER CONSTRAINTS Jakub Chlapinski 1, Stephen Marshall 2 1 Department of Microelectronics and Computer Science, Technical University of Lodz, ul. Zeromskiego 116, 90-924 Lodz, Poland

More information

Learning a Gaussian Process Prior for Automatically Generating Music Playlists

Learning a Gaussian Process Prior for Automatically Generating Music Playlists Learning a Gaussian Process Prior for Automatically Generating Music Playlists John C. Platt Christopher J. C. Burges Steven Swenson Christopher Weare Alice Zheng Microsoft Corporation 1 Microsoft Way

More information

10mW CMOS Retina and Classifier for Handheld, 1000Images/s Optical Character Recognition System

10mW CMOS Retina and Classifier for Handheld, 1000Images/s Optical Character Recognition System TP 12.1 10mW CMOS Retina and Classifier for Handheld, 1000Images/s Optical Character Recognition System Peter Masa, Pascal Heim, Edo Franzi, Xavier Arreguit, Friedrich Heitger, Pierre Francois Ruedi, Pascal

More information

Recognition Offline Handwritten Hindi Digits Using Multilayer Perceptron Neural Networks

Recognition Offline Handwritten Hindi Digits Using Multilayer Perceptron Neural Networks Recognition Offline Handwritten Hindi Digits Using Multilayer Perceptron Neural Networks NIDAL F. SHILBAYEH* MUSBAH M. AQEL** AND REMAH ALKHATEEB*** *Department of Computer Science, University of Tabuk,

More information

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE A Thesis by Andrew J. Zerngast Bachelor of Science, Wichita State University, 2008 Submitted to the Department of Electrical

More information

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

A Novel Fuzzy Neural Network Based Distance Relaying Scheme 902 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 3, JULY 2000 A Novel Fuzzy Neural Network Based Distance Relaying Scheme P. K. Dash, A. K. Pradhan, and G. Panda Abstract This paper presents a new

More information

Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Perceptron Learning Strategies

Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Perceptron Learning Strategies Journal of Electrical Engineering 5 (27) 29-23 doi:.7265/2328-2223/27.5. D DAVID PUBLISHING Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Patrice Wira and Thien Minh Nguyen

More information

PHASE PRESERVING DENOISING AND BINARIZATION OF ANCIENT DOCUMENT IMAGE

PHASE PRESERVING DENOISING AND BINARIZATION OF ANCIENT DOCUMENT IMAGE Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 7, July 2015, pg.16

More information

License Plate Localisation based on Morphological Operations

License Plate Localisation based on Morphological Operations License Plate Localisation based on Morphological Operations Xiaojun Zhai, Faycal Benssali and Soodamani Ramalingam School of Engineering & Technology University of Hertfordshire, UH Hatfield, UK Abstract

More information

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Fourth International Conference on Control System and Power Electronics CSPE IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Mr. Devadasu * and Dr. M Sushama ** * Associate

More information

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6 No 5 Special Issue on Application of Advanced Computing and Simulation in Information Systems Sofia 06 Print ISSN: 3-970;

More information

DERIVATION OF TRAPS IN AUDITORY DOMAIN

DERIVATION OF TRAPS IN AUDITORY DOMAIN DERIVATION OF TRAPS IN AUDITORY DOMAIN Petr Motlíček, Doctoral Degree Programme (4) Dept. of Computer Graphics and Multimedia, FIT, BUT E-mail: motlicek@fit.vutbr.cz Supervised by: Dr. Jan Černocký, Prof.

More information

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016 Artificial Neural Networks Artificial Intelligence Santa Clara, 2016 Simulate the functioning of the brain Can simulate actual neurons: Computational neuroscience Can introduce simplified neurons: Neural

More information

Cubature Kalman Filtering: Theory & Applications

Cubature Kalman Filtering: Theory & Applications Cubature Kalman Filtering: Theory & Applications I. (Haran) Arasaratnam Advisor: Professor Simon Haykin Cognitive Systems Laboratory McMaster University April 6, 2009 Haran (McMaster) Cubature Filtering

More information

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press,   ISSN Combining multi-layer perceptrons with heuristics for reliable control chart pattern classification D.T. Pham & E. Oztemel Intelligent Systems Research Laboratory, School of Electrical, Electronic and

More information

IBM SPSS Neural Networks

IBM SPSS Neural Networks IBM Software IBM SPSS Neural Networks 20 IBM SPSS Neural Networks New tools for building predictive models Highlights Explore subtle or hidden patterns in your data. Build better-performing models No programming

More information

A moment-preserving approach for depth from defocus

A moment-preserving approach for depth from defocus A moment-preserving approach for depth from defocus D. M. Tsai and C. T. Lin Machine Vision Lab. Department of Industrial Engineering and Management Yuan-Ze University, Chung-Li, Taiwan, R.O.C. E-mail:

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 BACKGROUND The increased use of non-linear loads and the occurrence of fault on the power system have resulted in deterioration in the quality of power supplied to the customers.

More information

Neural Network Classifier and Filtering for EEG Detection in Brain-Computer Interface Device

Neural Network Classifier and Filtering for EEG Detection in Brain-Computer Interface Device Neural Network Classifier and Filtering for EEG Detection in Brain-Computer Interface Device Mr. CHOI NANG SO Email: cnso@excite.com Prof. J GODFREY LUCAS Email: jglucas@optusnet.com.au SCHOOL OF MECHATRONICS,

More information

Classification in Image processing: A Survey

Classification in Image processing: A Survey Classification in Image processing: A Survey Rashmi R V, Sheela Sridhar Department of computer science and Engineering, B.N.M.I.T, Bangalore-560070 Department of computer science and Engineering, B.N.M.I.T,

More information

MUSICAL GENRE CLASSIFICATION OF AUDIO DATA USING SOURCE SEPARATION TECHNIQUES. P.S. Lampropoulou, A.S. Lampropoulos and G.A.

MUSICAL GENRE CLASSIFICATION OF AUDIO DATA USING SOURCE SEPARATION TECHNIQUES. P.S. Lampropoulou, A.S. Lampropoulos and G.A. MUSICAL GENRE CLASSIFICATION OF AUDIO DATA USING SOURCE SEPARATION TECHNIQUES P.S. Lampropoulou, A.S. Lampropoulos and G.A. Tsihrintzis Department of Informatics, University of Piraeus 80 Karaoli & Dimitriou

More information

Application of Deep Learning in Software Security Detection

Application of Deep Learning in Software Security Detection 2018 International Conference on Computational Science and Engineering (ICCSE 2018) Application of Deep Learning in Software Security Detection Lin Li1, 2, Ying Ding1, 2 and Jiacheng Mao1, 2 College of

More information

Application of Artificial Neural Networks System for Synthesis of Phased Cylindrical Arc Antenna Arrays

Application of Artificial Neural Networks System for Synthesis of Phased Cylindrical Arc Antenna Arrays International Journal of Communication Engineering and Technology. ISSN 2277-3150 Volume 4, Number 1 (2014), pp. 7-15 Research India Publications http://www.ripublication.com Application of Artificial

More information

Analysis of Learning Paradigms and Prediction Accuracy using Artificial Neural Network Models

Analysis of Learning Paradigms and Prediction Accuracy using Artificial Neural Network Models Analysis of Learning Paradigms and Prediction Accuracy using Artificial Neural Network Models Poornashankar 1 and V.P. Pawar 2 Abstract: The proposed work is related to prediction of tumor growth through

More information

NEURO-ACTIVE NOISE CONTROL USING A DECOUPLED LINEAIUNONLINEAR SYSTEM APPROACH

NEURO-ACTIVE NOISE CONTROL USING A DECOUPLED LINEAIUNONLINEAR SYSTEM APPROACH FIFTH INTERNATIONAL CONGRESS ON SOUND AND VIBRATION DECEMBER 15-18, 1997 ADELAIDE, SOUTH AUSTRALIA NEURO-ACTIVE NOISE CONTROL USING A DECOUPLED LINEAIUNONLINEAR SYSTEM APPROACH M. O. Tokhi and R. Wood

More information

Mikko Myllymäki and Tuomas Virtanen

Mikko Myllymäki and Tuomas Virtanen NON-STATIONARY NOISE MODEL COMPENSATION IN VOICE ACTIVITY DETECTION Mikko Myllymäki and Tuomas Virtanen Department of Signal Processing, Tampere University of Technology Korkeakoulunkatu 1, 3370, Tampere,

More information

Uplink and Downlink Beamforming for Fading Channels. Mats Bengtsson and Björn Ottersten

Uplink and Downlink Beamforming for Fading Channels. Mats Bengtsson and Björn Ottersten Uplink and Downlink Beamforming for Fading Channels Mats Bengtsson and Björn Ottersten 999-02-7 In Proceedings of 2nd IEEE Signal Processing Workshop on Signal Processing Advances in Wireless Communications,

More information

Performance of Soft Iterative Channel Estimation in Turbo Equalization

Performance of Soft Iterative Channel Estimation in Turbo Equalization Performance of Soft Iterative Channel Estimation in Turbo Equalization M. Tüchler Ý, R. Otnes Þ, and A. Schmidbauer Ý Ý Institute for Communications Engineering, Munich University of Technology, Arcisstr.

More information

Recovery of badly degraded Document images using Binarization Technique

Recovery of badly degraded Document images using Binarization Technique International Journal of Scientific and Research Publications, Volume 4, Issue 5, May 2014 1 Recovery of badly degraded Document images using Binarization Technique Prof. S. P. Godse, Samadhan Nimbhore,

More information

Norsk Regnesentral (NR) Norwegian Computing Center

Norsk Regnesentral (NR) Norwegian Computing Center Norsk Regnesentral (NR) Norwegian Computing Center Petter Abrahamsen Joining Forces 2018 www.nr.no NUSSE: - 512 9-digit numbers - 200 additions/second Our latest servers: - Four Titan X GPUs - 14 336 cores

More information

CLASSIFICATION OF CLOSED AND OPEN-SHELL (TURKISH) PISTACHIO NUTS USING DOUBLE TREE UN-DECIMATED WAVELET TRANSFORM

CLASSIFICATION OF CLOSED AND OPEN-SHELL (TURKISH) PISTACHIO NUTS USING DOUBLE TREE UN-DECIMATED WAVELET TRANSFORM CLASSIFICATION OF CLOSED AND OPEN-SHELL (TURKISH) PISTACHIO NUTS USING DOUBLE TREE UN-DECIMATED WAVELET TRANSFORM Nuri F. Ince 1, Fikri Goksu 1, Ahmed H. Tewfik 1, Ibrahim Onaran 2, A. Enis Cetin 2, Tom

More information

Multiresolution Color Image Segmentation Applied to Background Extraction in Outdoor Images

Multiresolution Color Image Segmentation Applied to Background Extraction in Outdoor Images Multiresolution Color Image Segmentation Applied to Background Extraction in Outdoor Images Sébastien LEFEVRE 1,2, Loïc MERCIER 1, Vincent TIBERGHIEN 1, Nicole VINCENT 1 1 Laboratoire d Informatique, Université

More information

A Fast Segmentation Algorithm for Bi-Level Image Compression using JBIG2

A Fast Segmentation Algorithm for Bi-Level Image Compression using JBIG2 A Fast Segmentation Algorithm for Bi-Level Image Compression using JBIG2 Dave A. D. Tompkins and Faouzi Kossentini Signal Processing and Multimedia Group Department of Electrical and Computer Engineering

More information

http://www.diva-portal.org This is the published version of a paper presented at SAI Annual Conference on Areas of Intelligent Systems and Artificial Intelligence and their Applications to the Real World

More information

Sanjivani Bhande 1, Dr. Mrs.RanjanaRaut 2

Sanjivani Bhande 1, Dr. Mrs.RanjanaRaut 2 Intelligent Decision Support System for Parkinson Diseases Using Softcomputing Sanjivani Bhande 1, Dr. Mrs.RanjanaRaut 2 1 Dept. of Electronics Engg.,B.D.C.E., Wardha, Maharashtra, India 2 Head CIC, SGB,

More information

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Hetal R. Thaker Atmiya Institute of Technology & science, Kalawad Road, Rajkot Gujarat, India C. K. Kumbharana,

More information

Multiple-Layer Networks. and. Backpropagation Algorithms

Multiple-Layer Networks. and. Backpropagation Algorithms Multiple-Layer Networks and Algorithms Multiple-Layer Networks and Algorithms is the generalization of the Widrow-Hoff learning rule to multiple-layer networks and nonlinear differentiable transfer functions.

More information

Target Classification in Forward Scattering Radar in Noisy Environment

Target Classification in Forward Scattering Radar in Noisy Environment Target Classification in Forward Scattering Radar in Noisy Environment Mohamed Khala Alla H.M, Mohamed Kanona and Ashraf Gasim Elsid School of telecommunication and space technology, Future university

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 2, Issue 11, November 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Handwritten

More information

Experiments with An Improved Iris Segmentation Algorithm

Experiments with An Improved Iris Segmentation Algorithm Experiments with An Improved Iris Segmentation Algorithm Xiaomei Liu, Kevin W. Bowyer, Patrick J. Flynn Department of Computer Science and Engineering University of Notre Dame Notre Dame, IN 46556, U.S.A.

More information

Real Time Video Analysis using Smart Phone Camera for Stroboscopic Image

Real Time Video Analysis using Smart Phone Camera for Stroboscopic Image Real Time Video Analysis using Smart Phone Camera for Stroboscopic Image Somnath Mukherjee, Kritikal Solutions Pvt. Ltd. (India); Soumyajit Ganguly, International Institute of Information Technology (India)

More information

IMPERIAL COLLEGE of SCIENCE, TECHNOLOGY and MEDICINE, DEPARTMENT of ELECTRICAL and ELECTRONIC ENGINEERING.

IMPERIAL COLLEGE of SCIENCE, TECHNOLOGY and MEDICINE, DEPARTMENT of ELECTRICAL and ELECTRONIC ENGINEERING. IMPERIAL COLLEGE of SCIENCE, TECHNOLOGY and MEDICINE, DEPARTMENT of ELECTRICAL and ELECTRONIC ENGINEERING. COMPACT LECTURE NOTES on COMMUNICATION THEORY. Prof. Athanassios Manikas, version Spring 22 Digital

More information

Image binarization techniques for degraded document images: A review

Image binarization techniques for degraded document images: A review Image binarization techniques for degraded document images: A review Binarization techniques 1 Amoli Panchal, 2 Chintan Panchal, 3 Bhargav Shah 1 Student, 2 Assistant Professor, 3 Assistant Professor 1

More information

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Wolfram Burgard, Cyrill Stachniss, Kai Arras, Maren Bennewitz Activity Recognition Based on L. Liao, D. J. Patterson, D. Fox,

More information

A new edited k-nearest neighbor rule in the pattern classi"cation problem

A new edited k-nearest neighbor rule in the pattern classication problem Pattern Recognition 33 (2000) 521}528 A new edited -nearest neighbor rule in the pattern classi"cation problem Kazuo Hattori*, Masahito Taahashi Department of Electrical Engineering and Electronics, Toyohashi

More information

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION International Journal of Computer Science and Communication Vol. 2, No. 2, July-December 2011, pp. 593-599 INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION Chetan Sharma 1 and Amandeep Kaur 2 1

More information

A multi-class method for detecting audio events in news broadcasts

A multi-class method for detecting audio events in news broadcasts A multi-class method for detecting audio events in news broadcasts Sergios Petridis, Theodoros Giannakopoulos, and Stavros Perantonis Computational Intelligence Laboratory, Institute of Informatics and

More information

Frequency Hopping Spread Spectrum Recognition Based on Discrete Fourier Transform and Skewness and Kurtosis

Frequency Hopping Spread Spectrum Recognition Based on Discrete Fourier Transform and Skewness and Kurtosis Frequency Hopping Spread Spectrum Recognition Based on Discrete Fourier Transform and Skewness and Kurtosis Hadi Athab Hamed 1, Ahmed Kareem Abdullah 2 and Sara Al-waisawy 3 1,2,3 Al-Furat Al-Awsat Technical

More information

COMPARATIVE STUDY ON ARTIFICIAL NEURAL NETWORK ALGORITHMS

COMPARATIVE STUDY ON ARTIFICIAL NEURAL NETWORK ALGORITHMS International Journal of Latest Trends in Engineering and Technology Special Issue SACAIM 2016, pp. 448-453 e-issn:2278-621x COMPARATIVE STUDY ON ARTIFICIAL NEURAL NETWORK ALGORITHMS Neenu Joseph 1, Melody

More information