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

Size: px
Start display at page:

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

Transcription

1 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 for a host of pattern classification problems [Haykin 2003] including face recognition. The application of the ANN considers two aspects. A MLP is constituted for this work with one hidden layer and input and output layers. The choice of the length of the hidden layers has been fixed by not following any definite reasoning but by using trial and error method. For this case several sizes of the hidden layer have been considered. Table 3.1 shows the performance obtained during training by varying the size of the hidden layer. The case where the size of the hidden layer taken to be 1.5 times to that of the input layer is found to be computationally efficient (Table 3.1). Its MSE convergence rate and learning ability are found to be superior to the rest of the cases. Hence, the size of the hidden layer of the ANNs Table 3.1: Performance variation after 1000 epochs during training of a MLP with variation of size of the hidden layer Case Size of hidden MSE Precision layer (x input layer) Attained attained in % x x x x x x

2 50 Chapter 3. Application of Multi Layer Perceptron (MLP) for Shower Size Prediction Table 3.2: Effect on average MSE convergence after 1000 epochs with variation of activation functions at input, hidden and output layers Case Input Hidden Output MSE x layer Layer Layer log-sigmoid log-sigmoid log-sigmoid tan-sigmoid tan-sigmoid tan-sigmoid tan-sigmoid log-sigmoid tan-sigmoid log-sigmoid tan-sigmoid log-sigmoid log-sigmoid log-sigmoid tan-sigmoid log-sigmoid tan-sigmoid log-sigmoid 1.19 considered is 1.5 times to that of the input layer. The selection of the activation functions of the input, hidden and output layers plays an important role in the performance of the system. A common practice is to use a similar type of activation function in all layers. But certain combinations and alterations of activation function types carried out during training is expected to provide a way to attain better performance. Hence, in this work two types of MLP configurations are considered- the first type constituted by a set of similar activation functions in all layers and the other with a varied combination of activation functions in different layers. Both these two configurations are trained with gradient descend with variable learning rate and momentum back propagation (GDMALBP) algorithm as a measure of training performance standardization (Table 3.2). The outcome of the MLP blocks varies depending upon the number of training sessions and the data used. MSE convergence and prediction precision are used to ascertain the performance of the MLP blocks. The Table 3.2 shows some results derived during training. The cases 3 and 4 provide the best MSE convergence but case 3 gives better processing speed. hence, the combination as shown in case 3 of Table 3.2 is taken as the standard form of configuration of the ANNs Multi Layered Perceptron Based Learning The fundamental unit of the ANN is the McCulloch-Pitts Neuron (1943). The MLP is the product of several researchers: Frank Rosenblatt (1958), H. D. Block (1962) and M. L. Minsky with S. A. Papart (1988). Backpropagation, the training algorithm, was discovered independently by several researchers (Rumelhart et. al.(1986) and also McClelland and

3 3.1. Basic considerations of the ANN 51 Figure 3.1: Multi Layer Perceptron Rumelhart (1988)). A simple perceptron which is a single McCulloch-Pitts neuron trained by the perceptron algorithm is given as: O x = g(([w].[x] + b) (3.1) where [x] is the input vector, [w] is the associated weight vector, b is a bias value and g(x) is the activation function. Such a setup, namely the perceptron will be able to classify only linearly separable data. A MLP, in contrast, consists of several layers of neurons. The equation for output in a MLP with one hidden layer is given as: O x = N β i g[w] i.[x] + b i (3.2) i=1 where β i is the weight value between the i th hidden neuron. Such a setup maybe depicted as in Figure 3.1. The process of adjusting the weights and biases of a perceptron or MLP is known as training. The perceptron algorithm (for training simple perceptrons consists of comparing the output of the perceptron with an associated target value. The most common training algorithm for MLPs is error backpropagation. This algorithm entails a back propagation of the error correction through each neuron in the network.

4 52 Chapter 3. Application of Multi Layer Perceptron (MLP) for Shower Size Prediction Application of Error Back Propagation for MLP training The MLP is trained using (error) Back Propagation (BP) depending upon which the connecting weights between the layers are updated. The details of the training process is provided in Section 2.2. One cycle through the complete training set forms one epoch. The training process is repeated till MSE meets the performance criteria. While repeating the above, the number of epoch elapsed is counted. A few methods used for MLP training includes: (i) Gradient Descent(GDBP), (ii) Gradient Descent with Momentum BP (GDMBP), (iii) Gradient Descent with Adaptive Learning Rate BP (GDALRBP) and (iv) Gradient Descent with Adaptive Learning Rate and Momentum BP (GDALMBP). 3.2 Application of ANN for shower size prediction Showers were generated according to a modified Nishimura Kamata Greisen (NKG) Lateral Distribution Function [Hanna 1991] with primary energy in the range to ev and Moliere radius of 70 m. Their cores were evenly distributed within a circle of radius 50 m centered on the middle of the array. This restriction was adopted to avoid edge effect. A conceptual model of the core and detector locations used for the work are depicted in Figure 3.2. The high energy showers between to ev are simulated and density values calculated. The required shower sizes are generated from the trained MLP Evaluation of the training process The results derived for the four training methods are used to determine the most suitable method for training the ANN. Table 3.3 shows some of the results derived during training from which it is seen that a three layered ANN trained with traingdm provides the best success rate within epochs. This set-up is taken for testing and subsequent prediction of shower size.

5 3.2. Application of ANN for shower size prediction 53 Table 3.3: Results derived during training- ANN trained with traingd, traingdm, traingdx and traingda SL Num Epochs Success rate % Processing in % Time traingd traingdm traingdx traingda

6 54 Chapter 3. Application of Multi Layer Perceptron (MLP) for Shower Size Prediction Figure 3.2: Conceptual set-up used for simulation of density functions of EAS Experimental results and discussion At the end of the training the selected MLP configuration is used to carry out the prediction for a range of density values generated for the purpose. The results derived by the trained ANN after training it for about epochs are depicted in Figure 3.3. A χ 2 -distribution between expected and ANN predicted showers sizes with variation of training sessions is shown in Figure 3.4. Similarly the success-rates derived with increase in ANN training sessions is shown in Figure 3.5 The results thus derived establish the usefulness of the ANN in predicting the shower sizes for the range considered for the work. 3.3 Conclusion With the size of the hidden layer as 1.5 times that of the input layer, it is found that a three-layered ANN trained with traingdm provides the best success rate within epochs. This setup is taken for testing and subsequent prediction of shower size. The success rate derived establishes the ability of the ANN to handle a task like shower size prediction. The work can also be extended to predict the coordinates of the

7 3.3. Conclusion 55 Figure 3.3: Expected versus ANN generated results upto epochs

8 56 Chapter 3. Application of Multi Layer Perceptron (MLP) for Shower Size Prediction Figure 3.4: χ 2 -(between expected and ANN predicted showers sizes) distribution with ANN training sessions Figure 3.5: Variation of success rates achieved in shower size prediction with ANN training sessions

9 3.3. Conclusion 57 core using experimental density which is presented in the next chapter.

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

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

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

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

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

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

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

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

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

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

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication * Shashank Mishra 1, G.S. Tripathi M.Tech. Student, Dept. of Electronics and Communication Engineering,

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

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

Hybrid Optimized Back propagation Learning Algorithm For Multi-layer Perceptron

Hybrid Optimized Back propagation Learning Algorithm For Multi-layer Perceptron Hybrid Optimized Back propagation Learning Algorithm For Multi-layer Perceptron Arka Ghosh Purabi Das School of Information Technology, Bengal Engineering & Science University, Shibpur, Howrah, West Bengal,

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

Prediction of Influence of Doping of NaNO 3 on the Solid Phase Thermal Decomposition of Bitumen using neural networks

Prediction of Influence of Doping of NaNO 3 on the Solid Phase Thermal Decomposition of Bitumen using neural networks Prediction of Influence of Doping of NaNO 3 on the Solid Phase Thermal Decomposition of Bitumen using neural networks Foad Qassemi Department of Civil and Survey Engineering Kerman Graduate University

More information

Prediction of Rock Fragmentation in Open Pit Mines, using Neural Network Analysis

Prediction of Rock Fragmentation in Open Pit Mines, using Neural Network Analysis Prediction of Rock Fragmentation in Open Pit Mines, using Neural Network Analysis Kazem Oraee 1, Bahareh Asi 2 Loading and transport costs constitute up to 50% of the total operational costs in open pit

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

Neural Network based Digital Receiver for Radio Communications

Neural Network based Digital Receiver for Radio Communications Neural Network based Digital Receiver for Radio Communications G. LIODAKIS, D. ARVANITIS, and I.O. VARDIAMBASIS Microwave Communications & Electromagnetic Applications Laboratory, Department of Electronics,

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

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

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

Systolic modular VLSI Architecture for Multi-Model Neural Network Implementation +

Systolic modular VLSI Architecture for Multi-Model Neural Network Implementation + Systolic modular VLSI Architecture for Multi-Model Neural Network Implementation + J.M. Moreno *, J. Madrenas, J. Cabestany Departament d'enginyeria Electrònica Universitat Politècnica de Catalunya Barcelona,

More information

Mapping EDFA Noise Figure and Gain Flatness Over the Power Mask Using Neural Networks

Mapping EDFA Noise Figure and Gain Flatness Over the Power Mask Using Neural Networks 128 Mapping EDFA Noise Figure and Gain Flatness Over the Power Mask Using Neural Networks Carmelo J. A. Bastos-Filho, Erick de A. Barboza Programa de Pós-Graduação em Engenharia de Sistemas, Universidade

More information

A Neural Network Approach for the calculation of Resonant frequency of a circular microstrip antenna

A Neural Network Approach for the calculation of Resonant frequency of a circular microstrip antenna A Neural Network Approach for the calculation of Resonant frequency of a circular microstrip antenna K. Kumar, Senior Lecturer, Dept. of ECE, Pondicherry Engineering College, Pondicherry e-mail: kumarpec95@yahoo.co.in

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

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

A Comparison of MLP, RNN and ESN in Determining Harmonic Contributions from Nonlinear Loads

A Comparison of MLP, RNN and ESN in Determining Harmonic Contributions from Nonlinear Loads A Comparison of MLP, RNN and ESN in Determining Harmonic Contributions from Nonlinear Loads Jing Dai, Pinjia Zhang, Joy Mazumdar, Ronald G Harley and G K Venayagamoorthy 3 School of Electrical and Computer

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

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

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

More information

IBM SPSS Neural Networks

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

More information

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

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

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

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

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

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

بسم اهلل الرحمن الرحيم. Introduction to Neural Networks

بسم اهلل الرحمن الرحيم. Introduction to Neural Networks Textbooks: بسم اهلل الرحمن الرحيم. Introduction to Neural Networks Martin T. Hagan, Howard B. Demuth, Mark Beale, Orlando De Jesús, Neural Network Design. 2014. Simon Haykin, Neural Networks and Learning

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

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

Target Classification in Forward Scattering Radar in Noisy Environment

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

More information

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

AN ANALYSIS OF SPEECH RECOGNITION PERFORMANCE BASED UPON NETWORK LAYERS AND TRANSFER FUNCTIONS

AN ANALYSIS OF SPEECH RECOGNITION PERFORMANCE BASED UPON NETWORK LAYERS AND TRANSFER FUNCTIONS AN ANALYSIS OF SPEECH RECOGNITION PERFORMANCE BASED UPON NETWORK LAYERS AND TRANSFER FUNCTIONS Kuldeep Kumar 1, R. K. Aggarwal 1 and Ankita Jain 2 1 Department of Computer Engineering, National Institute

More information

INTRODUCTION. a complex system, that using new information technologies (software & hardware) combined

INTRODUCTION. a complex system, that using new information technologies (software & hardware) combined COMPUTATIONAL INTELLIGENCE & APPLICATIONS INTRODUCTION What is an INTELLIGENT SYSTEM? a complex system, that using new information technologies (software & hardware) combined with communication technologies,

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

Keywords : Simulated Neural Networks, Shelf Life, ANN, Elman, Self - Organizing. GJCST Classification : I.2

Keywords : Simulated Neural Networks, Shelf Life, ANN, Elman, Self - Organizing. GJCST Classification : I.2 Global Journal of Computer Science and Technology Volume 11 Issue 14 Version 1.0 August 011 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. (USA) Online

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

POLITEHNICA UNIVERSITY TIMISOARA

POLITEHNICA UNIVERSITY TIMISOARA POLITEHNICA UNIVERSITY TIMISOARA ELECTRONICS AND TELECOMMUNICATIONS FACULTY NEURAL NETWORK APPLICATIONS FOR RADIOCOVERAGE STUDIES IN MOBILE COMMUNICATION SYSTEMS Ph. D. Thesis Eng. Ileana Popescu Supervisors:

More information

Computation of Different Parameters of Triangular Patch Microstrip Antennas using a Common Neural Model

Computation of Different Parameters of Triangular Patch Microstrip Antennas using a Common Neural Model 219 Computation of Different Parameters of Triangular Patch Microstrip Antennas using a Common Neural Model *Taimoor Khan and Asok De Department of Electronics and Communication Engineering Delhi Technological

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

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

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

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

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

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

Artificial Neural Network Approach to Mobile Location Estimation in GSM Network

Artificial Neural Network Approach to Mobile Location Estimation in GSM Network INTL JOURNAL OF ELECTRONICS AND TELECOMMUNICATIONS, 2017, VOL. 63, NO. 1,. 39-44 Manuscript received March 31, 2016; revised December, 2016. DOI: 10.1515/eletel-2017-0006 Artificial Neural Network Approach

More information

Eur Ing Dr. Lei Zhang Faculty of Engineering and Applied Science University of Regina Canada

Eur Ing Dr. Lei Zhang Faculty of Engineering and Applied Science University of Regina Canada Eur Ing Dr. Lei Zhang Faculty of Engineering and Applied Science University of Regina Canada The Second International Conference on Neuroscience and Cognitive Brain Information BRAININFO 2017, July 22,

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

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

Forecasting Exchange Rates using Neural Neworks

Forecasting Exchange Rates using Neural Neworks International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 6, Number 1 (2016), pp. 35-44 International Research Publications House http://www. irphouse.com Forecasting Exchange

More information

Fault Detection in Double Circuit Transmission Lines Using ANN

Fault Detection in Double Circuit Transmission Lines Using ANN International Journal of Research in Advent Technology, Vol.3, No.8, August 25 E-ISSN: 232-9637 Fault Detection in Double Circuit Transmission Lines Using ANN Chhavi Gupta, Chetan Bhardwaj 2 U.T.U Dehradun,

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

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

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

Hourly Runoff Forecast at Different Leadtime for a Small Watershed using Artificial Neural Networks

Hourly Runoff Forecast at Different Leadtime for a Small Watershed using Artificial Neural Networks Int. J. Advance. Soft Comput. Appl., Vol. 3, No. 1, March 2011 ISSN 2074-8523; Copyright ICSRS Publication, 2011 www.i-csrs.org Hourly Runoff Forecast at Different Leadtime for a Small Watershed using

More information

Application of Backpropagation Algorithms in Predicting the Quality of Component Based Software Systems

Application of Backpropagation Algorithms in Predicting the Quality of Component Based Software Systems American-Eurasian Journal of Scientific Research 11 (4): 240-249, 2016 ISSN 1818-6785 IDOSI Publications, 2016 DOI: 10.5829/idosi.aejsr.2016.11.4.22726 Application of Backpropagation Algorithms in Predicting

More information

Statistical Tests: More Complicated Discriminants

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

More information

Comparative Study of Neural Networks for Face Recognition

Comparative Study of Neural Networks for Face Recognition 65 Comparative Study of Neural Networks for Face Recognition 1 Er. Harpreet Singh Dalla, 2 Mr. Deepak Aggarwal 1 I/C Academics, Patiala Institute of Engg. & Tech. For Women, Patiala, Punjab, India 2 A.P.,Baba

More information

Artificial Intelligence Elman Backpropagation Computing Models for Predicting Shelf Life of. Processed Cheese

Artificial Intelligence Elman Backpropagation Computing Models for Predicting Shelf Life of. Processed Cheese Vol.4/No.1 B (01) INTERNETWORKING INDONESIA JOURNAL 3 Artificial Intelligence Elman Backpropagation Computing Models for Predicting Shelf Life of Processed Cheese Sumit Goyal and Gyanendra Kumar Goyal

More information

Deep Neural Networks (2) Tanh & ReLU layers; Generalisation and Regularisation

Deep Neural Networks (2) Tanh & ReLU layers; Generalisation and Regularisation Deep Neural Networks (2) Tanh & ReLU layers; Generalisation and Regularisation Steve Renals Machine Learning Practical MLP Lecture 4 9 October 2018 MLP Lecture 4 / 9 October 2018 Deep Neural Networks (2)

More information

[Mathur* et al., 5(6): June, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Mathur* et al., 5(6): June, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY MODELING OF BREAKDOWN VOLTAGE OF SOLID INSULATING MATERIALS BY ARTIFICIAL NEURAL NETWORK Lav Singh Mathur*, Mr. Amit Agrawal,

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

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

Signal Processing of Automobile Millimeter Wave Radar Base on BP Neural Network

Signal Processing of Automobile Millimeter Wave Radar Base on BP Neural Network AIML 06 International Conference, 3-5 June 006, Sharm El Sheikh, Egypt Signal Processing of Automobile Millimeter Wave Radar Base on BP Neural Network Xinglin Zheng ), Yang Liu ), Yingsheng Zeng 3) ))3)

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

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

