Event-Based Rainfall-Runoff Forecasting in Pampanga River Basin, Philippines using Artificial Neural Networks (ANN)

Size: px
Start display at page:

Download "Event-Based Rainfall-Runoff Forecasting in Pampanga River Basin, Philippines using Artificial Neural Networks (ANN)"

Transcription

1 erd Research article Event-Based Rainfall-Runoff Forecasting in Pampanga River Basin, Philippines using Artificial Neural Networks (ANN) JCOB C. MALAGUIT* University of the Philippines Los Baños, Laguna, Philippines MARRIANE F. MAKAHIYA University of the Philippines Los Baños, Laguna, Philippines MARK LEXTER D. DE LARA University of the Philippines Los Baños, Laguna, Philippines Received 15 December 2016 Accepted 5 May 2017 (*Corresponding Author) Abstract This study developed a series of rainfall-runoff forecasting models that can be used in designing the flood warning system around Pampanga River Basin. The data regarding rainfall and water level of the river was obtained from the Hydrometeorological Division (HMD) of Philippine Atmospheric Geophysical and Astronomical Services Administration (PAGASA). Data were collected from 2014 and 2015 hourly water level reading and rainfall reading. Feedforward Backpropagation Model, a variant of the Artificial Neural Network (ANN), was used in the study along with Gradient Descent with Adaptive Learning Rate Algorithm as a learning technique for the network. MATLAB R2009b was used to train and design the networks. A total of 45 networks were trained. Results of the training gave reasonable predictions for most of the stations with a minimum accuracy of 96%. Inaccuracy of training in some stations were attributed to the inconsistency in data and other factors. Keywords Artificial Neural Networks, river basin, event-based forecasting, Feedforward Backpropagation, rainfall-runoff model INTRODUCTION Flooding has been one of the most destructive phenomena in the Philippines. Flood causes loss of lives, damage to personal assets and real properties, and adverse economic, environment and agricultural impacts (Chen and Graham, 2005). In 2014, it was reported that 153 out of 324 natural disasters that occurred in the country were hydrological disasters (Guha-Sapir et al., 2015) and in the last decade, the country experienced frequent flooding due to continuous raining and typhoons brought about by its archipelagic characteristic. In Central Luzon, Philippines, one of the regions that have been affected by recent disastrous events including Typhoon Nona (Typhoon Melor) and Lando (Typhoon Koppu), there situates the second largest river in Luzon region, the Pampanga River. It traverses the provinces of Pampanga, Nueva Ecija, Tarlac and Bulacan. Pampanga-Agno river basin serves as the catch basin for Tarlac, Nueva Ecija, Pampanga and Bulacan provinces. Severe flooding of this river can swallow the whole province of Pampanga and its neighboring provinces. Pampanga River Basin is continuously being monitored by Philippine Atmospheric Geophysical, Astronomical Services Administration (PAGASA) since it is one of the major land reservoir that affects the region. The use of conventional deterministic models in this case requires extensive data and costs since it considers various physical factors that are not only tedious to collect but are also complex in nature. 33

2 Hence, the use of Artificial Neural Networks (ANN) attracted many researchers because of its simple yet powerful architecture to deal with complex nature of problems without sacrificing the results. The black-box nature of this model needs no requirement to fully understand the system in the aggregate (Brath and Toth, 2002). The model, given sufficient data, can be used as a reliable forecasting tool especially in forecasting the flood in Pampanga River Basin. The use of ANN models as a rainfall-runoff model proves to produce qualitative forecasts (Lekkas et al., 2005); and the rainfall level and actual stream flow (water level) can be actually used as parameters for the development of the model (Elsafi, 2014). This study focuses on the application of ANN as a rainfall-runoff model in Pampanga River Basin with rainfall level and streamflow level (water level) as its parameters. OBJECTIVE The objective of this research is to forecast the flooding of the Pampanga River Basin. This will help develop a warning signal that will inform the residents living near the area ahead when to evacuate. In this way, a network will be trained to determine the model that will give the reasonable relationship between the water levels and rainfall in Pampanga River Basin specifically on how the rainfall level can forecast stream flow (water level) downstream. METHODOLOGY Study Site Fig. 1 Hydrological map of Pampanga River Basin, Philippines 34

3 The Pampanga River Basin (Fig. 1), the 4th largest basin in the Philippines, has an aggregate area of 10,434 km 2. About ninety five percent (95%) of the basin transcends the bounds of four provinces, namely Nueva Ecija, Tarlac, Pampanga and Bulacan. The remaining five percent is part of provinces including Aurora, Zambales, Rizal, Quezon, Pangasinan, Bataan and Nueva Vizcaya. Data Preparation Rainfall and water level data of the Pampanga River Basin for the years 2014 and 2015 were gathered from the Hydrometeorological Division (HMD) in Philippine Atmospheric Geophysical and Astronomical Services Administration (PAGASA). An hourly data from January 2014 to October 2015 of the water level and rainfall reading was provided by the office. Since this study focuses on eventbased modelling, cumulative 24-hour rainfall level of the wet season of Philippines including June 2014 Dec 2014 and from June 2015 October 2015 were considered. In the data given, there were seventeen rainfall reading stations, but only thirteen stations were considered since the data from other stations have problems in it including incomplete or erroneous data. The rainfall data from these stations will serve as input data for the model. Nevertheless, for the water level reading stations, there are ten of them but only nine stations were considered. These nine stations will represent the nine sets of models which will serve as basis for the clustering of the data set. Data from these nine stations will represent the output/target data for the model. The input data is, then, normalized using the normalization formula intrinsic in the use of the MATLAB Neural Network Toolbox given in Eq. (1). p min( p) p ' 2 1 (1) max( p) min( p) In Eq. (1), p represents the original data before normalization, p' represents the normalized data and; min(p) and max(p) represents the minimum and the maximum data in the set, respectively. The data was split into two computational components: training set and validation set which will be used as calibration for the model developed. Using MATLAB Neural Network Toolbox, the input data can be randomly classified into seventy percent (70%) for the training set and the thirty percent (30%) for the validation set. Model Development and Implementation Fig. 2 Network visualization of the architecture of ANN 35

