Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition

Size: px
Start display at page:

Download "Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition"

Transcription

1 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, Brasil Abstract This work proposes a set of approaches for improving the multilayer perceptron (MLP) performance on degraded pattern input-output mapping process First, differently to the classical one-per-class approach, our strategy calculates Euclidean distances between the MLP output and target vectors Second, our approach adopts orthogonal bipolar vectors (OBVs) as target values taking advantages of larger Euclidean distance provided by these vectors rather than conventional ones The proposed approaches were applied to MLP training and test in classifying very degraded patterns as input data Experimental results with classical approaches in parallel to the proposed ones are presented for MLP performance comparison purposes The improved MLP with our proposed approaches provided an increase of 93 % on degraded pattern recognition rate Keywords: Artificial Neural Networks, Degraded Pattern, Euclidean Distance, Multilayer Perceptron, Pattern Recognition, Target Vector 1 Introduction Multilayer perceptron (MLP) has been successfully applied to pattern recognition [1][2][3] tasks As a classification system, MLP requires a good approach for analyzing degraded image data, extracting features from these data, generating a set of relevant information, and improving its performance Many efforts have attempted to develop a good method followed by feature extraction systems Surprisingly, it is quite difficult to find investigations focusing on output space for the input-output mapping process of MLPs as shown in Fig 1 Basically, approaches for the MLP multiclass categorization tasks such as one-per-class based on conventional binary or bipolar target vectors with their dimensions equal to the number of classes are classical This work proposes to break away from such classical treatment of the MLP input-output mapping process The main objective of this work is to show that the proposed approaches can considerably improve the degraded pattern recognition performance by MLPs In summary, the approaches adopt the Euclidean distancebased MLP multiclass categorization and the use of orthogonal bipolar vectors (OBVs) as expectation values for learning It is known that MLP performance using bipolar target vectors is already better than performance with binary ones [4], but no other authors work exists, to our knowledge, adopting the Euclidean distance between OBVs and output vectors 2 Usual Approaches on Multiclass Categorization Connectionist algorithms are more difficult to apply to multiclass categorization problems [5] Multiclass categorization problems [5] correspond to tasks of finding an approximate definition for an unknown function f(x) given training examples of the form x i, f(x i ) The unknown function f often takes values from a discrete set of classes c 1, c 2,, c k We can distinguish two approaches to handle these multiclass categorization tasks as follows: We have one-per-class approach when the individual functions f 1, f 2,, f k are learned one for each class To assign a new case p to one of these classes, each of individual function f i is evaluated on p, and the case p is assigned the class j corresponding to the function f j that returns the highest activation [6] This categorization approach is standard for conventional target vectors Distributed output code is an alternative approach pioneered by Sejnowski and Rosenberg [7] in their widelyknown NETtalk system In this approach, each class is assigned a unique binary string of length n; these strings refer to target vectors in MLP Then n binary functions are learned, one for each bit position in these binary strings During training for an example from class i, the desired outputs of these n binary functions are specified by the target vector for class i With Artificial Neural Networks (ANN), these n functions can be implemented by the n output units of a single network A new case p is classified by evaluating each of the n binary functions to generate an n-bit string s This string is then compared to each of the k target vectors, and p is assigned to the class whose target vector is closest, according to some distance measure, to the generated string s