Neural Model of the Spinning Process for Predicting Selected Properties of Flax/Cotton Yarn Blends

Neural Model of the Spinning Process for Predicting Selected Properties of Flax/Cotton Yarn Blends Lidia Jackowska-Strumiłło*, Tadeusz Jackowski, Danuta Cyniak, Jerzy Czekalski Technical University of Łódź Faculty of Engineering and Marketing of Textiles Department of Spinning Technology and Yarn Structure

More information

Random Administrivia. In CMC 306 on Monday for LISP lab

Random Administrivia. In CMC 306 on Monday for LISP lab Random Administrivia In CMC 306 on Monday for LISP lab Artificial Intelligence: Introduction What IS artificial intelligence? Examples of intelligent behavior: Definitions of AI There are as many definitions

More information

Artificial Neural Networks

Artificial Neural Networks Artificial Neural Networks ABSTRACT Just as life attempts to understand itself better by modeling it, and in the process create something new, so Neural computing is an attempt at modeling the workings

More information

We Know Where You Are : Indoor WiFi Localization Using Neural Networks Tong Mu, Tori Fujinami, Saleil Bhat

We Know Where You Are : Indoor WiFi Localization Using Neural Networks Tong Mu, Tori Fujinami, Saleil Bhat We Know Where You Are : Indoor WiFi Localization Using Neural Networks Tong Mu, Tori Fujinami, Saleil Bhat Abstract: In this project, a neural network was trained to predict the location of a WiFi transmitter