4 ANN s are designed to mimic the behavior of a neuron inside a human brain while it sends information (Sarkar and Kumar, 2012; Gershenson, 2003; Zhang and Govindaru, 2000; Chakraborty et al., 1992). It requires inputs (like neuron synapses) which are multiplied by numerical weights (strength of respective signals), and mathematical functions that determine the activation of the neuron. In the end, a function computes for the total output of an artificial neuron. In this study, a Feedforward Backpropagation ANN Model was used with fixed network structure consisting of two hidden layers and ten nodes each as shown in Fig. 2. A hyperbolic tangent sigmoid (tansig) function is used in the problem for all the transfer (or activation) functions in the model. The tansig function is given by Eq. (2). 2 tansig( n ) 1 2n 1 e (2) Before the training process starts, several parameters were set. These values will be used in the process and is important to achieve the best possible model using the Mean Square Error (MSE) criterion. Parameters (Table 1) are set accordingly before training the model. Table 1 Values of the model parameters before the model training Parameters Values assigned Maximum number of epochs to train Maximum validation failures Initial learning rate 0.01 Learning rate increase factor 1.05 Learning rate decrease factor 0.70 Maximum performance increase 1.04 Momentum 0.90 Minimum performance gradient Epochs between displays Values shown were the pre-set of MATLAB Neural Network Toolbox. RESULTS AND DISCUSSION Network Model Assessment Forty-five (45) models using the set architecture of ten neurons in the first layer and a single node in the last layer for the output were developed after the training process. For each area cluster, there are five models that were developed each forecasting from three hours water level advance up to seven hours water level advance. In general, most of the models showed good fit in its regression analysis in terms of their forecasting capability and validity. Using the Mean Square Error (MSE) criterion, it measured the average squares of errors or deviation from the predicted water level data to the actual recorded water level data and the Pearson Correlation (R) that defines the strength of linear fit for the ANN trained. The other four to seven-hour models follow the same behavior as the initial three-hour model for each area cluster. Overall the average square of deviation of all these models ranges from to which is relatively low compared to the actual predicted data. Most of the models showed significantly strong linear relationship (R between values 0.8 to 1) for the predicted data except for the set of Sasmuan area cluster with weak linear relationship (R between values 0.4 to 0.6). 36

5 Data Plots Table 2 MSE and R of the three-hour model for each of the nine (9) area clusters Clustered Station Mean Square Error (MSE) Pearson Correlation (R) Arayat Candaba Mexico Penaranda San Isidro Sapang Buho Sasmuan Sulipan Zaragoza The actual plot of area model with the highest value of R (three-hour model in Candaba station) shows a clear visual captivity of behavior of the actual recorded water level versus the predicted data in Candaba station of water level as shown in Fig. 3. Fig. 3 Plot of target data vs predicted data for three-hour ahead forecasting in Candaba station Fig. 4 Plot of target data vs predicted data for five-hour ahead forecasting in Sasmuan station On the contrary, the model with the lowest value of R (five-hour model in Sasmuan station) showed weak captivity of behavior of the actual water level data (Fig.4). The model cannot linearly capture the trend of the actual data and the actual data shows periodic up and down of plot. This may be attributed to the nonlinear relationship of the rainfall and water level in the area and to the other physical phenomena or factors not considered in this study. CONCLUSION The application of Artificial Neural Networks (ANN) to the hydrology in Philippine setting has been explored by creating forty-five (45) forecasting models under nine (9) area clusters in Pampanga river basin. The training of the model resulted in good-fitted models except for the case of the Sasmuan station. Inaccuracy of the model in Sasmuan station may be attributed to the other factors not considered in this study and hence can be further investigated and studied so that the model can be 37

