Load forecasting of G.B. Pant University of Agriculture & Technology, Pantnagar using Artificial Neural Network

Size: px
Start display at page:

Download "Load forecasting of G.B. Pant University of Agriculture & Technology, Pantnagar using Artificial Neural Network"

Transcription

1 Load forecasting of G.B. Pant University of Agriculture & Technology, Pantnagar using Artificial Neural Network VIKRAM VEER SINGH 1 Electrical Engineering Department College of Technology GBPUAT, Pantnagar, Uttarakhand Village- Jamalpur Kalan, Po-Jwalapur Haridwar, Uttarakhand INDIA vikram.chaudhary14@gmail.com AJAY SRIVASTAVA 2 Head, Electrical Engineering Department College of Technology GBPUAT, Pantnagar, Uttarakhand INDIA drajay16@gmail.com Abstract: - Load forecasting is the technique for prediction of electrical load. In a deregulated market it is important for a generating company to know about the market load demand for generating near to accurate power. The supplying and producing companies draw special attention towards the forecasting systems as they neither want to produce more than what is to be supplied nor they want to produce less so as to avoid non-satisfaction to customers. Its applications also includes load switching, contract evaluation, and infrastructure development. Artificial intelligence neural network technique have been tried out in this task. Artificial neural networks (ANN) have lately received much attention, and a great number of papers have reported successful experiments and practical tests. This paper presents the development of an ANN-based Short Term Load Forecasting (STLF) model for G.B. Pant University of Agriculture and Technology, Pantnagar (G.B.P.U.A.T), Uttarakhand, India using MATLAB. The proposed ANN is trained with weatherrelated data, data regarding holiday and historical electric load-related data using the data from August 2008 to August Key-Words: - Load Forecasting, Artificial Neural Network, MAPE. 1 Introduction Electrical load forecasting is one of the various ways which researchers from various fields of knowledge created to improve the agreement between the production and consumption of energy. Load forecasting plays an important role in power system design, planning and development and it is the base of economic studies of energy distribution and power market. The period of load forecasting can be for one year or month (long-term or mediumterm) and for one day or hour (short -term) [1, 2, 3, and 4]. STLF help to estimate load flows and to make decisions that can prevent overloading [5]. Timely implementation can result to more reliability and to reduced occurrences of equipment failures and blackout. Various research activities in ANN have shown that they possess powerful pattern recognition and pattern classification capabilities. The required data was collected from three sources, Pantnagar electric substation near dairy farm provided all the electric load related data, Central Institute of Medical and Aromatic Plants Research Centre (CRC), Pantnagar provided all weather related data and Registrar Office Pantnagar provided the information about holidays. Inputs to the ANN include past loads, temperature, rainfall, sunshine, holiday or working day etc. and output is load for a particular day. The load forecasted by the proposed model is of daily type [6]. 2 Identification of input variables The university campus is located at a distance of ISBN:

2 250 km from Delhi in Udham Singh Nagar district of Uttarakhand. University houses ten colleges, and various primary and secondary level schools and 23 hostels (called bhawans) are also located on the university campus. The University campus at Pantnagar is spread in an area of 10, acre ( km 2 ). finally used which can be seen from figure1. Electric load for that particular day was used as output to the model. 3 The Proposed Approach Fig.1: Input vector configuration There are many factors affecting the load of this area, which make the forecasting unique and challenging. The weather change affect the load demand due to a huge load in the system, day of the week effects the consumption of the load. Another important factor to be considered is whether it is a holiday or a working day, as it is a university campus whenever there is a holiday it effects the load consumption. Holidays are more difficult to forecast than non-holidays because of their relative infrequent and sometimes sudden occurrence. Past loads also effect the forecasting so previous day s load and previous to previous day s load is also considered [7].Selection of proper input variables for the model is one of the most important part of this type of research work [8]. So after proper analysis of the complete data available it was decided which factors to involve as input data. A total of nine input variables were 3.1 Methodology Used The use of ANN has been a widely studied electric load forecasting technique since The outputs of an artificial neural network are some linear or nonlinear mathematical function of its inputs [9]. The inputs may be the outputs of other network elements as well as actual network inputs. In practice network elements are arranged in a relatively small number of connected layers of elements between network inputs and outputs. Feedback paths are sometimes used. As already mentioned the most popular artificial neural network architecture for electric load forecasting is back propagation. Back propagation neural networks use continuously valued functions and supervised learning. That is, under supervised learning, the actual numerical weights assigned to element inputs are determined by matching historical data (such as time and weather) to desired outputs (such as historical electric loads) in a pre-operational training session. Artificial neural networks with unsupervised learning do not require preoperational training. So far, there is no single model or algorithm that is superior for all utilities. The reason is that utility service areas vary in differing mixtures of industrial, commercial, and residential customers. They also vary in geographic, climatologic, economic, and social characteristics. Selecting the most suitable algorithm by a utility can be done by testing the algorithms on real data. In fact, some utility companies use several load forecasting methods in parallel. As far as we know, nothing is known on a prior conditions that could detect which forecasting method is more suitable for a given load area. An important question is to investigate the sensitivity of the load forecasting algorithms and models to the number of customers, characteristics of the area, energy prices, and other factors. ISBN:

3 3.2 Software used MATLAB is a high-level language and interactive environment for numerical computation, visualization, and programming. It can be used to analyze data, develop algorithms, and create models and applications. The language, tools, and built-in math functions enable you to explore multiple approaches and reach a solution faster than with spreadsheets or traditional programming languages, such as C/C++ or Java. This software has well defined syntax for different operations which provides user a friendly environment. One of its toolbox is Neural Network Toolbox. It provides functions for modeling complex nonlinear systems that are not easily modeled with a closed-form equation. It also supports unsupervised learning with self-organizing maps and competitive layers. With the toolbox we can design, train, visualize, and simulate neural networks. We can use Neural Network Toolbox for applications such as pattern recognition, data fitting, clustering, time-series prediction, and dynamic system modelling and control. 3.3 Range of Data The overall data is of daily type taken for a complete range from August 2008 to August Apart from the weather related data, Numerical indexes of [1:12] were given to represent the month, [1:7] to represent the day in which 1 represents Monday and 7 for Sunday and [0:1] to represent holiday or working day. 3.3 Hidden Layer In the proposed ANN model, it is found that for the available data set two hidden layers shows better results for the learning of the network. The number of neurons in the hidden layer has the greatest effect in the network performance. If there are no enough hidden neurons, the network will find difficulty in the learning. On the other hand, the more hidden neurons, the more capability network to over-fit the trained data. In our experiments, varying the number of hidden neurons has led us to the set with the smallest error. 3.4 Training Back-propagation is a systematic method for training multilayer artificial neural network. It is one of the most popular and robust tools in the training of artificial neural networks. It has a mathematical foundation that is strong if not highly practical [10]. Back propagation algorithm is capable of handling very large learning problems which makes it a very popular algorithm. It is a multilayer forward network using extend gradient-descent based delta-learning rule commonly known as back propagation (of errors) rule. G.E Hinton, Rumelhart and R.O. Williams first interlaced back propagation in It has been one of the most studied and used algorithms for neural networks since then. Being a gradient descent method with minimizes that total squared error of the output computed by the network. The combination of weights which minimizes the error function is considered to be a solution of the learning problem. Since this method requires computation of the gradient of the error function at each iteration step, we must guarantee the continuity and differentiability of the error function. The network is trained by supervised learning method. The network is to achieve a balance between the ability to respond and the ability to provide good responses to the input that are similar. Back propagation passes error signals backwards through the network during training to update the weights of the network. Because of this dependence on bidirectional data flow during training, back propagation is not a plausible reproduction of biological learning mechanisms. A differentiable activation function makes the function computed by a neural network differentiable (assuming that the integration function at each node is just the sum of the inputs), since the network itself computes only function compositions. The error function also becomes differentiable. Back propagation networks are necessarily multilayer perceptron (usually with one input, one hidden, and one output layer). In order for the hidden layer to serve any useful function, multilayer networks must have non-linear activation functions for the multiple layers: a multilayer network using only linear activation functions is equivalent to some single layer, linear network. Non-linear activation functions that are commonly used include the logistic function, the softmax function, and the gaussian function. ISBN:

4 4 Work Flow 4.1 Collection of data The data required in this research is mainly of three types, that is why it is been collected from three sources. First is the Pantnagar Electric Substation near dairy farm and second is Central Institute of Medical and Aromatic Plants Research Centre (CRC), Pantnagar and third is Registrar Office Pantnagar. The electric load details were collected from substation from August 2008 to August 2013 on daily basis providing details about maximum electrical load of every day over the mentioned period i.e. a total of 1857 days. All the weather related data i.e. temperature (maximum and minimum), rainfall, sunshine hours of each and every day for the required period was collected from CRC Pantnagar. The data about holiday i.e. whether a particular day is working day or an off day in university campus was collected from Registrar Office. The collected data was then fed into excel files. total data was used for training and then the network was tested for nearly 15% i.e. 300 values. The data was tested on various types of networks depending upon the number of hidden layers and number of neurons in the hidden layer. In this paper two models are compared on the basis of Mean Absolute Percentage Error (MAPE). 4.3 Configure the network After a neural network is created the next step is its configuration. This step consist of examining inputs and target data. The configuration step is normally done automatically, when the training function is called. It can also be done manually by calling the configuration function. 4.4 Initialize the weights and biases The weights are initialized randomly at the configuration step. But these weights are not optimal weights for the solution of the problem. At the training time, the weights are updated after each epoch according to the feed forward back propagation algorithm and Levenberg-Marquardt as a training function. The optimal value of the weights are obtained when the six validations are failed in a row. 4.5 Training the network The training style used in neural network toolbox is batch training. In this type of training the weights and biases are only updated after all the inputs are presented. But in some cases incremental training can also be used in which weights and biases are updated each time an input is presented to the network. As already mentioned, the total available data is being divided into two parts i.e. training and testing. So only the training data i.e number of values of the data were used. Fig.2: Complete Flow chart of the work done 4.2 Create the network The data was divided into two type viz. training and testing. In this 1557, i.e. nearly 85% of the 4.6 Validate the network As the data is fed as input, the input vectors and target vectors will be randomly divided, with 70% used for training, 15% for validation and 15% for testing. So 15% of the data fed is used as a validation of the network. 4.7 Use the network The network which is created finally is used to predict the future values of load. As 300 values ISBN:

5 were already kept to test the network for those values on which the network was not trained on. 5 Configuration 5.1 Model-1 The proposed ANN model is a three layer feedforward ANN, it has nine inputs, first hidden layer has nine neurons, second hidden layer has thirty five neurons and one neuron is present in the output layer. These lines are for training, validation, and testing. Training is stopped by two conditions: Six validation failure or 1000 epoch, whichever happens first. Training of this model is stopped at 22 nd epoch because there are six validation failure from the 16 th to the 22 nd epoch. So the best performance is obtained at 16 th epoch, which is Fig.3: Architecture of Model Model-2 On the other hand the second model is a two layer feed-forward ANN, nine inputs are used, first hidden layer has thirty neurons, and one neuron is present in the output layer. In both of the models tan-sigmoid activation function used in the hidden layer, and linear function in the output layer. Fig.5: Performance plot Error Plot Figure 6 shows a small part of the complete error plot. Number of days is depicted on -axis and load is depicted on -axis and it can be seen clearly that forecasted load (blue coloured part) is following the actual load(red coloured part) very precisely. Fig.4: Architecture of Model-2 6 Results 6.1 Model-1 The performance plot shown in figure provides us the information about the performance of the Model-1 during the training which is Mean Squared Error (MSE) corresponding to the epoch on -axis. This is a dynamic plot because it shows the progressing improvement (reducing MSE) of the model-1 while the training is in progress. In figure we can see that there are three lines. Fig.6: A small part of error plot Mean Absolute Percentage Error (MAPE) ISBN:

6 It usually expresses accuracy as a percentage, and is defined by the formula: N: Total number of observations; F k : Forecasted Load; A k : Actual load When computed over training data MAPE=2.59% and when computed over testing data MAPE=3.09%. 6.2 Model-2 It has the performance of which is slightly lower than the previous model. MAPE for training data=2.91% and that for testing data=3.26%. As it is clearly visible from the results a load forecasting model for G.B. Pant University of Agriculture and Technology has been proposed which has two hidden layers and one output layer, Number of neurons in the first hidden layer being nine and in the second layer being thirty five and one neuron is present in the output layer, Activation functions used are tan-sigmoid in the hidden layer and linear function in the output layer. 7 Conclusion Short Term Load Forecasting of G.B.U.A.T Pantnagar has been carried out successfully and future load is forecasted. MATLAB was used for the prediction of load. The results of the proposed model for one day ahead load forecasting for the university campus shows that it has good performance and reasonable prediction accuracy. Forecasting reliabilities were evaluated by computing the mean absolute percentage error between the actual and predicted values. MAPE of 2.59% was achieved. The results suggest that ANN model with the developed structure can perform prediction with least error and finally it could be an important tool for short term load forecasting. References: [1] Huang, S.J. and K.R. Shih, Short term load forecasting via ARMA model identification including non - Gaussian process consideration, IEEE Trans. Power Syst., 2003, 18: [2] Kandil Nahi, Rene Wamkeue, Maarouf saad and Semaan Georges, An efficient approach for short term load forecasting using artificial neural networks, Int. J. Electric Power Energy syst., 2006, 28: [3] Mandal Paras, Tomonobu Senjyu, Naomitsu Urasaki, Toshihisa Funabashi, A neural network based several hours ahead electric load forecasting using similar days approach, Int. J. Elect. Power Energy Syst., 2006, 28: [4] Topalli Ayca Kumluca, Ismet Erkmen and Ihsan Topalli, Intelligent short term load forecasting in Turkey, Int. J. Electric. Power Energy Syst., 2006, 28: [5] Gross, G., F. D. Galiana, Short-term load forecasting, Proceedings of the IEEE, 1987, Vol. 75, No. 12, pp [6] K.B. Sahay, Day ahead hourly load and price forecast in ISO New England market using ANN, Annual IEEE India Conference, INDICON, [7] Hippert, H.S., Pedreira, C.E. andsouza, R.C., Neural networks for short-term load forecasting: A review and evaluation, IEEE Trans. Power Syst., 2001, 16(1): [8] Alsayegh, O.A., Short-term load forecasting using seasonal artificial neural networks, International Journal of Power and Energy Syst., 2003, 23(3): [9] K.Y. Lee, Short Term Load Forecasting using an artificial neural network, IEEE Trans. On Power Systems, 1992, Vol. 7, No. 1, pp [10] Mohan B. Tasre, Hourly load forecasting using artificial neural network for a small area, IEEE ICAESM, 2012, pp ISBN:

Assignment # 5. Farrukh Jabeen Due Date: November 2, Neural Networks: Backpropation

Assignment # 5. Farrukh Jabeen Due Date: November 2, Neural Networks: Backpropation Farrukh Jabeen Due Date: November 2, 2009. Neural Networks: Backpropation Assignment # 5 The "Backpropagation" method is one of the most popular methods of "learning" by a neural network. Read the class

More information

Linear Separability. Linear Separability. Capabilities of Threshold Neurons. Capabilities of Threshold Neurons. Capabilities of Threshold Neurons

Linear Separability. Linear Separability. Capabilities of Threshold Neurons. Capabilities of Threshold Neurons. Capabilities of Threshold Neurons Linear Separability Input space in the two-dimensional case (n = ): - - - - - - w =, w =, = - - - - - - w = -, w =, = - - - - - - w = -, w =, = Linear Separability So by varying the weights and the threshold,

More information

An Algorithm For Training Multilayer Perceptron (MLP) For Image Reconstruction Using Neural Network Without Overfitting.

An Algorithm For Training Multilayer Perceptron (MLP) For Image Reconstruction Using Neural Network Without Overfitting. An Algorithm For Training Multilayer Perceptron (MLP) For Image Reconstruction Using Neural Network Without Overfitting. Mohammad Mahmudul Alam Mia, Shovasis Kumar Biswas, Monalisa Chowdhury Urmi, Abubakar

More information

A neural network that classifies glass either as window or non-window depending on the glass chemistry.

A neural network that classifies glass either as window or non-window depending on the glass chemistry. A neural network that classifies glass either as window or non-window depending on the glass chemistry. Djaber Maouche Department of Electrical Electronic Engineering Cukurova University Adana, Turkey

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 4, April 203 ISSN: 77 2X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Stock Market Prediction

More information

Review on Methods of Selecting Number of Hidden Nodes in Artificial Neural Network

Review on Methods of Selecting Number of Hidden Nodes in Artificial Neural Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 11, November 2014,

More information

Design and Performance Analysis of and Gate using Synaptic Inputs for Neural Network Application

Design and Performance Analysis of and Gate using Synaptic Inputs for Neural Network Application IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 12 May 2015 ISSN (online): 2349-6010 Design and Performance Analysis of and Gate using Synaptic Inputs for Neural

More information

APPLICATION OF A MULTI- LAYER PERCEPTRON FOR MASS VALUATION OF REAL ESTATES

APPLICATION OF A MULTI- LAYER PERCEPTRON FOR MASS VALUATION OF REAL ESTATES FIG WORKING WEEK 2008 APPLICATION OF A MULTI- LAYER PERCEPTRON FOR MASS VALUATION OF REAL ESTATES Tomasz BUDZYŃSKI, PhD Artificial neural networks the highly sophisticated modelling technique, which allows

More information

INVESTIGATING DATA MINING BY ARTIFICIAL NEURAL NETWORK: A CASE OF REAL ESTATE PROPERTY EVALUATION

INVESTIGATING DATA MINING BY ARTIFICIAL NEURAL NETWORK: A CASE OF REAL ESTATE PROPERTY EVALUATION http:// INVESTIGATING DATA MINING BY ARTIFICIAL NEURAL NETWORK: A CASE OF REAL ESTATE PROPERTY EVALUATION 1 Rajat Pradhan, 2 Satish Kumar 1,2 Dept. of Electronics & Communication Engineering, A.S.E.T.,

More information

KINEMATIC ANALYSIS OF ADEPT VIPER USING NEURAL NETWORK

KINEMATIC ANALYSIS OF ADEPT VIPER USING NEURAL NETWORK Proceedings of the National Conference on Trends and Advances in Mechanical Engineering, YMCA Institute of Engineering, Faridabad, Haryana., Dec 9-10, 2006. KINEMATIC ANALYSIS OF ADEPT VIPER USING NEURAL

More information

CHAPTER VI BACK PROPAGATION ALGORITHM

CHAPTER VI BACK PROPAGATION ALGORITHM 6.1 Introduction CHAPTER VI BACK PROPAGATION ALGORITHM In the previous chapter, we analysed that multiple layer perceptrons are effectively applied to handle tricky problems if trained with a vastly accepted

More information

Neural Networks. CE-725: Statistical Pattern Recognition Sharif University of Technology Spring Soleymani

Neural Networks. CE-725: Statistical Pattern Recognition Sharif University of Technology Spring Soleymani Neural Networks CE-725: Statistical Pattern Recognition Sharif University of Technology Spring 2013 Soleymani Outline Biological and artificial neural networks Feed-forward neural networks Single layer

More information

Solar Radiation Data Modeling with a Novel Surface Fitting Approach

Solar Radiation Data Modeling with a Novel Surface Fitting Approach Solar Radiation Data Modeling with a Novel Surface Fitting Approach F. Onur Hocao glu, Ömer Nezih Gerek, Mehmet Kurban Anadolu University, Dept. of Electrical and Electronics Eng., Eskisehir, Turkey {fohocaoglu,ongerek,mkurban}