More information

Voltage Stability Assessment in Power Network Using Artificial Neural Network

Voltage Stability Assessment in Power Network Using Artificial Neural Network Voltage Stability Assessment in Power Network Using Artificial Neural Network Swetha G C 1, H.R.Sudarshana Reddy 2 PG Scholar, Dept. of E & E Engineering, University BDT College of Engineering, Davangere,

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

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

Multilayer Perceptron: NSGA II for a New Multi-Objective Learning Method for Training and Model Complexity

Multilayer Perceptron: NSGA II for a New Multi-Objective Learning Method for Training and Model Complexity Multilayer Perceptron: NSGA II for a New Multi-Objective Learning Method for Training and Model Complexity Kaoutar Senhaji 1*, Hassan Ramchoun 1, Mohamed Ettaouil 1 1*, 1 Modeling and Scientific Computing

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

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

Fault Tolerant Multi-Layer Perceptron Networks

Fault Tolerant Multi-Layer Perceptron Networks Fault Tolerant Multi-Layer Perceptron Networks George Bolt 1 James Austin, Gary Morgan Abstract Technical Report: YCS 180 July 1992 Advanced Computer Architecture Group Department of Computer Science University

More information

Supervised Versus Unsupervised Binary-Learning by Feedforward Neural Networks

Supervised Versus Unsupervised Binary-Learning by Feedforward Neural Networks Machine Learning, 42, 97 122, 2001 c 2001 Kluwer Academic Publishers. Manufactured in The Netherlands. Supervised Versus Unsupervised Binary-Learning by Feedforward Neural Networks NATHALIE JAPKOWICZ nat@site.uottawa.ca