2 MLP M-dimensional Input space N-dimensional Output space Fig 1: Input-output mapping process of an MLP 3 Motivation An MLP model is trained to learn the nonlinear relationship between M-dimensional input space and N- dimensional output space as shown in Fig 1 In this way, an incoming unknown input M-dimensional vector is transformed into a N-dimensional one and it can be placed in any point from the space The motivation of this work is to improve the MLP multiclass categorization performance as pattern recognition process by transforming an input vector representing a degraded pattern into an output vector representing a class The increase of the generalization ability of MLP models leads to their recognition performance improvement One goal is to find a topology design strategy to provide a network with a higher ability to generalize Many traditional investigations have concentrated on improving the representation of input vectors On the contrary, this work has concentrated on the alternative representation of the desired outputs (OBVs as target vectors) to adjust weights that minimize error during the supervised training process A purpose is to influence on the multidimensional error-performance surface [8] that is constructed in the supervised training Since the categorization based on Euclidean distance adopted in this work depends on the distance between vectors to classify unknown input data, it is expected that the MLP performance improves with the proposed approaches The orthogonality of new target vectors can provide larger output space rather than conventional vectors Figure 2 presents high interference zones between pattern categorization subspaces due to the conventional target vectors On the other hand, we can verify low interference zones between pattern categorization subspaces in Fig 3 due to the use of new target vectors Our hypothesis is that the approaches can lead to enhanced MLP input-output mapping even when input is degraded and slightly different from the training examples 4 Work Proposal A set of approaches including the input-output mapping process of MLPs based on Euclidean distance measure adopting OBVs as new target vectors is proposed in this work According to Dekel and Singer [9], the objective in multiclass categorization problems is to learn a classifier that accurately assigns labels (target vectors) to instances (input vectors) where the set of labels is of finite cardinality and contains more than two elements In this MLP application for multiclass categorization, after every presentation of an instance V (input vector in M- dimensional space of Fig 1), the Euclidean distance of the output vector in N-dimensional space was calculated with all labels (target vectors in output space) for each of the classes The class whose representation by the label had the smallest Euclidean distance with the output vector would be chosen as the winner to assign to instance V In addition to the Euclidean distance-based approach, we propose the use of OBVs (defined in the next section) as target vectors 5 Definition of Vectors The following defined vectors represent target values used in our experiments for the MLP input-output mapping analysis 51 Conventional Bipolar Vectors (CBVs) The conventional bipolar vectors (CBVs) with n components for representing p th pattern in n patterns are defined by Eq (1): p 1 n p {}}{{}}{ V p = ( 1,, 1, 1, 1,, 1) T, (1) where V p is the CBV for representing the p th pattern, p = 1, 2,, n, n is the number of patterns or components In case of recognition problem for 10 digits, the digit 0 is defined as a 10 th digit by Eq (2): 9 {}}{ V 0 = ( 1,, 1, 1) T (2)

3 Input pattern 1 Target vector 1 Interferencezones Target vector 2 Input pattern 2 MLP Target vector 3 Input pattern m Categorization subspace Target vector n Fig 2: High interference zones between categorization subspaces in case of using conventional target vectors vector 1 Input pattern 1 Input pattern 2 Input pattern m MLP Categorization subspace vector 2 vector 3 vector n Interferencezones Fig 3: Low interference zones between categorization subspaces in case of using new target vectors 52 Orthogonal Bipolar Vectors (OBVs) The norm of an orthogonal bipolar vector (OBV) in an Euclidean space R n is given by Eq (3): U = x 12 + x x n2 = n, (3) where U = (x 1, x 2,, x n ) T, x i represents a component +1 or 1 for i = 1, 2,, n, and n is the number of components The usual inner product [10] between two vectors U and V in an Euclidean space R n is defined by Eq (4): UV = x 1 y 1 + x 2 y x n y n, (4) where V = (y 1, y 2,, y n ) T, and y i represents a component +1 or 1 for i = 1, 2,, n, and n is the number of components Vectors U and V are orthogonal (denoted by U V ) if and only if UV = 0 in Eq (5): U V UV = 0 (5) A simple algorithm [4][11] can be implemented to generate the OBVs with various numbers of components following the above conditions Table 1 presents examples of OBVs with 16 components, representing target values for 10 digits, generated by the mentioned algorithm 6 Experimental Procedure The modeling procedure of an MLP topology for the input-output mapping process of degraded pattern data as shown in Fig 4 is presented in this section The model is to experimentally evaluate the proposed approaches applied to the MLP in degraded pattern recognition tasks We have extracted input data from license plate photos automatically taken by traffic control systems of Uberlândia City in Brasil They were images with such problems as luminosity, contrast, focalization, resolution, and size, all of which required preprocessing able to extract relevant features for pattern recognition process The original preprocessing methods proposed in such previous works as adaptive contrast enhancement [12], adaptive thresholding [13], automatic segmentation and extraction of feature vectors [14] were used

4 Table 1: Examples of OBVs with 16 components Digit OBV 1 (1, -1, -1, 1, -1, 1, 1, -1, -1, 1, 1, -1, 1, -1, -1, 1) 2 (1, -1, -1, 1, -1, 1, 1, -1, 1, -1, -1, 1, -1, 1, 1, -1) 3 (1, -1, -1, 1, 1, -1, -1, 1, -1, 1, 1, -1, -1, 1, 1, -1) 4 (1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1, 1) 5 (1, -1, 1, -1, -1, 1, -1, 1, -1, 1, -1, 1, 1, -1, 1, -1) 6 (1, -1, 1, -1, -1, 1, -1, 1, 1, -1, 1, -1, -1, 1, -1, 1) 7 (1, -1, 1, -1, 1, -1, 1, -1, -1, 1, -1, 1, -1, 1, -1, 1) 8 (1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1) 9 (1, 1, -1, -1, -1, -1, 1, 1, -1, -1, 1, 1, 1, 1, -1, -1) 0 (1, 1, -1, -1, -1, -1, 1, 1, 1, 1, -1, -1, -1, -1, 1, 1) 61 Data Representation A two-dimensional set of pixels that represents a pattern is mapped onto an input vector as a set of input neurons For a image of each segmented pattern, the top row of 20 pixels is associated with the first 20 neurons, the next row of 20 pixels is associated with the next 20 neurons, and so on So, segmented entities (20 15) are represented by feature vectors with 300 components, and each component in the vector should represent one pixel of the pattern (bipolar value +1) or one pixel of the image background (bipolar value 1) Figure 4 shows the 120-image training set representing digits as input data In this work, the adopted data representation is bipolar since the categorization may be improved if the input is represented in bipolar form and the bipolar sigmoid is used for the activation function [4] The reason is if one factor in the weight connection expression is the activation of the lower unit then units whose activations are null will not learn [4] 62 MLP Topology for Experiments The adopted multilayer neural network in our experiments consists of the architecture with one layer of hidden neurons There are several propositions how to determine the necessary number of hidden neurons for a given problem but they yield contradictory results and have no practical utility [15] Some heuristic rules [15] used to obtain the MLP topology for experiments are as follows: To reduce the number of hidden neurons when the network does not generalize, that is, the error of the output data during the training is small and the error in the test stage is large To increase the number of hidden neurons when the error during the training is large or all the weights for the connections between neurons are of the same order of magnitude In degraded images, the input data contain redundant information which can not be removed by a suitable coding These spurious data can be removed when the hidden layer contains less neurons than the input layer [15] In summary, without further information there is no foolproof method for setting the exact number of hidden neurons before training stage [4] Such usual strategies in ANN [8] as one parameter keeping and the variation of remaining parameters defined the appropriate topology of MLP Conventional experiments get adequate topology for classifying input digits (20 15) represented by the 300-dimensional feature vectors Our experimental MLP model consists of 300 neurons in the input layer The adequate number of neurons in the hidden layer is set according to each experiment The number of neurons in the output layer is defined by the target vector type or its size selected for each experiment 63 Training Stage The standard backpropagation algorithm [4] is used as the training algorithm of each MLP model Since all experimental target vectors are bipolar, the adopted activation function is the typical bipolar sigmoid [4], which has a range of ( 1, 1) Initial weights are generated as random values between 025 and 025 The learning rate parameter is set as 002 The stop criterion for the training algorithm is to require that the maximum value of the average squared error be equal to or less than the tolerance as indicated within each graph of Figs 5 7 Training data set is constituted by 120 pattern-images not belonging to the test data set It contains input patterns for the MLP model training to classify digits extracted from license plates into ten categories Each category is represented by 12 input patterns 64 Test Stage The classification rate is calculated by Eq (6):

5 Fig 4: A sample of 120 degraded patterns used as input data for the MLP training Classification rate (%) Tolerance (x10-3 ) Fig 5: MLP performance using classical one-per-class approach The line denotes the epoch quantity evolution

6 Classification rate (%) Tolerance (x10-2 ) Fig 6: MLP performance using OBVs with 16 components as target vectors The line denotes the epoch quantity evolution Classification rate (%) Tolerance (x10-2 ) Fig 7: MLP performance using OBVs with 64 components as target vectors The line denotes the epoch quantity evolution cr = N i c i N, (6) where cr is classification rate, N is number of test patterns, and c i is defined as c i = { 1 : pi = r i 0 : p i r i, (7) where p i is a classified pattern (output of the MLP model), and r i is the corresponding category (correct response) Test data set consisted of 1352 images containing the digits 0, 1,, 9 extracted from license plates after their preprocessing [12][13][14][16] A trained MLP model was applied to classify those extracted digits into ten categories 7 Experiments and Results The experiments consisted of using CBVs and OBVs defined in Section 5 as target vectors We have evaluated the influence of Euclidean distancebased approach on MLP training and classification performance improvement using various target vectors In other words, the experiments compared the proposed Euclidean distance-based approach with the classical oneper-class categorization approach in terms of influence on MLP performance An MLP model with a topology of 100 hidden neurons and 10 output neurons was trained and tested using CBVs for one-per-class approach Figure 5 shows the MLP classification performance applying one-per-class approach for the use of CBVs as target vectors To evaluate the influence of using OBVs as target vectors on the MLP input-output mapping process, we have performed the following tasks: MLP model training for OBVs as target vectors Different topologies according to the OBV sizes (16 or 64 components) were defined

7 Table 2: Relevant results from the graphs of Figs 5 7 Target vector type Categorization approach Maximum rate % CBV One-per-class 7210 OBV-16 Euclidean distance-based 8000 OBV-64 Euclidean distance-based 8140 Application of the Euclidean distance-based approach for the above trained MLP models The experimental results using OBVs with 16 and 64 components, are respectively shown in Figs 6 and 7 8 Discussion The graph in Fig 5 shows that the classification rate of 721% is provided by the MLP model trained for 3751 epochs with the one-per-class categorization approach Figures 6 7 show the results from the use of OBVs as target values Table 2 presents the highest classification rate per target vector type and categorization approach We can note that the classification rate was increased of 93% by using Euclidean distance-based approach and OBVs as target values Considering the advantage of adopting the Euclidean distance-based categorization approach, we can verify that the MLP performance improved more and more with the use of OBVs rather than conventional target vectors 9 Conclusion A set of approaches to improve the MLP performance on degraded pattern recognition searching for more generalized and well-trained model was proposed Basically, the Euclidean distance-based approach was combined to the use of OBVs as new target vectors for the MLP training and test with very degraded pattern data We compared the experimental results applying the proposed approaches with the results applying the classical oneper-class approach Comparison results showed that the proposed approaches considerably improved (increase of 93% on classification rate) the MLP performance on degraded pattern recognition tasks In summary, we realized that the proposed approaches led to higher classification rate of very degraded pattern data by MLPs compared to the classical one-per-class approach In terms of degraded pattern recognition performance, we have gotten an enhanced MLP input-output mapping with the proposed Euclidean distance-based approach using OBVs as new target vectors References [1] A R Webb and K D Copsey Statistical Pattern Recognition John Wiley & Sons, third edition, 2011 [2] J Chu, I Moon, and M Mun A real-time EMG pattern recognition system based on linear-nonlinear feature projection for a multifunction myoelectric hand IEEE Transactions on Biomedical Engineering, 53(11): , Nov 2006 [3] Y X Zhang Artificial neural networks based on principal component analysis input selection for clinical pattern recognition analysis Talanta, 73(1):68 75, Aug 2007 [4] L V Fausett Fundamentals of Neural Networks: Architectures, Algorithms, and Applications Prentice Hall, Englewood Cliffs, NJ, 1994 [5] T G Dietterich and G Bakiri Solving multiclass learning problems via error-correcting output codes Journal of Artificial Intelligence Research, 2: , 1995 [6] N J Nilsson Learning Machines McGraw-Hill, New York, 1965 [7] T J Sejnowski and C R Rosenberg Parallel networks that learn to pronounce english text Complex Systems, 1: , 1987 [8] S Haykin Neural Networks: A Comprehensive Foundation Prentice Hall, New Jersey, second edition, 1999 [9] O Dekel and Y Singer Multiclass learning by probabilistic embeddings In Advances in Neural Information Processing Systems, volume 15, pages MIT Press, 2002 [10] B Noble and J W Daniel Applied Linear Algebra Prentice Hall, Englewood Cliffs, New Jersey, second edition, 1977 [11] S Nomura, K Yamanaka, O Katai, H Kawakami, and T Shiose Improved MLP learning via orthogonal bipolar target vectors Journal of Advanced Computacional Intelligence and Intelligent Informatics, 9(6): , Nov 2005 [12] S Nomura, K Yamanaka, O Katai, and H Kawakami A new method for degraded color image binarization based on adaptive lightning on grayscale versions IEICE Trans on Information and Systems, E87- D(4): , 2004 [13] S Nomura and K Yamanaka New adaptive methods applied to binarization of printed word images, In N Younan, editor, Proceedings of the Fourth IASTED International Conference Signal and Image Processing, pages , Kauai, USA, 2002 [14] S Nomura, K Yamanaka, O Katai, H Kawakami, and T Shiose A novel adaptive morphological approach for segmenting characters in degraded images Pattern Recognition, 38: , Nov 2005 [15] (2012) Neuronal networks: The network [Online] Available: [16] S Nomura and K Yamanaka New adaptive approach based on mathematical morphology applied to character segmentation and code extraction from number plate images, In Proc of 6 th World Multi- Conference on Systemics, Cybernetics and Informatics, volume IX, Florida, USA, Jul 2002 Acknowledgment The authors would like to thank PROPP-UFU (project 72/2010), CAPES (MINTER UFU-IFTM), and FAU-UFU for supporting this work

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

An Hybrid MLP-SVM Handwritten Digit Recognizer

An Hybrid MLP-SVM Handwritten Digit Recognizer 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 86334 75252 Paris

More information

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

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

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS K. Vinoth Kumar 1, S. Suresh Kumar 2, A. Immanuel Selvakumar 1 and Vicky Jose 1 1 Department of EEE, School of Electrical

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

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

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

A Robust Footprint Detection Using Color Images and Neural Networks

A Robust Footprint Detection Using Color Images and Neural Networks A Robust Footprint Detection Using Color Images and Neural Networks Marco Mora 1 and Daniel Sbarbaro 2 1 Department of Computer Science, Catholic University of Maule, Casilla 617, Talca, Chile marco.mora@enseeiht.fr

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

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

Detection of License Plates of Vehicles

Detection of License Plates of Vehicles 13 W. K. I. L Wanniarachchi 1, D. U. J. Sonnadara 2 and M. K. Jayananda 2 1 Faculty of Science and Technology, Uva Wellassa University, Sri Lanka 2 Department of Physics, University of Colombo, Sri Lanka

More information

Industrial computer vision using undefined feature extraction

Industrial computer vision using undefined feature extraction University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 1995 Industrial computer vision using undefined feature extraction Phil

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

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

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

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

Neural Network with Median Filter for Image Noise Reduction

Neural Network with Median Filter for Image Noise Reduction Available online at www.sciencedirect.com IERI Procedia 00 (2012) 000 000 2012 International Conference on Mechatronic Systems and Materials Neural Network with Median Filter for Image Noise Reduction

More information

Contrast adaptive binarization of low quality document images

Contrast adaptive binarization of low quality document images Contrast adaptive binarization of low quality document images Meng-Ling Feng a) and Yap-Peng Tan b) School of Electrical and Electronic Engineering, Nanyang Technological University, Nanyang Avenue, Singapore