More information

A *69>H>N6 #DJGC6A DG C<>C::G>C<,8>:C8:H /DA 'D 2:6G, ()-"&"3 -"(' ( +-" " " % '.+ % ' -0(+$,

A *69>H>N6 #DJGC6A DG C<>C::G>C<,8>:C8:H /DA 'D 2:6G, ()-&3 -(' ( +-   % '.+ % ' -0(+$, The structure is a very important aspect in neural network design, it is not only impossible to determine an optimal structure for a given problem, it is even impossible to prove that a given structure

More information

Gupta Nikita $ Kochhar

Gupta Nikita $ Kochhar Volume 3, Issue 5, May 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Congestion Control

More information

Supervised Learning in Neural Networks (Part 2)

Supervised Learning in Neural Networks (Part 2) Supervised Learning in Neural Networks (Part 2) Multilayer neural networks (back-propagation training algorithm) The input signals are propagated in a forward direction on a layer-bylayer basis. Learning

More information

Simulation of Back Propagation Neural Network for Iris Flower Classification

Simulation of Back Propagation Neural Network for Iris Flower Classification American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-6, Issue-1, pp-200-205 www.ajer.org Research Paper Open Access Simulation of Back Propagation Neural Network

More information

Liquefaction Analysis in 3D based on Neural Network Algorithm

Liquefaction Analysis in 3D based on Neural Network Algorithm Liquefaction Analysis in 3D based on Neural Network Algorithm M. Tolon Istanbul Technical University, Turkey D. Ural Istanbul Technical University, Turkey SUMMARY: Simplified techniques based on in situ

More information

Use of Artificial Neural Networks to Investigate the Surface Roughness in CNC Milling Machine

Use of Artificial Neural Networks to Investigate the Surface Roughness in CNC Milling Machine Use of Artificial Neural Networks to Investigate the Surface Roughness in CNC Milling Machine M. Vijay Kumar Reddy 1 1 Department of Mechanical Engineering, Annamacharya Institute of Technology and Sciences,

More information

Artificial Neural Network Methodology for Modelling and Forecasting Maize Crop Yield

Artificial Neural Network Methodology for Modelling and Forecasting Maize Crop Yield Agricultural Economics Research Review Vol. 21 January-June 2008 pp 5-10 Artificial Neural Network Methodology for Modelling and Forecasting Maize Crop Yield Rama Krishna Singh and Prajneshu * Biometrics

More information

Neural Network Estimator for Electric Field Distribution on High Voltage Insulators

Neural Network Estimator for Electric Field Distribution on High Voltage Insulators Neural Network Estimator for Electric Field Distribution on High Voltage Insulators Mohamed H. Essai, Member IEEE, Al-Azhar University, Qena, Egypt, mhessai@azhar.edu.eg Mahmoud. A-H. Ahmed, Al-Azhar University,

More information

II. ARTIFICIAL NEURAL NETWORK

II. ARTIFICIAL NEURAL NETWORK Applications of Artificial Neural Networks in Power Systems: A Review Harsh Sareen 1, Palak Grover 2 1, 2 HMR Institute of Technology and Management Hamidpur New Delhi, India Abstract: A standout amongst

More information

Week 3: Perceptron and Multi-layer Perceptron

Week 3: Perceptron and Multi-layer Perceptron Week 3: Perceptron and Multi-layer Perceptron Phong Le, Willem Zuidema November 12, 2013 Last week we studied two famous biological neuron models, Fitzhugh-Nagumo model and Izhikevich model. This week,

More information

Proceedings of the 2016 International Conference on Industrial Engineering and Operations Management Detroit, Michigan, USA, September 23-25, 2016

Proceedings of the 2016 International Conference on Industrial Engineering and Operations Management Detroit, Michigan, USA, September 23-25, 2016 Neural Network Viscosity Models for Multi-Component Liquid Mixtures Adel Elneihoum, Hesham Alhumade, Ibrahim Alhajri, Walid El Garwi, Ali Elkamel Department of Chemical Engineering, University of Waterloo

More information

LECTURE NOTES Professor Anita Wasilewska NEURAL NETWORKS

LECTURE NOTES Professor Anita Wasilewska NEURAL NETWORKS LECTURE NOTES Professor Anita Wasilewska NEURAL NETWORKS Neural Networks Classifier Introduction INPUT: classification data, i.e. it contains an classification (class) attribute. WE also say that the class

More information

Optimizing Number of Hidden Nodes for Artificial Neural Network using Competitive Learning Approach

Optimizing Number of Hidden Nodes for Artificial Neural Network using Competitive Learning Approach Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.358

More information

Neural Network Estimator for Electric Field Distribution on High Voltage Insulators

Neural Network Estimator for Electric Field Distribution on High Voltage Insulators Neural Network Estimator for Electric Field Distribution on High Voltage Insulators Mohamed H. Essai, Electrical Engineering Department, Al-Azhar University, Qena, Egypt, mhessai@azhar.edu.eg Ali. H.I.

More information

Research Article Forecasting SPEI and SPI Drought Indices Using the Integrated Artificial Neural Networks

Research Article Forecasting SPEI and SPI Drought Indices Using the Integrated Artificial Neural Networks Computational Intelligence and Neuroscience Volume 2016, Article ID 3868519, 17 pages http://dx.doi.org/10.1155/2016/3868519 Research Article Forecasting SPEI and SPI Drought Indices Using the Integrated

More information

Neural Networks Laboratory EE 329 A

Neural Networks Laboratory EE 329 A Neural Networks Laboratory EE 329 A Introduction: Artificial Neural Networks (ANN) are widely used to approximate complex systems that are difficult to model using conventional modeling techniques such

More information

THE NEURAL NETWORKS: APPLICATION AND OPTIMIZATION APPLICATION OF LEVENBERG-MARQUARDT ALGORITHM FOR TIFINAGH CHARACTER RECOGNITION

THE NEURAL NETWORKS: APPLICATION AND OPTIMIZATION APPLICATION OF LEVENBERG-MARQUARDT ALGORITHM FOR TIFINAGH CHARACTER RECOGNITION International Journal of Science, Environment and Technology, Vol. 2, No 5, 2013, 779 786 ISSN 2278-3687 (O) THE NEURAL NETWORKS: APPLICATION AND OPTIMIZATION APPLICATION OF LEVENBERG-MARQUARDT ALGORITHM

More information

In this assignment, we investigated the use of neural networks for supervised classification

