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

Size: px
Start display at page:

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

Transcription

1 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 ANN algorithms with besides statistical approach. The algorithms work for unknown and unexpected relations which can be uncovered by exploring of data. This paper evaluates the efficacy of Neural Network algorithms and its performance with respect to various learning parameters for the tumor growth of epidermoid carcinoma in mouse. This experiment is conducted to analyze the prediction accuracy and stability of neural networks using eed orward, Back Propagation and Self Organizing Maps by applying different learning rules and activation functions. The combination of ANN algorithms by the analyses, it is observed that among the three network models, the MLP with Back Propagation which stabilized in lesser number of epochs is better amongst the three models. Brain computer interaction through analysis of algorithms for prediction tumor growth is proven. Keywords: Artificial Neural Network (ANN), eed orward, Kohonen Self- Organizing Map (SOM), Back Propagation, Epochs. 1. INTRODUCTION Brain computer interaction through Neural Networks is very challengeable area of the research. The neural network algorithms using for correct analysis of data sets. The proposed research work is related to neural network algorithms for prediction of tumor growth of mouse. The concept of data mining with neural network is very effective approach for prediction of tumor growth. The Journal of Neural Systems Theory and Applications, 1(1) January-June

2 Poornashankar and V.P. Pawar combination has proven their predictive power thorough comparison with other statistical techniques using real data sets [1]. Neural networks uses set of processing elements analogous to neurons in the brain. These elements are interconnected in the network that can identify patterns in data [9]. Algorithms based on neural networks have a lot of applications in knowledge engineering especially in human decision-making or modeling. The utilization of modern methods based on neural networks theory will be pursued. The performance of the popular Neural Networks will be analyzed with respect to learning rate, momentum, error tolerance, number of epochs and activation function. 2. BACKGROUND Some of cancerous tissues can be very aggressive in tumor. It is very important to identify as early as possible % visible abnormalities usually are not detected due to technical or human error. The effectiveness of early detection has been proven to reduce a lot of mortality among cancer patients [8]. As a proof 80% of American Society detected cases are still in early stage, but the mortality among them is only 3% in the year 2006 due to early detection and improved treatment. Hence it is mandatory to computerize the cancer diagnose system. Prediction of tumor growth through ANN helps to determine the severity and rate of growth of cancer tissues. Neural Networks are commonly used in predicting tumor growth in the medical field, as they handle large database and its ability to learn and stabilize after training [1]. An Artificial Neural Network was constructed with the help of tumor growth data of 4 mice and tested in three different algorithms viz. eed orward Networks, Multilayer Back Propagation and Kohonen Self Organizing Maps. The efficacy of different neural algorithms has been analyzed with respect to learning parameters and other statistics. The results obtained reveals that Multilayer Back Propagation algorithms is better than the other two algorithm for this set of data with respect to time, number of iterations and accuracy. 42 Journal of Neural Systems Theory and Applications, 1(1) January-June 2011

3 3. COMPARISON O NEURAL NETWORK ALGORITHMS 3.1 Simple eed orward Networks eed forward networks are used in situations when we can bring all of the information to bear on a problem at once and we can present it to the neural network. eed forward networks have layers of processing elements. A layer of processing elements makes independent computations on data that it receives and passes the results to another layer. The next layer may in turn make its independent computations and pass on the results to yet another layer. inally, a subgroup of one or more processing elements determines the output form the network. The data flows from input layer through 0, 1 or most succeeding hidden layers and then to the output layer. It is the definition of connection topology and data flow. 3.2 Multilayer eed orward Neural Networks The multilayer perceptron (MLP) is one of the most widely implemented neural network topologies. Multilayer perceptrons represent the most prominent and well researched class of ANNs in classification, implementing a feed forward, supervised and hetero-associative paradigm. or static pattern classification, the MLP with two hidden layers is a universal pattern classifier. In other words, the discriminant functions can take any shape, as required by the input data clusters. Moreover, when the weights are properly normalized and the output classes are normalized to 0/1, the MLP achieves the performance of the maximum a posteriori receiver, which is optimal from a classification point of view. In terms of mapping abilities, the MLP is believed to be capable of approximating arbitrary functions. This has been important in the study of nonlinear dynamics and other function mapping problems. MLPs are normally trained with the backpropagation algorithm. In fact the renewed interest in ANNs was in part triggered by the existence of backpropagation. The backpropagation rule propagates the errors through the network and allows adaptation of the hidden PEs. Journal of Neural Systems Theory and Applications, 1(1) January-June