More information

FACE RECOGNITION USING NEURAL NETWORKS

FACE RECOGNITION USING NEURAL NETWORKS Int. J. Elec&Electr.Eng&Telecoms. 2014 Vinoda Yaragatti and Bhaskar B, 2014 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 3, No. 3, July 2014 2014 IJEETC. All Rights Reserved FACE RECOGNITION USING

More information

Abstract. Most OCR systems decompose the process into several stages:

Abstract. Most OCR systems decompose the process into several stages: Artificial Neural Network Based On Optical Character Recognition Sameeksha Barve Computer Science Department Jawaharlal Institute of Technology, Khargone (M.P) Abstract The recognition of optical characters

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

Automatic Licenses Plate Recognition System

Automatic Licenses Plate Recognition System Automatic Licenses Plate Recognition System Garima R. Yadav Dept. of Electronics & Comm. Engineering Marathwada Institute of Technology, Aurangabad (Maharashtra), India yadavgarima08@gmail.com Prof. H.K.

More information

A Chinese License Plate Recognition System

A Chinese License Plate Recognition System A Chinese License Plate Recognition System Bai Yanping, Hu Hongping, Li Fei Key Laboratory of Instrument Science and Dynamic Measurement North University of China, No xueyuan road, TaiYuan, ShanXi 00051,