In this assignment, we investigated the use of neural networks for supervised classification Paul Couchman Fabien Imbault Ronan Tigreat Gorka Urchegui Tellechea Classification assignment (group 6) Image processing MSc Embedded Systems March 2003 Classification includes a broad range of decision-theoric

More information

Research on Evaluation Method of Product Style Semantics Based on Neural Network

Research on Evaluation Method of Product Style Semantics Based on Neural Network Research Journal of Applied Sciences, Engineering and Technology 6(23): 4330-4335, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: September 28, 2012 Accepted:

More information

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India.

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India. Volume 3, Issue 3, March 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Training Artificial

More information

Notes on Multilayer, Feedforward Neural Networks

Notes on Multilayer, Feedforward Neural Networks Notes on Multilayer, Feedforward Neural Networks CS425/528: Machine Learning Fall 2012 Prepared by: Lynne E. Parker [Material in these notes was gleaned from various sources, including E. Alpaydin s book

More information

CS6220: DATA MINING TECHNIQUES

CS6220: DATA MINING TECHNIQUES CS6220: DATA MINING TECHNIQUES Image Data: Classification via Neural Networks Instructor: Yizhou Sun yzsun@ccs.neu.edu November 19, 2015 Methods to Learn Classification Clustering Frequent Pattern Mining

More information

Fast Learning for Big Data Using Dynamic Function

Fast Learning for Big Data Using Dynamic Function IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Fast Learning for Big Data Using Dynamic Function To cite this article: T Alwajeeh et al 2017 IOP Conf. Ser.: Mater. Sci. Eng.

More information

forecast the method was neural used to

forecast the method was neural used to e Electricc Energy Forecasting by WEB-Based Method Balanthi Beig,, Majid Poshtan and Rajesh Ramanand The Petroleum Institute, Abu Dhabi, U..A.E. Abstract The paper presents a web-based system to forecast

More information

Climate Precipitation Prediction by Neural Network

Climate Precipitation Prediction by Neural Network Journal of Mathematics and System Science 5 (205) 207-23 doi: 0.7265/259-529/205.05.005 D DAVID PUBLISHING Juliana Aparecida Anochi, Haroldo Fraga de Campos Velho 2. Applied Computing Graduate Program,

More information

PERFORMANCE COMPARISON OF BACK PROPAGATION AND RADIAL BASIS FUNCTION WITH MOVING AVERAGE FILTERING AND WAVELET DENOISING ON FETAL ECG EXTRACTION

PERFORMANCE COMPARISON OF BACK PROPAGATION AND RADIAL BASIS FUNCTION WITH MOVING AVERAGE FILTERING AND WAVELET DENOISING ON FETAL ECG EXTRACTION I J C T A, 9(28) 2016, pp. 431-437 International Science Press PERFORMANCE COMPARISON OF BACK PROPAGATION AND RADIAL BASIS FUNCTION WITH MOVING AVERAGE FILTERING AND WAVELET DENOISING ON FETAL ECG EXTRACTION

More information

Image Compression: An Artificial Neural Network Approach

Image Compression: An Artificial Neural Network Approach Image Compression: An Artificial Neural Network Approach Anjana B 1, Mrs Shreeja R 2 1 Department of Computer Science and Engineering, Calicut University, Kuttippuram 2 Department of Computer Science and

More information

International Research Journal of Computer Science (IRJCS) ISSN: Issue 09, Volume 4 (September 2017)

International Research Journal of Computer Science (IRJCS) ISSN: Issue 09, Volume 4 (September 2017) APPLICATION OF LRN AND BPNN USING TEMPORAL BACKPROPAGATION LEARNING FOR PREDICTION OF DISPLACEMENT Talvinder Singh, Munish Kumar C-DAC, Noida, India talvinder.grewaal@gmail.com,munishkumar@cdac.in Manuscript

More information

An Intelligent Technique for Image Compression

An Intelligent Technique for Image Compression An Intelligent Technique for Image Compression Athira Mayadevi Somanathan 1, V. Kalaichelvi 2 1 Dept. Of Electronics and Communications Engineering, BITS Pilani, Dubai, U.A.E. 2 Dept. Of Electronics and

More information

Natural Language Processing CS 6320 Lecture 6 Neural Language Models. Instructor: Sanda Harabagiu

Natural Language Processing CS 6320 Lecture 6 Neural Language Models. Instructor: Sanda Harabagiu Natural Language Processing CS 6320 Lecture 6 Neural Language Models Instructor: Sanda Harabagiu In this lecture We shall cover: Deep Neural Models for Natural Language Processing Introduce Feed Forward

More information

Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks

Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks Ritika Luthra Research Scholar Chandigarh University Gulshan Goyal Associate Professor Chandigarh University ABSTRACT Image Skeletonization

More information

Classifying Twitter Data in Multiple Classes Based On Sentiment Class Labels

Classifying Twitter Data in Multiple Classes Based On Sentiment Class Labels Classifying Twitter Data in Multiple Classes Based On Sentiment Class Labels Richa Jain 1, Namrata Sharma 2 1M.Tech Scholar, Department of CSE, Sushila Devi Bansal College of Engineering, Indore (M.P.),

More information

Visual Working Efficiency Analysis Method of Cockpit Based On ANN

Visual Working Efficiency Analysis Method of Cockpit Based On ANN Visual Working Efficiency Analysis Method of Cockpit Based On ANN Yingchun CHEN Commercial Aircraft Corporation of China,Ltd Dongdong WEI Fudan University Dept. of Mechanics an Science Engineering Gang

More information

CHAPTER 7 MASS LOSS PREDICTION USING ARTIFICIAL NEURAL NETWORK (ANN)

CHAPTER 7 MASS LOSS PREDICTION USING ARTIFICIAL NEURAL NETWORK (ANN) 128 CHAPTER 7 MASS LOSS PREDICTION USING ARTIFICIAL NEURAL NETWORK (ANN) Various mathematical techniques like regression analysis and software tools have helped to develop a model using equation, which

More information

Face Detection Using Radial Basis Function Neural Networks With Fixed Spread Value

Face Detection Using Radial Basis Function Neural Networks With Fixed Spread Value Detection Using Radial Basis Function Neural Networks With Fixed Value Khairul Azha A. Aziz Faculty of Electronics and Computer Engineering, Universiti Teknikal Malaysia Melaka, Ayer Keroh, Melaka, Malaysia.

More information

WHAT TYPE OF NEURAL NETWORK IS IDEAL FOR PREDICTIONS OF SOLAR FLARES?

WHAT TYPE OF NEURAL NETWORK IS IDEAL FOR PREDICTIONS OF SOLAR FLARES? WHAT TYPE OF NEURAL NETWORK IS IDEAL FOR PREDICTIONS OF SOLAR FLARES? Initially considered for this model was a feed forward neural network. Essentially, this means connections between units do not form

More information

More on Learning. Neural Nets Support Vectors Machines Unsupervised Learning (Clustering) K-Means Expectation-Maximization

More on Learning. Neural Nets Support Vectors Machines Unsupervised Learning (Clustering) K-Means Expectation-Maximization More on Learning Neural Nets Support Vectors Machines Unsupervised Learning (Clustering) K-Means Expectation-Maximization Neural Net Learning Motivated by studies of the brain. A network of artificial

More information

RIMT IET, Mandi Gobindgarh Abstract - In this paper, analysis the speed of sending message in Healthcare standard 7 with the use of back

RIMT IET, Mandi Gobindgarh Abstract - In this paper, analysis the speed of sending message in Healthcare standard 7 with the use of back Global Journal of Computer Science and Technology Neural & Artificial Intelligence Volume 13 Issue 3 Version 1.0 Year 2013 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global

More information

Feed Forward Neural Network for Solid Waste Image Classification

Feed Forward Neural Network for Solid Waste Image Classification Research Journal of Applied Sciences, Engineering and Technology 5(4): 1466-1470, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: June 29, 2012 Accepted: August

More information

Lecture 20: Neural Networks for NLP. Zubin Pahuja

Lecture 20: Neural Networks for NLP. Zubin Pahuja Lecture 20: Neural Networks for NLP Zubin Pahuja zpahuja2@illinois.edu courses.engr.illinois.edu/cs447 CS447: Natural Language Processing 1 Today s Lecture Feed-forward neural networks as classifiers simple

More information

PERFORMANCE ANALYSIS AND VALIDATION OF CLUSTERING ALGORITHMS USING SOFT COMPUTING TECHNIQUES

PERFORMANCE ANALYSIS AND VALIDATION OF CLUSTERING ALGORITHMS USING SOFT COMPUTING TECHNIQUES PERFORMANCE ANALYSIS AND VALIDATION OF CLUSTERING ALGORITHMS USING SOFT COMPUTING TECHNIQUES Bondu Venkateswarlu Research Scholar, Department of CS&SE, Andhra University College of Engineering, A.U, Visakhapatnam,

More information

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 1, July 2013

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 1, July 2013 Application of Neural Network for Different Learning Parameter in Classification of Local Feature Image Annie anak Joseph, Chong Yung Fook Universiti Malaysia Sarawak, Faculty of Engineering, 94300, Kota

More information

Early tube leak detection system for steam boiler at KEV power plant

Early tube leak detection system for steam boiler at KEV power plant Early tube leak detection system for steam boiler at KEV power plant Firas B. Ismail 1a,, Deshvin Singh 1, N. Maisurah 1 and Abu Bakar B. Musa 1 1 Power Generation Research Centre, College of Engineering,

More information

Artificial Neural Networks Lecture Notes Part 5. Stephen Lucci, PhD. Part 5

Artificial Neural Networks Lecture Notes Part 5. Stephen Lucci, PhD. Part 5 Artificial Neural Networks Lecture Notes Part 5 About this file: If you have trouble reading the contents of this file, or in case of transcription errors, email gi0062@bcmail.brooklyn.cuny.edu Acknowledgments:

More information

ECM A Novel On-line, Evolving Clustering Method and Its Applications

ECM A Novel On-line, Evolving Clustering Method and Its Applications ECM A Novel On-line, Evolving Clustering Method and Its Applications Qun Song 1 and Nikola Kasabov 2 1, 2 Department of Information Science, University of Otago P.O Box 56, Dunedin, New Zealand (E-mail:

More information

Pattern Classification Algorithms for Face Recognition

Pattern Classification Algorithms for Face Recognition Chapter 7 Pattern Classification Algorithms for Face Recognition 7.1 Introduction The best pattern recognizers in most instances are human beings. Yet we do not completely understand how the brain recognize

More information

Applying Neural Network Architecture for Inverse Kinematics Problem in Robotics

Applying Neural Network Architecture for Inverse Kinematics Problem in Robotics J. Software Engineering & Applications, 2010, 3: 230-239 doi:10.4236/jsea.2010.33028 Published Online March 2010 (http://www.scirp.org/journal/jsea) Applying Neural Network Architecture for Inverse Kinematics

More information

6. NEURAL NETWORK BASED PATH PLANNING ALGORITHM 6.1 INTRODUCTION

6. NEURAL NETWORK BASED PATH PLANNING ALGORITHM 6.1 INTRODUCTION 6 NEURAL NETWORK BASED PATH PLANNING ALGORITHM 61 INTRODUCTION In previous chapters path planning algorithms such as trigonometry based path planning algorithm and direction based path planning algorithm

More information

Data Mining. Neural Networks

Data Mining. Neural Networks Data Mining Neural Networks Goals for this Unit Basic understanding of Neural Networks and how they work Ability to use Neural Networks to solve real problems Understand when neural networks may be most

More information

Performance Analysis of Data Mining Classification Techniques

Performance Analysis of Data Mining Classification Techniques Performance Analysis of Data Mining Classification Techniques Tejas Mehta 1, Dr. Dhaval Kathiriya 2 Ph.D. Student, School of Computer Science, Dr. Babasaheb Ambedkar Open University, Gujarat, India 1 Principal

More information

Hand Writing Numbers detection using Artificial Neural Networks

Hand Writing Numbers detection using Artificial Neural Networks Ahmad Saeed Mohammad 1 Dr. Ahmed Khalaf Hamoudi 2 Yasmin Abdul Ghani Abdul Kareem 1 1 Computer & Software Eng., College of Engineering, Al- Mustansiriya Univ., Baghdad, Iraq 2 Control & System Engineering,

More information

An Improved Document Clustering Approach Using Weighted K-Means Algorithm

An Improved Document Clustering Approach Using Weighted K-Means Algorithm An Improved Document Clustering Approach Using Weighted K-Means Algorithm 1 Megha Mandloi; 2 Abhay Kothari 1 Computer Science, AITR, Indore, M.P. Pin 453771, India 2 Computer Science, AITR, Indore, M.P.

More information

CHAPTER 4 IMPLEMENTATION OF BACK PROPAGATION ALGORITHM NEURAL NETWORK FOR STEGANALYSIS

CHAPTER 4 IMPLEMENTATION OF BACK PROPAGATION ALGORITHM NEURAL NETWORK FOR STEGANALYSIS 82 CHAPTER 4 IMPLEMENTATION OF BACK PROPAGATION ALGORITHM NEURAL NETWORK FOR STEGANALYSIS 4.1 IMPLEMENTATION OF BPA Input Layer Hidden Layer Output Layer Input Output Fig. 4.1 Back Propagation Neural Network

More information

11/14/2010 Intelligent Systems and Soft Computing 1

11/14/2010 Intelligent Systems and Soft Computing 1 Lecture 7 Artificial neural networks: Supervised learning Introduction, or how the brain works The neuron as a simple computing element The perceptron Multilayer neural networks Accelerated learning in

More information

Dr. Qadri Hamarsheh Supervised Learning in Neural Networks (Part 1) learning algorithm Δwkj wkj Theoretically practically

Dr. Qadri Hamarsheh Supervised Learning in Neural Networks (Part 1) learning algorithm Δwkj wkj Theoretically practically Supervised Learning in Neural Networks (Part 1) A prescribed set of well-defined rules for the solution of a learning problem is called a learning algorithm. Variety of learning algorithms are existing,

More information

Handwritten Character Recognition with Feedback Neural Network

Handwritten Character Recognition with Feedback Neural Network Apash Roy et al / International Journal of Computer Science & Engineering Technology (IJCSET) Handwritten Character Recognition with Feedback Neural Network Apash Roy* 1, N R Manna* *Department of Computer

More information

Self-Organizing Maps for Analysis of Expandable Polystyrene Batch Process

Self-Organizing Maps for Analysis of Expandable Polystyrene Batch Process International Journal of Computers, Communications & Control Vol. II (2007), No. 2, pp. 143-148 Self-Organizing Maps for Analysis of Expandable Polystyrene Batch Process Mikko Heikkinen, Ville Nurminen,

More information

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press,  ISSN Comparative study of fuzzy logic and neural network methods in modeling of simulated steady-state data M. Järvensivu and V. Kanninen Laboratory of Process Control, Department of Chemical Engineering, Helsinki

More information

A Neural Network Model Of Insurance Customer Ratings

A Neural Network Model Of Insurance Customer Ratings A Neural Network Model Of Insurance Customer Ratings Jan Jantzen 1 Abstract Given a set of data on customers the engineering problem in this study is to model the data and classify customers

More information

ACCOMPLISHMENT OF CRYPTOGRAPHY USING NEURAL NETWORK IN ARTIFICIAL INTELLIGENCE

ACCOMPLISHMENT OF CRYPTOGRAPHY USING NEURAL NETWORK IN ARTIFICIAL INTELLIGENCE ACCOMPLISHMENT OF CRYPTOGRAPHY USING NEURAL NETWORK IN ARTIFICIAL INTELLIGENCE Paritoshik 1, Parul Choudhary 1 B.E. Student, KITE, Raipur (CG) 2 Asst. professor, KITE, Raipur (CG) Email id: paritoshik4@gmail.com,

More information

IMPROVEMENTS TO THE BACKPROPAGATION ALGORITHM

IMPROVEMENTS TO THE BACKPROPAGATION ALGORITHM Annals of the University of Petroşani, Economics, 12(4), 2012, 185-192 185 IMPROVEMENTS TO THE BACKPROPAGATION ALGORITHM MIRCEA PETRINI * ABSTACT: This paper presents some simple techniques to improve

More information

International Journal of Electrical and Computer Engineering 4: Application of Neural Network in User Authentication for Smart Home System

International Journal of Electrical and Computer Engineering 4: Application of Neural Network in User Authentication for Smart Home System Application of Neural Network in User Authentication for Smart Home System A. Joseph, D.B.L. Bong, and D.A.A. Mat Abstract Security has been an important issue and concern in the smart home systems. Smart

More information

Machine Learning 13. week

Machine Learning 13. week Machine Learning 13. week Deep Learning Convolutional Neural Network Recurrent Neural Network 1 Why Deep Learning is so Popular? 1. Increase in the amount of data Thanks to the Internet, huge amount of

More information

Learning. Learning agents Inductive learning. Neural Networks. Different Learning Scenarios Evaluation

Learning. Learning agents Inductive learning. Neural Networks. Different Learning Scenarios Evaluation Learning Learning agents Inductive learning Different Learning Scenarios Evaluation Slides based on Slides by Russell/Norvig, Ronald Williams, and Torsten Reil Material from Russell & Norvig, chapters

More information

Volume 1, Issue 3 (2013) ISSN International Journal of Advance Research and Innovation

Volume 1, Issue 3 (2013) ISSN International Journal of Advance Research and Innovation Application of ANN for Prediction of Surface Roughness in Turning Process: A Review Ranganath M S *, Vipin, R S Mishra Department of Mechanical Engineering, Dehli Technical University, New Delhi, India

More information

Identification of Multisensor Conversion Characteristic Using Neural Networks

Identification of Multisensor Conversion Characteristic Using Neural Networks Sensors & Transducers 3 by IFSA http://www.sensorsportal.com Identification of Multisensor Conversion Characteristic Using Neural Networks Iryna TURCHENKO and Volodymyr KOCHAN Research Institute of Intelligent

More information

Artificial Neural Network based Curve Prediction

Artificial Neural Network based Curve Prediction Artificial Neural Network based Curve Prediction LECTURE COURSE: AUSGEWÄHLTE OPTIMIERUNGSVERFAHREN FÜR INGENIEURE SUPERVISOR: PROF. CHRISTIAN HAFNER STUDENTS: ANTHONY HSIAO, MICHAEL BOESCH Abstract We

More information

ESTIMATION OF SUBSURFACE QANATS DEPTH BY MULTI LAYER PERCEPTRON NEURAL NETWORK VIA MICROGRAVITY DATA

ESTIMATION OF SUBSURFACE QANATS DEPTH BY MULTI LAYER PERCEPTRON NEURAL NETWORK VIA MICROGRAVITY DATA Advances in Geosciences Vol. 20: Solid Earth (2008) Ed. Kenji Satake c World Scientific Publishing Company ESTIMATION OF SUBSURFACE QANATS DEPTH BY MULTI LAYER PERCEPTRON NEURAL NETWORK VIA MICROGRAVITY

More information

Multilayer Feed-forward networks

Multilayer Feed-forward networks Multi Feed-forward networks 1. Computational models of McCulloch and Pitts proposed a binary threshold unit as a computational model for artificial neuron. This first type of neuron has been generalized

More information

Neuron Selectivity as a Biologically Plausible Alternative to Backpropagation

Neuron Selectivity as a Biologically Plausible Alternative to Backpropagation Neuron Selectivity as a Biologically Plausible Alternative to Backpropagation C.J. Norsigian Department of Bioengineering cnorsigi@eng.ucsd.edu Vishwajith Ramesh Department of Bioengineering vramesh@eng.ucsd.edu

More information

Improved Generalized Neuron Model for Short Term Load Forecasting

Improved Generalized Neuron Model for Short Term Load Forecasting Dayalbagh Educational Institute From the SelectedWorks of D. K. Chaturvedi Dr. April, 2004 Improved Generalized Neuron Model for Short Term Load Forecasting D. K. Chaturvedi, Dayalbagh Educational Institute

More information

COMBINING NEURAL NETWORKS FOR SKIN DETECTION

COMBINING NEURAL NETWORKS FOR SKIN DETECTION COMBINING NEURAL NETWORKS FOR SKIN DETECTION Chelsia Amy Doukim 1, Jamal Ahmad Dargham 1, Ali Chekima 1 and Sigeru Omatu 2 1 School of Engineering and Information Technology, Universiti Malaysia Sabah,

More information

Department of Electronics and Telecommunication Engineering 1 PG Student, JSPM s Imperial College of Engineering and Research, Pune (M.H.

Department of Electronics and Telecommunication Engineering 1 PG Student, JSPM s Imperial College of Engineering and Research, Pune (M.H. Volume 5, Issue 4, 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Introduction to Probabilistic

More information

Evaluation of Neural Networks in the Subject of Prognostics As Compared To Linear Regression Model

Evaluation of Neural Networks in the Subject of Prognostics As Compared To Linear Regression Model International Journal of Engineering & Technology IJET-IJENS Vol:10 No:06 50 Evaluation of Neural Networks in the Subject of Prognostics As Compared To Linear Regression Model A. M. Riad, Hamdy K. Elminir,

More information

SEMANTIC COMPUTING. Lecture 8: Introduction to Deep Learning. TU Dresden, 7 December Dagmar Gromann International Center For Computational Logic

SEMANTIC COMPUTING. Lecture 8: Introduction to Deep Learning. TU Dresden, 7 December Dagmar Gromann International Center For Computational Logic SEMANTIC COMPUTING Lecture 8: Introduction to Deep Learning Dagmar Gromann International Center For Computational Logic TU Dresden, 7 December 2018 Overview Introduction Deep Learning General Neural Networks

More information

Performance Evaluation of Artificial Neural Networks for Spatial Data Analysis

Performance Evaluation of Artificial Neural Networks for Spatial Data Analysis Performance Evaluation of Artificial Neural Networks for Spatial Data Analysis Akram A. Moustafa 1*, Ziad A. Alqadi 2 and Eyad A. Shahroury 3 1 Department of Computer Science Al Al-Bayt University P.O.

More information

Exercise: Training Simple MLP by Backpropagation. Using Netlab.

Exercise: Training Simple MLP by Backpropagation. Using Netlab. Exercise: Training Simple MLP by Backpropagation. Using Netlab. Petr Pošík December, 27 File list This document is an explanation text to the following script: demomlpklin.m script implementing the beckpropagation

More information

Neuro-Fuzzy Inverse Forward Models

Neuro-Fuzzy Inverse Forward Models CS9 Autumn Neuro-Fuzzy Inverse Forward Models Brian Highfill Stanford University Department of Computer Science Abstract- Internal cognitive models are useful methods for the implementation of motor control

More information

Research Article A New High Order Fuzzy ARMA Time Series Forecasting Method by Using Neural Networks to Define Fuzzy Relations

Research Article A New High Order Fuzzy ARMA Time Series Forecasting Method by Using Neural Networks to Define Fuzzy Relations Mathematical Problems in Engineering Volume 2015, Article ID 128097, 14 pages http://dx.doi.org/10.1155/2015/128097 Research Article A New High Order Fuzzy ARMA Time Series Forecasting Method by Using

More information

Computational Intelligence Meets the NetFlix Prize

Computational Intelligence Meets the NetFlix Prize Computational Intelligence Meets the NetFlix Prize Ryan J. Meuth, Paul Robinette, Donald C. Wunsch II Abstract The NetFlix Prize is a research contest that will award $1 Million to the first group to improve

More information

Multi Layer Perceptron with Back Propagation. User Manual

Multi Layer Perceptron with Back Propagation. User Manual Multi Layer Perceptron with Back Propagation User Manual DAME-MAN-NA-0011 Issue: 1.3 Date: September 03, 2013 Author: S. Cavuoti, M. Brescia Doc. : MLPBP_UserManual_DAME-MAN-NA-0011-Rel1.3 1 INDEX 1 Introduction...

More information

Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network

Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network Utkarsh Dwivedi 1, Pranjal Rajput 2, Manish Kumar Sharma 3 1UG Scholar, Dept. of CSE, GCET, Greater Noida,

More information

Neural Network Neurons

Neural Network Neurons Neural Networks Neural Network Neurons 1 Receives n inputs (plus a bias term) Multiplies each input by its weight Applies activation function to the sum of results Outputs result Activation Functions Given

More information

Agris on-line Papers in Economics and Informatics. Aqua Site Classification Using Neural Network Models

Agris on-line Papers in Economics and Informatics. Aqua Site Classification Using Neural Network Models Agris on-line Papers in Economics and Informatics Volume VIII Number 4, 2016 Aqua Site Classification Using Neural Network Models N. Deepa 1, K. Ganesan 2 1 School of Information Technology and Engineering,

More information

Parameter optimization model in electrical discharge machining process *

Parameter optimization model in electrical discharge machining process * 14 Journal of Zhejiang University SCIENCE A ISSN 1673-565X (Print); ISSN 1862-1775 (Online) www.zju.edu.cn/jzus; www.springerlink.com E-mail: jzus@zju.edu.cn Parameter optimization model in electrical

More information

MODELLING OF ARTIFICIAL NEURAL NETWORK CONTROLLER FOR ELECTRIC DRIVE WITH LINEAR TORQUE LOAD FUNCTION

MODELLING OF ARTIFICIAL NEURAL NETWORK CONTROLLER FOR ELECTRIC DRIVE WITH LINEAR TORQUE LOAD FUNCTION MODELLING OF ARTIFICIAL NEURAL NETWORK CONTROLLER FOR ELECTRIC DRIVE WITH LINEAR TORQUE LOAD FUNCTION Janis Greivulis, Anatoly Levchenkov, Mikhail Gorobetz Riga Technical University, Faculty of Electrical

More information

4.12 Generalization. In back-propagation learning, as many training examples as possible are typically used.

4.12 Generalization. In back-propagation learning, as many training examples as possible are typically used. 1 4.12 Generalization In back-propagation learning, as many training examples as possible are typically used. It is hoped that the network so designed generalizes well. A network generalizes well when

More information