More information

Modeling the Drain Current of a PHEMT using the Artificial Neural Networks and a Taylor Series Expansion

Modeling the Drain Current of a PHEMT using the Artificial Neural Networks and a Taylor Series Expansion International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 10 No. 1 Jan. 2015 pp. 132-137 2015 Innovative Space of Scientific Research Journals http://www.ijias.issr-journals.org/ Modeling

More information

Design of Substrate IntegratedWaveguide Power Divider and Parameter optimization using Neural Network

Design of Substrate IntegratedWaveguide Power Divider and Parameter optimization using Neural Network IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 13, Issue 1, Ver. I (Jan.- Feb. 2018), PP 37-43 www.iosrjournals.org Design of Substrate

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

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

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

Design of Near-Optimal Classifier Using Multi-Layer Perceptron Neural Networks for Intelligent Sensors

Design of Near-Optimal Classifier Using Multi-Layer Perceptron Neural Networks for Intelligent Sensors Design of Near-Optimal Classifier Using Multi-Layer Perceptron Neural Networks for Intelligent Sensors Nadir N. Charniya, Member, IACSIT Abstract The Multi-layer Perceptron Neural Networks (MLP NN) are

More information

Artificial Neural Network (ANN) Prediction of Porosity and Water Saturation of Shaly Sandstone Reservoirs

