SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4558
RAINFALL PREDICTION BY USING TIME-SERIES DATA IN
ANALYSIS OF ARTIFICIAL NEURAL NETWORK MODELS
Senthamil Selvi S & Seetha N
1Professor: Mrs.R. Jothi,MCA.,M.Phil.,Associate Professor,Dept. of Computer Science, Dhanalakshmi Srinivasan
College Of Arts And Science For Women , Perambalur, Tamil Nadu, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Rainfall prediction is a major problem for
meteorological department as it is closely associated
with the economy and life of human. It is a cause for
natural disasters like flood and drought which are
encountered by people across the globe every year.
Accuracy of rainfall forecasting has great importance
for countries like India whose economy is largely
dependent on agriculture. Due to dynamic nature of
atmosphere, Statistical techniques fail to provide good
accuracyforrainfallforecasting.Nonlinearityofrainfall
data makes Artificial Neural Network a better
technique. Time Series data is large in volume, highly
dimensionalandcontinuousupdating.Timeseries data
analysis for forecasting, is one of the most important
aspects of the practical usage. Accurate rainfall
forecasting with the help of time series data analysis
will help in evaluating drought and flooding situations
in advance. In this paper, Artificial Neural Network
(ANN)technique has been used to develop weather
forecasting models for rainfall predictionusingrainfall
data of India. In this model, Feed Forward Neural
Network(FFNN)usingBackPropagationAlgorithmhas
been used. The performance of both the models has -
been assessed based on Regression Analysis, Mean
Square Error (MSE) and Magnitude of Relative Error
(MRE). This paper also givessomefuturedirectionsfor
rainfall prediction research.
Key Words: Rain Fall, ANN,Weather
1. INTRODUCTION
Weather forecasting is the application of science and
technology to predict the conditionsofthe atmosphere
for a given location and time. People haveattemptedto
predict the weather informally for millennia and
formally since the 19th century. Weather forecasts are
made by collecting quantitative data about the current
state of the atmosphere at a given place and using
meteorology to project how the atmosphere will
change.
Weather forecasting is a process of identifying and
predicting to a certain accuracy the climaticconditions
using multiple technologies. Many of the live systems
rely on weather conditions to make necessary
adjustments in their systems. Forecastinghelpstotake
necessary measures to prevent damage to life and
property to a large extent. Quantitative forecast like
temperature, humidity and rainfall are important in
agriculture area, as well as to traders within
commodity markets. Temperature forecasts are used
by utility companies to estimate demand over coming
days. Since outdoor activitiesareseverelyrestrictedby
heavy rain, snow and the chill; forecasts can be used to
plan activities around these events, and to plan ahead
and survive them. Nowadays multiple computing
techniques are available which can be used for
forecastingenhancingitsaccuracy.Differentcategories
offorecastingmethodsareNaiveapproach,Judgmental
methods, Quantitative and Qualitative method, Causal
or econometric forecasting methods, Time series
methods, Artificial intelligence methods, etc. The
weather forecast reports needs some intelligent
computing which can read the nonlinear data and
generate some rules and patterns to study and train
from the observed
Once calculated by hand based mainly uponchanges
in barometric pressure, current weather conditions,
and sky condition or cloud cover, weather forecasting
now relies on computer-based models that take many
atmospheric factorsintoaccount.[1] Humaninputisstill
required to pick the best possible forecast model to
base the forecast upon, which involves pattern
recognitionskills,teleconnections,knowledgeofmodel
performance, and knowledge of model biases. The
inaccuracy of forecasting is due to the chaoticnatureof
the atmosphere, the massive computational power
required to solve the equations that describe the
atmosphere, the error involvedinmeasuringtheinitial
conditions, and an incomplete understanding of
atmospheric processes. Hence, forecasts become less
accurate as the difference between current time and
the time for which the forecast is being made (the
range of the forecast) increases data to predict the
weather in future. Use of ANN will give results which
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4559
are more accurate. Here, the error may or may not
reduce completely. But, the accuracy will improve as
compared to previous forecasts.
The weather forecasting is live forecasting where
output of the model may be required for daily weather
guide or weekly or monthly weather plans. Thus, the
accuracy of the result is a very important aspect in this
forecasting. Multiple issues are discussedwhichcanbe
considered to get the accurate results. In Sectiontwo,a
reviews multiple literature on weather forecasting.
Section three introduces different terms about the
neural network. Section four proposes neural network
model with all the specifications for forecasting
weather with a high degree of accuracy.
2. Existing System
It presents a model for rainfall rate prediction 30
seconds ahead of time using an artificial neural
network. The resultant predicted rainfallratecanthen
be used in determining an appropriate fade counter-
measure,forinstance,digitalmodulationschemeahead
of time, to keep the bit error rate (BER) on the link
within acceptable levels to allow constant flow of data
on the link during a rain event. The approach used in
this method is pattern recognition technique that
considers historical rainfall rate patterns over Durban
(29.8587°S, 31.0218°E). The resultant prediction
model is found to predict animmediatefuturerainrate
when given three adjacenthistoricalrainrates.Forour
model validation, error analysis via root mean square
(RMSE) technique on our prediction model results
show that resultant errors lie within acceptable values
at different rain events within different rainfall
regimes.
Disadvantages:
Since it uses the resultant prediction model to predict
an immediate future rain rate when given three
adjacent historical rain rates. Prediction of Rainfall
forecasting with the short time span will not help in
evaluating drought and flooding situations in advance.
3. Proposed System
Accurate rainfall forecasting with the help of time
series data analysis will help in evaluatingdroughtand
flooding situations in advance with Proposed ANN
model showed optimistic results for both the models
for forecasting and found ahead forecasting model
perform better than previous forecasting model.
The back propagation algorithm is used in layered
feed-forward ANNs. It uses supervised learning,which
means the model trains itself with the use of target
output. For every set of input data the target output is
provided. The neural network model processes the
input data with randomvaluesforweightsandsuitable
activation function using one or more hidden layer in
between and then produces the predicted output. This
predicted output is then compared with the target
output provided for same input dataset. Thus, error is
calculated by subtractingpredicted output fromtarget
output. Using this error, the weights are adjusted and
again theentireprocessisrepeatedformultipleepochs
until the error is minimal or in acceptable range.
The idea of the back propagationalgorithmistoreduce
this error, until the ANN learns the training data. The
training begins with random weights, and thegoalisto
adjust them so that the error will be minimal. For
practical reasons, ANNs implementing the back
propagation algorithm do not have too many layers,
since the time for training the networks grows
exponentially. Also, there are refinements to the back
propagation algorithm which allow a faster learning.
The model proposed in this paper for weather
forecasting using ANN using BP algorithm is as given
below in Figure.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4560
A Single Neuron
The basic unit of computation in a neural network is
the neuron, often called a node orunit.Itreceivesinput
from some other nodes, or from anexternalsourceand
computes an output. Each input has an associated
weight (w), which is assignedonthebasisofitsrelative
importancetootherinputs.Thenodeappliesafunction
f (defined below) to the weighted sum of its inputs as
shown in Figure 1 below:
The above network takes numerical inputs X1 and X2
and has weights w1 and w2 associated with those
inputs. Additionally, there is another input 1 with
weight b (called the Bias) associated with it. We will
learn more details about role of the bias later.
The output Y from the neuron is computed asshownin
the Figure 1. The function f is non-linear and is called
the Activation Function. The purpose of the activation
function is to introduce non-linearityintotheoutputof
a neuron. This is important because most real world
data is non linear and we want neurons to learn these
non linear representations.
Every activation function (or non-linearity) takes a
single number and performs a certain fixed
mathematical operation on it [2]. There are several
activation functions you may encounter in practice:
Sigmoid: takes a real-valued input and squashes it to
range between 0 and 1
σ(x) = 1 / (1 + exp(−x))
tanh: takes a real-valued input and squashes it to the
range [-1, 1]
tanh(x) = 2σ(2x) − 1
ReLU: ReLU stands for Rectified Linear Unit. It takes a
real-valued input and thresholds it at zero (replaces
negative values with zero)
f(x) = max(0, x)
Screen Shot 2016-08-08 at 11.53.41 AMFigure 2:
different activation functions
Importance of Bias: The main function of Bias is to
provide every node with a trainable constant value (in
addition to the normal inputs that the node receives).
See this link to learn more about the role of bias in a
neuron.
4. Conclusion
In this paper, different methods for weather
forecasting are reviewed. ANN with back propagation
is recommended for weather forecasting. ANN with
back propagation uses an iterative process of training
where, it repeatedly compares the observed output
with targeted output and calculates the error. This
error is used to readjust the values of weights and bias
to get an even better output. Hencethismethodtriesto
minimize the error. Thus, Artificial Neural network
with Back propagation algorithm seems to be most
appropriatemethodforforecastingweatheraccurately.
The weather Forecasting has a big challenge of
predicting the accurate results which are usedinmany
real timesystemslikeelectricitydepartments,airports,
tourism centers, etc. The difficulty of this forecastingis
the complex nature of parameters.Eachparameter has
different set of rangesofvalues.Thisissueisaddressed
by ANN. It accepts all complex parametersasinputand
generates the intelligent patterns while training and it
uses the same patterns to generate the forecasts. The
Artificial NeuralNetworkmodelproposedinthispaper
indicates all the parameters for input and output,
training and testing data set, number of hidden layers
and neuronsineachhiddenlayer,weight,bias,learning
rate and activation function. The Mean Squared Error
between predictedoutputandtheactualoutputisused
to check accuracy.
REFERENCES
[1]. "The Water Cycle". Planetguide.net. Archived from
the original on 2011-12-26.Retrieved2011-12-26.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4561
[2]. National Weather Service Office, Spokane,
Washington (2009). "Virga and Dry
Thunderstorms". Archived from the original on
2009-05-22. Retrieved 2009-01-02.
[3]. Bart van den Hurk& Eleanor Blyth (2008). "Global
maps of Local Land-Atmosphere coupling" (PDF).
KNMI. Archived from the original (PDF) on 2009-
02-25. Retrieved 2009-01-02.
[4]. Chris Lehmann(2009)."10/00".CentralAnalytical
Laboratory. Archived from the original on 2010-
06-15. Retrieved 2009-01-02.
[5]. "Artificial Neural Networks as Models of Neural
Information Processing | Frontiers Research
Topic". Retrieved 2018-02-20.
[6]. McCulloch, Warren;Walter Pitts (1943)."ALogical
Calculus of Ideas Immanent in Nervous Activity".
Bulletin of Mathematical Biophysics. 5 (4): 115–
133. doi:10.1007/BF02478259.
BIBLIOGRAPHY NOTES
Mrs. Jothi.R –ReceivedMCA.,M.Phill.,
Degree In Computer Science. She Has
13 Years Of Teaching Experience. She
Had Presented 5 Papers In
International Conference And Also
She Presented 4 Papers In National
Conference. She Is CurrentlyWorking
As AssociateProfessorInDepartment
Of Computer Applications In
Dhanalakshmi Srinivasan College Of
Arts And Science For Women ,
Perambalur, Tamil Nadu, India.
Ms. S. Senthamil Selvi , PG scholar,
Department of Computer Science,
Pursuing MCA in Dhanalakshmi
Srinivasan College Of Arts And
ScienceForWomen,Perambalur-621
212, Tamil Nadu, India.
Ms. N.Seetha,PGscholar,Department
of Computer Science, Pursuing MCA
in Dhanalakshmi Srinivasan College
Of Arts And Science For Women ,
Perambalur-621 212, Tamil Nadu,
India.

