A Feature Based Neural Network Model for Weather Forecasting

Size: px
Start display at page:

Download "A Feature Based Neural Network Model for Weather Forecasting"

Transcription

1 World Academy of Science, Engineering and Technology 4 2 A Feature Based Neural Network Model for Weather Forecasting Paras, Sanjay Mathur, Avinash Kumar, and Mahesh Chandra Abstract Weather forecasting is an ever-challenging area of investigation for scientists. In this paper a weather forecasting model using Neural Network has been proposed. The weather parameters like maximum temperature, minimum temperature and relative humidity have been using the features extracted over different periods as well as from the weather parameter time-series itself. The approach applied here uses feed forward artificial neural networks (ANNs) with back propagation for supervised learning using the data recorded at a particular station. The trained ANN was used to predict the future weather conditions. The results are very encouraging and it is found that the feature based forecasting model can make predictions with high degree of accuracy. The model can be suitably adapted for making forecasts over larger geographical areas. Keywords Weather forecasting, Time series features, Feed forward ANNs, Back propagation, Correlation. I. INTRODUCTION EATHER forecasting for the future is one of the most W important attributes to forecast because agriculture sectors as well as many industries are largely dependent on the weather conditions. It is often used to predict and warn about natural disasters that are caused by abrupt change in climatic conditions. At macro level, weather forecasting is usually done using the data gathered by remote sensing satellites. Weather parameters like maximum temperature, minimum temperature, extent of rainfall, cloud conditions, wind streams and their directions, are projected using images taken by these meteorological satellites to assess future trends. The satellite-based systems are inherently costlier and require complete support system. Moreover, such systems are capable of providing only such information, which is usually generalized over a larger geographical area. The variables defining weather conditions like temperature (maximum or minimum), relative humidity, rainfall etc., vary continuously with time, forming time series of each parameter and can be used to develop a forecasting model either statistically or using some other means that uses this time series data (Chatfield 4; Montgomery and Lynwood 6). oadknight et al. () used the environmental data (ozone layer, temperature, relative humidity etc.) as time series and proposed a model for estimating the sensitivity of crops and other plants to the increasing ozone Paras, S. Mathur and A. Kumar are with Department of Electronics & Communication Engineering, College of Technology, India. M. Chandra is with Department of Mathematics, Statistics and Computer Science, College of Basic Sciences and Humanities, G. B. Pant University of Agriculture & Technology, Pantnagar, 26 45, India. pollution. In this paper, a model for weather forecasting is proposed using Artificial Neural Networks (ANNs). The proposed model is capable of forecasting the weather for a particular station using the data collected locally. The ANNs use many simplifications over actual biological neurons that help us to use the computational principles employed in the massively parallel machine (Bose and Liang 2; Haykin ). The neural networks adaptively change their synaptic weights through the process of learning. Feed forward neural networks with Back-propagation (BKP) of error have been used in past for modeling and forecasting various parameters of interest using time series data such as Cottrell et al. (6) used the time series modeling to provide a method for weight elimination in ANNs. Share prices are also taken as time series to forecast stock prices of the future (Mathur 8; Mathur et al. 2) For forecasting, certain statistical techniques can be combined with the connectionist approach of ANN exploiting the information contained in linear or nonlinear time series. The knowledge that an ANN gains about a problem domain is encoded in the weights assigned to the connections of the ANN. The ANN can then be thought as a black box, taking in and giving out information (Roadknight et al. ). In this neural network model training of the network is performed using the Back-propagation algorithm that uses supervised learning. During the training process, the network adaptively changes its synaptic weights so as to reduce the total system error within specified tolerance. When such a condition is achieved, the synaptic weights of the network can be used to produce the outputs from those input features for which no training has been done. The neural networks trained to a satisfactory level with proper features and architectures perform better in prediction, pattern classification, feature extraction etc. (Steppe et al. 6). The generalization of the network, which means producing appropriate outputs for those input samples not encountered during training process of the network is best described by training data size and number of synaptic weights (Atiya and Ji ). II. DEVELOPMENT OF THE MODEL The steps followed in developing the Neural Network model are: (i) Deciding and inputs In certain cases, the weather parameter to be forecast can be estimated based on the features obtained from the past data of same parameter. However, in some cases the parameter to be forecast exhibits a strong dependence on other weather parameters also. In such cases the input to the network should 66

2 World Academy of Science, Engineering and Technology 4 2 include the features extracted from other weather parameters also. Therefore, to forecast each parameter, input variables are decided in such a manner that those features are included in the form of trends established by them over a definite period. (ii) Setting the time frame For the estimation of different parameters certain time frames are decided to gather the information present in the trends. Three different time frames chosen are 5 weeks, weeks and 45 weeks, which are denoted as w5, w and w45, respectively. (iii) Selection of the features for application As some information is needed to access whether a specific feature is suitable for the model or not for inclusion in input data set the selection of the features is made by correlating these features with the parameter to be estimated. (iv) Preprocessing of the data The statistical indicators, which can be used as input features for the model, are as follows: a. Moving Average (MA): It is calculated progressively as an average of N number data values over the certain period. For a data set is represented by d t, d t-, d t-2,., d, where d t is present and d is the first data value, the moving average with a sliding window of period N is d MA= t + d t + d t N + d t N b. Exponential Moving Average (EMA): It is defined as EMA= ( a ) dt + a EMAt (2) where a is called the smoothing constant having value <a<. c. Oscillator (OSC): Oscillator is used to indicate the rising or trailing trend present in the time series. It is defined as difference of moving averages or exponential moving averages of two different periods. OSC = MA N -MA N2 () or, OSC = EMA N -EMA N2 where N and N2 are different periods and N>N2. d. Rate of Change (ROC): It indicates the rate of change of the variable at present, as compared to the value of the variable at certain period back. Thus percentage ROC at a times back is given by, () ROC=(-d t /d t-a ) (4) e. Moments: The r th moment of X, µ r is given by r ( X X ) µ r =E(X r )=E[(X-µ) r ]= (5) N where X is total data set and X is the mean of N data variables. Second, third and fourth moments correspondingly to r=2, and 4 are considered. f. Beta Coefficient of Skewness (β ): It is defined as β = μ μ 2 2 g. Beta Coefficient of Kurtosis (β 2 ): It is defined as β 2 = μ μ (v) Training of the network The proposed model uses Multilayer Feed forward architecture that has one or more than one hidden layers (layers between input layer and output layer), whose computation nodes are hidden neurons also termed as hidden units. The features extracted from weather data are applied as input samples and the is taken as the parameter to be estimated during training operation. III. IMPLEMENTATION OF THE MODEL The weather data used is collected at Pantnagar station situated in Tarai region of Uttarakhand state, India since April 6 to March and is available as weekly average. This data is used first for calculating features over periods of 5, and 45 weeks. For estimating maximum temperature (T max ) and minimum temperature (T min ) only five features namely, ROC and μ are selected. The correlation coefficients of these features with parameter are obtained. For example, 8, -,, -46 and.5 for T max and.5, -.8, -.25,.52, -2 for T min are the values of correlation coefficients for a particular period only. However, in the case of estimation of relative humidity (RH), two cases are considered. In the first case, T max, T min and rainfall (RF) are considered as input variables because relative humidity exhibits a strong dependence on these parameters. In the second case, RH is estimated using the features, ROC, μ 2 and μ extracted from relative humidity time series itself. The correlation coefficients of these features with RH as are obtained as, -4, 2,.528, 2 and.2, respectively for 45 week period. For forecasting the rainfall, the extant of rainfall is categorized into five categories namely, very low, low, medium, high and very high. This categorization is made on the basis of observation of rainfall data. The model therefore estimates the rainfall only for a particular category. Various structures for estimation of the different weather parameters were explored and the structures found suitable for each case are presented in Table I, which also presents the values of r 2 coefficients i.e. coefficient of determination obtained on achieving the completion of training of the network and testing for forecast for each case. IV. RESULTS AND DISCUSSION The charts and graphs for maximum temperature and minimum temperature estimation are given in Figs. and 2 using w5. Relative humidity estimation charts are shown in Figs. and 4 using w45 when estimation was done using features of RH itself and also when T max, T min and RF were used. The rainfall estimation graphs are also shown in Fig. 5. The r 2 values for these (6) () 6