4 Poornashankar and V.P. Pawar Two important characteristics of the multilayer perceptron are: Its nonlinear processing elements (PEs) which have a nonlinearity that must be smooth (the logistic function and the hyperbolic tangent are the most widely used); and their massive interconnectivity (i.e. any element of a given layer feeds all the elements of the next layer). The multilayer perceptron is trained with error correction learning, which means that the desired response for the system must be known. In pattern recognition this is normally the case, since we have our input data labeled, i.e. we know which data belongs to which experiment. Multi layer Neural Networks are powerful tools used for wide range of purposes like diagnosis of malignant of Breast Cancer from Digital Mammograms [1], Resolving Multi ont Character Confusion with Neural Networks [4], ANN Model in Human Decision Making [7]. 3.3 The Kohonen Self-organizing Map The connection weights are assigned with small random numbers at the beginning. The incoming input vectors presented by the sample data are received by the input neurons. The input vector is transmitted to the output neurons via the connections. The output neurons with the weights most similar to the input vector became active. In the learning stage, the weights are updated following Kohonen s learning rule. The weight update only occurs for the active output neurons and their topological neighbours. The neighborhood starts large and slowly decreases in size over time. Because the learning rate is reduced to zero the learning process eventually converges. After learning process similar set of items activate the same neuron. SOM divides the input set into subsets of similar records. SOM is a dynamic system, which learns abstract structures in high dimensional input space using low dimensional space for representation. Properly designed SOM can be used to organize the high dimensional clusters in a low dimensional map. Using SOM 44 Journal of Neural Systems Theory and Applications, 1(1) January-June 2011

5 researches are being conducted in Diagnosis of Mammographic Images [1], Pattern Analysis and Machine Intelligence [7], A Convolution Neural Network Classifier with Spatial Domain and Text Images [8]. 4. EXPERIMENT The tumor growths of epidermoid carcinoma of 4 mice and one patient over various time-scales have taken and these were predicted up to 10 weeks by various neural network algorithms. The objective of this research is to analyze the prediction accuracy of neural networks using eed forward, Back propagation and self organizing maps by applying different learning rules and activation functions. In the first step, the construction of the network was determined with its structure and weight; excessive numbers of training data were selected. Training is done with the specified number of epochs, preferably a large number until the value of MSE for the trained data is nearer to zero or reaching at a stable point. Different threshold functions are being selected for the sake of scaling down the activation and mapping into a meaningful output across each layer's operations. The sigmoid function, a step function and hyperbolic functions have been taken as activation functions and are tested with each algorithm. The Performance Measures access point of the Error Criterion component provides four values that can be used to measure the performance of the network for a particular data set. The number of Epochs specifies how many iterations (over the training set) will be done if no other criterion kicks in. The Error Change contains the parameters used to terminate the training based on mean squared error. The larger the number of epochs, more stable will be the network. The training terminates as a function of the desired error level. The actual data and expected data are compared with its Mean Square Error (MSE), Normalized MSE, Mean absolute Error, Minimum and Maximum Absolute Error and Linear correlation coefficient. Journal of Neural Systems Theory and Applications, 1(1) January-June

6 Poornashankar and V.P. Pawar 5. TOOLS AND METHODOLOGY This experiment has been conducted using Neuro solutions tool version This tool has a provision to simulate all neural network topologies using learning algorithms and generate modular networks. It has the capability to include more neurons and hidden layers yielding fast and double precision calculations. It supports for both Recall and Learning networks using Simple protocol for sending the input data and retrieving the network response. In order to analyze the learning parameters and efficacy of the different neural models the following steps are followed [1] The appropriate Neural Network algorithm has been identified based on prediction. [2] The input data file containing the training data with appropriate columns were specified. [3] The input variables, predictor variables have been identified for the data analysis. [4] The validation procedure has been selected for training the network. This procedure identifies the error while training the data. [5] The testing is performed to compare the network output with the desired output. [6] The required exemplars and hidden layers are selected for processing the network. [7] Number of processing elements and learning rules are given as input. [8] The learning parameters like step size, momentum and number of epochs have been entered to yield the desired output from the network.. [9] The weights of the processing elements are updated. [10] The termination criteria for the network are selected either based on number of epochs or based on the error level of Mean Squared Error (MSE) till the network stabilizes. 46 Journal of Neural Systems Theory and Applications, 1(1) January-June 2011

7 [11] The performance of Network is analyzed with respect to learning parameters. [12] The predicted data using these models and the outcomes of the projected results are plotted in the graph. [13] The robustness and completeness of every algorithm is analyzed through the comparative statement. 6. EXPERIMENTAL RESULT The assessment of accuracy or different neural network models have been compared and analyzed based on its MSE and correlation coefficient between the actual and the expected to see how close the predicted to its true outcome. Make it table, Histogram Properly & Try to Show Result in Significant form using SD/Mean/Variance or T-Test (Statistical Technique) etc.. Statistics Mouse No. Axon MLP Axon SOM Tanh Epochs Statistics Mouse No. Axon MLP Axon SOM Tanh Minimum MSE Statistics Mouse No. Axon MLP Axon SOM Tanh Minimum MSE Journal of Neural Systems Theory and Applications, 1(1) January-June