6 recalibrated. Furthermore, the use of ANN is not governed by theoretical rules nor any rule-of-thumb suggestions that will result in a global optimal model. This side of the ANN can be further explored in its application to hydrology. In addition to this, ANN is a data-dependent method and reasonable amount of data must be used in order to build a much reliable network model. ACKNOWLEDGEMENTS The data provided by the Hydrometeorological Division (HMD) of PAGASA thru Engr. Dominic Joshua Lopez is hereby gratefully acknowledged. REFERENCES Brath A. and Toth, E Flood forecasting using artificial neural networks in black-box and conceptual rainfall-runoff modelling. Proceeding of the 1 st Biennial meeting of the International Environmental and Software Society, Chakraborty, K., Mehrota, K., Mohan, C.K. and Ranka, S Neural networks and their applications. Review of Scientific Instruments, 65, Chen, Y. and Graham, G Flood forecasting in real time. Waterworld. [Online]. Available: waterworld.com/articles/wwi/print/volume-21/issue-4/features/flood-forecasting-in-real-time.html. Elsafi, S Artificial neural networks (ANN s) for flood forecasting at Dongola Station in the River Nile, Sudan. Alexandria Engineering Journal, 53, Gerhenson, C Artificial neural networks for beginners (August 2003) [Online]. Available: pdf/cs/ Guha-Sapir, D., Hoyois, P. and Below, R Annual disaster statistical review 2014, The numbers and trends. Brussels: CRED [Online]. Available: Lekkas, D., Onof, C., Lee, M. and Baltas, E Application of artificial neural networks for flood forecasting. Global Nest: The International, 6 (3), Sarkar, A. and Kumar, R Artificial neural networks for event based rainfall-runoff modeling. Journal of Water Resource and Protection, 4, Zhang B. and Govindaru S Prediction of watershed runoff using bayesian concepts and modular neural networks. Water Resources Research, 36 (3),

Typhoon Sarika (Karen) Report #2 15 October 2016, 9.00AM PHT. Manila Observatory

Typhoon Sarika (Karen) Report #2 15 October 2016, 9.00AM PHT. Manila Observatory Typhoon Sarika (Karen) Report #2 15 October 2016, 9.00AM PHT Manila Observatory SUMMARY Typhoon Sarika (Bagyong Karen), now upgraded to Cat 1, moving west-northwestward and expected to intensify to Cat

More information

Pampanga River Basin Floods (August 06 to 17) Event 1: Southwest Monsoon (Habagat)

Pampanga River Basin Floods (August 06 to 17) Event 1: Southwest Monsoon (Habagat) Pampanga River Basin Floods (August 06 to 17) Event 1: Southwest Monsoon (Habagat) Figure 1.0 Satellite Images (above) showing the monsoons rains affecting the western parts of Luzon. Monsoon rains brought

More information

Development of Tropical Storm Falcon (Meari) over the Philippines

Development of Tropical Storm Falcon (Meari) over the Philippines Development of Tropical Storm Falcon (Meari) over the Philippines June 20-27, 2011 At the end of June, 2011, the Philippines were struck again by Tropical storm Falcon (Meari). After gaining strength over

More information

Typhoon Haima (Lawin) Report #3 20 October 2016, 9.00AM PHT. Manila Observatory

Typhoon Haima (Lawin) Report #3 20 October 2016, 9.00AM PHT. Manila Observatory Typhoon Haima (Lawin) Report #3 20 October 2016, 9.00AM PHT Manila Observatory SUMMARY PAGASA reports eye of Super Typhoon Haima (Bagyong Lawin) located at 18.4 N, 120.3 E (as of 7 AM Oct 20) with max

More information

Validation of COSMO model 24 h forecast rainfall using rain gauges estimated precipitation during occurrence of Typhoon Santi

Validation of COSMO model 24 h forecast rainfall using rain gauges estimated precipitation during occurrence of Typhoon Santi African Journal of Agricultural Science and Technology (AJAST) Vol. 3, Issue 6, pp. 286-293. June, 2015 http://www.oceanicjournals.org/ajast ISSN 2311-5882 2015 Oceanic Journals Full Length research Paper

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

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

Comparison of Adaline and Multiple Linear Regression Methods for Rainfall Forecasting

Comparison of Adaline and Multiple Linear Regression Methods for Rainfall Forecasting Journal of Physics: Conference Series PAPER OPEN ACCESS Comparison of Adaline and Multiple Linear Regression Methods for Rainfall Forecasting To cite this article: IP Sutawinaya et al 2018 J. Phys.: Conf.

More information

River Flow Forecasting with ANN

River Flow Forecasting with ANN River Flow Forecasting with ANN OMID BOZORG HADDAD, FARID SHARIFI, SAEED ALIMOHAMMADI Department of Civil Engineering Iran University of Science & Technology, Shahid Abbaspour University Narmak, Tehran,

More information

Comparison learning algorithms for artificial neural network model for flood forecasting, Chiang Mai, Thailand

Comparison learning algorithms for artificial neural network model for flood forecasting, Chiang Mai, Thailand 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 Comparison learning algorithms for artificial neural network model for

More information

Community-Based Flood Early Warning System (CBFEWS)

Community-Based Flood Early Warning System (CBFEWS) Community-Based Flood Early Warning System (CBFEWS) Prepared by: Eng r. Hilario G. Esperanza Eng r.. Socrates F. Paat,, Jr. Flood Forecasting Branch PAGASA Weather Bureau Department of Science and Technology

More information

Flood Forecasting Using Artificial Neural Networks in Black-Box and Conceptual Rainfall-Runoff Modelling

Flood Forecasting Using Artificial Neural Networks in Black-Box and Conceptual Rainfall-Runoff Modelling Flood Forecasting Using Artificial Neural Networks in Black-Box and Conceptual Rainfall-Runoff Modelling Elena Toth and Armando Brath DISTART, University of Bologna, Italy (elena.toth@mail.ing.unibo.it)

More information

ESTIMATION OF HOURLY MEAN AMBIENT TEMPERATURES WITH ARTIFICIAL NEURAL NETWORKS 1. INTRODUCTION