3 World Academy of Science, Engineering and Technology 4 2 estimations are given in Table I. The straight line in the scatter diagrams shows the best-fit linear relationship between and output generated. Fig (a) shows the training and output from NN model for estimating maximum temperature using w5. Both the curves overlap for most of data values. The training scatter diagram has all the data points close on the linear curve which shows that output and are very similar in values Fig (b). During training all outputs are in error range less than %. Fig (c) shows the testing and output generated. The testing scatter diagram Fig (d) has all the data points close on the linear curve. During testing.% outputs have error range less than %. Fig 2(a) and 2(b) show the trend curve and scatter diagram for training in estimation of minimum temperature using w5. Here also the curves are very close to the actual s. The model has produced 8% samples under % error ranges for training. The testing outputs for minimum temperature estimation are shown in Fig. 2(c). Fig. 2(d) represents scatter diagram having linearly distributed data samples. Approximately 8% data samples are under the error range of %. Fig. (a) shows the training and output for estimating relative humidity using w45. The output trend matches with that of trend. The training scatter diagram in Fig. (b) has all the data points close on the linear curve, which shows that output and are very similar. During training 85% outputs are in error range less than %. The testing outputs for relative humidity estimation using w45 are shown in Fig. (c). The scatter diagram in Fig. (d) represents linearly distributed data samples about the line. % data samples are under the error range of % in this estimation. Fig. 4(a) and 4(b) show the trend curve and scatter diagram for training in estimation of relative humidity using T max, T min and RF. Here also the curves are very close to the actual s. The model when tested produced 4% samples under % for training. The trend curve and scatter diagram for testing in estimation of relative humidity using T max, T min and RF are shown in Fig. 4(c) and 4(d). The and output curves are close to the actual s. The model when tested produced 4% samples under % of error. The Fig. 5(a) shows the rainfall estimation output and using extracted features of T max, T min and RH. During training NN performed very good to produce outputs very near to. 2% samples were in proper category of rainfall during training. Fig. 5(b) shows linear trend of output and obtained during training. The Fig. 5(c) and Fig. 5(b) show the rainfall estimation output and using extracted features of T max, T min and RH during testing. 8% samples were in proper category of rainfall during testing. Fig. 5(d) shows linear trend of output and obtained during testing. Finally, for maximum temperature and minimum temperature estimation, the optimum size of the period for which the features are obtained, is 5 week while in case of relative humidity estimation it is 45 week. Relative humidity estimation using Tmax, Tmin and RF as input parameters is better than taking features extracted from its own time series. The category of rainfall can be estimated using the features extracted from other parameters like Tmax, Tmin and RH. It is possible to relate one weather parameter with other parameters. For example, relative humidity and category of rainfall can also be estimated using the parameters like Tmax, Tmin and RH time series directly. These variables can be combined to extract the features to predict the future weather conditions. V. CONCLUSION Neural Networks are capable of modeling a weather forecast system. Statistical indicators chosen are capable of extracting the trends, which can be considered as features for developing the models. Statistical indicators except coefficients of skewness and kurtosis are found suitable to extract the hidden patterns present in weather data. The neural network signal processing approach for weather forecasting is capable of yielding good results and can be considered as an alternative to traditional meteorological approaches. REFERENCES [] Atiya, A., and C. Ji, : How Initial Conditions Affect Generalization Performance in Large Networks. IEEE Trans. Neural Networks, Vol 8, [2] Bose, N.K., and P. Liang, 8: Neural Network Fundamentals with Graphs, Algorithms and Applications. Tata McGraw-Hill, pp 48. [] Chatfield, C., 4: The Analysis of Time Series- An Introduction. Chapman and Hall. [4] Cottrell, M., B. Girard, Y. Girard, M. Mangeas, and C. Muller, 5: Neural modeling for time series: A statistical stepwise method for weight elimination. IEEE Trans. Neural Networks, Vol 6, pp55-6. [5] Haykin, S., : Neural Networks- A Comprehensive Foundation. Addison Wesley Longman. [6] Montgomery, D. C., and Lynwood, A. J., 6: Forecasting and Time Series Analysis, McGraw-Hill. [] Mathur, S., 8: Stock Market Forecasting Using Neural Networks-An MBA Project Report Submitted to School of Management Studies, IGNOU, New Delhi. [8] Mathur, S., Shukla, A.K., and Pant, R.P., Sept. 22-2, 2, International Conference on Optimization Techniques and its Applications in Engineering and Technology, A Comparative Study of Neural Network and Regression Models for Estimating Stock Prices. [] Roadknight, C.M., Balls, G.R., Mills, G.E., and Palmer-Brown, D., : Modeling Complex Environmental Data, IEEE Trans. Neural Networks, vol. 8, No. 4, [] Steppe, J.M., Baur, K.W., and Rogers, S.K., 6: Integrated Feature and Architecture Selection, IEEE Trans. Neural Networks, vol., No. 4, -. 68