8 Poornashankar and V.P. Pawar Statistics Mouse No. Axon MLP Axon SOM Tanh Mean Absolute Error Statistics Mouse No. Axon MLP Axon SOM Tanh Correlation Coefficient Epochs Minimum MSE Normalized MSE 48 Journal of Neural Systems Theory and Applications, 1(1) January-June 2011

9 Mean Absolute Error Mean Absolute Error or the class of supervised learning there are three basic decisions that need to be made: Choice of the error criterion, how the error is propagated through the network, and what constraints (static or across time) one imposes on the network output. 7. DISCUSSION rom the above research it can be concluded that the final output of ANN can be affected by Network Architecture, learning Algorithm and other parameters as well as input. eed forward being the simplest of all ANN algorithms, stabilized well yielding better results with in more time. A MLP with Back propagation provides good result in predicting and classification. The only thing is to find out the best architecture, number of hidden layers and distribution function. Initial weights are important as it affects the ability and performance. Kohonen s SOM takes high dimensional input, Journal of Neural Systems Theory and Applications, 1(1) January-June

10 Poornashankar and V.P. Pawar clusters it, and retains some topological order of the output with more iteration. 7.1 eed orward Network Generalized feed forward networks are connections which can jump over one or more layers. A feed forward network has information flowing in forward direction; the state of each neuron is calculated by summing the weight values that flow into a neuron. Weights are usually determined by training algorithm which adjusts the weights appropriately to achieve the desired response. This feed forward network is generated, trained with three transfer methods viz., Axon, hyperbolic and sigmoid and tested with different learning rules like step and momentum. Among the three different approaches, the values of MSE, Normalized MSE, Mean Absolute Error were minimum indicating the near match of the actual and the predicted output supported by the value of correlation coefficient for feed forward network constructed with transfer axon and learning rule step. 7.2 Multilayer Perceptron with Back Propagation Multi Layer Perceptron using back propagation can solve any problem that a generalized feed forward network can solve but, it requires hundreds of times more training epochs than the generalized feed forward network containing the same number of processing elements. The stability of MLP network with back propagation and its output precision is observed using the axon, sigmoid and hyperbolic transfer functions with learning rule step and momentum. Among the three different approaches, the values of MSE, Normalized MSE, Mean Absolute Error were minimum 50 Journal of Neural Systems Theory and Applications, 1(1) January-June 2011

11 indicating the near match of the actual and the predicted output supported by the value of correlation coefficient for MLP network constructed with transfer axon and learning rule step. 7.3 Kohonen s Self Organizing Maps This network s key advantage is the clustering produced by the SOM which reduces the input space into representative features using a self-organizing process. Hence the underlying structure of the input space is kept, while the dimensionality of the space is reduced. Their main advantage is that they are easy to use, and that they can approximate any input/output map. The key disadvantages are that they train slowly, and require lots of training data (typically three times more training samples than network weights). A SOM network was constructed with transfer function hyperbolic and the step learning rule. The minimum MSE reached only at the 1000th epoch. The network needs more number of epochs to become stable. 8. CONCLUSION The RDBMS tools have the limitations with its structure whereas in the ANN has significant improvement in the dynamic environment due to its learning capability. This research reveals the prediction capacity of artificial neural networks using carcinoma data. The assessment of accuracy or different neural network models have been compared and analyzed based on its MSE and correlation coefficient between the actual and the expected to see how close the predicted to its true outcome. All outcome of the analysis were performed using cancer data, there were no significant difference within the results, the MLP s accuracy seems to be better than the other two tested network Journal of Neural Systems Theory and Applications, 1(1) January-June