More Related Content

What's hot

International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...Jean-Claude Meteodyn
 
IRJET- Estimation of Water Discharge using Image Processing
IRJET-  	  Estimation of Water Discharge using Image ProcessingIRJET-  	  Estimation of Water Discharge using Image Processing
IRJET- Estimation of Water Discharge using Image ProcessingIRJET Journal
 
A Review on Wireless Sensor Network Protocol for Disaster Management
A Review on Wireless Sensor Network Protocol for Disaster ManagementA Review on Wireless Sensor Network Protocol for Disaster Management
A Review on Wireless Sensor Network Protocol for Disaster ManagementEditor IJCATR
 
Automatic Fault Detection System with IOT Based
Automatic Fault Detection System with IOT BasedAutomatic Fault Detection System with IOT Based
Automatic Fault Detection System with IOT BasedYogeshIJTSRD
 
EMPLOYING MULTI CORE ARCHITECTURE TO OPTIMIZE ON PERFORMANCE, FOR APPROACH IN...
EMPLOYING MULTI CORE ARCHITECTURE TO OPTIMIZE ON PERFORMANCE, FOR APPROACH IN...EMPLOYING MULTI CORE ARCHITECTURE TO OPTIMIZE ON PERFORMANCE, FOR APPROACH IN...
EMPLOYING MULTI CORE ARCHITECTURE TO OPTIMIZE ON PERFORMANCE, FOR APPROACH IN...IAEME Publication
 