4 World Academy of Science, Engineering and Technology 4 2 TABLE I NEURAL NETWORK ARCHITECTURES AND R 2 VALUES OBTAINED FOR DIFFERENT EXPERIMENTS Sl. No. Experiment Period(w) (weeks) Input features Network Structure r 2 obtained during training. Estimation of T max using features of T max 5 2. Estimation of T max using features of T max. Estimation of T max using features of T max Estimation of T min using features of T min 5 5. Estimation of T min using features of T min 6. Estimation of T min using features of T min 45. Estimation of RH using features of RH 5 8. Estimation of RH using features of RH. Estimation of RH using features of RH 45. Estimation of RH using r 2 obtained on testing ROC and μ ROC and μ ROC and μ ROC, μ 2 and μ ROC and μ ROC and μ ROC, μ 2 and μ ROC, μ 2 and μ ROC, μ 2 and μ T max, T min, and RF --- T max, T min and RH Estimation of RF using features of T max, T min and RH ---- MA, EMA and OSC of T max, T min and RH each

5 World Academy of Science, Engineering and Technology 4 2 Training and output for maximum temperature estimation over period 5 Training scatter diagram for maximum temperature estimation over period 5 normalised () Fig. (a) Fig. (b) normalised Testing and output for maximum temperature estimation over period Test scatter diagram for maximum temperature estimation over period 5 () Fig. (c) Fig. (d) Training and output for minimum temperature estimation over period 5 Training scatter diagram for minimum temperature estimation over period 5 normalised () Fig. 2(a) Fig. 2(b)

6 World Academy of Science, Engineering and Technology 4 2 normalised Testing and output for minimum temperature estimation over period 5 Test scatter diagram for minimum temperature estimation over period 5 () Fig. 2(c) Fig. 2(d) Training and output for relative humidity estimation over period 45 Training scatter diagram for relative humidity estimation over period 5 normalised () Fig. (a) Fig. (b) Testing and output for relative humidity estimation over period 45 Test scatter diagram for relative humidity estimation over period 45 normalised () Fig. (c) Fig. (d)

7 World Academy of Science, Engineering and Technology 4 2 Training and output for relative humidity estimation using temperatures(max. and min.), rain Training scatter diagram for relative humidity estimation using temperature(max.,min),rain normalised () Fig. 4(a) Fig. 4(b) Testing and output for relative humidity estimation using temperatures(max. and min.) and rain Test scatter diagram for relative humidity estimation using temperature(max.,min),rain normalised () 5 5 Fig. 4(c) Fig. 4(d) normalised Training and output for rain estimation using temperatures(max. and min.), relative humidity Training scatter diagram for rain estimation using temperature(max, min), relative humidity () Fig. 5(a) Fig. 5(b) 2

8 World Academy of Science, Engineering and Technology 4 2 Testing and output for rain estimation using temperatures(max. and min.), relative humidity Test scatter diagram for rain estimation using temperature(max, min), relative humidity normalised () 5 5 Fig. 5(c) Fig. 5(d)

DESIGN AND DEVELOPMENT OF ARTIFICIAL INTELLIGENCE SYSTEM FOR WEATHER FORECASTING USING SOFT COMPUTING TECHNIQUES

DESIGN AND DEVELOPMENT OF ARTIFICIAL INTELLIGENCE SYSTEM FOR WEATHER FORECASTING USING SOFT COMPUTING TECHNIQUES DESIGN AND DEVELOPMENT OF ARTIFICIAL INTELLIGENCE SYSTEM FOR WEATHER FORECASTING USING SOFT COMPUTING TECHNIQUES Polaiah Bojja and Nagendram Sanam Department of Electronics and Communication Engineering,

More information

Prediction of Monthly Rainfall of Nainital Region using Artificial Neural Network (ANN) and Support Vector Machine (SVM)

Prediction of Monthly Rainfall of Nainital Region using Artificial Neural Network (ANN) and Support Vector Machine (SVM) Vol- Issue-3 25 Prediction of ly of Nainital Region using Artificial Neural Network (ANN) and Support Vector Machine (SVM) Deepa Bisht*, Mahesh C Joshi*, Ashish Mehta** *Department of Mathematics **Department

More information

Weather Forecasting using Soft Computing and Statistical Techniques

Weather Forecasting using Soft Computing and Statistical Techniques Weather Forecasting using Soft Computing and Statistical Techniques 1 Monika Sharma, 2 Lini Mathew, 3 S. Chatterji 1 Senior lecturer, Department of Electrical & Electronics Engineering, RKGIT, Ghaziabad,

More information

1. Introduction. 2. Artificial Neural Networks and Fuzzy Time Series

1. Introduction. 2. Artificial Neural Networks and Fuzzy Time Series 382 IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.9, September 2008 A Comparative Study of Neural-Network & Fuzzy Time Series Forecasting Techniques Case Study: Wheat

More information

ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD

ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD WHAT IS A NEURAL NETWORK? The simplest definition of a neural network, more properly referred to as an 'artificial' neural network (ANN), is provided

More information

Forecasting of Rain Fall in Mirzapur District, Uttar Pradesh, India Using Feed-Forward Artificial Neural Network

Forecasting of Rain Fall in Mirzapur District, Uttar Pradesh, India Using Feed-Forward Artificial Neural Network International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 2 Issue 8ǁ August. 2013 ǁ PP.87-93 Forecasting of Rain Fall in Mirzapur District, Uttar Pradesh,

More information

A Connectionist Model for Prediction of Humidity Using Artificial Neural Network

A Connectionist Model for Prediction of Humidity Using Artificial Neural Network A Connectionist Model for Prediction of Humidity Using Artificial Neural Network Bimal Dutta 1, Susanta Mitra 2 1 Hooghly Engineering & Technology College Vivekanada Road, P.O. Hooghly West Bengal - 712103,

More information

Thunderstorm Forecasting by using Artificial Neural Network

Thunderstorm Forecasting by using Artificial Neural Network Thunderstorm Forecasting by using Artificial Neural Network N.F Nik Ismail, D. Johari, A.F Ali, Faculty of Electrical Engineering Universiti Teknologi MARA 40450 Shah Alam Malaysia nikfasdi@yahoo.com.my

More information

Neural Networks Introduction

Neural Networks Introduction Neural Networks Introduction H.A Talebi Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Winter 2011 H. A. Talebi, Farzaneh Abdollahi Neural Networks 1/22 Biological

More information

To Predict Rain Fall in Desert Area of Rajasthan Using Data Mining Techniques

To Predict Rain Fall in Desert Area of Rajasthan Using Data Mining Techniques To Predict Rain Fall in Desert Area of Rajasthan Using Data Mining Techniques Peeyush Vyas Asst. Professor, CE/IT Department of Vadodara Institute of Engineering, Vadodara Abstract: Weather forecasting

More information

Short Term Load Forecasting Using Multi Layer Perceptron