12 Poornashankar and V.P. Pawar models, (because of lesser number of Epochs) but further optimization is required in MLP to obtain encouraging results and improve the performance of the network. The performances of the other SOM networks were not satisfactory and the optimization of the training could not be achieved within the specified number of epochs. The results obtained were not encouraging in the pilot study, so its feasibility is not considered. When neural networks are used in data warehouse, the output of the process is a trained model which can be used to retrieve various patterns in real time. Based on the training and testing of the proposed model, it can be proved that artificial neural networks can mine the data set with predictive accuracy and improved performance. Neural networks have been shown to be particularly useful in solving problems where traditional artificial intelligence techniques involving symbolic methods have failed or proved inefficient. REERENCES Research Papers [1] Comparing Artificial Neural Networks to Other Statistical Methods for Medical Outcome Prediction By Harry B. Burke, MD., Ph. D., David B. Rosen, Ph. D., Philip H. Goodman, M.D. IEEE/1994/(pp ). [2] A Neural Network Made of a Kohonen s SOM Coupled to a MLP Trained Via Backpropagation for the Diagnosis of Malignant Breast Cancer from Digital Mammograms By Taio C. S. Santos-Andrk and Anttinio C. Roque da Silva. IEEE/1999/(pp ). [3] Some Extensions of a New Method to Analyze Complete Stability of Neural Networks, By Mauro orti. IEEE/2002/(pp ). [4] The Training Strategy for Creating Decision Tree, By Zhi-Bo Liu. IEEE/ 2003/(pp ). [5] Self-Organized ormation of Topologically Correct eature Maps, By Kohonen T. Biological Cybernetics/1992/43/(pp ). [6] The Self-Organizing Map By Kohonen (1998). Proceedings of IEEE/78(9)/ (pp ). [7] Neural Networks in Data Mining By A. Vesely. Agriculture Econ.IEEE/2003/ (Page ). 52 Journal of Neural Systems Theory and Applications, 1(1) January-June 2011

13 [8] Computerized Breast Cancer Diagnosis with Genetic Algorithms and Neural Network, By Afzan Adam and Khairuddin Omar. Books [9] Knowledge Discovery Through Self Organizing Maps: Data Visualization and Query Processing. Knowledge and Information Systems 4(1), By Wang S. Wang H., January [10] Data Mining by Pieter Adriaans and Dolf Zantige. [11] Data Mining with Neural Networks by Joseph P. Bigus. [12] Data Mining Techniques by Arun K Pujari. [13] The Elements of Statistical Learning by Trevor Hastie, Robert Tibshirani and Jerome riedman. [14] Data Mining with Computational Intelligence by Lipo Wang and Xiuju u. [15] Introduction to Artificial Neural Systems by Jacek M. Zurada. Journal of Neural Systems Theory and Applications, 1(1) January-June

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

1 Introduction. w k x k (1.1)

1 Introduction. w k x k (1.1) Neural Smithing 1 Introduction Artificial neural networks are nonlinear mapping systems whose structure is loosely based on principles observed in the nervous systems of humans and animals. The major

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

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

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

Prediction of airblast loads in complex environments using artificial neural networks

Prediction of airblast loads in complex environments using artificial neural networks Structures Under Shock and Impact IX 269 Prediction of airblast loads in complex environments using artificial neural networks A. M. Remennikov 1 & P. A. Mendis 2 1 School of Civil, Mining and Environmental

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

MAGNT Research Report (ISSN ) Vol.6(1). PP , Controlling Cost and Time of Construction Projects Using Neural Network

MAGNT Research Report (ISSN ) Vol.6(1). PP , Controlling Cost and Time of Construction Projects Using Neural Network Controlling Cost and Time of Construction Projects Using Neural Network Li Ping Lo Faculty of Computer Science and Engineering Beijing University China Abstract In order to achieve optimized management,

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

NEURAL NETWORK BASED MAXIMUM POWER POINT TRACKING

NEURAL NETWORK BASED MAXIMUM POWER POINT TRACKING NEURAL NETWORK BASED MAXIMUM POWER POINT TRACKING 3.1 Introduction This chapter introduces concept of neural networks, it also deals with a novel approach to track the maximum power continuously from PV

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

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

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

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

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

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

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

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

A Study On Preprocessing A Mammogram Image Using Adaptive Median Filter

A Study On Preprocessing A Mammogram Image Using Adaptive Median Filter A Study On Preprocessing A Mammogram Image Using Adaptive Median Filter Dr.K.Meenakshi Sundaram 1, D.Sasikala 2, P.Aarthi Rani 3 Associate Professor, Department of Computer Science, Erode Arts and Science

More information

Using of Artificial Neural Networks to Recognize the Noisy Accidents Patterns of Nuclear Research Reactors

Using of Artificial Neural Networks to Recognize the Noisy Accidents Patterns of Nuclear Research Reactors Int. J. Advanced Networking and Applications 1053 Using of Artificial Neural Networks to Recognize the Noisy Accidents Patterns of Nuclear Research Reactors Eng. Abdelfattah A. Ahmed Atomic Energy Authority,

More information

DRILLING RATE OF PENETRATION PREDICTION USING ARTIFICIAL NEURAL NETWORK: A CASE STUDY OF ONE OF IRANIAN SOUTHERN OIL FIELDS