ESTIMATION OF HOURLY MEAN AMBIENT TEMPERATURES WITH ARTIFICIAL NEURAL NETWORKS 1. INTRODUCTION Mathematical and Computational Applications, Vol. 11, No. 3, pp. 215-224, 2006. Association for Scientific Research ESTIMATION OF HOURLY MEAN AMBIENT TEMPERATURES WITH ARTIFICIAL NEURAL NETWORKS Ömer Altan

More information

Prediction of Hourly Solar Radiation in Amman-Jordan by Using Artificial Neural Networks

Prediction of Hourly Solar Radiation in Amman-Jordan by Using Artificial Neural Networks Int. J. of Thermal & Environmental Engineering Volume 14, No. 2 (2017) 103-108 Prediction of Hourly Solar Radiation in Amman-Jordan by Using Artificial Neural Networks M. A. Hamdan a*, E. Abdelhafez b

More information

APPLICATION OF ARTIFICIAL NEURAL NETWORKS FOR FLOOD FORECASTING

APPLICATION OF ARTIFICIAL NEURAL NETWORKS FOR FLOOD FORECASTING Global Nest: the Int. J. Vol 6, No 3, pp 4-1, 4 Copyright 4 GLOBAL NEST Printed in Greece. All rights reserved APPLICATION OF ARTIFICIAL NEURAL NETWORKS FOR FLOOD FORECASTING D.F. LEKKAS 1,* 1 Department

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

Estimation of Inelastic Response Spectra Using Artificial Neural Networks

Estimation of Inelastic Response Spectra Using Artificial Neural Networks Estimation of Inelastic Response Spectra Using Artificial Neural Networks J. Bojórquez & S.E. Ruiz Universidad Nacional Autónoma de México, México E. Bojórquez Universidad Autónoma de Sinaloa, México SUMMARY:

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

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

Artifical Neural Networks

Artifical Neural Networks Neural Networks Artifical Neural Networks Neural Networks Biological Neural Networks.................................. Artificial Neural Networks................................... 3 ANN Structure...........................................

More information

Stochastic Hydrology. a) Data Mining for Evolution of Association Rules for Droughts and Floods in India using Climate Inputs

Stochastic Hydrology. a) Data Mining for Evolution of Association Rules for Droughts and Floods in India using Climate Inputs Stochastic Hydrology a) Data Mining for Evolution of Association Rules for Droughts and Floods in India using Climate Inputs An accurate prediction of extreme rainfall events can significantly aid in policy

More information

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

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

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

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

Application of Satellite Data for Flood Forecasting and Early Warning in the Mekong River Basin in South-east Asia

Application of Satellite Data for Flood Forecasting and Early Warning in the Mekong River Basin in South-east Asia MEKONG RIVER COMMISSION Vientiane, Lao PDR Application of Satellite Data for Flood Forecasting and Early Warning in the Mekong River Basin in South-east Asia 4 th World Water Forum March 2006 Mexico City,

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

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

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

Ms. Latoya Regis. Meteorologist Hydrometeorological Service, Guyana

Ms. Latoya Regis. Meteorologist Hydrometeorological Service, Guyana Ms. Latoya Regis Meteorologist Hydrometeorological Service, Guyana Background Ninety percent (90%) of Guyana s population resides along the (Atlantic) Coast, which is below mean sea level and accounts

More information

Journal of Urban and Environmental Engineering, v.3, n.1 (2009) 1 6 ISSN doi: /juee.2009.v3n

Journal of Urban and Environmental Engineering, v.3, n.1 (2009) 1 6 ISSN doi: /juee.2009.v3n J U E E Journal of Urban and Environmental Engineering, v.3, n.1 (2009) 1 6 ISSN 1982-3932 doi: 10.4090/juee.2009.v3n1.001006 Journal of Urban and Environmental Engineering www.journal-uee.org USING ARTIFICIAL

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Jeff Clune Assistant Professor Evolving Artificial Intelligence Laboratory Announcements Be making progress on your projects! Three Types of Learning Unsupervised Supervised Reinforcement

More information

AN ARTIFICIAL NEURAL NETWORK MODEL FOR ROAD ACCIDENT PREDICTION: A CASE STUDY OF KHULNA METROPOLITAN CITY

AN ARTIFICIAL NEURAL NETWORK MODEL FOR ROAD ACCIDENT PREDICTION: A CASE STUDY OF KHULNA METROPOLITAN CITY Proceedings of the 4 th International Conference on Civil Engineering for Sustainable Development (ICCESD 2018), 9~11 February 2018, KUET, Khulna, Bangladesh (ISBN-978-984-34-3502-6) AN ARTIFICIAL NEURAL

More information

Measures Also Significant Factors of Flood Disaster Reduction

Measures Also Significant Factors of Flood Disaster Reduction Non-Structual Measures Also Significant Factors of Flood Disaster Reduction Babiaková Gabriela, Leškov ková Danica Slovak Hydrometeorological Institute, Bratislava Hydrological Forecasts and Warning Department

More information

PAMPANGA RIVER BASIN Flood Events 1. Tropical Storm Ondoy, September 25 to 27, Typhoon Pepeng, October 6 to 15, 2009