More information

Application of Classifier Integration Model to Disturbance Classification in Electric Signals

Application of Classifier Integration Model to Disturbance Classification in Electric Signals Application of Classifier Integration Model to Disturbance Classification in Electric Signals Dong-Chul Park Abstract An efficient classifier scheme for classifying disturbances in electric signals using

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

Real Time ALPR for Vehicle Identification Using Neural Network

Real Time ALPR for Vehicle Identification Using Neural Network _ Real Time ALPR for Vehicle Identification Using Neural Network Anushree Deshmukh M.E Student Terna Engineering College,Navi Mumbai Email: anushree_deshmukh@yahoo.co.in Abstract With the rapid growth

More information

Identification of Cardiac Arrhythmias using ECG

Identification of Cardiac Arrhythmias using ECG Pooja Sharma,Int.J.Computer Technology & Applications,Vol 3 (1), 293-297 Identification of Cardiac Arrhythmias using ECG Pooja Sharma Pooja15bhilai@gmail.com RCET Bhilai Ms.Lakhwinder Kaur lakhwinder20063@yahoo.com

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

NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM)

NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM) NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM) Ahmed Nasraden Milad M. Aziz M Rahmadwati Artificial neural network (ANN) is one of the most advanced technology fields, which allows

More information

An Improved Bernsen Algorithm Approaches For License Plate Recognition