DRILLING RATE OF PENETRATION PREDICTION USING ARTIFICIAL NEURAL NETWORK: A CASE STUDY OF ONE OF IRANIAN SOUTHERN OIL FIELDS 21 UDC 622.244.6.05:681.3.06. DRILLING RATE OF PENETRATION PREDICTION USING ARTIFICIAL NEURAL NETWORK: A CASE STUDY OF ONE OF IRANIAN SOUTHERN OIL FIELDS Mehran Monazami MSc Student, Ahwaz Faculty of Petroleum,

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

ANALYSIS OF CITIES DATA USING PRINCIPAL COMPONENT INPUTS IN AN ARTIFICIAL NEURAL NETWORK

ANALYSIS OF CITIES DATA USING PRINCIPAL COMPONENT INPUTS IN AN ARTIFICIAL NEURAL NETWORK DOI: http://dx.doi.org/10.7708/ijtte.2018.8(3).02 UDC: 004.8.032.26 ANALYSIS OF CITIES DATA USING PRINCIPAL COMPONENT INPUTS IN AN ARTIFICIAL NEURAL NETWORK Villuri Mahalakshmi Naidu 1, Chekuri Siva Rama

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

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 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

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

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

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

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

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

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

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

ARTIFICIAL NEURAL NETWORKS FOR INTELLIGENT REAL TIME POWER QUALITY MONITORING SYSTEM

ARTIFICIAL NEURAL NETWORKS FOR INTELLIGENT REAL TIME POWER QUALITY MONITORING SYSTEM ARTIFICIAL NEURAL NETWORKS FOR INTELLIGENT REAL TIME POWER QUALITY MONITORING SYSTEM Ajith Abraham and Baikunth Nath Gippsland School of Computing & Information Technology Monash University, Churchill

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

SMARTPHONE SENSOR BASED GESTURE RECOGNITION LIBRARY

SMARTPHONE SENSOR BASED GESTURE RECOGNITION LIBRARY SMARTPHONE SENSOR BASED GESTURE RECOGNITION LIBRARY Sidhesh Badrinarayan 1, Saurabh Abhale 2 1,2 Department of Information Technology, Pune Institute of Computer Technology, Pune, India ABSTRACT: Gestures

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

Systematic Treatment of Failures Using Multilayer Perceptrons

Systematic Treatment of Failures Using Multilayer Perceptrons From: FLAIRS-00 Proceedings. Copyright 2000, AAAI (www.aaai.org). All rights reserved. Systematic Treatment of Failures Using Multilayer Perceptrons Fadzilah Siraj School of Information Technology Universiti

More information

Evolutionary Artificial Neural Networks For Medical Data Classification

Evolutionary Artificial Neural Networks For Medical Data Classification Evolutionary Artificial Neural Networks For Medical Data Classification GRADUATE PROJECT Submitted to the Faculty of the Department of Computing Sciences Texas A&M University-Corpus Christi Corpus Christi,

More information

ISSN: [Jha* et al., 5(12): December, 2016] Impact Factor: 4.116

ISSN: [Jha* et al., 5(12): December, 2016] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY ANALYSIS OF DIRECTIVITY AND BANDWIDTH OF COAXIAL FEED SQUARE MICROSTRIP PATCH ANTENNA USING ARTIFICIAL NEURAL NETWORK Rohit Jha*,

More information

Chapter 2 Transformation Invariant Image Recognition Using Multilayer Perceptron 2.1 Introduction

Chapter 2 Transformation Invariant Image Recognition Using Multilayer Perceptron 2.1 Introduction Chapter 2 Transformation Invariant Image Recognition Using Multilayer Perceptron 2.1 Introduction A multilayer perceptron (MLP) [52, 53] comprises an input layer, any number of hidden layers and an output

More information

Decriminition between Magnetising Inrush from Interturn Fault Current in Transformer: Hilbert Transform Approach

Decriminition between Magnetising Inrush from Interturn Fault Current in Transformer: Hilbert Transform Approach SSRG International Journal of Electrical and Electronics Engineering (SSRG-IJEEE) volume 1 Issue 10 Dec 014 Decriminition between Magnetising Inrush from Interturn Fault Current in Transformer: Hilbert

More information

Initialisation improvement in engineering feedforward ANN models.

Initialisation improvement in engineering feedforward ANN models. Initialisation improvement in engineering feedforward ANN models. A. Krimpenis and G.-C. Vosniakos National Technical University of Athens, School of Mechanical Engineering, Manufacturing Technology Division,

More information

Transient stability Assessment using Artificial Neural Network Considering Fault Location

Transient stability Assessment using Artificial Neural Network Considering Fault Location Vol.6 No., 200 مجلد 6, العدد, 200 Proc. st International Conf. Energy, Power and Control Basrah University, Basrah, Iraq 0 Nov. to 2 Dec. 200 Transient stability Assessment using Artificial Neural Network

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

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

Image Finder Mobile Application Based on Neural Networks