PAMPANGA RIVER BASIN Flood Events 1. Tropical Storm Ondoy, September 25 to 27, Typhoon Pepeng, October 6 to 15, 2009 Pampanga River Basin Flood Forecasting & Warning Center HMD, PAGASA DOST Region 3 Compound, San Fernando, Pampanga Website: www.prffwc.webs.com PRFFWC Post-Flood Report 29-1 (Rev. Nov. 3, 29) PAMPANGA

More information

Proposal Report On Flood Hazards Mapping Project In Xebangfai River

Proposal Report On Flood Hazards Mapping Project In Xebangfai River Proposal Report On Flood Hazards Mapping Project In Xebangfai River Prepared By Mr. Boualaythong KOUMPHONH Climate Division Department of Meteorology and Hydrology Water Resources and Environment Administration

More information

An Application of Hydrometeorological Information

An Application of Hydrometeorological Information An Application of Hydrometeorological Information Weather-proof Café: Hydro-meteorological information in managing weather risks 17 19 November 2012 National Taiwan University, Chinese Taipei Nikos Viktor

More information

Wind Power Forecasting using Artificial Neural Networks

Wind Power Forecasting using Artificial Neural Networks Wind Power Forecasting using Artificial Neural Networks This paper aims at predicting the power output of wind turbines using artificial neural networks,two different algorithms and models were trained

More information

2016 Fall Conditions Report

2016 Fall Conditions Report 2016 Fall Conditions Report Prepared by: Hydrologic Forecast Centre Date: December 13, 2016 Table of Contents TABLE OF FIGURES... ii EXECUTIVE SUMMARY... 1 BACKGROUND... 5 SUMMER AND FALL PRECIPITATION...

More information

Proceeding OF International Conference on Science and Technology 2K14 (ICST-2K14)

Proceeding OF International Conference on Science and Technology 2K14 (ICST-2K14) PREDICTION OF DAILY RUNOFF USING TIME SERIES FORECASTING AND ANN MODELS Santosh K Patil 1, Dr. Shrinivas S. Valunjkar Research scholar Dept. of Civil Engineering, Government College of Engineering, Aurangabad,

More information

Simple neuron model Components of simple neuron

Simple neuron model Components of simple neuron Outline 1. Simple neuron model 2. Components of artificial neural networks 3. Common activation functions 4. MATLAB representation of neural network. Single neuron model Simple neuron model Components

More information

Striving Sufficient Lead Time of Flood Forecasts via Integrated Hydro-meteorological Intelligence

Striving Sufficient Lead Time of Flood Forecasts via Integrated Hydro-meteorological Intelligence Striving Sufficient Lead Time of Flood Forecasts via Integrated Hydro-meteorological Intelligence Dong-Sin Shih Assistant Professor, National Chung Hsing University, Taiwan, Sep. 6, 2013 Outlines Introductions

More information

Artificial Neural Networks. Edward Gatt

Artificial Neural Networks. Edward Gatt Artificial Neural Networks Edward Gatt What are Neural Networks? Models of the brain and nervous system Highly parallel Process information much more like the brain than a serial computer Learning Very

More information

Operational Hydrologic Ensemble Forecasting. Rob Hartman Hydrologist in Charge NWS / California-Nevada River Forecast Center

Operational Hydrologic Ensemble Forecasting. Rob Hartman Hydrologist in Charge NWS / California-Nevada River Forecast Center Operational Hydrologic Ensemble Forecasting Rob Hartman Hydrologist in Charge NWS / California-Nevada River Forecast Center Mission of NWS Hydrologic Services Program Provide river and flood forecasts

More information

GENERAL. CHAPTER 1 BACKGROUND AND PURPOSE OF THE GUIDELINES Background of the Guidelines Purpose of the Guidelines...

GENERAL. CHAPTER 1 BACKGROUND AND PURPOSE OF THE GUIDELINES Background of the Guidelines Purpose of the Guidelines... GENERAL CHAPTER 1 BACKGROUND AND PURPOSE OF THE GUIDELINES... 1 1.1 Background of the Guidelines... 1 1.2 Purpose of the Guidelines... 3 CHAPTER 2 APPLICATION OF THE GUIDELINES... 3 2.1 Potential Users

More information

Application of an artificial neural network to typhoon rainfall forecasting

Application of an artificial neural network to typhoon rainfall forecasting HYDROLOGICAL PROCESSES Hydrol. Process. 19, 182 1837 () Published online 23 February in Wiley InterScience (www.interscience.wiley.com). DOI: 1.12/hyp.638 Application of an artificial neural network to

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

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

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

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

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

Development of Stochastic Artificial Neural Networks for Hydrological Prediction

Development of Stochastic Artificial Neural Networks for Hydrological Prediction Development of Stochastic Artificial Neural Networks for Hydrological Prediction G. B. Kingston, M. F. Lambert and H. R. Maier Centre for Applied Modelling in Water Engineering, School of Civil and Environmental

More information

AN INTRODUCTION TO NEURAL NETWORKS. Scott Kuindersma November 12, 2009

AN INTRODUCTION TO NEURAL NETWORKS. Scott Kuindersma November 12, 2009 AN INTRODUCTION TO NEURAL NETWORKS Scott Kuindersma November 12, 2009 SUPERVISED LEARNING We are given some training data: We must learn a function If y is discrete, we call it classification If it is

More information

A combination of neural networks and hydrodynamic models for river flow prediction