Artificial Neural Network (ANN) Prediction of Porosity and Water Saturation of Shaly Sandstone Reservoirs Available online at www.pelagiaresearchlibrary.com Advances in Applied Science Research, 2018, 9(2):26-31 ISSN : 0976-8610 CODEN (USA): AASRFC Artificial Neural Network (ANN) Prediction of Porosity and

More information

THE USE OF ARTIFICIAL NEURAL NETWORKS IN THE ESTIMATION OF THE PERCEPTION OF SOUND BY THE HUMAN AUDITORY SYSTEM

THE USE OF ARTIFICIAL NEURAL NETWORKS IN THE ESTIMATION OF THE PERCEPTION OF SOUND BY THE HUMAN AUDITORY SYSTEM INTERNATIONAL JOURNAL ON SMART SENSING AND INTELLIGENT SYSTEMS VOL. 8, NO. 3, SEPTEMBER 2015 THE USE OF ARTIFICIAL NEURAL NETWORKS IN THE ESTIMATION OF THE PERCEPTION OF SOUND BY THE HUMAN AUDITORY SYSTEM

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

Artificial Neural Network Based Fault Locator for Single Line to Ground Fault in Double Circuit Transmission Line

Artificial Neural Network Based Fault Locator for Single Line to Ground Fault in Double Circuit Transmission Line DOI: 10.7763/IPEDR. 2014. V75. 11 Artificial Neural Network Based Fault Locator for Single Line to Ground Fault in Double Circuit Transmission Line Aravinda Surya. V 1, Ebha Koley 2 +, AnamikaYadav 3 and

More information

Are there alternatives to Sigmoid Hidden Units? MLP Lecture 6 Hidden Units / Initialisation 1

Are there alternatives to Sigmoid Hidden Units? MLP Lecture 6 Hidden Units / Initialisation 1 Are there alternatives to Sigmoid Hidden Units? MLP Lecture 6 Hidden Units / Initialisation 1 Hidden Unit Transfer Functions Initialising Deep Networks Steve Renals Machine Learning Practical MLP Lecture

More information

Acoustic Emission Source Location Based on Signal Features. Blahacek, M., Chlada, M. and Prevorovsky, Z.

Acoustic Emission Source Location Based on Signal Features. Blahacek, M., Chlada, M. and Prevorovsky, Z. Advanced Materials Research Vols. 13-14 (6) pp 77-82 online at http://www.scientific.net (6) Trans Tech Publications, Switzerland Online available since 6/Feb/15 Acoustic Emission Source Location Based

More information