Application of ANN to Predict Reinforcement Height of Weld Bead under Magnetic Field

Size: px
Start display at page:

Download "Application of ANN to Predict Reinforcement Height of Weld Bead under Magnetic Field"

Transcription

1 Application of ANN to Predict Height of Weld Bead under Magnetic Field R.P. Singh 1, R.C. Gupta 2, S.C. Sarkar 3, K.G. Sharma 4, 5 P.K.S. Rathore 1 Mechanical Engineering Depart, I.E.T., G.L.A. University Mathura, (U.P. 2 Mechanical Engineering Depart, I.E.T., Lucknow, (U.P. 3 Mechanical Engineering Depart, Kumaon Engineering College, Dwarahat, (Uttarakhand 4 Computer Science Depart, I.E.T., G.L.A. University, Mathura, (U.P. 5 Mechanical Engineering Depart, I.E.T., G.L.A. University Mathura, (U.P. * Corresponding author: R.P. Singh; Abstract: t is a significant physical characteristic of a weld which determines the quality of weld. Several welding parameters such as welding speed, welding current, volt, and external magnetic field affect the reinf t of weld. Traditionally, an expert welder from his experience of trial and error selects a set of parameters that may yield fairly good results. However, the trial and error can be avoided, if a suitable automation tool can be developed, which could forecast the output from a set of desired parameters. Artificial neural networks (ANN were applied to predict the reinf t of weld obtained in shielded metal arc welding of mild steel in an external magnetic field, produced by a bar magnet. Back-propagation neural networks algorithm has been followed to associate the welding process parameters with the reinf t. Some basic concepts relating to neural networks were explained as well as how they could be used to model reinf t in terms of the equip parameters selected to produce the weld. Approaches to utilization of neural networks in process control were discussed as well. The performance of neural networks for modeling was presented and evaluated using actual welding data. It is concluded that the accuracy of neural networks modeling is fully comparable with the accuracy achieved by more traditional modeling schemes. Keywords: Artificial Neural Networks, Back Propagation, Welding Parameter, Shielded metal arc welding. 1. INTRODUCTION An Artificial Neural Network (ANN is an information paradigm that works in the same way as the biological nervous systems work. It is composed of a large number of highly interconnected processing eles (neurons working together to solve the given problems. In this ANN system a set of inputs are applied, each representing the output of another neuron. Each neuron input X (n is multiplied by a corresponding weight W (n analogous to a synaptic strength, and all the weighted inputs are then summed to determine the activation level of the neuron. These products are simply added producing the result which is then fed through a transfer function producing the final output. This transfer function is often a sigmoid. Feed forward ANNs allow signals to travel one way only, from input to output but feedback networks can have signals travelling in both directions by introducing loops in the network. A trained neural network can be considered to be as an expert in the category of information for which it has been assigned to work. It can be used to provide projections given new situations of interest and answers what if questions. A major advant of ANN approach is that the domain knowledge is distributed in the neurons and information processing is carried out in parallel distributed manner [1]. ANNs are highly parallel data processing tools capable of learning functional dependencies of data [2]. Being adaptive units they are capable to learn these complex relationships in any condition. This provides the capability to do "Black Box Modeling" with little or no prior knowledge of the function itself. ANNs can be used for nonlinear static-dynamic systems. In the shielded metal arc welding process a minor variation in the arc length i.e. even a few mm is sufficient to produce a very large fluctuation in arc volt which may be beyond the allowable range of power source. The welding system is highly complicated and non linear system because of the non linear relationship between the arc volts, current, welding speed, external magnetic field and reinf t. It is thus not easy to be modeled by conventional mathematical framework based approach. Artificial Neural Network may be beneficial for this. Numerous attempts have been recommended to develop Volume 1, Issue 4 November - December 2012 P 70

2 mathematical models relating input process parameters and weld bead geometry. Recently, Artificial Intelligence (AI methods such as fuzzy logic, Artificial Neural Networks (ANN and some expert system have been used as key techniques for monitoring and controlling welding processes. An ANN model was developed by Abdullah Alfaruk et al. to predict weld bead geometry and penetration by considering electrode diameter, current, volt, travel speed; electrode feed rate, arc length and arc spread as influential factors for electric arc welding successfully [3]. ANN modeling has been chosen by its capability to solve complex and difficult problems. Kim et al. used multiple regression analysis and back propagation neural network in modeling bead t in metal arc welding [4]. They comprehended that the back propagation neural network is considerably more accurate than multiple regression. Nsh and Datta reported that artificial neural networks are powerful tools for analysis and modeling. They applied back propagation neural network to predict weld bead geometry and penetration in shielded metal arc welding [5]. In present scenario, ANN models have been used by many researchers to understand and predict their targeted information This paper presents the develop of neural network model to predict reinf t for various input process parameters in mild steel butt welding deposited by SMAW. Multilayer feed forward neural network was developed and it was trained using back propagation algorithm. The proposed learning algorithm for this system is the backpropagation learning algorithm. Back-propagation learning is a supervised learning where it needs to know the inputs and the desired outputs in advance. It later compares the actual output computed from the given inputs to the desired output and to calculate the error. The error is then propagated backwards through the network and weights are changed based on the back-propagation. neural networks depends upon, the number of hidden layers and number of neurons in the hidden layers. Hence, optimum structure is obtained by changing number of hidden layers and neurons by making many attempts. The appropriate neural networks structure was chosen by the trial and error method [4]. Feed forward artificial neural network structure was established by keeping four neurons in the input layer, two hidden layers having five neurons in each and one neuron in output layer using C++. It was trained with help of back propagation (BP algorithm. BP is essentially stochastic approximation to nonlinear regression. Several researchers used BP to model welding processes and predicted welding parameters using NN. Twenty five sets of current, volt, speed of welding and external magnetic field are used to find out the corresponding reinf t. Eighteen sets are used to train the ANN and remaining seven sets are used for testing purpose. The flow chart for the back, propagation algorithm is shown in figure METHODOLOGY OF ARTIFICIAL NEURAL NETWORK MODELING Several industrial processes are non-linear, complex and many input variables are involved in processes. The mathematical models cannot give closer approach to describe the behavior of the processes. ANNs are easy to understand, cost effective and have the capability of learning from examples and are used in many industrial application. ANN model has been developed for general application consisting of the following steps: (i Database collection, (ii pre-processing of input/output data, (iii design and training of neural network, (iv testing of trained network, (v post processing and (vi use trained network for prediction [6]. The arrange of neurons into layer and the connection pattern within and between the layers are called as network architecture. The architecture is consisted of three parts: (i Input layer receives the welding parameters, (ii Hidden layers considered as block boxes and (iii Output layer obtaining the values of bead geometry. The performance of the Figure-1 Flow chart for the back propagation neural network 3. FORMULATION USING BACK PROPAGATION ALGORITHM A neural network can be utilized to perform a particular work by using certain procedures. The back propagation (BP algorithm is one of the supervised training algorithms for multilayered feed forward neural networks [7] and [8]. The used algorithm for back propagation is given below: STEP 1: Normalize the inputs and outputs with respect to their maximum values. For each training pair, assume that there are l inputs and n outputs in normalized forms. STEP 2: Assume the number of neurons in the hidden layer to be in between l and 2l. X i represents the neuron to input layer, y i represents that of output of input layer, y is represents the sigmoidal output of input layer which is Volume 1, Issue 4 November - December 2012 P 71

3 also input to the first hidden layer, Y i represents the neurons of output of first hidden layer and Y is represents that of sigmoidal output of first hidden layer which is also input to the second hidden layer. Z i represents the neurons of output layer and Z is represents that of sigmoidal output of output layer. STEP 3: [W], [V] and [U] represent the weights of synapses connecting input neurons to first hidden neurons, first hidden neurons to second hidden neurons and second hidden neurons to output neurons respectively. Sigmoidal gain λ is assumed as 1 and threshold value θ is taken as zero. Moum coefficient α is assumed to be zero. STEP4: To train data, present one set of inputs and outputs. Present the inputs to the input layer. The output of the input layer may be evaluated as STEP 5: Compute the inputs to the first hidden layer by multiplying corresponding weights of synapses as STEP 6: Write the output of the first hidden layer as a sigmoidal function as This is the input for second hidden layer. STEP 7: Compute the outputs to the second hidden layer by multiplying corresponding weights of synapses as STEP 8: Write the output of the second hidden layer as a sigmoidal function as This is the input for output layer. STEP 9: Compute the outputs to the output layer by multiplying corresponding weights of synapses as STEP 10: Let the output layer units evaluate the output using sigmoidal function as This is the network output STEP11: Calculate the error and the difference between the network output and the desired output as for the ith training set as and here β is known as learning rate coefficient. STEP 15: calculate new values of weights as STEP 16: Check whether the required number of iterations have been completed. If yes, then this indicates that the modified weights are obtained and the training of data is completed. If no, then follow step 5. In training, it is essential to balance the importance of each parameter; hence the data must be normalized. Since, neural networks work better in the range of 0 to 1 [9], the input and output vector values are converted in the range of 0 to 1 using the following equation. Where Xn = normalized value, X= actual input (or output value, Xmax = Maximum value of the inputs (or outputs, Xmin=Minimum value of the inputs (or outputs. The designed neural networks structure was (3 neurons in input layer, 5 neurons in both hidden layers and 1 neuron in output layer. Proposed feed forward neural network architecture is shown in figure 2 [10]. Non-linearity and input-output mapping are the useful comple in neural networks. Hence, it has been adapted to model the input-output relation of nonlinearity and interconnected system. Table 1: Data for Training and Prediction Data for Seri al Num ber Curr ent (A Volt (V Welding Speed (mm/min Magnetic Field (Gauss Trai ning t in second hidden layer. STEP 12: Calculate the error for output and second hidden layer for the ith training set as in second hidden layer. STEP 13: Calculate the error for second hidden layer and input layerfor the ith training set as in first hidden layer. STEP 14: Calculate small changes in weight values as Volume 1, Issue 4 November - December 2012 P 72

4 Data for Predi ction Figure 2 Feed-forward neural network ( architecture 4. RESULTS Table-2 depicted the measured reinf t from the experi and predicted output values using artificial neural feed forward network. The measured and predicted output values are close to each other as the maximum percent error in prediction is 3.54, which is very less and even it can be reduced by increasing the number of iterations and hidden layers. The aim of this paper shows the possibility of the use of neural network to predict the weld bead geometry. S. N Table 2: Measured and Predicted Values with percent Error Cur ren t (A Volt (V Wel ding Spee d (mm /min Magn etic Field (Gaus s t(mm Meas ured t (mm Predi cted 1.10 t % DISCUSSION / ANALYSIS ts of all the joints were evaluated and they were presented in table 1 [11]. The magnetic field had almost no effect on reinf t if it was changed in between 0 and 40 gauss, and after this the reinf t decreased if magnetic field was increased upto 80 gauss which was our investigation range. If the magnetic field was increased from 40 gauss to 60 gauss the reinf t decreased from mm to mm and if it was increased from 60 gauss to 80 gauss the reinf t decreased from mm to mm. If the speed of welding was increased from 40 mm/ min to 80 mm/min the reinf t continuously decreased. Incre in volt from 20 to 24V, increased the reinf t from 1.06 mm to1.12 mm. if the incre in current was from 90 A to 110 A, the reinf t of weld generally. 6. CONCLUSION The experial analysis confirms that, artificial neural networks are power tools for analysis and modeling. Results revealed that an artificial neural network is one of the alternatives methods to predict the weld-bead geometry. Hence it can be proposed for real time work environ. Based on the experial work and the Volume 1, Issue 4 November - December 2012 P 73

5 neural network modeling the following conclusions are drawn: (1 A strong joint of mild steel is found to be produced in this work by using the SMAW technique. (2 If amper is increased reinf t generally increases. (3 If volt of the arc is increased reinf t generally increases. (4 If travel speed is increased reinf t of weld generally decreases. (5 If magnetic field is increased reinf t of weld generally decreases. (6 Artificial neural networks based approaches can be used successfully for predicting the output parameters like weld width, reinf t and depth of penetration of weld. However the error is rather high as in some cases in predicting reinf t it is more than 3 percent. Increasing the number of hidden layers and iterations can minimize this error. REFERENCES [1] A. Narendranath Udapa et al., An ANN based Approach for volt stability Assess. International conf. on Computer Applications in electrical engineering recent advances, pp: , [2] Task f of study committee 38, Artificial Neural Networks for Power Systems. Electra No.159, pp: , [3] Al-faruk Abdullah et al, Prediction of Weld Bead Geometry and Penetration in Electric Arc Welding using Artificial Neural Networks. Int. Jour. of Mech. & Mechatronics Engg 10 No: 04. [4] L.S. Kim et al., Comparison of multiple regression and back propagation neural network approaches in modeling top bead t of multi-pass gas metal arc welds. Sci. & Tech.of welding and joining, 8(5, pp , [5] D.S. Nsh and G.L. Datta,. Prediction of weld bead geometry and penetration in shielded arc welding using artificial neural networks. Journal of Matr. Proc. Tech, 123(2 pp , [6] Y. K. Yousif et al.,. Prediction of Friction Stir Weldingm Characteristic Using Neural Network. jourdan journal of. mech & Indus. Engg. 2, pp , [7] Valluru Rao and Hayagriva Rao, C++ Neural Networks and Fuzzy Logic BPB Publications, First Indian Edition, [8] S. Y. Kung, Digital Neural Networks. Englewood Cliffs, NJ, Prentice-Hall, [9] Rajasekaran and G.A. Vijayalakshmi,. Neural Networks, Fuzzy Logic and Genetic Algorithms Synthesis and Applications. Prentice Hall of India, [10] R.P. Singh et al., Application of Artificial Neural Network to Analyze and Predict the Mechanical Properties of Shielded Metal Arc Welded Joints under the Influence of External Magnetic Field, International Journal of Engineering Research & Technology (IJERT, pp. 1-12, Vol. 8, Issue 1, October, [11] R.P. Singh et al., Prediction of Weld Bead Geometry in Shielded Metal Arc Welding under External Magnetic Field using Artificial Neural Networks, International Journal of Manufacturing Technology and Research, Vol. 8 number 1, pp. 9-15, AUTHOR Rudra pratap singh received the B.E. degree in Mechanical Engineering from MMMEC Gorakhpur in 1992 and the M.Tech. degree in mechanical Engineering in 2009 from UPTU Lucknow. During 1992 to 1999 he worked in Jindal Group as a quality control engineer, from 1999 to till date he is working in GLA group (now GLA University Mathura as a faculty in Mechanical Engineering Depart. He is pursuing Ph. D. (Registered in, March, 2010 from Uttarakhand Technical University, Dehradun. He has published three papers in international journals and three papers in national conferences. Volume 1, Issue 4 November - December 2012 P 74

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

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

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

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

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

A Simple Design and Implementation of Reconfigurable Neural Networks

A Simple Design and Implementation of Reconfigurable Neural Networks A Simple Design and Implementation of Reconfigurable Neural Networks Hazem M. El-Bakry, and Nikos Mastorakis Abstract There are some problems in hardware implementation of digital combinational circuits.

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

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL * A. K. Sharma, ** R. A. Gupta, and *** Laxmi Srivastava * Department of Electrical Engineering,

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

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

Comparative Analysis of Air Conditioning System Using PID and Neural Network Controller

Comparative Analysis of Air Conditioning System Using PID and Neural Network Controller International Journal of Scientific and Research Publications, Volume 3, Issue 8, August 2013 1 Comparative Analysis of Air Conditioning System Using PID and Neural Network Controller Puneet Kumar *, Asso.Prof.

More information

POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM

POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM 1 VIJAY KUMAR SAHU, 2 ANIL P. VAIDYA 1,2 Pg Student, Professor E-mail: 1 vijay25051991@gmail.com, 2 anil.vaidya@walchandsangli.ac.in

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

Knowledge-Based Neural Network for Line Flow Contingency Selection and Ranking

Knowledge-Based Neural Network for Line Flow Contingency Selection and Ranking Knowledge-Based Neural Network for Line Flow Contingency Selection and Ranking Nitin Malik * and L. Srivastava ** * Institute of Technology & Management, Gurgaon, India ** Madhav Institute of Technology

More information

NEURAL NETWORK BASED LOAD FREQUENCY CONTROL FOR RESTRUCTURING POWER INDUSTRY

NEURAL NETWORK BASED LOAD FREQUENCY CONTROL FOR RESTRUCTURING POWER INDUSTRY Nigerian Journal of Technology (NIJOTECH) Vol. 31, No. 1, March, 2012, pp. 40 47. Copyright c 2012 Faculty of Engineering, University of Nigeria. ISSN 1115-8443 NEURAL NETWORK BASED LOAD FREQUENCY CONTROL

More information

MINE 432 Industrial Automation and Robotics

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

More information

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

Computational Intelligence Introduction

Computational Intelligence Introduction Computational Intelligence Introduction Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 2011 Farzaneh Abdollahi Neural Networks 1/21 Fuzzy Systems What are

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

ARTIFICIAL INTELLIGENCE BASED TUNING OF SVC CONTROLLER FOR CO-GENERATED POWER SYSTEM

ARTIFICIAL INTELLIGENCE BASED TUNING OF SVC CONTROLLER FOR CO-GENERATED POWER SYSTEM ARTIFICIAL INTELLIGENCE BASED TUNING OF SVC CONTROLLER FOR CO-GENERATED POWER SYSTEM 1 Vinod Kumar, 2 R.R.Joshi 1 Asstt Prof., Department of Electrical Engineering, CTAE, Udaipur, India-313001 2 Assoc.

More information

Neural Network Application in Robotics

Neural Network Application in Robotics Neural Network Application in Robotics Development of Autonomous Aero-Robot and its Applications to Safety and Disaster Prevention with the help of neural network Sharique Hayat 1, R. N. Mall 2 1. M.Tech.

More information

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

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

More information

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS Prof.Somashekara Reddy 1, Kusuma S 2 1 Department of MCA, NHCE Bangalore, India 2 Kusuma S, Department of MCA, NHCE Bangalore, India Abstract: Artificial Intelligence

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

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

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

More information

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

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

More information

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

Time and Cost Analysis for Highway Road Construction Project Using Artificial Neural Networks

Time and Cost Analysis for Highway Road Construction Project Using Artificial Neural Networks KICEM Journal of Construction Engineering and Project Management Online ISSN 33-958 www.jcepm.org http://dx.doi.org/.66/jcepm.5.5..6 Time and Cost Analysis for Highway Road Construction Project Using Artificial

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

International Journal of Scientific & Engineering Research, Volume 4, Issue 12, December-2013 ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 12, December-2013 ISSN International Journal of Scientific & Engineering Research, Volume, Issue, December- ISSN 9-558 9 Application of Error s by Generalized Neuron Model under Electric Short Term Forecasting Chandragiri Radha

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

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

Integration Intelligent Estimators to Disturbance Observer to Enhance Robustness of Active Magnetic Bearing Controller

Integration Intelligent Estimators to Disturbance Observer to Enhance Robustness of Active Magnetic Bearing Controller International Journal of Control Science and Engineering 217, 7(2): 25-31 DOI: 1.5923/j.control.21772.1 Integration Intelligent Estimators to Disturbance Observer to Enhance Robustness of Active Magnetic

More information

A Comparative Study on different AI Techniques towards Performance Evaluation in RRM(Radar Resource Management)

A Comparative Study on different AI Techniques towards Performance Evaluation in RRM(Radar Resource Management) A Comparative Study on different AI Techniques towards Performance Evaluation in RRM(Radar Resource Management) Madhusudhan H.S, Assistant Professor, Department of Information Science & Engineering, VVIET,

More information

CHAPTER 4 PV-UPQC BASED HARMONICS REDUCTION IN POWER DISTRIBUTION SYSTEMS

CHAPTER 4 PV-UPQC BASED HARMONICS REDUCTION IN POWER DISTRIBUTION SYSTEMS 66 CHAPTER 4 PV-UPQC BASED HARMONICS REDUCTION IN POWER DISTRIBUTION SYSTEMS INTRODUCTION The use of electronic controllers in the electric power supply system has become very common. These electronic

More information

WING rock is a highly nonlinear aerodynamic phenomenon,

WING rock is a highly nonlinear aerodynamic phenomenon, IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY, VOL. 6, NO. 5, SEPTEMBER 1998 671 Suppression of Wing Rock of Slender Delta Wings Using a Single Neuron Controller Santosh V. Joshi, A. G. Sreenatha, and

More information

A DWT Approach for Detection and Classification of Transmission Line Faults

A DWT Approach for Detection and Classification of Transmission Line Faults IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 02 July 2016 ISSN (online): 2349-6010 A DWT Approach for Detection and Classification of Transmission Line Faults

More information

FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER

FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER R. B. Dhumale 1, S. D. Lokhande 2, N. D. Thombare 3, M. P. Ghatule 4 1 Department of Electronics and Telecommunication 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

PERFORMANCE ANALYSIS OF SRM DRIVE USING ANN BASED CONTROLLING OF 6/4 SWITCHED RELUCTANCE MOTOR

PERFORMANCE ANALYSIS OF SRM DRIVE USING ANN BASED CONTROLLING OF 6/4 SWITCHED RELUCTANCE MOTOR PERFORMANCE ANALYSIS OF SRM DRIVE USING ANN BASED CONTROLLING OF 6/4 SWITCHED RELUCTANCE MOTOR Vikas S. Wadnerkar * Dr. G. Tulasi Ram Das ** Dr. A.D.Rajkumar *** ABSTRACT This paper proposes and investigates

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

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

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

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

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

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

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

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

Nomograms for Synthesizing Crank Rocker Mechanism with a Desired Optimum Range of Transmission Angle

Nomograms for Synthesizing Crank Rocker Mechanism with a Desired Optimum Range of Transmission Angle International Journal of Mining, Metallurgy & Mechanical Engineering (IJMMME Volume 3, Issue 3 (015 ISSN 30 4060 (Online Nomograms for Synthesizing Crank Rocker Mechanism with a Desired Optimum Range of

More information

Creating a Poker Playing Program Using Evolutionary Computation

Creating a Poker Playing Program Using Evolutionary Computation Creating a Poker Playing Program Using Evolutionary Computation Simon Olsen and Rob LeGrand, Ph.D. Abstract Artificial intelligence is a rapidly expanding technology. We are surrounded by technology that

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

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

ANALYSIS OF WELD BEAD GEOMETRY IN SAW AND MODELING USING CCD

ANALYSIS OF WELD BEAD GEOMETRY IN SAW AND MODELING USING CCD Int. J. Mech. Eng. & Rob. Res. 2013 Uma Gautam and Mohd. Abbas, 2013 Research Paper ISSN 2278 0149 www.ijmerr.com Vol. 2, No. 3, July 2013 2013 IJMERR. All Rights Reserved ANALYSIS OF WELD BEAD GEOMETRY

More information

Neural Network Approach to Model the Propagation Path Loss for Great Tripoli Area at 900, 1800, and 2100 MHz Bands *

Neural Network Approach to Model the Propagation Path Loss for Great Tripoli Area at 900, 1800, and 2100 MHz Bands * Neural Network Approach to Model the Propagation Path Loss for Great Tripoli Area at 9, 1, and 2 MHz Bands * Dr. Tammam A. Benmus Eng. Rabie Abboud Eng. Mustafa Kh. Shater EEE Dept. Faculty of Eng. Radio

More information

Advances in Intelligent Systems Research, volume 136 4th International Conference on Sensors, Mechatronics and Automation (ICSMA 2016)

Advances in Intelligent Systems Research, volume 136 4th International Conference on Sensors, Mechatronics and Automation (ICSMA 2016) 4th International Conference on Sensors, Mechatronics and Automation (ICSMA 2016) On Neural Network Modeling of Main Steam Temperature for Ultra supercritical Power Unit with Load Varying Xifeng Guoa,

More information

Signal Processing in Neural Network using VLSI Implementation

Signal Processing in Neural Network using VLSI Implementation www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 2 Issue 6 June 2013 Page No. 2086-2090 Signal Processing in Neural Network using VLSI Implementation S. R. Kshirsagar

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

An Improved Path Planning Method Based on Artificial Potential Field for a Mobile Robot

An Improved Path Planning Method Based on Artificial Potential Field for a Mobile Robot BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No Sofia 015 Print ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.1515/cait-015-0037 An Improved Path Planning Method Based

More information

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections Proceedings of the World Congress on Engineering and Computer Science 00 Vol I WCECS 00, October 0-, 00, San Francisco, USA A Comparison of Particle Swarm Optimization and Gradient Descent in Training

More information

Millimeter Wave RF Front End Design using Neuro-Genetic Algorithms

Millimeter Wave RF Front End Design using Neuro-Genetic Algorithms Millimeter Wave RF Front End Design using Neuro-Genetic Algorithms Rana J. Pratap, J.H. Lee, S. Pinel, G.S. May *, J. Laskar and E.M. Tentzeris Georgia Electronic Design Center Georgia Institute of Technology,

More information

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Vivek Kumar Bhatt 1, Dr. Sandeep Bhongade 2 1,2 Department of Electrical Engineering, S. G. S. Institute of Technology

More information

NNC for Power Electronics Converter Circuits: Design & Simulation

NNC for Power Electronics Converter Circuits: Design & Simulation NNC for Power Electronics Converter Circuits: Design & Simulation 1 Ms. Kashmira J. Rathi, 2 Dr. M. S. Ali Abstract: AI-based control techniques have been very popular since the beginning of the 90s. Usually,

More information

Modeling & Simulation of PMSM Drives with Fuzzy Logic Controller

Modeling & Simulation of PMSM Drives with Fuzzy Logic Controller Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2492-2497 ISSN: 2249-6645 Modeling & Simulation of PMSM Drives with Fuzzy Logic Controller Praveen Kumar 1, Anurag Singh Tomer 2 1 (ME Scholar, Department of Electrical

More information

Efficient Computation of Resonant Frequency of Rectangular Microstrip Antenna using a Neural Network Model with Two Stage Training

Efficient Computation of Resonant Frequency of Rectangular Microstrip Antenna using a Neural Network Model with Two Stage Training www.ijcsi.org 209 Efficient Computation of Resonant Frequency of Rectangular Microstrip Antenna using a Neural Network Model with Two Stage Training Guru Pyari Jangid *, Gur Mauj Saran Srivastava and Ashok

More information

** R.G.Jamkar. II. Description of flow control system. *J.V.Kul karni

** R.G.Jamkar. II. Description of flow control system. *J.V.Kul karni Proceedings of the 2000 EEE nternational Conference on Control Applications MM5-5 2:20 Anchorage, Alaska, USA September 25-27,2000 NEURAL NETWORK BASED FLOW CONTROLLER *J.V.Kul karni ** R.G.Jamkar *Lecturer,

More information

DC Motor Speed Control using Artificial Neural Network

DC Motor Speed Control using Artificial Neural Network International Journal of Modern Communication Technologies & Research (IJMCTR) ISSN: 2321-0850, Volume-2, Issue-2, February 2014 DC Motor Speed Control using Artificial Neural Network Yogesh, Swati Gupta,

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

Fault Diagnosis of Analog Circuit Using DC Approach and Neural Networks

Fault Diagnosis of Analog Circuit Using DC Approach and Neural Networks 294 Fault Diagnosis of Analog Circuit Using DC Approach and Neural Networks Ajeet Kumar Singh 1, Ajay Kumar Yadav 2, Mayank Kumar 3 1 M.Tech, EC Department, Mewar University Chittorgarh, Rajasthan, INDIA

More information

Neural Network Based Optimal Switching Pattern Generation for Multiple Pulse Width Modulated Inverter

Neural Network Based Optimal Switching Pattern Generation for Multiple Pulse Width Modulated Inverter Vol.3, Issue.4, Jul - Aug. 2013 pp-1910-1915 ISSN: 2249-6645 Neural Network Based Optimal Switching Pattern Generation for Multiple Pulse Width Modulated Inverter K. Tamilarasi 1, C. Suganthini 2 1, 2

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

Radiated EMI Recognition and Identification from PCB Configuration Using Neural Network

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

More information

A Multilayer Artificial Neural Network for Target Identification Using Radar Information

A Multilayer Artificial Neural Network for Target Identification Using Radar Information Available online at www.ijiems.com A Multilayer Artificial Neural Network for Target Identification Using Radar Information James Rodrigeres 1, Joy Fundil 1, International Hellenic University, School of

More information

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

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

More information

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

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

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

1. Governor with dynamics: Gg(s)= 1 2. Turbine with dynamics: Gt(s) = 1 3. Load and machine with dynamics: Gp(s) = 1

1. Governor with dynamics: Gg(s)= 1 2. Turbine with dynamics: Gt(s) = 1 3. Load and machine with dynamics: Gp(s) = 1 Load Frequency Control of Two Area Power System Using PID and Fuzzy Logic 1 Rajendra Murmu, 2 Sohan Lal Hembram and 3 A.K. Singh 1 Assistant Professor, 2 Reseach Scholar, Associate Professor 1,2,3 Electrical

More information

Artificial Neural Network Modeling and Optimization using Genetic Algorithm of Machining Process

Artificial Neural Network Modeling and Optimization using Genetic Algorithm of Machining Process Journal of Automation and Control Engineering Vol., No. 4, December 4 Artificial Neural Network Modeling and Optimization using Genetic Algorithm of Machining Process Pragya Shandilya Motilal Nehru National

More information

Application of Soft Computing Techniques in Water Resources Engineering

Application of Soft Computing Techniques in Water Resources Engineering International Journal of Dynamics of Fluids. ISSN 0973-1784 Volume 13, Number 2 (2017), pp. 197-202 Research India Publications http://www.ripublication.com Application of Soft Computing Techniques in

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

Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study

Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study Bahar A. Elmahi. Industrial Research & Consultancy Center, baharelmahi@yahoo.com Abstract- This paper

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

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

A New Switching Controller Based Soft Computing-High Accuracy Implementation of Artificial Neural Network

A New Switching Controller Based Soft Computing-High Accuracy Implementation of Artificial Neural Network A New Switching Controller Based Soft Computing-High Accuracy Implementation of Artificial Neural Network Dr. Ammar Hussein Mutlag, Siraj Qays Mahdi, Omar Nameer Mohammed Salim Department of Computer Engineering

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

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

Application Research on BP Neural Network PID Control of the Belt Conveyor

Application Research on BP Neural Network PID Control of the Belt Conveyor Application Research on BP Neural Network PID Control of the Belt Conveyor Pingyuan Xi 1, Yandong Song 2 1 School of Mechanical Engineering Huaihai Institute of Technology Lianyungang 222005, China 2 School

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

Performance Evaluation of Wedm Machining on Incoloy800 by TAGUCHI Method

Performance Evaluation of Wedm Machining on Incoloy800 by TAGUCHI Method Performance Evaluation of Wedm Machining on Incoloy800 by TAGUCHI Method Gagan Goyal Scholar Shri Balaji Collegeof Engineering & Technology, Jaipur, Rajasthan, India Ashok Choudhary Asistant Professor

More information

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

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

More information

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

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

Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC)

Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC) Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC) Introduction (1.1) SC Constituants and Conventional Artificial Intelligence (AI) (1.2) NF and SC Characteristics (1.3) Jyh-Shing Roger

More information

Implementation of a Choquet Fuzzy Integral Based Controller on a Real Time System

Implementation of a Choquet Fuzzy Integral Based Controller on a Real Time System Implementation of a Choquet Fuzzy Integral Based Controller on a Real Time System SMRITI SRIVASTAVA ANKUR BANSAL DEEPAK CHOPRA GAURAV GOEL Abstract The paper discusses about the Choquet Fuzzy Integral

More information

Replacing Fuzzy Systems with Neural Networks

Replacing Fuzzy Systems with Neural Networks Replacing Fuzzy Systems with Neural Networks Tiantian Xie, Hao Yu, and Bogdan Wilamowski Auburn University, Alabama, USA, tzx@auburn.edu, hzy@auburn.edu, wilam@ieee.org Abstract. In this paper, a neural

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

Modeling and Optimizing of CNC End Milling Operation Utilizing RSM Method

Modeling and Optimizing of CNC End Milling Operation Utilizing RSM Method I Vol-0, Issue-0, January 0 Modeling and Optimizing of CNC End Milling Operation Utilizing RSM Method Prof. Dr. M. M. Elkhabeery Department of Production Engineering & Mech. design University of Menoufia

More information

Face Recognition: Identifying Facial Expressions Using Back Propagation

Face Recognition: Identifying Facial Expressions Using Back Propagation Face Recognition: Identifying Facial Expressions Using Back Propagation Manisha Agrawal 1, Tarun Goyal 2 and Harvendra Kumar 3 1 B.Tech CSE Final Year Student, SLSET, Kichha, Distt: U. S, Nagar, Uttarakhand,

More information

FUZZY LOGIC CONTROL FOR NON-LINEAR MODEL OF THE BALL AND BEAM SYSTEM

FUZZY LOGIC CONTROL FOR NON-LINEAR MODEL OF THE BALL AND BEAM SYSTEM 11th International DAAAM Baltic Conference INDUSTRIAL ENGINEERING 20-22 nd April 2016, Tallinn, Estonia FUZZY LOGIC CONTROL FOR NON-LINEAR MODEL OF THE BALL AND BEAM SYSTEM Moezzi Reza & Vu Trieu Minh

More information

Control of Induction Motor Drive by Artificial Neural Network

Control of Induction Motor Drive by Artificial Neural Network Control of Induction Motor Drive y Artificial Neural Network L.FARAH, N.FARAH, M.BEDDA Centre Universitaire Souk Ahras BP 553 Souk Ahras ALGERIA Astract: Recently there has een increasing interest in the

More information