An Improved Bernsen Algorithm Approaches For License Plate Recognition IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) ISSN: 78-834, ISBN: 78-8735. Volume 3, Issue 4 (Sep-Oct. 01), PP 01-05 An Improved Bernsen Algorithm Approaches For License Plate Recognition

More information

SIMULATION-BASED MODEL CONTROL USING STATIC HAND GESTURES IN MATLAB

SIMULATION-BASED MODEL CONTROL USING STATIC HAND GESTURES IN MATLAB SIMULATION-BASED MODEL CONTROL USING STATIC HAND GESTURES IN MATLAB S. Kajan, J. Goga Institute of Robotics and Cybernetics, Faculty of Electrical Engineering and Information Technology, Slovak University

More information

Application of Multi Layer Perceptron (MLP) for Shower Size Prediction

Application of Multi Layer Perceptron (MLP) for Shower Size Prediction Chapter 3 Application of Multi Layer Perceptron (MLP) for Shower Size Prediction 3.1 Basic considerations of the ANN Artificial Neural Network (ANN)s are non- parametric prediction tools that can be used

More information

Research on Application of Conjoint Neural Networks in Vehicle License Plate Recognition

Research on Application of Conjoint Neural Networks in Vehicle License Plate Recognition International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 11, Number 10 (2018), pp. 1499-1510 International Research Publication House http://www.irphouse.com Research on Application

More information

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods 19 An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods T.Arunachalam* Post Graduate Student, P.G. Dept. of Computer Science, Govt Arts College, Melur - 625 106 Email-Arunac682@gmail.com

More information

The Use of Neural Network to Recognize the Parts of the Computer Motherboard

The Use of Neural Network to Recognize the Parts of the Computer Motherboard Journal of Computer Sciences 1 (4 ): 477-481, 2005 ISSN 1549-3636 Science Publications, 2005 The Use of Neural Network to Recognize the Parts of the Computer Motherboard Abbas M. Ali, S.D.Gore and Musaab

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

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

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

Classification Experiments for Number Plate Recognition Data Set Using Weka

Classification Experiments for Number Plate Recognition Data Set Using Weka Classification Experiments for Number Plate Recognition Data Set Using Weka Atul Kumar 1, Sunila Godara 2 1 Department of Computer Science and Engineering Guru Jambheshwar University of Science and Technology

More information

Neural Labyrinth Robot Finding the Best Way in a Connectionist Fashion

Neural Labyrinth Robot Finding the Best Way in a Connectionist Fashion Neural Labyrinth Robot Finding the Best Way in a Connectionist Fashion Marvin Oliver Schneider 1, João Luís Garcia Rosa 1 1 Mestrado em Sistemas de Computação Pontifícia Universidade Católica de Campinas

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

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

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

An Algorithm for Fingerprint Image Postprocessing

An Algorithm for Fingerprint Image Postprocessing An Algorithm for Fingerprint Image Postprocessing Marius Tico, Pauli Kuosmanen Tampere University of Technology Digital Media Institute EO.BOX 553, FIN-33101, Tampere, FINLAND tico@cs.tut.fi Abstract Most

More information

Evolving High-Dimensional, Adaptive Camera-Based Speed Sensors