A combination of neural networks and hydrodynamic models for river flow prediction A combination of neural networks and hydrodynamic models for river flow prediction Nigel G. Wright 1, Mohammad T. Dastorani 1, Peter Goodwin 2 & Charles W. Slaughter 2 1 School of Civil Engineering, University

More information

Project Name: Implementation of Drought Early-Warning System over IRAN (DESIR)

Project Name: Implementation of Drought Early-Warning System over IRAN (DESIR) Project Name: Implementation of Drought Early-Warning System over IRAN (DESIR) IRIMO's Committee of GFCS, National Climate Center, Mashad November 2013 1 Contents Summary 3 List of abbreviations 5 Introduction

More information

EEE 241: Linear Systems

EEE 241: Linear Systems EEE 4: Linear Systems Summary # 3: Introduction to artificial neural networks DISTRIBUTED REPRESENTATION An ANN consists of simple processing units communicating with each other. The basic elements of

More information

Reading, UK 1 2 Abstract

Reading, UK 1 2 Abstract , pp.45-54 http://dx.doi.org/10.14257/ijseia.2013.7.5.05 A Case Study on the Application of Computational Intelligence to Identifying Relationships between Land use Characteristics and Damages caused by

More information

WORLD METEOROLOGICAL ORGANIZATION. WMO Regional Training Centres (RTCs) Course Offerings for the year Location (City/Country) Term I:

WORLD METEOROLOGICAL ORGANIZATION. WMO Regional Training Centres (RTCs) Course Offerings for the year Location (City/Country) Term I: RTC/Component: PAGASA RTC, WORLD METEOROLOGICAL ORGANIZATION WMO Regional Training Centres (RTCs) Course Offerings for the year Course Title 1. Meteorologists Training Course Holder of Bachelor s degree

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

Pampanga River Basin: Flood of August 2004 (Southwest Monsoon as enhanced by Typhoon Marce)

Pampanga River Basin: Flood of August 2004 (Southwest Monsoon as enhanced by Typhoon Marce) Summary Pampanga River Basin: Flood of August 2004 (Southwest Monsoon as enhanced by Typhoon Marce) Typhoon Marce (August 20-24, 2004) became the first destructive tropical cyclone to affect the Pampanga

More information

Short-term wind forecasting using artificial neural networks (ANNs)

Short-term wind forecasting using artificial neural networks (ANNs) Energy and Sustainability II 197 Short-term wind forecasting using artificial neural networks (ANNs) M. G. De Giorgi, A. Ficarella & M. G. Russo Department of Engineering Innovation, Centro Ricerche Energia

More information

Do we need Experts for Time Series Forecasting?

Do we need Experts for Time Series Forecasting? Do we need Experts for Time Series Forecasting? Christiane Lemke and Bogdan Gabrys Bournemouth University - School of Design, Engineering and Computing Poole House, Talbot Campus, Poole, BH12 5BB - United

More information

Neural Networks. CSE 6363 Machine Learning Vassilis Athitsos Computer Science and Engineering Department University of Texas at Arlington

Neural Networks. CSE 6363 Machine Learning Vassilis Athitsos Computer Science and Engineering Department University of Texas at Arlington Neural Networks CSE 6363 Machine Learning Vassilis Athitsos Computer Science and Engineering Department University of Texas at Arlington 1 Perceptrons x 0 = 1 x 1 x 2 z = h w T x Output: z x D A perceptron

More information

Joint Meeting of RA II WIGOS Project and RA V TT-SU on 11 October 2018 BMKG Headquarter Jakarta, Indonesia. Mrs. Sinthaly CHANTHANA

Joint Meeting of RA II WIGOS Project and RA V TT-SU on 11 October 2018 BMKG Headquarter Jakarta, Indonesia. Mrs. Sinthaly CHANTHANA Joint Meeting of RA II WIGOS Project and RA V TT-SU on 11 October 2018 BMKG Headquarter Jakarta, Indonesia Mrs. Sinthaly CHANTHANA Lao PDR Background Department of Meteorology and Hydrology ( DMH ) in

More information

Satellite Data Utilization and Meteorological Hazard Prevention In the Philippines

Satellite Data Utilization and Meteorological Hazard Prevention In the Philippines Joint Integrated Global Water Cycle Observing(IGWCO)/ Coordinated Enhanced Observing Period (CEOP) Workshop 28 Feb. 4 March 2005, Tokyo, Japan Satellite Data Utilization and Meteorological Hazard Prevention

More information

EDNA L. JUANILLO Philippines

EDNA L. JUANILLO Philippines Typhoon GLEnDA [RAMMASUN] EDNA L. JUANILLO Philippines TY GLENDA (RAMMASUN) (July 13-17, 2014) OTHER RELATED INFO It formed as a Tropical Depression (TD) over the Caroline Islands, Pacific Ocean, moving

More information

Evaluation of the Version 7 TRMM Multi-Satellite Precipitation Analysis (TMPA) 3B42 product over Greece

Evaluation of the Version 7 TRMM Multi-Satellite Precipitation Analysis (TMPA) 3B42 product over Greece 15 th International Conference on Environmental Science and Technology Rhodes, Greece, 31 August to 2 September 2017 Evaluation of the Version 7 TRMM Multi-Satellite Precipitation Analysis (TMPA) 3B42

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

Machine Learning and Data Mining. Multi-layer Perceptrons & Neural Networks: Basics. Prof. Alexander Ihler