IRJET- Survey on Flood Management System
IRJET- Survey on Flood Management SystemIRJET- Survey on Flood Management System
IRJET- Survey on Flood Management SystemIRJET Journal
 
Probabilistic Forecasting: How and Why?
Probabilistic Forecasting: How and Why?Probabilistic Forecasting: How and Why?
Probabilistic Forecasting: How and Why?Kostas Hatalis, PhD
 
CFD down-scaling and online measurements for short-term wind power forecasting
CFD down-scaling and online measurements for short-term wind power forecastingCFD down-scaling and online measurements for short-term wind power forecasting
CFD down-scaling and online measurements for short-term wind power forecastingJean-Claude Meteodyn
 
Weather and Climate Visualization software
Weather and Climate Visualization softwareWeather and Climate Visualization software
Weather and Climate Visualization softwareRahul Gupta
 
Low Complexity Design for WSN Based Plant Monitoring System
Low Complexity Design for WSN Based Plant Monitoring SystemLow Complexity Design for WSN Based Plant Monitoring System
Low Complexity Design for WSN Based Plant Monitoring SystemIRJET Journal
 
Estimation of precipitation during the period of south west monsoon
Estimation of precipitation during the period of south west monsoonEstimation of precipitation during the period of south west monsoon
Estimation of precipitation during the period of south west monsoonIAEME Publication
 
GurminderBharani_Masters_Thesis
GurminderBharani_Masters_ThesisGurminderBharani_Masters_Thesis
GurminderBharani_Masters_Thesisbharanigurminder
 
IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET-  	  Agricultural Crop Yield Prediction using Deep Learning ApproachIRJET-  	  Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET- Agricultural Crop Yield Prediction using Deep Learning ApproachIRJET Journal
 
Artificial Neural Network Based Load Forecasting
Artificial Neural Network Based Load ForecastingArtificial Neural Network Based Load Forecasting
Artificial Neural Network Based Load ForecastingIRJET Journal
 
Intelligent flood disaster warning on the fly: developing IoT-based managemen...
Intelligent flood disaster warning on the fly: developing IoT-based managemen...Intelligent flood disaster warning on the fly: developing IoT-based managemen...
Intelligent flood disaster warning on the fly: developing IoT-based managemen...journalBEEI
 