Evolving High-Dimensional, Adaptive Camera-Based Speed Sensors In: M.H. Hamza (ed.), Proceedings of the 21st IASTED Conference on Applied Informatics, pp. 1278-128. Held February, 1-1, 2, Insbruck, Austria Evolving High-Dimensional, Adaptive Camera-Based Speed Sensors

More information

Implementation of Text to Speech Conversion

Implementation of Text to Speech Conversion Implementation of Text to Speech Conversion Chaw Su Thu Thu 1, Theingi Zin 2 1 Department of Electronic Engineering, Mandalay Technological University, Mandalay 2 Department of Electronic Engineering,

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

COMPARATIVE ANALYSIS OF ACCURACY ON MISSING DATA USING MLP AND RBF METHOD V.B. Kamble 1, S.N. Deshmukh 2 1

COMPARATIVE ANALYSIS OF ACCURACY ON MISSING DATA USING MLP AND RBF METHOD V.B. Kamble 1, S.N. Deshmukh 2 1 COMPARATIVE ANALYSIS OF ACCURACY ON MISSING DATA USING MLP AND RBF METHOD V.B. Kamble 1, S.N. Deshmukh 2 1 P.E.S. College of Engineering, Aurangabad. (M.S.) India. 2 Dr. Babasaheb Ambedkar Marathwada University,

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

Study and Analysis of various preprocessing approaches to enhance Offline Handwritten Gujarati Numerals for feature extraction

Study and Analysis of various preprocessing approaches to enhance Offline Handwritten Gujarati Numerals for feature extraction International Journal of Scientific and Research Publications, Volume 4, Issue 7, July 2014 1 Study and Analysis of various preprocessing approaches to enhance Offline Handwritten Gujarati Numerals for

More information

IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE

IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE International Journal of Technology (2011) 1: 56 64 ISSN 2086 9614 IJTech 2011 IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE Djamhari Sirat 1, Arman D. Diponegoro

More information

258 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 33, NO. 2, APRIL 2003

258 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 33, NO. 2, APRIL 2003 258 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 33, NO. 2, APRIL 2003 Genetic Design of Biologically Inspired Receptive Fields for Neural Pattern Recognition Claudio A.

More information

A Quantitative Comparison of Different MLP Activation Functions in Classification

A Quantitative Comparison of Different MLP Activation Functions in Classification A Quantitative Comparison of Different MLP Activation Functions in Classification Emad A. M. Andrews Shenouda Department of Computer Science, University of Toronto, Toronto, ON, Canada emad@cs.toronto.edu

More information

ARTIFICIAL NEURAL NETWORK BASED CLASSIFICATION FOR MONOBLOCK CENTRIFUGAL PUMP USING WAVELET ANALYSIS

ARTIFICIAL NEURAL NETWORK BASED CLASSIFICATION FOR MONOBLOCK CENTRIFUGAL PUMP USING WAVELET ANALYSIS International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 6340(Print) ISSN 0976 6359(Online) Volume 1 Number 1, July - Aug (2010), pp. 28-37 IAEME, http://www.iaeme.com/ijmet.html

More information

Live Hand Gesture Recognition using an Android Device

Live Hand Gesture Recognition using an Android Device Live Hand Gesture Recognition using an Android Device Mr. Yogesh B. Dongare Department of Computer Engineering. G.H.Raisoni College of Engineering and Management, Ahmednagar. Email- yogesh.dongare05@gmail.com

More information

Automatic Locating the Centromere on Human Chromosome Pictures

Automatic Locating the Centromere on Human Chromosome Pictures Automatic Locating the Centromere on Human Chromosome Pictures M. Moradi Electrical and Computer Engineering Department, Faculty of Engineering, University of Tehran, Tehran, Iran moradi@iranbme.net S.

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

Paper Sobel Operated Edge Detection Scheme using Image Processing for Detection of Metal Cracks

Paper Sobel Operated Edge Detection Scheme using Image Processing for Detection of Metal Cracks I J C T A, 9(37) 2016, pp. 503-509 International Science Press Paper Sobel Operated Edge Detection Scheme using Image Processing for Detection of Metal Cracks Saroj kumar Sagar * and X. Joan of Arc **

More information

Modern spectral analysis of non-stationary signals in power electronics

Modern spectral analysis of non-stationary signals in power electronics Modern spectral analysis of non-stationary signaln power electronics Zbigniew Leonowicz Wroclaw University of Technology I-7, pl. Grunwaldzki 3 5-37 Wroclaw, Poland ++48-7-36 leonowic@ipee.pwr.wroc.pl

More information

Prediction of Cluster System Load Using Artificial Neural Networks

Prediction of Cluster System Load Using Artificial Neural Networks Prediction of Cluster System Load Using Artificial Neural Networks Y.S. Artamonov 1 1 Samara National Research University, 34 Moskovskoe Shosse, 443086, Samara, Russia Abstract Currently, a wide range

More information

Radiated EMI Recognition and Identification from PCB Configuration Using Neural Network