Image Finder Mobile Application Based on Neural Networks Image Finder Mobile Application Based on Neural Networks Nabil M. Hewahi Department of Computer Science, College of Information Technology, University of Bahrain, Sakheer P.O. Box 32038, Kingdom of Bahrain

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

Lesson 08. Convolutional Neural Network. Ing. Marek Hrúz, Ph.D. Katedra Kybernetiky Fakulta aplikovaných věd Západočeská univerzita v Plzni.

Lesson 08. Convolutional Neural Network. Ing. Marek Hrúz, Ph.D. Katedra Kybernetiky Fakulta aplikovaných věd Západočeská univerzita v Plzni. Lesson 08 Convolutional Neural Network Ing. Marek Hrúz, Ph.D. Katedra Kybernetiky Fakulta aplikovaných věd Západočeská univerzita v Plzni Lesson 08 Convolution we will consider 2D convolution the result

More information

Design Neural Network Controller for Mechatronic System

Design Neural Network Controller for Mechatronic System Design Neural Network Controller for Mechatronic System Ismail Algelli Sassi Ehtiwesh, and Mohamed Ali Elhaj Abstract The main goal of the study is to analyze all relevant properties of the electro hydraulic

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

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

CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE

CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE 53 CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE 4.1 INTRODUCTION Due to economic reasons arising out of deregulation and open market of electricity,

More information

A Neural Network Color Classifier in HSV Color Space

A Neural Network Color Classifier in HSV Color Space RESEARCH ARTICLE OPEN ACCESS A Neural Network Color Classifier in HSV Color Space *Gargi V. Sangamnerkar, **Dr. Kishor K. Bhoyar *, ** Department of Information Technology, YCCE. Nagpur University, Nagpur

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

Available online at ScienceDirect. Procedia Computer Science 85 (2016 )

Available online at   ScienceDirect. Procedia Computer Science 85 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 85 (2016 ) 263 270 International Conference on Computational Modeling and Security (CMS 2016) Proposing Solution to XOR

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

Prediction of Compaction Parameters of Soils using Artificial Neural Network

Prediction of Compaction Parameters of Soils using Artificial Neural Network Prediction of Compaction Parameters of Soils using Artificial Neural Network Jeeja Jayan, Dr.N.Sankar Mtech Scholar Kannur,Kerala,India jeejajyn@gmail.com Professor,NIT Calicut Calicut,India sankar@notc.ac.in

More information

Detecting Unusual Changes of Users Consumption

Detecting Unusual Changes of Users Consumption Detecting Unusual Changes of Users Consumption Paola Britos 1,Hernan Grosser 2, Dario Rodríguez 3 and Ramon Garcia-Martinez 4 Abstract The points being approached in this paper are: the problem of detecting

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

Prediction of Missing PMU Measurement using Artificial Neural Network

Prediction of Missing PMU Measurement using Artificial Neural Network Prediction of Missing PMU Measurement using Artificial Neural Network Gaurav Khare, SN Singh, Abheejeet Mohapatra Department of Electrical Engineering Indian Institute of Technology Kanpur Kanpur-208016,

More information

Comparative Analysis of Self Organizing Maps vs. Multilayer Perceptron Neural Networks for Short - Term Load Forecasting

Comparative Analysis of Self Organizing Maps vs. Multilayer Perceptron Neural Networks for Short - Term Load Forecasting Comparative Analysis of Self Organizing Maps vs Multilayer Perceptron Neural Networks for Short - Term Load Forecasting S Valero IEEE Member (1), J Aparicio (2), C Senabre (1), M Ortiz, IEEE Student Member

More information

Generating an appropriate sound for a video using WaveNet.

Generating an appropriate sound for a video using WaveNet. Australian National University College of Engineering and Computer Science Master of Computing Generating an appropriate sound for a video using WaveNet. COMP 8715 Individual Computing Project Taku Ueki

More information

Neural Networks and Antenna Arrays

Neural Networks and Antenna Arrays Neural Networks and Antenna Arrays MAJA SAREVSKA 1, NIKOS MASTORAKIS 2 1 Istanbul Technical University, Istanbul, TURKEY 2 Hellenic Naval Academy, Athens, GREECE sarevska@itu.edu.tr mastor@wseas.org Abstract:

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

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

Neural Network based Multi-Dimensional Feature Forecasting for Bad Data Detection and Feature Restoration in Power Systems

Neural Network based Multi-Dimensional Feature Forecasting for Bad Data Detection and Feature Restoration in Power Systems Neural Network based Multi-Dimensional Feature Forecasting for Bad Data Detection and Feature Restoration in Power Systems S. P. Teeuwsen, Student Member, IEEE, I. Erlich, Member, IEEE, Abstract--This

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