What's hot (20)

Ijcet 06 07_003
Ijcet 06 07_003Ijcet 06 07_003
Ijcet 06 07_003
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
 
IRJET- Estimation of Water Discharge using Image Processing
IRJET-  	  Estimation of Water Discharge using Image ProcessingIRJET-  	  Estimation of Water Discharge using Image Processing
IRJET- Estimation of Water Discharge using Image Processing
 
A Review on Wireless Sensor Network Protocol for Disaster Management
A Review on Wireless Sensor Network Protocol for Disaster ManagementA Review on Wireless Sensor Network Protocol for Disaster Management
A Review on Wireless Sensor Network Protocol for Disaster Management
 
Automatic Fault Detection System with IOT Based
Automatic Fault Detection System with IOT BasedAutomatic Fault Detection System with IOT Based
Automatic Fault Detection System with IOT Based
 
Kz2418571860
Kz2418571860Kz2418571860
Kz2418571860
 
EMPLOYING MULTI CORE ARCHITECTURE TO OPTIMIZE ON PERFORMANCE, FOR APPROACH IN...
EMPLOYING MULTI CORE ARCHITECTURE TO OPTIMIZE ON PERFORMANCE, FOR APPROACH IN...EMPLOYING MULTI CORE ARCHITECTURE TO OPTIMIZE ON PERFORMANCE, FOR APPROACH IN...
EMPLOYING MULTI CORE ARCHITECTURE TO OPTIMIZE ON PERFORMANCE, FOR APPROACH IN...
 
IRJET- Survey on Flood Management System
IRJET- Survey on Flood Management SystemIRJET- Survey on Flood Management System
IRJET- Survey on Flood Management System
 
Probabilistic Forecasting: How and Why?
Probabilistic Forecasting: How and Why?Probabilistic Forecasting: How and Why?
Probabilistic Forecasting: How and Why?
 
CFD down-scaling and online measurements for short-term wind power forecasting
CFD down-scaling and online measurements for short-term wind power forecastingCFD down-scaling and online measurements for short-term wind power forecasting
CFD down-scaling and online measurements for short-term wind power forecasting
 
Weather and Climate Visualization software
Weather and Climate Visualization softwareWeather and Climate Visualization software
Weather and Climate Visualization software
 
Low Complexity Design for WSN Based Plant Monitoring System
Low Complexity Design for WSN Based Plant Monitoring SystemLow Complexity Design for WSN Based Plant Monitoring System
Low Complexity Design for WSN Based Plant Monitoring System
 
Estimation of precipitation during the period of south west monsoon
Estimation of precipitation during the period of south west monsoonEstimation of precipitation during the period of south west monsoon
Estimation of precipitation during the period of south west monsoon
 
GurminderBharani_Masters_Thesis
GurminderBharani_Masters_ThesisGurminderBharani_Masters_Thesis
GurminderBharani_Masters_Thesis
 
008_23035research061214_49_55
008_23035research061214_49_55008_23035research061214_49_55
008_23035research061214_49_55
 
012_22796ny071214_94_101
012_22796ny071214_94_101012_22796ny071214_94_101
012_22796ny071214_94_101
 
IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET-  	  Agricultural Crop Yield Prediction using Deep Learning ApproachIRJET-  	  Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
 
Artificial Neural Network Based Load Forecasting
Artificial Neural Network Based Load ForecastingArtificial Neural Network Based Load Forecasting
Artificial Neural Network Based Load Forecasting
 
Intelligent flood disaster warning on the fly: developing IoT-based managemen...
Intelligent flood disaster warning on the fly: developing IoT-based managemen...Intelligent flood disaster warning on the fly: developing IoT-based managemen...
Intelligent flood disaster warning on the fly: developing IoT-based managemen...
 

Similar to Rainfall Prediction Using ANN Time-Series Analysis

IRJET- Wind Energy Storage Prediction using Machine Learning
IRJET- Wind Energy Storage Prediction using Machine LearningIRJET- Wind Energy Storage Prediction using Machine Learning
IRJET- Wind Energy Storage Prediction using Machine LearningIRJET Journal
 
Integrated Water Resources Management Using Rainfall Forecasting With Artific...
Integrated Water Resources Management Using Rainfall Forecasting With Artific...Integrated Water Resources Management Using Rainfall Forecasting With Artific...
Integrated Water Resources Management Using Rainfall Forecasting With Artific...IRJET Journal
 
Weather Prediction: A comprehensive study of Machine learning techniques
Weather Prediction: A comprehensive study of Machine learning techniquesWeather Prediction: A comprehensive study of Machine learning techniques
Weather Prediction: A comprehensive study of Machine learning techniquesIRJET Journal
 
CROP YIELD PREDICTION USING ARTIFICIAL NEURAL NETWORK
CROP YIELD PREDICTION USING ARTIFICIAL NEURAL NETWORKCROP YIELD PREDICTION USING ARTIFICIAL NEURAL NETWORK
CROP YIELD PREDICTION USING ARTIFICIAL NEURAL NETWORKIRJET Journal
 