Short Term Load Forecasting Using Multi Layer Perceptron International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Short Term Load Forecasting Using Multi Layer Perceptron S.Hema Chandra 1, B.Tejaswini 2, B.suneetha 3, N.chandi Priya 4, P.Prathima

More information

SOIL MOISTURE MODELING USING ARTIFICIAL NEURAL NETWORKS

SOIL MOISTURE MODELING USING ARTIFICIAL NEURAL NETWORKS Int'l Conf. Artificial Intelligence ICAI'17 241 SOIL MOISTURE MODELING USING ARTIFICIAL NEURAL NETWORKS Dr. Jayachander R. Gangasani Instructor, Department of Computer Science, jay.gangasani@aamu.edu Dr.

More information

Local Prediction of Precipitation Based on Neural Network

Local Prediction of Precipitation Based on Neural Network Environmental Engineering 10th International Conference eissn 2029-7092 / eisbn 978-609-476-044-0 Vilnius Gediminas Technical University Lithuania, 27 28 April 2017 Article ID: enviro.2017.079 http://enviro.vgtu.lt

More information

Data Mining Part 5. Prediction

Data Mining Part 5. Prediction Data Mining Part 5. Prediction 5.5. Spring 2010 Instructor: Dr. Masoud Yaghini Outline How the Brain Works Artificial Neural Networks Simple Computing Elements Feed-Forward Networks Perceptrons (Single-layer,

More information

Journal of of Computer Applications Research Research and Development and Development (JCARD), ISSN (Print), ISSN

Journal of of Computer Applications Research Research and Development and Development (JCARD), ISSN (Print), ISSN JCARD Journal of of Computer Applications Research Research and Development and Development (JCARD), ISSN 2248-9304(Print), ISSN 2248-9312 (JCARD),(Online) ISSN 2248-9304(Print), Volume 1, Number ISSN

More information

EE-588 ADVANCED TOPICS IN NEURAL NETWORK

EE-588 ADVANCED TOPICS IN NEURAL NETWORK CUKUROVA UNIVERSITY DEPARTMENT OF ELECTRICAL&ELECTRONICS ENGINEERING EE-588 ADVANCED TOPICS IN NEURAL NETWORK THE PROJECT PROPOSAL AN APPLICATION OF NEURAL NETWORKS FOR WEATHER TEMPERATURE FORECASTING

More information

ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables

ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables Sruthi V. Nair 1, Poonam Kothari 2, Kushal Lodha 3 1,2,3 Lecturer, G. H. Raisoni Institute of Engineering & Technology,

More information

A Support Vector Regression Model for Forecasting Rainfall

A Support Vector Regression Model for Forecasting Rainfall A Support Vector Regression for Forecasting Nasimul Hasan 1, Nayan Chandra Nath 1, Risul Islam Rasel 2 Department of Computer Science and Engineering, International Islamic University Chittagong, Bangladesh

More information

A Hybrid Model of Wavelet and Neural Network for Short Term Load Forecasting

A Hybrid Model of Wavelet and Neural Network for Short Term Load Forecasting International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 4 (2014), pp. 387-394 International Research Publication House http://www.irphouse.com A Hybrid Model of

More information

Optimum Neural Network Architecture for Precipitation Prediction of Myanmar

Optimum Neural Network Architecture for Precipitation Prediction of Myanmar Optimum Neural Network Architecture for Precipitation Prediction of Myanmar Khaing Win Mar, Thinn Thu Naing Abstract Nowadays, precipitation prediction is required for proper planning and management of

More information

Application of Artificial Neural Network for Short Term Load Forecasting

Application of Artificial Neural Network for Short Term Load Forecasting aerd Scientific Journal of Impact Factor(SJIF): 3.134 e-issn(o): 2348-4470 p-issn(p): 2348-6406 International Journal of Advance Engineering and Research Development Volume 2,Issue 4, April -2015 Application

More information

Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr. Harit K. Raval 3

Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr. Harit K. Raval 3 Investigations on Prediction of MRR and Surface Roughness on Electro Discharge Machine Using Regression Analysis and Artificial Neural Network Programming Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr.

More information

Mathematical Regression Modeling for Smart Environmental Weather Forecasting

Mathematical Regression Modeling for Smart Environmental Weather Forecasting Mathematical Regression Modeling for Smart Environmental Weather Forecasting Haftamu Menker GebreYohannes #1 # Lecturer Middle East College Middle East College, Knowledge Oasis Muscat Campus, Muscat, Sultanate

More information

Temperature Prediction based on Artificial Neural Network and its Impact on Rice Production, Case Study: Bangladesh

Temperature Prediction based on Artificial Neural Network and its Impact on Rice Production, Case Study: Bangladesh erature Prediction based on Artificial Neural Network and its Impact on Rice Production, Case Study: Bangladesh Tushar Kanti Routh Lecturer, Department of Electronics & Telecommunication Engineering, South

More information

Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption

Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption ANDRÉ NUNES DE SOUZA, JOSÉ ALFREDO C. ULSON, IVAN NUNES

More information

Artificial Neural Networks" and Nonparametric Methods" CMPSCI 383 Nov 17, 2011!

Artificial Neural Networks and Nonparametric Methods CMPSCI 383 Nov 17, 2011! Artificial Neural Networks" and Nonparametric Methods" CMPSCI 383 Nov 17, 2011! 1 Todayʼs lecture" How the brain works (!)! Artificial neural networks! Perceptrons! Multilayer feed-forward networks! Error

More information

Feature Selection Optimization Solar Insolation Prediction Using Artificial Neural Network: Perspective Bangladesh

Feature Selection Optimization Solar Insolation Prediction Using Artificial Neural Network: Perspective Bangladesh American Journal of Engineering Research (AJER) 2016 American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-5, Issue-8, pp-261-265 www.ajer.org Research Paper Open

More information

Artificial Neural Network Method of Rock Mass Blastability Classification

Artificial Neural Network Method of Rock Mass Blastability Classification Artificial Neural Network Method of Rock Mass Blastability Classification Jiang Han, Xu Weiya, Xie Shouyi Research Institute of Geotechnical Engineering, Hohai University, Nanjing, Jiangshu, P.R.China

More information

Forecasting Crude Oil Price Using Neural Networks

Forecasting Crude Oil Price Using Neural Networks CMU. Journal (2006) Vol. 5(3) 377 Forecasting Crude Oil Price Using Neural Networks Komsan Suriya * Faculty of Economics, Chiang Mai University, Chiang Mai 50200, Thailand *Corresponding author. E-mail:

More information

ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92

ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92 ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92 BIOLOGICAL INSPIRATIONS Some numbers The human brain contains about 10 billion nerve cells (neurons) Each neuron is connected to the others through 10000

More information

Introduction to Natural Computation. Lecture 9. Multilayer Perceptrons and Backpropagation. Peter Lewis

Introduction to Natural Computation. Lecture 9. Multilayer Perceptrons and Backpropagation. Peter Lewis Introduction to Natural Computation Lecture 9 Multilayer Perceptrons and Backpropagation Peter Lewis 1 / 25 Overview of the Lecture Why multilayer perceptrons? Some applications of multilayer perceptrons.

More information

Using artificial neural network for solar energy level predicting

Using artificial neural network for solar energy level predicting ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 13, No. 3, 2018, pp.163-167 Using artificial neural network for solar energy level predicting A.G. Mustafaev Dagestan state

More information

A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL FUZZY CLUSTERING *

A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL FUZZY CLUSTERING * No.2, Vol.1, Winter 2012 2012 Published by JSES. A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL * Faruk ALPASLAN a, Ozge CAGCAG b Abstract Fuzzy time series forecasting methods

More information

A Hybrid ARIMA and Neural Network Model to Forecast Particulate. Matter Concentration in Changsha, China

A Hybrid ARIMA and Neural Network Model to Forecast Particulate. Matter Concentration in Changsha, China A Hybrid ARIMA and Neural Network Model to Forecast Particulate Matter Concentration in Changsha, China Guangxing He 1, Qihong Deng 2* 1 School of Energy Science and Engineering, Central South University,

More information

APPLICATION OF NEURAL NETWORKS IN WEATHER FORECASTING

APPLICATION OF NEURAL NETWORKS IN WEATHER FORECASTING APPLICATION OF NEURAL NETWORKS IN WEATHER FORECASTING Dr. A. C. Subhajini Assistant Professoor, Dept. of Computer Applications, Noorul Islam Centre for Higher Education, Noorul Islam University ABSTRACT:

More information

Rainfall Prediction using Back-Propagation Feed Forward Network

Rainfall Prediction using Back-Propagation Feed Forward Network Rainfall Prediction using Back-Propagation Feed Forward Network Ankit Chaturvedi Department of CSE DITMR (Faridabad) MDU Rohtak (hry). ABSTRACT Back propagation is most widely used in neural network projects

More information

Wavelet Neural Networks for Nonlinear Time Series Analysis

Wavelet Neural Networks for Nonlinear Time Series Analysis Applied Mathematical Sciences, Vol. 4, 2010, no. 50, 2485-2495 Wavelet Neural Networks for Nonlinear Time Series Analysis K. K. Minu, M. C. Lineesh and C. Jessy John Department of Mathematics National

More information

Research Article Weather Forecasting Using Sliding Window Algorithm

Research Article Weather Forecasting Using Sliding Window Algorithm ISRN Signal Processing Volume 23, Article ID 5654, 5 pages http://dx.doi.org/.55/23/5654 Research Article Weather Forecasting Using Sliding Window Algorithm Piyush Kapoor and Sarabjeet Singh Bedi 2 KvantumInc.,Gurgaon22,India

More information

Intelligent Modular Neural Network for Dynamic System Parameter Estimation

Intelligent Modular Neural Network for Dynamic System Parameter Estimation Intelligent Modular Neural Network for Dynamic System Parameter Estimation Andrzej Materka Technical University of Lodz, Institute of Electronics Stefanowskiego 18, 9-537 Lodz, Poland Abstract: A technique

More information

Design Collocation Neural Network to Solve Singular Perturbed Problems with Initial Conditions

Design Collocation Neural Network to Solve Singular Perturbed Problems with Initial Conditions Article International Journal of Modern Engineering Sciences, 204, 3(): 29-38 International Journal of Modern Engineering Sciences Journal homepage:www.modernscientificpress.com/journals/ijmes.aspx ISSN:

More information

Application of Fully Recurrent (FRNN) and Radial Basis Function (RBFNN) Neural Networks for Simulating Solar Radiation

Application of Fully Recurrent (FRNN) and Radial Basis Function (RBFNN) Neural Networks for Simulating Solar Radiation Bulletin of Environment, Pharmacology and Life Sciences Bull. Env. Pharmacol. Life Sci., Vol 3 () January 04: 3-39 04 Academy for Environment and Life Sciences, India Online ISSN 77-808 Journal s URL:http://www.bepls.com

More information

Research Article Development of Artificial Neural-Network-Based Models for the Simulation of Spring Discharge

Research Article Development of Artificial Neural-Network-Based Models for the Simulation of Spring Discharge Artificial Intelligence Volume, Article ID 68628, pages doi:.//68628 Research Article Development of Artificial Neural-Network-Based Models for the Simulation of Spring Discharge M. Mohan Raju, R. K. Srivastava,

More information

Application of Text Mining for Faster Weather Forecasting

Application of Text Mining for Faster Weather Forecasting International Journal of Computer Engineering and Information Technology VOL. 8, NO. 11, November 2016, 213 219 Available online at: www.ijceit.org E-ISSN 2412-8856 (Online) Application of Text Mining

More information

P. M. FONTE GONÇALO XUFRE SILVA J. C. QUADRADO DEEA Centro de Matemática DEEA ISEL Rua Conselheiro Emídio Navarro, LISBOA PORTUGAL

P. M. FONTE GONÇALO XUFRE SILVA J. C. QUADRADO DEEA Centro de Matemática DEEA ISEL Rua Conselheiro Emídio Navarro, LISBOA PORTUGAL Wind Speed Prediction using Artificial Neural Networks P. M. FONTE GONÇALO XUFRE SILVA J. C. QUADRADO DEEA Centro de Matemática DEEA ISEL Rua Conselheiro Emídio Navarro, 1950-072 LISBOA PORTUGAL Abstract:

More information

Portugaliae Electrochimica Acta 26/4 (2008)

Portugaliae Electrochimica Acta 26/4 (2008) Portugaliae Electrochimica Acta 6/4 (008) 6-68 PORTUGALIAE ELECTROCHIMICA ACTA Comparison of Regression Model and Artificial Neural Network Model for the Prediction of Volume Percent of Diamond Deposition

More information

WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES. Z.Y. Dong X. Li Z. Xu K. L.

WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES. Z.Y. Dong X. Li Z. Xu K. L. WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES Abstract Z.Y. Dong X. Li Z. Xu K. L. Teo School of Information Technology and Electrical Engineering

More information

Estimation of Reference Evapotranspiration by Artificial Neural Network

Estimation of Reference Evapotranspiration by Artificial Neural Network Estimation of Reference Evapotranspiration by Artificial Neural Network A. D. Bhagat 1, P. G. Popale 2 PhD Scholar, Department of Irrigation and Drainage Engineering, Dr. ASCAE&T, Mahatma Phule Krishi

More information

ECLT 5810 Classification Neural Networks. Reference: Data Mining: Concepts and Techniques By J. Hand, M. Kamber, and J. Pei, Morgan Kaufmann

ECLT 5810 Classification Neural Networks. Reference: Data Mining: Concepts and Techniques By J. Hand, M. Kamber, and J. Pei, Morgan Kaufmann ECLT 5810 Classification Neural Networks Reference: Data Mining: Concepts and Techniques By J. Hand, M. Kamber, and J. Pei, Morgan Kaufmann Neural Networks A neural network is a set of connected input/output

More information

A Logarithmic Neural Network Architecture for Unbounded Non-Linear Function Approximation

A Logarithmic Neural Network Architecture for Unbounded Non-Linear Function Approximation 1 Introduction A Logarithmic Neural Network Architecture for Unbounded Non-Linear Function Approximation J Wesley Hines Nuclear Engineering Department The University of Tennessee Knoxville, Tennessee,

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 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Application of

More information

Best Fit Probability Distributions for Monthly Radiosonde Weather Data

Best Fit Probability Distributions for Monthly Radiosonde Weather Data Best Fit Probability Distributions for Monthly Radiosonde Weather Data Athulya P. S 1 and K. C James 2 1 M.Tech III Semester, 2 Professor Department of statistics Cochin University of Science and Technology

More information

Machine Learning. Neural Networks. (slides from Domingos, Pardo, others)

Machine Learning. Neural Networks. (slides from Domingos, Pardo, others) Machine Learning Neural Networks (slides from Domingos, Pardo, others) For this week, Reading Chapter 4: Neural Networks (Mitchell, 1997) See Canvas For subsequent weeks: Scaling Learning Algorithms toward

More information

Artificial Neural Network Based Approach for Design of RCC Columns

Artificial Neural Network Based Approach for Design of RCC Columns Artificial Neural Network Based Approach for Design of RCC Columns Dr T illai, ember I Karthekeyan, Non-member Recent developments in artificial neural network have opened up new possibilities in the field

More information

Artificial Neural Network

Artificial Neural Network Artificial Neural Network Contents 2 What is ANN? Biological Neuron Structure of Neuron Types of Neuron Models of Neuron Analogy with human NN Perceptron OCR Multilayer Neural Network Back propagation

More information

Unit III. A Survey of Neural Network Model

Unit III. A Survey of Neural Network Model Unit III A Survey of Neural Network Model 1 Single Layer Perceptron Perceptron the first adaptive network architecture was invented by Frank Rosenblatt in 1957. It can be used for the classification of

More information

Lecture 4: Feed Forward Neural Networks

Lecture 4: Feed Forward Neural Networks Lecture 4: Feed Forward Neural Networks Dr. Roman V Belavkin Middlesex University BIS4435 Biological neurons and the brain A Model of A Single Neuron Neurons as data-driven models Neural Networks Training

More information

Prediction of Particulate Matter Concentrations Using Artificial Neural Network

Prediction of Particulate Matter Concentrations Using Artificial Neural Network Resources and Environment 2012, 2(2): 30-36 DOI: 10.5923/j.re.20120202.05 Prediction of Particulate Matter Concentrations Using Artificial Neural Network Surendra Roy National Institute of Rock Mechanics,

More information

Forecasting Drought in Tel River Basin using Feed-forward Recursive Neural Network

Forecasting Drought in Tel River Basin using Feed-forward Recursive Neural Network 2012 International Conference on Environmental, Biomedical and Biotechnology IPCBEE vol.41 (2012) (2012) IACSIT Press, Singapore Forecasting Drought in Tel River Basin using Feed-forward Recursive Neural

More information

ESTIMATION OF GLOBAL SOLAR RADIATION AT CALABAR USING TWO MODELS

ESTIMATION OF GLOBAL SOLAR RADIATION AT CALABAR USING TWO MODELS ESTIMATION OF GLOBAL SOLAR RADIATION AT CALABAR USING TWO MODELS 1 Ibeh G. F, 1 Agbo G. A, 1 Ekpe J. E and 2 Isikwue B. C 1 Department of Industrial Physics, Ebonyi State University, Abakaliki, Ebonyi

More information

Development of Agrometeorological Models for Estimation of Cotton Yield

Development of Agrometeorological Models for Estimation of Cotton Yield DOI: 10.5958/2349-4433.2015.00006.9 Development of Agrometeorological Models for Estimation of Cotton Yield K K Gill and Kavita Bhatt School of Climate Change and Agricultural Meteorology Punjab Agricultural

More information

Neural Networks and the Back-propagation Algorithm

Neural Networks and the Back-propagation Algorithm Neural Networks and the Back-propagation Algorithm Francisco S. Melo In these notes, we provide a brief overview of the main concepts concerning neural networks and the back-propagation algorithm. We closely

More information

Weather based forecasting model for crops yield using neural network approach

Weather based forecasting model for crops yield using neural network approach Statistics and Applications Volume 9, Nos. &2, 20 (New Series), pp. 55-69 Weather based forecasting model for crops yield using neural network approach Ratna Ra Laxmi and Amrender Kumar 2 Reader, Department

More information

Implementation of Artificial Neural Network for Short Term Load Forecasting

Implementation of Artificial Neural Network for Short Term Load Forecasting Implementation of Artificial Neural Network for Short Term Load Forecasting Anju Bala * * Research Scholar, E.E. Department, D.C.R. University of Sci. & Technology, Murthal, anju8305@gmail.com N. K. Yadav

More information

Forecasting River Flow in the USA: A Comparison between Auto-Regression and Neural Network Non-Parametric Models

Forecasting River Flow in the USA: A Comparison between Auto-Regression and Neural Network Non-Parametric Models Journal of Computer Science 2 (10): 775-780, 2006 ISSN 1549-3644 2006 Science Publications Forecasting River Flow in the USA: A Comparison between Auto-Regression and Neural Network Non-Parametric Models

More information

Predict Time Series with Multiple Artificial Neural Networks

Predict Time Series with Multiple Artificial Neural Networks , pp. 313-324 http://dx.doi.org/10.14257/ijhit.2016.9.7.28 Predict Time Series with Multiple Artificial Neural Networks Fei Li 1, Jin Liu 1 and Lei Kong 2,* 1 College of Information Engineering, Shanghai

More information

Predicting Floods in North Central Province of Sri Lanka using Machine Learning and Data Mining Methods

Predicting Floods in North Central Province of Sri Lanka using Machine Learning and Data Mining Methods Thilakarathne & Premachandra Predicting Floods in North Central Province of Sri Lanka using Machine Learning and Data Mining Methods H. Thilakarathne 1, K. Premachandra 2 1 Department of Physical Science,

More information

MODELLING ENERGY DEMAND FORECASTING USING NEURAL NETWORKS WITH UNIVARIATE TIME SERIES

MODELLING ENERGY DEMAND FORECASTING USING NEURAL NETWORKS WITH UNIVARIATE TIME SERIES MODELLING ENERGY DEMAND FORECASTING USING NEURAL NETWORKS WITH UNIVARIATE TIME SERIES S. Cankurt 1, M. Yasin 2 1&2 Ishik University Erbil, Iraq 1 s.cankurt@ishik.edu.iq, 2 m.yasin@ishik.edu.iq doi:10.23918/iec2018.26

More information

Optimal Artificial Neural Network Modeling of Sedimentation yield and Runoff in high flow season of Indus River at Besham Qila for Terbela Dam

Optimal Artificial Neural Network Modeling of Sedimentation yield and Runoff in high flow season of Indus River at Besham Qila for Terbela Dam Optimal Artificial Neural Network Modeling of Sedimentation yield and Runoff in high flow season of Indus River at Besham Qila for Terbela Dam Akif Rahim 1, Amina Akif 2 1 Ph.D Scholar in Center of integrated

More information

Modelling and Prediction of 150KW PV Array System in Northern India using Artificial Neural Network

Modelling and Prediction of 150KW PV Array System in Northern India using Artificial Neural Network International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 5 Issue 5 May 2016 PP.18-25 Modelling and Prediction of 150KW PV Array System in Northern

More information

Open Access Research on Data Processing Method of High Altitude Meteorological Parameters Based on Neural Network

Open Access Research on Data Processing Method of High Altitude Meteorological Parameters Based on Neural Network Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 1597-1604 1597 Open Access Research on Data Processing Method of High Altitude Meteorological

More information

Artificial Neural Network: A Tool for Classification of Land Use and Land Covers Using Satellite Images

Artificial Neural Network: A Tool for Classification of Land Use and Land Covers Using Satellite Images IJCSIT International Journal of Computer Science and Information Technology, Vol. 4, No. 2, December 2011, pp. 55-59 Artificial Neural Network: A Tool for Classification of Land Use and Land Covers Using

More information

Daily solar radiation forecasting using historical data and examining three methods

Daily solar radiation forecasting using historical data and examining three methods IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X, Volume 13, Issue 5 Ver. II (Sep. - Oct. 2016), PP 50-56 www.iosrjournals.org Daily solar radiation forecasting

More information

Short Term Load Forecasting Based Artificial Neural Network

Short Term Load Forecasting Based Artificial Neural Network Short Term Load Forecasting Based Artificial Neural Network Dr. Adel M. Dakhil Department of Electrical Engineering Misan University Iraq- Misan Dr.adelmanaa@gmail.com Abstract Present study develops short

More information

Unit 8: Introduction to neural networks. Perceptrons

Unit 8: Introduction to neural networks. Perceptrons Unit 8: Introduction to neural networks. Perceptrons D. Balbontín Noval F. J. Martín Mateos J. L. Ruiz Reina A. Riscos Núñez Departamento de Ciencias de la Computación e Inteligencia Artificial Universidad

More information

RESPONSE PREDICTION OF STRUCTURAL SYSTEM SUBJECT TO EARTHQUAKE MOTIONS USING ARTIFICIAL NEURAL NETWORK

RESPONSE PREDICTION OF STRUCTURAL SYSTEM SUBJECT TO EARTHQUAKE MOTIONS USING ARTIFICIAL NEURAL NETWORK ASIAN JOURNAL OF CIVIL ENGINEERING (BUILDING AND HOUSING) VOL. 7, NO. 3 (006) PAGES 301-308 RESPONSE PREDICTION OF STRUCTURAL SYSTEM SUBJECT TO EARTHQUAKE MOTIONS USING ARTIFICIAL NEURAL NETWORK S. Chakraverty

More information

Inflow forecasting for lakes using Artificial Neural Networks

Inflow forecasting for lakes using Artificial Neural Networks Flood Recovery Innovation and Response III 143 Inflow forecasting for lakes using Artificial Neural Networks R. K. Suryawanshi 1, S. S. Gedam 1 & R. N. Sankhua 2 1 CSRE, IIT Bombay, Mumbai, India 2 National

More information

A Wavelet Neural Network Forecasting Model Based On ARIMA

A Wavelet Neural Network Forecasting Model Based On ARIMA A Wavelet Neural Network Forecasting Model Based On ARIMA Wang Bin*, Hao Wen-ning, Chen Gang, He Deng-chao, Feng Bo PLA University of Science &Technology Nanjing 210007, China e-mail:lgdwangbin@163.com

More information

Forecasting Solar Irradiance from Time Series with Exogenous Information

Forecasting Solar Irradiance from Time Series with Exogenous Information Forecasting Solar Irradiance from Time Series with Exogenous Information Kousuke Ariga, Kaiyu Zheng University of Washington {koar8470, kaiyuzh}@cswashingtonedu Abstract Solar irradiance forecast is the

More information

Introduction To Artificial Neural Networks

Introduction To Artificial Neural Networks Introduction To Artificial Neural Networks Machine Learning Supervised circle square circle square Unsupervised group these into two categories Supervised Machine Learning Supervised Machine Learning Supervised

More information

Load Forecasting Using Artificial Neural Networks and Support Vector Regression

Load Forecasting Using Artificial Neural Networks and Support Vector Regression Proceedings of the 7th WSEAS International Conference on Power Systems, Beijing, China, September -7, 2007 3 Load Forecasting Using Artificial Neural Networks and Support Vector Regression SILVIO MICHEL

More information

Artificial Neural Networks

Artificial Neural Networks Introduction ANN in Action Final Observations Application: Poverty Detection Artificial Neural Networks Alvaro J. Riascos Villegas University of los Andes and Quantil July 6 2018 Artificial Neural Networks

More information

A Novel Activity Detection Method

A Novel Activity Detection Method A Novel Activity Detection Method Gismy George P.G. Student, Department of ECE, Ilahia College of,muvattupuzha, Kerala, India ABSTRACT: This paper presents an approach for activity state recognition of

More information

Neural Networks. Nethra Sambamoorthi, Ph.D. Jan CRMportals Inc., Nethra Sambamoorthi, Ph.D. Phone:

Neural Networks. Nethra Sambamoorthi, Ph.D. Jan CRMportals Inc., Nethra Sambamoorthi, Ph.D. Phone: Neural Networks Nethra Sambamoorthi, Ph.D Jan 2003 CRMportals Inc., Nethra Sambamoorthi, Ph.D Phone: 732-972-8969 Nethra@crmportals.com What? Saying it Again in Different ways Artificial neural network

More information

Solar Irradiance Prediction using Neural Model

Solar Irradiance Prediction using Neural Model Volume-8, Issue-3, June 2018 International Journal of Engineering and Management Research Page Number: 241-245 DOI: doi.org/10.31033/ijemr.8.3.32 Solar Irradiance Prediction using Neural Model Raj Kumar

More information

NEURAL NETWORK BASED APPROACH FOR SHORT-TERM LOAD FORECASTING

NEURAL NETWORK BASED APPROACH FOR SHORT-TERM LOAD FORECASTING International Journal of Science, Environment and Technology, Vol. 1, No 5, 2012, 416-424 NEURAL NETWORK BASED APPROACH FOR SHORT-TERM LOAD FORECASTING LipikaSharma 1, Monika Chakrawarti 2, Abhijeet Dutta

More information

APPLICATION OF BACKPROPAGATION NEURAL NETWORK TO ESTIMATE EVAPOTRANSPIRATION FOR CHIANAN IRRIGATED AREA, TAIWAN

APPLICATION OF BACKPROPAGATION NEURAL NETWORK TO ESTIMATE EVAPOTRANSPIRATION FOR CHIANAN IRRIGATED AREA, TAIWAN USCID Fourth International Conference 1253 APPLICATION OF BACKPROPAGATION NEURAL NETWORK TO ESTIMATE EVAPOTRANSPIRATION FOR CHIANAN IRRIGATED AREA, TAIWAN Sheng-Feng Kuo 1 Ming-Hua Tsai 2 Wei-Taw Lin 3

More information

A Rainfall Prediction Model using Artificial Neural Network

A Rainfall Prediction Model using Artificial Neural Network A Rainfall Prediction Model using Artificial Neural Network Kumar Abhishek 1*, Abhay Kumar 2#, Rajeev Ranjan 3#, Sarthak Kumar 4$ * Dept. of Computer Science and Engineering, NIT Patna-800005 # Dept. of

More information

A Neural Network Model for Surface Air Temperature Estimation over the Eastern Part of Thailand in 2004

A Neural Network Model for Surface Air Temperature Estimation over the Eastern Part of Thailand in 2004 A Neural Networ Model for Surface Air Temperature Estimation over the Eastern Part of Thailand in 2004 Wattana Kanbua 1*, Montri Inthachot 2 1 Marine Meteorological Center, Thai Meteorological Department,

More information

Three Structures of a Multilayer Artificial Neural Network for Predicting the Solar Radiation of Baghdad City- Iraq

Three Structures of a Multilayer Artificial Neural Network for Predicting the Solar Radiation of Baghdad City- Iraq Three Structures of a Multilayer Artificial Neural Network for Predicting the Solar Radiation of Baghdad City- Iraq a,* Abdulrahman Th. Mohammad, b khalil I. Mahmood, c Dawood S. Mahjoob a,b,c Baqubah

More information

[2014] Prediction of Vibrations of Single Point Cutting tool using ANN in Turning

[2014] Prediction of Vibrations of Single Point Cutting tool using ANN in Turning Prediction of Vibrations of Single Point Cutting tool using ANN in Turning Authors Matin A. Shaikh 1, L. B. Raut 2 1,2 Department of Mechanical Engineering, SVERI s College of Engineering Pandharpur. Email-matinshaikh.786@gmail.com,

More information

Development of regression models in ber genotypes under the agroclimatic conditions of south-western region of Punjab, India

Development of regression models in ber genotypes under the agroclimatic conditions of south-western region of Punjab, India Indian J. Agric. Res., 49 (3) 2015: 260-264 Print ISSN:0367-8245 / Online ISSN:0976-058X AGRICULTURAL RESEARCH COMMUNICATION CENTRE www.arccjournals.com/www.ijarjournal.com Development of regression models

More information

Machine Learning. Neural Networks

Machine Learning. Neural Networks Machine Learning Neural Networks Bryan Pardo, Northwestern University, Machine Learning EECS 349 Fall 2007 Biological Analogy Bryan Pardo, Northwestern University, Machine Learning EECS 349 Fall 2007 THE

More information

DAY AHEAD FORECAST OF SOLAR POWER FOR OPTIMAL GRID OPERATION

DAY AHEAD FORECAST OF SOLAR POWER FOR OPTIMAL GRID OPERATION DAY AHEAD FORECAST OF SOLAR POWER FOR OPTIMAL GRID OPERATION Jeenu Jose 1, Vijaya Margaret 2 1 PG Scholar, Department of Electrical & Electronics Engineering, Christ Uinversity, India. 2 Assistant Professor,

More information

International Journal of Advance Engineering and Research Development. Review Paper On Weather Forecast Using cloud Computing Technique

International Journal of Advance Engineering and Research Development. Review Paper On Weather Forecast Using cloud Computing Technique Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 12, December -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Review

More information

This paper presents the

This paper presents the ISESCO JOURNAL of Science and Technology Volume 8 - Number 14 - November 2012 (2-8) A Novel Ensemble Neural Network based Short-term Wind Power Generation Forecasting in a Microgrid Aymen Chaouachi and

More information

Data and prognosis for renewable energy

Data and prognosis for renewable energy The Hong Kong Polytechnic University Department of Electrical Engineering Project code: FYP_27 Data and prognosis for renewable energy by Choi Man Hin 14072258D Final Report Bachelor of Engineering (Honours)

More information

Hierarchical models for the rainfall forecast DATA MINING APPROACH

Hierarchical models for the rainfall forecast DATA MINING APPROACH Hierarchical models for the rainfall forecast DATA MINING APPROACH Thanh-Nghi Do dtnghi@cit.ctu.edu.vn June - 2014 Introduction Problem large scale GCM small scale models Aim Statistical downscaling local

More information

[Rupa*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Rupa*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A REVIEW STUDY OF RAINFALL PREDICTION USING NEURO-FUZZY INFERENCE SYSTEM Rupa*, Shilpa Jain * Student-Department of CSE, JCDM,

More information

Machine Learning. Neural Networks. (slides from Domingos, Pardo, others)

Machine Learning. Neural Networks. (slides from Domingos, Pardo, others) Machine Learning Neural Networks (slides from Domingos, Pardo, others) For this week, Reading Chapter 4: Neural Networks (Mitchell, 1997) See Canvas For subsequent weeks: Scaling Learning Algorithms toward

More information

Address for Correspondence

Address for Correspondence Research Article APPLICATION OF ARTIFICIAL NEURAL NETWORK FOR INTERFERENCE STUDIES OF LOW-RISE BUILDINGS 1 Narayan K*, 2 Gairola A Address for Correspondence 1 Associate Professor, Department of Civil

More information