Characterization of LF and LMA signal of Wire Rope Tester

Characterization of LF and LMA signal of Wire Rope Tester Volume 8, No. 5, May June 2017 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info ISSN No. 0976-5697 Characterization of LF and LMA signal

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

Geometric Neurodynamical Classifiers Applied to Breast Cancer Detection. Tijana T. Ivancevic

Geometric Neurodynamical Classifiers Applied to Breast Cancer Detection. Tijana T. Ivancevic Geometric Neurodynamical Classifiers Applied to Breast Cancer Detection Tijana T. Ivancevic Thesis submitted for the Degree of Doctor of Philosophy in Applied Mathematics at The University of Adelaide

More information

Practical Comparison of Results of Statistic Regression Analysis and Neural Network Regression Analysis

Practical Comparison of Results of Statistic Regression Analysis and Neural Network Regression Analysis Practical Comparison of Results of Statistic Regression Analysis and Neural Network Regression Analysis Marek Vochozka Institute of Technology and Businesses in České Budějovice Abstract There are many

More information

Back Propagation Algorithm: The Best Algorithm Among the Multi-layer Perceptron Algorithm

Back Propagation Algorithm: The Best Algorithm Among the Multi-layer Perceptron Algorithm 378 IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.4, April 2009 Back Propagation Algorithm: The Best Algorithm Among the Multi-layer Perceptron Algorithm 1 Mutasem khalil

More information

Analysis Of Feed Point Coordinates Of A Coaxial Feed Rectangular Microstrip Antenna Using Mlpffbp Artificial Neural Network

Analysis Of Feed Point Coordinates Of A Coaxial Feed Rectangular Microstrip Antenna Using Mlpffbp Artificial Neural Network Analysis Of Feed Point Coordinates Of A Coaxial Feed Rectangular Microstrip Antenna Using Mlpffbp Artificial Neural Network V. V. Thakare 1 & P. K. Singhal 2 1 Deptt. of Electronics and Instrumentation,

More information

Artificial neural networks in forecasting tourists flow, an intelligent technique to help the economic development of tourism in Albania.

Artificial neural networks in forecasting tourists flow, an intelligent technique to help the economic development of tourism in Albania. Artificial neural networks in forecasting tourists flow, an intelligent technique to help the economic development of tourism in Albania. Dezdemona Gjylapi, MSc, PhD Candidate University Pavaresia Vlore,

More information

Learning New Articulator Trajectories for a Speech Production Model using Artificial Neural Networks

Learning New Articulator Trajectories for a Speech Production Model using Artificial Neural Networks Learning New Articulator Trajectories for a Speech Production Model using Artificial Neural Networks C. S. Blackburn and S. J. Young Cambridge University Engineering Department (CUED), England email: csb@eng.cam.ac.uk

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

Constant False Alarm Rate Detection of Radar Signals with Artificial Neural Networks

Constant False Alarm Rate Detection of Radar Signals with Artificial Neural Networks Högskolan i Skövde Department of Computer Science Constant False Alarm Rate Detection of Radar Signals with Artificial Neural Networks Mirko Kück mirko@ida.his.se Final 6 October, 1996 Submitted by Mirko

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

Keywords: - Gaussian Mixture model, Maximum likelihood estimator, Multiresolution analysis

Keywords: - Gaussian Mixture model, Maximum likelihood estimator, Multiresolution analysis Volume 4, Issue 2, February 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Expectation

More information

Application Of Artificial Neural Network In Fault Detection Of Hvdc Converter

Application Of Artificial Neural Network In Fault Detection Of Hvdc Converter Application Of Artificial Neural Network In Fault Detection Of Hvdc Converter Madhuri S Shastrakar Department of Electrical Engineering, Shree Ramdeobaba College of Engineering and Management, Nagpur,

More information

APPLICATION OF NEURAL NETWORK TRAINED WITH META-HEURISTIC ALGORITHMS ON FAULT DIAGNOSIS OF MULTI-LEVEL INVERTER

APPLICATION OF NEURAL NETWORK TRAINED WITH META-HEURISTIC ALGORITHMS ON FAULT DIAGNOSIS OF MULTI-LEVEL INVERTER APPLICATION OF NEURAL NETWORK TRAINED WITH META-HEURISTIC ALGORITHMS ON FAULT DIAGNOSIS OF MULTI-LEVEL INVERTER 1 M.SIVAKUMAR, 2 R.M.S.PARVATHI 1 Research Scholar, Department of EEE, Anna University, Chennai,

More information

ECG QRS Enhancement Using Artificial Neural Network

ECG QRS Enhancement Using Artificial Neural Network 6 ECG QRS Enhancement Using Artificial Neural Network ECG QRS Enhancement Using Artificial Neural Network Sambita Dalal, Laxmikanta Sahoo Department of Applied Electronics and Instrumentation Engineering