IRJET-Load Forecasting using Fuzzy Logic
IRJET-Load Forecasting using Fuzzy LogicIRJET-Load Forecasting using Fuzzy Logic
IRJET-Load Forecasting using Fuzzy LogicIRJET Journal
 
IRJET- Weather Prediction for Tourism Application using ARIMA
IRJET- Weather Prediction for Tourism Application using ARIMAIRJET- Weather Prediction for Tourism Application using ARIMA
IRJET- Weather Prediction for Tourism Application using ARIMAIRJET Journal
 
FLOOD FORECASTING USING MACHINE LEARNING ALGORITHM
FLOOD FORECASTING USING MACHINE LEARNING ALGORITHMFLOOD FORECASTING USING MACHINE LEARNING ALGORITHM
FLOOD FORECASTING USING MACHINE LEARNING ALGORITHMIRJET Journal
 
IRJET- Estimation of Water Level Variations in Dams Based on Rainfall Dat...
IRJET-  	  Estimation of Water Level Variations in Dams Based on Rainfall Dat...IRJET-  	  Estimation of Water Level Variations in Dams Based on Rainfall Dat...
IRJET- Estimation of Water Level Variations in Dams Based on Rainfall Dat...IRJET Journal
 
Forecasting Capacity Issues in Stateful Systems: A Proactive Approach
Forecasting Capacity Issues in Stateful Systems: A Proactive ApproachForecasting Capacity Issues in Stateful Systems: A Proactive Approach
Forecasting Capacity Issues in Stateful Systems: A Proactive ApproachIRJET Journal
 
A Critical Review on Employed Techniques for Short Term Load Forecasting
A Critical Review on Employed Techniques for Short Term Load ForecastingA Critical Review on Employed Techniques for Short Term Load Forecasting
A Critical Review on Employed Techniques for Short Term Load ForecastingIRJET Journal
 
Machine Learning for Weather Forecasts
Machine Learning for Weather ForecastsMachine Learning for Weather Forecasts
Machine Learning for Weather Forecastsinside-BigData.com
 
IRJET- Analyze Weather Condition using Machine Learning Algorithms
IRJET-  	  Analyze Weather Condition using Machine Learning AlgorithmsIRJET-  	  Analyze Weather Condition using Machine Learning Algorithms
IRJET- Analyze Weather Condition using Machine Learning AlgorithmsIRJET Journal
 
Policing of the Environment by using an Integrated system
Policing of the Environment by using an Integrated systemPolicing of the Environment by using an Integrated system
Policing of the Environment by using an Integrated systemIRJET Journal
 
Climate Visibility Prediction Using Machine Learning
Climate Visibility Prediction Using Machine LearningClimate Visibility Prediction Using Machine Learning
Climate Visibility Prediction Using Machine LearningIRJET Journal
 
Climate Visibility Prediction Using Machine Learning
Climate Visibility Prediction Using Machine LearningClimate Visibility Prediction Using Machine Learning
Climate Visibility Prediction Using Machine LearningIRJET Journal
 
IRJET- Data Duplicity Reduction Model for WSN
IRJET- Data Duplicity Reduction Model for WSNIRJET- Data Duplicity Reduction Model for WSN
IRJET- Data Duplicity Reduction Model for WSNIRJET Journal
 
Electric Load Forecasting
Electric Load ForecastingElectric Load Forecasting
Electric Load Forecastinginventy
 
An Investigation of Weather Forecasting using Machine Learning Techniques
An Investigation of Weather Forecasting using Machine Learning TechniquesAn Investigation of Weather Forecasting using Machine Learning Techniques
An Investigation of Weather Forecasting using Machine Learning TechniquesDr. Amarjeet Singh
 
IRJET- IoT based Flow Analyzing and Alerting System
IRJET- IoT based Flow Analyzing and Alerting SystemIRJET- IoT based Flow Analyzing and Alerting System
IRJET- IoT based Flow Analyzing and Alerting SystemIRJET Journal
 
Intelligent methods in load forecasting
Intelligent methods in load forecastingIntelligent methods in load forecasting
Intelligent methods in load forecastingprj_publication
 

Similar to Rainfall Prediction Using ANN Time-Series Analysis (20)

IRJET- Wind Energy Storage Prediction using Machine Learning
IRJET- Wind Energy Storage Prediction using Machine LearningIRJET- Wind Energy Storage Prediction using Machine Learning
IRJET- Wind Energy Storage Prediction using Machine Learning
 
Integrated Water Resources Management Using Rainfall Forecasting With Artific...
Integrated Water Resources Management Using Rainfall Forecasting With Artific...Integrated Water Resources Management Using Rainfall Forecasting With Artific...
Integrated Water Resources Management Using Rainfall Forecasting With Artific...
 
Weather Prediction: A comprehensive study of Machine learning techniques
Weather Prediction: A comprehensive study of Machine learning techniquesWeather Prediction: A comprehensive study of Machine learning techniques
Weather Prediction: A comprehensive study of Machine learning techniques
 