Radiated EMI Recognition and Identification from PCB Configuration Using Neural Network PIERS ONLINE, VOL. 3, NO., 007 5 Radiated EMI Recognition and Identification from PCB Configuration Using Neural Network P. Sujintanarat, P. Dangkham, S. Chaichana, K. Aunchaleevarapan, and P. Teekaput

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

Improvement of Classical Wavelet Network over ANN in Image Compression

Improvement of Classical Wavelet Network over ANN in Image Compression International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869 (O) 2454-4698 (P), Volume-7, Issue-5, May 2017 Improvement of Classical Wavelet Network over ANN in Image Compression

More information

Chapter - 7. Adaptive Channel Equalization

Chapter - 7. Adaptive Channel Equalization Chapter - 7 Adaptive Channel Equalization Chapter - 7 Adaptive Channel Equalization 7.1 Introduction The transmission o f digital information over a communication channel causes Inter Symbol Interference

More information

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 95 CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 6.1 INTRODUCTION An artificial neural network (ANN) is an information processing model that is inspired by biological nervous systems

More information

Estimation of Ground Enhancing Compound Performance Using Artificial Neural Network

Estimation of Ground Enhancing Compound Performance Using Artificial Neural Network 0 International Conference on High Voltage Engineering and Application, Shanghai, China, September 7-0, 0 Estimation of Ground Enhancing Compound Performance Using Artificial Neural Network V. P. Androvitsaneas

More information

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL Instructor : Dr. K. R. Rao Presented by: Prasanna Venkatesh Palani (1000660520) prasannaven.palani@mavs.uta.edu

More information

Keyword: Morphological operation, template matching, license plate localization, character recognition.

Keyword: Morphological operation, template matching, license plate localization, character recognition. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Automatic

More information

LabVIEW based Intelligent Frontal & Non- Frontal Face Recognition System

LabVIEW based Intelligent Frontal & Non- Frontal Face Recognition System LabVIEW based Intelligent Frontal & Non- Frontal Face Recognition System Muralindran Mariappan, Manimehala Nadarajan, and Karthigayan Muthukaruppan Abstract Face identification and tracking has taken a

More information

Background Pixel Classification for Motion Detection in Video Image Sequences

Background Pixel Classification for Motion Detection in Video Image Sequences Background Pixel Classification for Motion Detection in Video Image Sequences P. Gil-Jiménez, S. Maldonado-Bascón, R. Gil-Pita, and H. Gómez-Moreno Dpto. de Teoría de la señal y Comunicaciones. Universidad

More information

USING EMBEDDED PROCESSORS IN HARDWARE MODELS OF ARTIFICIAL NEURAL NETWORKS

USING EMBEDDED PROCESSORS IN HARDWARE MODELS OF ARTIFICIAL NEURAL NETWORKS USING EMBEDDED PROCESSORS IN HARDWARE MODELS OF ARTIFICIAL NEURAL NETWORKS DENIS F. WOLF, ROSELI A. F. ROMERO, EDUARDO MARQUES Universidade de São Paulo Instituto de Ciências Matemáticas e de Computação

More information

J. C. Brégains (Student Member, IEEE), and F. Ares (Senior Member, IEEE).

J. C. Brégains (Student Member, IEEE), and F. Ares (Senior Member, IEEE). ANALYSIS, SYNTHESIS AND DIAGNOSTICS OF ANTENNA ARRAYS THROUGH COMPLEX-VALUED NEURAL NETWORKS. J. C. Brégains (Student Member, IEEE), and F. Ares (Senior Member, IEEE). Radiating Systems Group, Department

More information

Number Plate Recognition Using Segmentation

Number Plate Recognition Using Segmentation Number Plate Recognition Using Segmentation Rupali Kate M.Tech. Electronics(VLSI) BVCOE. Pune 411043, Maharashtra, India. Dr. Chitode. J. S BVCOE. Pune 411043 Abstract Automatic Number Plate Recognition

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

Colour Recognition in Images Using Neural Networks

Colour Recognition in Images Using Neural Networks Colour Recognition in Images Using Neural Networks R.Vigneshwar, Ms.V.Prema P.G. Scholar, Dept. of C.S.E, Valliammai Engineering College, Chennai, India Assistant Professor, Dept. of C.S.E, Valliammai

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 3, May - June 2018, pp. 177 185, Article ID: IJARET_09_03_023 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=3

More information

Robust Hand Gesture Recognition for Robotic Hand Control

Robust Hand Gesture Recognition for Robotic Hand Control Robust Hand Gesture Recognition for Robotic Hand Control Ankit Chaudhary Robust Hand Gesture Recognition for Robotic Hand Control 123 Ankit Chaudhary Department of Computer Science Northwest Missouri State

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

A Novel Morphological Method for Detection and Recognition of Vehicle License Plates

A Novel Morphological Method for Detection and Recognition of Vehicle License Plates American Journal of Applied Sciences 6 (12): 2066-2070, 2009 ISSN 1546-9239 2009 Science Publications A Novel Morphological Method for Detection and Recognition of Vehicle License Plates 1 S.H. Mohades

More information

Effective and Efficient Fingerprint Image Postprocessing