Machine Learning and Data Mining. Multi-layer Perceptrons & Neural Networks: Basics. Prof. Alexander Ihler + Machine Learning and Data Mining Multi-layer Perceptrons & Neural Networks: Basics Prof. Alexander Ihler Linear Classifiers (Perceptrons) Linear Classifiers a linear classifier is a mapping which partitions

More information

RAINFALL RUNOFF MODELING USING SUPPORT VECTOR REGRESSION AND ARTIFICIAL NEURAL NETWORKS

RAINFALL RUNOFF MODELING USING SUPPORT VECTOR REGRESSION AND ARTIFICIAL NEURAL NETWORKS CEST2011 Rhodes, Greece Ref no: XXX RAINFALL RUNOFF MODELING USING SUPPORT VECTOR REGRESSION AND ARTIFICIAL NEURAL NETWORKS D. BOTSIS1 1, P. LATINOPOULOS 2 and K. DIAMANTARAS 3 1&2 Department of Civil

More information

Chapter-1 Introduction

Chapter-1 Introduction Modeling of rainfall variability and drought assessment in Sabarmati basin, Gujarat, India Chapter-1 Introduction 1.1 General Many researchers had studied variability of rainfall at spatial as well as

More information

The Research of Urban Rail Transit Sectional Passenger Flow Prediction Method