CROP YIELD PREDICTION USING ARTIFICIAL NEURAL NETWORK
CROP YIELD PREDICTION USING ARTIFICIAL NEURAL NETWORKCROP YIELD PREDICTION USING ARTIFICIAL NEURAL NETWORK
CROP YIELD PREDICTION USING ARTIFICIAL NEURAL NETWORK
 
IRJET-Load Forecasting using Fuzzy Logic
IRJET-Load Forecasting using Fuzzy LogicIRJET-Load Forecasting using Fuzzy Logic
IRJET-Load Forecasting using Fuzzy Logic
 
IRJET- Weather Prediction for Tourism Application using ARIMA
IRJET- Weather Prediction for Tourism Application using ARIMAIRJET- Weather Prediction for Tourism Application using ARIMA
IRJET- Weather Prediction for Tourism Application using ARIMA
 
FLOOD FORECASTING USING MACHINE LEARNING ALGORITHM
FLOOD FORECASTING USING MACHINE LEARNING ALGORITHMFLOOD FORECASTING USING MACHINE LEARNING ALGORITHM
FLOOD FORECASTING USING MACHINE LEARNING ALGORITHM
 
IRJET- Estimation of Water Level Variations in Dams Based on Rainfall Dat...
IRJET-  	  Estimation of Water Level Variations in Dams Based on Rainfall Dat...IRJET-  	  Estimation of Water Level Variations in Dams Based on Rainfall Dat...
IRJET- Estimation of Water Level Variations in Dams Based on Rainfall Dat...
 
Forecasting Capacity Issues in Stateful Systems: A Proactive Approach
Forecasting Capacity Issues in Stateful Systems: A Proactive ApproachForecasting Capacity Issues in Stateful Systems: A Proactive Approach
Forecasting Capacity Issues in Stateful Systems: A Proactive Approach
 
A Critical Review on Employed Techniques for Short Term Load Forecasting
A Critical Review on Employed Techniques for Short Term Load ForecastingA Critical Review on Employed Techniques for Short Term Load Forecasting
A Critical Review on Employed Techniques for Short Term Load Forecasting
 
Machine Learning for Weather Forecasts
Machine Learning for Weather ForecastsMachine Learning for Weather Forecasts
Machine Learning for Weather Forecasts
 
IRJET- Analyze Weather Condition using Machine Learning Algorithms
IRJET-  	  Analyze Weather Condition using Machine Learning AlgorithmsIRJET-  	  Analyze Weather Condition using Machine Learning Algorithms
IRJET- Analyze Weather Condition using Machine Learning Algorithms
 
Policing of the Environment by using an Integrated system
Policing of the Environment by using an Integrated systemPolicing of the Environment by using an Integrated system
Policing of the Environment by using an Integrated system
 
Climate Visibility Prediction Using Machine Learning
Climate Visibility Prediction Using Machine LearningClimate Visibility Prediction Using Machine Learning
Climate Visibility Prediction Using Machine Learning
 
Climate Visibility Prediction Using Machine Learning
Climate Visibility Prediction Using Machine LearningClimate Visibility Prediction Using Machine Learning
Climate Visibility Prediction Using Machine Learning
 
IRJET- Data Duplicity Reduction Model for WSN
IRJET- Data Duplicity Reduction Model for WSNIRJET- Data Duplicity Reduction Model for WSN
IRJET- Data Duplicity Reduction Model for WSN
 
Electric Load Forecasting
Electric Load ForecastingElectric Load Forecasting
Electric Load Forecasting
 
An Investigation of Weather Forecasting using Machine Learning Techniques
An Investigation of Weather Forecasting using Machine Learning TechniquesAn Investigation of Weather Forecasting using Machine Learning Techniques
An Investigation of Weather Forecasting using Machine Learning Techniques
 
IRJET- IoT based Flow Analyzing and Alerting System
IRJET- IoT based Flow Analyzing and Alerting SystemIRJET- IoT based Flow Analyzing and Alerting System
IRJET- IoT based Flow Analyzing and Alerting System
 
Intelligent methods in load forecasting
Intelligent methods in load forecastingIntelligent methods in load forecasting
Intelligent methods in load forecasting
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 

Recently uploaded (20)

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 