More information

Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm

Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm Ahdieh Rahimi Garakani Department of Computer South Tehran Branch Islamic Azad University Tehran,

More information

COMPUTATION OF RADIATION EFFICIENCY FOR A RESONANT RECTANGULAR MICROSTRIP PATCH ANTENNA USING BACKPROPAGATION MULTILAYERED PERCEPTRONS

COMPUTATION OF RADIATION EFFICIENCY FOR A RESONANT RECTANGULAR MICROSTRIP PATCH ANTENNA USING BACKPROPAGATION MULTILAYERED PERCEPTRONS ISTANBUL UNIVERSITY- JOURNAL OF ELECTRICAL & ELECTRONICS ENGINEERING YEAR VOLUME NUMBER : 23 : 3 : (663-67) COMPUTATION OF RADIATION EFFICIENCY FOR A RESONANT RECTANGULAR MICROSTRIP PATCH ANTENNA USING

More information

Automatic Speech Recognition (CS753)

Automatic Speech Recognition (CS753) Automatic Speech Recognition (CS753) Lecture 9: Brief Introduction to Neural Networks Instructor: Preethi Jyothi Feb 2, 2017 Final Project Landscape Tabla bol transcription Music Genre Classification Audio

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK NEURAL NETWORK TECHNIQUE FOR MONITORING AND CONTROLLING IC- ENGINE PARAMETER NITINKUMAR

More information

Artificial Neural Network based Fault Classifier and Distance

Artificial Neural Network based Fault Classifier and Distance IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 02, 2014 ISSN (online): 2321-0613 Artificial Neural Network based Fault Classifier and Brijesh R. Solanki 1 Dr. MahipalSinh

More information

CONSTRUCTION COST PREDICTION USING NEURAL NETWORKS

CONSTRUCTION COST PREDICTION USING NEURAL NETWORKS ISSN: 9-9 (ONLINE) ICTACT JOURNAL ON SOFT COMPUTING, OCTOBER 7, VOLUME: 8, ISSUE: DOI:.97/ijsc.7. CONSTRUCTION COST PREDICTION USING NEURAL NETWORKS Smita K. Magdum and Amol C. Adamuthe Department of Computer

More information

Surveillance and Calibration Verification Using Autoassociative Neural Networks

Surveillance and Calibration Verification Using Autoassociative Neural Networks Surveillance and Calibration Verification Using Autoassociative Neural Networks Darryl J. Wrest, J. Wesley Hines, and Robert E. Uhrig* Department of Nuclear Engineering, University of Tennessee, Knoxville,

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

Differentiation of Malignant and Benign Masses on Mammograms Using Radial Local Ternary Pattern

Differentiation of Malignant and Benign Masses on Mammograms Using Radial Local Ternary Pattern Differentiation of Malignant and Benign Masses on Mammograms Using Radial Local Ternary Pattern Chisako Muramatsu 1, Min Zhang 1, Takeshi Hara 1, Tokiko Endo 2,3, and Hiroshi Fujita 1 1 Department of Intelligent

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

Neural Network Predictive Controller for Pressure Control

Neural Network Predictive Controller for Pressure Control Neural Network Predictive Controller for Pressure Control ZAZILAH MAY 1, MUHAMMAD HANIF AMARAN 2 Department of Electrical and Electronics Engineering Universiti Teknologi PETRONAS Bandar Seri Iskandar,

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

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

FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER

FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER 7 Journal of Marine Science and Technology, Vol., No., pp. 7-78 () DOI:.9/JMST-3 FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER Jian Ma,, Xin Li,, Chen

More information

COMPARISON OF MACHINE LEARNING ALGORITHMS IN WEKA

COMPARISON OF MACHINE LEARNING ALGORITHMS IN WEKA COMPARISON OF MACHINE LEARNING ALGORITHMS IN WEKA Clive Almeida 1, Mevito Gonsalves 2 & Manimozhi R 3 International Journal of Latest Trends in Engineering and Technology Special Issue SACAIM 2017, pp.

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

PERFORMANCE PARAMETERS CONTROL OF WOUND ROTOR INDUCTION MOTOR USING ANN CONTROLLER

PERFORMANCE PARAMETERS CONTROL OF WOUND ROTOR INDUCTION MOTOR USING ANN CONTROLLER PERFORMANCE PARAMETERS CONTROL OF WOUND ROTOR INDUCTION MOTOR USING ANN CONTROLLER 1 A.MOHAMED IBRAHIM, 2 M.PREMKUMAR, 3 T.R.SUMITHIRA, 4 D.SATHISHKUMAR 1,2,4 Assistant professor in Department of Electrical

More information