The Research of Urban Rail Transit Sectional Passenger Flow Prediction Method Journal of Intelligent Learning Systems and Applications, 2013, 5, 227-231 Published Online November 2013 (http://www.scirp.org/journal/jilsa) http://dx.doi.org/10.4236/jilsa.2013.54026 227 The Research

More information

Geostatistical Analysis of Rainfall Temperature and Evaporation Data of Owerri for Ten Years

Geostatistical Analysis of Rainfall Temperature and Evaporation Data of Owerri for Ten Years Atmospheric and Climate Sciences, 2012, 2, 196-205 http://dx.doi.org/10.4236/acs.2012.22020 Published Online April 2012 (http://www.scirp.org/journal/acs) Geostatistical Analysis of Rainfall Temperature

More information

Lecture 7 Artificial neural networks: Supervised learning

Lecture 7 Artificial neural networks: Supervised learning 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

EL NINO-SOUTHERN OSCILLATION (ENSO): RECENT EVOLUTION AND POSSIBILITIES FOR LONG RANGE FLOW FORECASTING IN THE BRAHMAPUTRA-JAMUNA RIVER

EL NINO-SOUTHERN OSCILLATION (ENSO): RECENT EVOLUTION AND POSSIBILITIES FOR LONG RANGE FLOW FORECASTING IN THE BRAHMAPUTRA-JAMUNA RIVER Global NEST Journal, Vol 8, No 3, pp 79-85, 2006 Copyright 2006 Global NEST Printed in Greece. All rights reserved EL NINO-SOUTHERN OSCILLATION (ENSO): RECENT EVOLUTION AND POSSIBILITIES FOR LONG RANGE

More information

March Figure 1: Precipitation Pattern from for Jamaica.

March Figure 1: Precipitation Pattern from for Jamaica. March 2018 Introduction This rainfall summary is prepared by the Climate Branch of the Meteorological Service, Jamaica. The Meteorological Service maintains a network of approximately one hundred and seventy

More information

Vulnerability assessment of Sta.Rosa-Silang subwatershed using SWAT

Vulnerability assessment of Sta.Rosa-Silang subwatershed using SWAT Vulnerability assessment of Sta.Rosa-Silang subwatershed using SWAT Damasa B. Magcale-Macandog, Charles Gunay and Milben A. Bragais Institute of Biological Sciences, University of the Philippines Los Baños,

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

Event: T.S. Maring enhanced Southwest Monsoon (Habagat 2013) August 18 to 27, 2013

Event: T.S. Maring enhanced Southwest Monsoon (Habagat 2013) August 18 to 27, 2013 Philippine Atmospheric, Geophysical & Astronomical Services Administration (PAGASA) Pampanga River Basin Flood Forecasting & Warning Center (PRFFWC) DOST Region 3 Compound, San Fernando, Pampanga 2000

More information

AN OVERVIEW OF ENSEMBLE STREAMFLOW PREDICTION STUDIES IN KOREA

AN OVERVIEW OF ENSEMBLE STREAMFLOW PREDICTION STUDIES IN KOREA AN OVERVIEW OF ENSEMBLE STREAMFLOW PREDICTION STUDIES IN KOREA DAE-IL JEONG, YOUNG-OH KIM School of Civil, Urban & Geosystems Engineering, Seoul National University, San 56-1, Sillim-dong, Gwanak-gu, Seoul,

More information

The Weather and Climate Authority

The Weather and Climate Authority The Weather and Climate Authority EL NIÑO UPDATE & Climate Outlook (September 2015 February 2016) Prepared by: Climate Monitoring and Prediction Section (CLIMPS) CLIMATOLOGY & AGROMETEOROLOGY DIVISION

More information

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 6, No 2, 2015

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 6, No 2, 2015 INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 6, No 2, 2015 Copyright by the authors - Licensee IPA- Under Creative Commons license 3.0 Research article ISSN 0976 4399 Rainfall analysis

More information

Pampanga River. Arnedo Dike

Pampanga River. Arnedo Dike FLOOD MANAGEMENT by DPWH-REGION III OUTLINE OF PRESENTATION I. BACKGROUND INFORMATION II. CONSEQUENCES OF FLOODS III. CAUSES OF FLOOD IV. STRATEGIES FOR MITIGATION V. ISSUES AND CONCERNS VI. PROPOSED PROJECTS

More information

ANALYSIS OF FLOODS AND DROUGHTS IN THE BAGO RIVER BASIN, MYANMAR, UNDER CLIMATE CHANGE

ANALYSIS OF FLOODS AND DROUGHTS IN THE BAGO RIVER BASIN, MYANMAR, UNDER CLIMATE CHANGE ANALYSIS OF FLOODS AND DROUGHTS IN THE BAGO RIVER BASIN, MYANMAR, UNDER CLIMATE CHANGE Myo Myat Thu* MEE15631 ABSTRACT 1 Supervisor: Dr. Maskym Gusyev** Dr. Akira Hasegawa** This study investigates floods

More information

The Importance of Snowmelt Runoff Modeling for Sustainable Development and Disaster Prevention

The Importance of Snowmelt Runoff Modeling for Sustainable Development and Disaster Prevention The Importance of Snowmelt Runoff Modeling for Sustainable Development and Disaster Prevention Muzafar Malikov Space Research Centre Academy of Sciences Republic of Uzbekistan Water H 2 O Gas - Water Vapor

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

Calibration of a Rainfall Runoff Model to Estimate Monthly Stream Flow in an Ungauged Catchment

Calibration of a Rainfall Runoff Model to Estimate Monthly Stream Flow in an Ungauged Catchment Computational Water, Energy, and Environmental Engineering, 2015, 4, 57 66 Published Online October 2015 in SciRes. http://www.scirp.org/journal/cweee http://dx.doi.org/10.4236/cweee.2015.44006 Calibration

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

MURDOCH RESEARCH REPOSITORY

MURDOCH RESEARCH REPOSITORY MURDOCH RESEARCH REPOSITORY http://researchrepository.murdoch.edu.au/86/ Kajornrit, J. (22) Monthly rainfall time series prediction using modular fuzzy inference system with nonlinear optimization techniques.

More information

Analysis of the Sacramento Soil Moisture Accounting Model Using Variations in Precipitation Input

Analysis of the Sacramento Soil Moisture Accounting Model Using Variations in Precipitation Input Meteorology Senior Theses Undergraduate Theses and Capstone Projects 12-216 Analysis of the Sacramento Soil Moisture Accounting Model Using Variations in Precipitation Input Tyler Morrison Iowa State University,

More information

Modeling Economic Time Series Using a Focused Time Lagged FeedForward Neural Network

Modeling Economic Time Series Using a Focused Time Lagged FeedForward Neural Network Proceedings of Student Research Day, CSIS, Pace University, May 9th, 23 Modeling Economic Time Series Using a Focused Time Lagged FeedForward Neural Network N. Moseley ABSTRACT, - Artificial neural networks

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

The indicator can be used for awareness raising, evaluation of occurred droughts, forecasting future drought risks and management purposes.

The indicator can be used for awareness raising, evaluation of occurred droughts, forecasting future drought risks and management purposes. INDICATOR FACT SHEET SSPI: Standardized SnowPack Index Indicator definition The availability of water in rivers, lakes and ground is mainly related to precipitation. However, in the cold climate when precipitation

More information

April Figure 1: Precipitation Pattern from for Jamaica.

April Figure 1: Precipitation Pattern from for Jamaica. April 2018 Introduction This rainfall summary is prepared by the Climate Branch of the Meteorological Service, Jamaica. The Meteorological Service maintains a network of approximately one hundred and seventy

More information

CSE 352 (AI) LECTURE NOTES Professor Anita Wasilewska. NEURAL NETWORKS Learning

CSE 352 (AI) LECTURE NOTES Professor Anita Wasilewska. NEURAL NETWORKS Learning CSE 352 (AI) LECTURE NOTES Professor Anita Wasilewska NEURAL NETWORKS Learning Neural Networks Classifier Short Presentation INPUT: classification data, i.e. it contains an classification (class) attribute.

More information

Table (6): Annual precipitation amounts as recorded by stations X and Y. No. X Y

Table (6): Annual precipitation amounts as recorded by stations X and Y. No. X Y Example: X and Y are two neighboring rainfall stations. Station X has complete records and station Y has some missing values. Find the linear correlation equation between the two series as mentioned in

More information

NATIONAL WEATHER SERVICE

NATIONAL WEATHER SERVICE January 2016 February 9, 2016 This was a dry month across the HSA despite one large and several smaller snowfalls. Most locations ended up 1-2 inches below normal for the month. The driest locations at

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

The Application of Artificial Neural Network for Forecasting Dam Spillage Events.

The Application of Artificial Neural Network for Forecasting Dam Spillage Events. International Congress on Environmental Modelling and Software Brigham Young University BYU ScholarsArchive 5th International Congress on Environmental Modelling and Software - Ottawa, Ontario, Canada

More information

BUREAU OF METEOROLOGY

BUREAU OF METEOROLOGY BUREAU OF METEOROLOGY Building an Operational National Seasonal Streamflow Forecasting Service for Australia progress to-date and future plans Dr Narendra Kumar Tuteja Manager Extended Hydrological Prediction

More information