Rainfall Prediction Using ANN Time-Series Analysis

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4558 RAINFALL PREDICTION BY USING TIME-SERIES DATA IN ANALYSIS OF ARTIFICIAL NEURAL NETWORK MODELS Senthamil Selvi S & Seetha N 1Professor: Mrs.R. Jothi,MCA.,M.Phil.,Associate Professor,Dept. of Computer Science, Dhanalakshmi Srinivasan College Of Arts And Science For Women , Perambalur, Tamil Nadu, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Rainfall prediction is a major problem for meteorological department as it is closely associated with the economy and life of human. It is a cause for natural disasters like flood and drought which are encountered by people across the globe every year. Accuracy of rainfall forecasting has great importance for countries like India whose economy is largely dependent on agriculture. Due to dynamic nature of atmosphere, Statistical techniques fail to provide good accuracyforrainfallforecasting.Nonlinearityofrainfall data makes Artificial Neural Network a better technique. Time Series data is large in volume, highly dimensionalandcontinuousupdating.Timeseries data analysis for forecasting, is one of the most important aspects of the practical usage. Accurate rainfall forecasting with the help of time series data analysis will help in evaluating drought and flooding situations in advance. In this paper, Artificial Neural Network (ANN)technique has been used to develop weather forecasting models for rainfall predictionusingrainfall data of India. In this model, Feed Forward Neural Network(FFNN)usingBackPropagationAlgorithmhas been used. The performance of both the models has - been assessed based on Regression Analysis, Mean Square Error (MSE) and Magnitude of Relative Error (MRE). This paper also givessomefuturedirectionsfor rainfall prediction research. Key Words: Rain Fall, ANN,Weather 1. INTRODUCTION Weather forecasting is the application of science and technology to predict the conditionsofthe atmosphere for a given location and time. People haveattemptedto predict the weather informally for millennia and formally since the 19th century. Weather forecasts are made by collecting quantitative data about the current state of the atmosphere at a given place and using meteorology to project how the atmosphere will change. Weather forecasting is a process of identifying and predicting to a certain accuracy the climaticconditions using multiple technologies. Many of the live systems rely on weather conditions to make necessary adjustments in their systems. Forecastinghelpstotake necessary measures to prevent damage to life and property to a large extent. Quantitative forecast like temperature, humidity and rainfall are important in agriculture area, as well as to traders within commodity markets. Temperature forecasts are used by utility companies to estimate demand over coming days. Since outdoor activitiesareseverelyrestrictedby heavy rain, snow and the chill; forecasts can be used to plan activities around these events, and to plan ahead and survive them. Nowadays multiple computing techniques are available which can be used for forecastingenhancingitsaccuracy.Differentcategories offorecastingmethodsareNaiveapproach,Judgmental methods, Quantitative and Qualitative method, Causal or econometric forecasting methods, Time series methods, Artificial intelligence methods, etc. The weather forecast reports needs some intelligent computing which can read the nonlinear data and generate some rules and patterns to study and train from the observed Once calculated by hand based mainly uponchanges in barometric pressure, current weather conditions, and sky condition or cloud cover, weather forecasting now relies on computer-based models that take many atmospheric factorsintoaccount.[1] Humaninputisstill required to pick the best possible forecast model to base the forecast upon, which involves pattern recognitionskills,teleconnections,knowledgeofmodel performance, and knowledge of model biases. The inaccuracy of forecasting is due to the chaoticnatureof the atmosphere, the massive computational power required to solve the equations that describe the atmosphere, the error involvedinmeasuringtheinitial conditions, and an incomplete understanding of atmospheric processes. Hence, forecasts become less accurate as the difference between current time and the time for which the forecast is being made (the range of the forecast) increases data to predict the weather in future. Use of ANN will give results which
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4559 are more accurate. Here, the error may or may not reduce completely. But, the accuracy will improve as compared to previous forecasts. The weather forecasting is live forecasting where output of the model may be required for daily weather guide or weekly or monthly weather plans. Thus, the accuracy of the result is a very important aspect in this forecasting. Multiple issues are discussedwhichcanbe considered to get the accurate results. In Sectiontwo,a reviews multiple literature on weather forecasting. Section three introduces different terms about the neural network. Section four proposes neural network model with all the specifications for forecasting weather with a high degree of accuracy. 2. Existing System It presents a model for rainfall rate prediction 30 seconds ahead of time using an artificial neural network. The resultant predicted rainfallratecanthen be used in determining an appropriate fade counter- measure,forinstance,digitalmodulationschemeahead of time, to keep the bit error rate (BER) on the link within acceptable levels to allow constant flow of data on the link during a rain event. The approach used in this method is pattern recognition technique that considers historical rainfall rate patterns over Durban (29.8587°S, 31.0218°E). The resultant prediction model is found to predict animmediatefuturerainrate when given three adjacenthistoricalrainrates.Forour model validation, error analysis via root mean square (RMSE) technique on our prediction model results show that resultant errors lie within acceptable values at different rain events within different rainfall regimes. Disadvantages: Since it uses the resultant prediction model to predict an immediate future rain rate when given three adjacent historical rain rates. Prediction of Rainfall forecasting with the short time span will not help in evaluating drought and flooding situations in advance. 3. Proposed System Accurate rainfall forecasting with the help of time series data analysis will help in evaluatingdroughtand flooding situations in advance with Proposed ANN model showed optimistic results for both the models for forecasting and found ahead forecasting model perform better than previous forecasting model. The back propagation algorithm is used in layered feed-forward ANNs. It uses supervised learning,which means the model trains itself with the use of target output. For every set of input data the target output is provided. The neural network model processes the input data with randomvaluesforweightsandsuitable activation function using one or more hidden layer in between and then produces the predicted output. This predicted output is then compared with the target output provided for same input dataset. Thus, error is calculated by subtractingpredicted output fromtarget output. Using this error, the weights are adjusted and again theentireprocessisrepeatedformultipleepochs until the error is minimal or in acceptable range. The idea of the back propagationalgorithmistoreduce this error, until the ANN learns the training data. The training begins with random weights, and thegoalisto adjust them so that the error will be minimal. For practical reasons, ANNs implementing the back propagation algorithm do not have too many layers, since the time for training the networks grows exponentially. Also, there are refinements to the back propagation algorithm which allow a faster learning. The model proposed in this paper for weather forecasting using ANN using BP algorithm is as given below in Figure.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4560 A Single Neuron The basic unit of computation in a neural network is the neuron, often called a node orunit.Itreceivesinput from some other nodes, or from anexternalsourceand computes an output. Each input has an associated weight (w), which is assignedonthebasisofitsrelative importancetootherinputs.Thenodeappliesafunction f (defined below) to the weighted sum of its inputs as shown in Figure 1 below: The above network takes numerical inputs X1 and X2 and has weights w1 and w2 associated with those inputs. Additionally, there is another input 1 with weight b (called the Bias) associated with it. We will learn more details about role of the bias later. The output Y from the neuron is computed asshownin the Figure 1. The function f is non-linear and is called the Activation Function. The purpose of the activation function is to introduce non-linearityintotheoutputof a neuron. This is important because most real world data is non linear and we want neurons to learn these non linear representations. Every activation function (or non-linearity) takes a single number and performs a certain fixed mathematical operation on it [2]. There are several activation functions you may encounter in practice: Sigmoid: takes a real-valued input and squashes it to range between 0 and 1 σ(x) = 1 / (1 + exp(−x)) tanh: takes a real-valued input and squashes it to the range [-1, 1] tanh(x) = 2σ(2x) − 1 ReLU: ReLU stands for Rectified Linear Unit. It takes a real-valued input and thresholds it at zero (replaces negative values with zero) f(x) = max(0, x) Screen Shot 2016-08-08 at 11.53.41 AMFigure 2: different activation functions Importance of Bias: The main function of Bias is to provide every node with a trainable constant value (in addition to the normal inputs that the node receives). See this link to learn more about the role of bias in a neuron. 4. Conclusion In this paper, different methods for weather forecasting are reviewed. ANN with back propagation is recommended for weather forecasting. ANN with back propagation uses an iterative process of training where, it repeatedly compares the observed output with targeted output and calculates the error. This error is used to readjust the values of weights and bias to get an even better output. Hencethismethodtriesto minimize the error. Thus, Artificial Neural network with Back propagation algorithm seems to be most appropriatemethodforforecastingweatheraccurately. The weather Forecasting has a big challenge of predicting the accurate results which are usedinmany real timesystemslikeelectricitydepartments,airports, tourism centers, etc. The difficulty of this forecastingis the complex nature of parameters.Eachparameter has different set of rangesofvalues.Thisissueisaddressed by ANN. It accepts all complex parametersasinputand generates the intelligent patterns while training and it uses the same patterns to generate the forecasts. The Artificial NeuralNetworkmodelproposedinthispaper indicates all the parameters for input and output, training and testing data set, number of hidden layers and neuronsineachhiddenlayer,weight,bias,learning rate and activation function. The Mean Squared Error between predictedoutputandtheactualoutputisused to check accuracy. REFERENCES [1]. "The Water Cycle". Planetguide.net. Archived from the original on 2011-12-26.Retrieved2011-12-26.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4561 [2]. National Weather Service Office, Spokane, Washington (2009). "Virga and Dry Thunderstorms". Archived from the original on 2009-05-22. Retrieved 2009-01-02. [3]. Bart van den Hurk& Eleanor Blyth (2008). "Global maps of Local Land-Atmosphere coupling" (PDF). KNMI. Archived from the original (PDF) on 2009- 02-25. Retrieved 2009-01-02. [4]. Chris Lehmann(2009)."10/00".CentralAnalytical Laboratory. Archived from the original on 2010- 06-15. Retrieved 2009-01-02. [5]. "Artificial Neural Networks as Models of Neural Information Processing | Frontiers Research Topic". Retrieved 2018-02-20. [6]. McCulloch, Warren;Walter Pitts (1943)."ALogical Calculus of Ideas Immanent in Nervous Activity". Bulletin of Mathematical Biophysics. 5 (4): 115– 133. doi:10.1007/BF02478259. BIBLIOGRAPHY NOTES Mrs. Jothi.R –ReceivedMCA.,M.Phill., Degree In Computer Science. She Has 13 Years Of Teaching Experience. She Had Presented 5 Papers In International Conference And Also She Presented 4 Papers In National Conference. She Is CurrentlyWorking As AssociateProfessorInDepartment Of Computer Applications In Dhanalakshmi Srinivasan College Of Arts And Science For Women , Perambalur, Tamil Nadu, India. Ms. S. Senthamil Selvi , PG scholar, Department of Computer Science, Pursuing MCA in Dhanalakshmi Srinivasan College Of Arts And ScienceForWomen,Perambalur-621 212, Tamil Nadu, India. Ms. N.Seetha,PGscholar,Department of Computer Science, Pursuing MCA in Dhanalakshmi Srinivasan College Of Arts And Science For Women , Perambalur-621 212, Tamil Nadu, India.