Effective and Efficient Fingerprint Image Postprocessing Effective and Efficient Fingerprint Image Postprocessing Haiping Lu, Xudong Jiang and Wei-Yun Yau Laboratories for Information Technology 21 Heng Mui Keng Terrace, Singapore 119613 Email: hplu@lit.org.sg

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

Libyan Licenses Plate Recognition Using Template Matching Method

Libyan Licenses Plate Recognition Using Template Matching Method Journal of Computer and Communications, 2016, 4, 62-71 Published Online May 2016 in SciRes. http://www.scirp.org/journal/jcc http://dx.doi.org/10.4236/jcc.2016.47009 Libyan Licenses Plate Recognition Using

More information

Publication P IEEE. Reprinted with permission.

Publication P IEEE. Reprinted with permission. P3 Publication P3 J. Martikainen and S. J. Ovaska function approximation by neural networks in the optimization of MGP-FIR filters in Proc. of the IEEE Mountain Workshop on Adaptive and Learning Systems

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

The Basic Kak Neural Network with Complex Inputs

The Basic Kak Neural Network with Complex Inputs The Basic Kak Neural Network with Complex Inputs Pritam Rajagopal The Kak family of neural networks [3-6,2] is able to learn patterns quickly, and this speed of learning can be a decisive advantage over

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

Feature analysis of EEG signals using SOM

Feature analysis of EEG signals using SOM 1 Portál pre odborné publikovanie ISSN 1338-0087 Feature analysis of EEG signals using SOM Gráfová Lucie Elektrotechnika, Medicína 21.02.2011 The most common use of EEG includes the monitoring and diagnosis

More information

IJITKMI Volume 7 Number 2 Jan June 2014 pp (ISSN ) Impact of attribute selection on the accuracy of Multilayer Perceptron

IJITKMI Volume 7 Number 2 Jan June 2014 pp (ISSN ) Impact of attribute selection on the accuracy of Multilayer Perceptron Impact of attribute selection on the accuracy of Multilayer Perceptron Niket Kumar Choudhary 1, Yogita Shinde 2, Rajeswari Kannan 3, Vaithiyanathan Venkatraman 4 1,2 Dept. of Computer Engineering, Pimpri-Chinchwad

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

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

Artificial Neural Network Engine: Parallel and Parameterized Architecture Implemented in FPGA

Artificial Neural Network Engine: Parallel and Parameterized Architecture Implemented in FPGA Artificial Neural Network Engine: Parallel and Parameterized Architecture Implemented in FPGA Milene Barbosa Carvalho 1, Alexandre Marques Amaral 1, Luiz Eduardo da Silva Ramos 1,2, Carlos Augusto Paiva

More information

Impulse Noise Removal Based on Artificial Neural Network Classification with Weighted Median Filter

Impulse Noise Removal Based on Artificial Neural Network Classification with Weighted Median Filter Impulse Noise Removal Based on Artificial Neural Network Classification with Weighted Median Filter Deepalakshmi R 1, Sindhuja A 2 PG Scholar, Department of Computer Science, Stella Maris College, Chennai,

More information

MULTIPLE CLASSIFIERS FOR ELECTRONIC NOSE DATA

MULTIPLE CLASSIFIERS FOR ELECTRONIC NOSE DATA MULTIPLE CLASSIFIERS FOR ELECTRONIC NOSE DATA M. Pardo, G. Sberveglieri INFM and University of Brescia Gas Sensor Lab, Dept. of Chemistry and Physics for Materials Via Valotti 9-25133 Brescia Italy D.

More information

Blind Dereverberation of Single-Channel Speech Signals Using an ICA-Based Generative Model

Blind Dereverberation of Single-Channel Speech Signals Using an ICA-Based Generative Model Blind Dereverberation of Single-Channel Speech Signals Using an ICA-Based Generative Model Jong-Hwan Lee 1, Sang-Hoon Oh 2, and Soo-Young Lee 3 1 Brain Science Research Center and Department of Electrial

More information

Developing a New Color Model for Image Analysis and Processing

Developing a New Color Model for Image Analysis and Processing UDC 004.421 Developing a New Color Model for Image Analysis and Processing Rashad J. Rasras 1, Ibrahiem M. M. El Emary 2, Dmitriy E. Skopin 1 1 Faculty of Engineering Technology, Amman, Al Balqa Applied

More information

Automatics Vehicle License Plate Recognition using MATLAB

Automatics Vehicle License Plate Recognition using MATLAB Automatics Vehicle License Plate Recognition using MATLAB Alhamzawi Hussein Ali mezher Faculty of Informatics/University of Debrecen Kassai ut 26, 4028 Debrecen, Hungary. Abstract - The objective of this

More information

Harmonic detection by using different artificial neural network topologies

Harmonic detection by using different artificial neural network topologies Harmonic detection by using different artificial neural network topologies J.L. Flores Garrido y P. Salmerón Revuelta Department of Electrical Engineering E. P. S., Huelva University Ctra de Palos de la

More information

Architecture design for Adaptive Noise Cancellation

Architecture design for Adaptive Noise Cancellation Architecture design for Adaptive Noise Cancellation M.RADHIKA, O.UMA MAHESHWARI, Dr.J.RAJA PAUL PERINBAM Department of Electronics and Communication Engineering Anna University College of Engineering,

More information