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: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 132
Data Analysis and Prediction System for Meteorological Data
Shrikshel Boralkar1, Shivraj Jawalge2, Vijay Jadhav3, Sagar Ingale4, Dr. J.S.Umale5
1Shrikshel Boralkar, Dept. of Computer Engineering, PCCOE College, Maharashtra, India
2Shivraj Jawalge, Dept. of Computer Engineering, PCCOE College, Maharashtra, India
3Vijay Jadhav, Dept. of Computer Engineering, PCCOE College, Maharashtra, India
4Sagar Ingale, Dept. of Computer Engineering, PCCOE College, Maharashtra, India
5 Dr. Prof. J. S. Umale, Dept. of Computer Engineering, PCCOE College, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract –Weather prediction plays very importantrole in
our daily life. Farmers are dependent on weather conditions.
Builders, fisherman, all who work outdoor need weather
prediction. In the earlier implementations multiple attempts
are done for data analysis systemforweatherprediction. More
efforts are expected to analyze the real time data to improve
the prediction accuracy.
Currently running systems are stand alone and having
dependency on centralized storage. They need suitable data
visualization of outputs. Theanalyticalgorithmsusedareneed
to be more efficient or they need to produce reliable and
correct output.
In order to handle such type of situations system should be
modified. Better analyzing algorithms running on distributed
systems can be used to enhance the accuracy of result,
performance and reliability.
In this paper we are doing the comparative study of Data
processing techniques. The data files havingthe datacollected
from various sensors including various parameters are
processed and graphs are generated for analysis and
prediction purpose. These graphs are generatedbythree ways
i.e. Sequential, In-parallel by making use of threads and in
Hadoop (distributed approach).
The distributed orparallelmodelwillovercomethedrawbacks
of existing system i.e. time consumption.
Key Words: Weather data, Analysis and Prediction,
Hadoop, Parallel Computing, Graph plotting.
1. INTRODUCTION
The need of weather forecasting began with early
civilizations using reoccurring meteorological eventsto help
them monitor the changes in the weather. Throughout the
centuries, attempts have been made to produce forecasts
based on personal observations. In ancient times people
predicted the weather from cloud patterns andbyobserving
patterns of events. Although these ancient methods of
weather forecasting were used for centuries, they were not
always reliable. Another limitation was that information
about the current state of the weather could not be
communicated to places far away, i.e. No real time
prediction.
Meteorologists use a variety of tools to help them gather
information about weather and climate. Some more familiar
ones are thermometers which measure air temperature,
anemometers which gauge wind speeds, and barometers
which provide information on air pressure. These
instruments allow users to gather data about what is
happening near Earth's surface. Using these data, crude
weather maps were drawn and surface wind patterns and
storm systems could be identified and studied. While the
meteorological instruments were being refined during the
nineteenth centuries, but they were not able to process the
data in real time.
Over the past few centuries, physical lawsgoverningaspects
of the atmosphere have been expressedandrefinedthrough
mathematical equations. Despite the advances made by
scientists, it took them, several months to produce a wildly
inaccurate six-hour forecast. During the data assimilation
process, information gained from the observationsisused in
conjunction with a numerical model's most recent forecast
for the time that observations were made to produce the
meteorological analysis.
By using various processing methods like Map-reduce pre-
processing etc. We can perform analysis. Graph is plotted on
the pre-processed data which is used for further processing.
2. RELATED WORK
Timely rainfall forecastisabigchallengeandrequirement
fora country like India. Various rainfall forecast modelshave
been created in past.NumericalWeatherforecastingmodelis
used to generate Short range and Medium range forecasts
which uses partial differential equations to conduct multiple
numerical predictions. Ensemble forecasting is a numerical
weather prediction model thatusesdifferentforecastsmodel
with slightly different input to gather better forecasts.
Bayesian approach based model for rainfall prediction is
created where posterior probabilities are used to calculate
likelihood of each class label for input data instance and the
one with maximumlikelihood is consideredresultingoutput.
Five years data is taken as input to compute rainfall using
Karl person coefficient which is then compared with rainfall
statistics forfutureyears predictedusingmultipleregression
technique. C. E. Decision tree classification algorithm to
classify land cover for different vegetation’s using remotely
sensed data is also used. They have described three different
types of decision trees. Univariate trees tests single attribute
at any particular node of tree whereas multivariate tree uses
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 133
more than one attribute for testing conditionat branchwhile
splitting. Hybrid trees are heterogeneous trees as they use
more than one algorithm to build the tree. Error complexity
method by Breiman for CARTtreesgivesasetofprunedtrees
and one with lowest misclassification rate isconsideredfinal
tree. Pessimistic Pruning by Quinlan is used to prune trees
build by C4.5 algorithm.
A comparative study of classification algorithms for
forecasting rainfallispublishedbyanauthorDeeptiGupta[1]
in which a record level analysis is carried out. Following are
the algorithms which are compared by Deepti Gupta [1].
1. Decision tree classification is a nonparametric
technique which usesatreelikestructuretoclassifytheinput
dataset instances. Each sample is assigned a class label by
moving in a top down manner from root and testing the
condition at the branch. It is based on greedy approach as
best split is used at each step to build the tree. Decision trees
are easy to work with and even with low domain knowledge.
Decision trees can be drawn using ID3 algorithm, C4.5 and
CART. ID3 and C4.5 were given by Quinlan where C4.5 is a
successor of ID3. C4.5 adds some improvements to ID3 like
pruning of tree to avoid overfitting of data, handling of
missing values. ID3 uses Information gain to find best split
while C4.5 uses Gainratio.ClassificationandRegressiontrees
(CART), analgorithm by Breiman uses Gini indexasselection
measure to find best attribute for splitting and constructing
binary decision tree.[2] Classification trees are built when
resulting class label is categorical like y or n whereas
regression trees are used for numerical class labels like
income of a person, rainfall in millimeters.
2. K nearest neighborsare lazy learners where learningis
based on analogy. The algorithm cannot be used until the
sample forwhich neighborsaretobecomputedisavailable.K
nearest neighbors are computed for given instance t for
which class label is to be predicted. The attributesorfeatures
are preferred to be numeric in nature as neighbors are
computed using the distance metric.
3. Bayesian approach for classification is a statistical and
linearclassifier whichpredictsclasslabelfordatainstanceon
the basis of distribution of attribute values. This is a
parametric classification where the size of classifier remains
fixed. Distribution can be normal (Gaussian), kernel,
multivariateor multi nominal. Assumingnormaldistribution
for weather data, Bayesian classifiers use Bayes theorem to
find posterior probabilities of occurrence of input data
instance in all classes. Class label having maximum
conditional probability is assigned to data instance. Naive
Bayes assumes that attributes have no effect on each other
that is they have independent distribution of values.
4. An artificial neural networkisasetofneuronsarranged
according to a specific architecture. Neurons are processing
elements that transform input given to network into an
output. Each of the connections between the neurons of one
layer to another layer is assigned a particular weight which
signifies its importance. A bias is available foreachunitinthe
hidden layer and the outputlayerwhichactsasathresholdto
vary the activity of neurons in the network. Pattern
Recognition NN (PRNN) used here for analysis is feed
forward two layer network which is used forclassificationto
classify samples into one of the target class labels. The
number of neurons in hidden layer depends on number of
input and output. One neuron in output is used to represent
two target class labels in training data in form of 0(n) and
1(y).
5. Apache Hadoop is an open-source softwareframework
used fordistributed storage andprocessingofverylargedata
sets. It consists of computer clusters built from commodity
hardware. All the modules in Hadoop are designed with a
fundamental assumption that hardware failures are a
common occurrence and should be automaticallyhandledby
the framework.
The core of Apache Hadoop consists ofa storage part, known
as Hadoop Distributed File System (HDFS), and a processing
part called Map-Reduce. Hadoop splits files into large blocks
and distributes them across nodes in a cluster. It then
transfers packaged code into nodes to process the data in
parallel. This approach takes advantage of data locality –
nodes manipulating the data they have access to – to allow
the dataset to be processed faster and more efficientlythanit
would be in amoreconventionalsupercomputerarchitecture
that relies on a parallel file system where computation and
data are distributed via high-speed networking.
3. EXISTING SYSTEM
Indian Institute of Tropical and Meteorology uses graph
based approach forpredictionofweather.Variousgraphsare
plotted which may be 2D or 3D which consists the
information of various parameters recorded by sensors.
These parameters include information of Temperature,
pressure height, speed of wind etc. The data is recorded at
different location and height for more fine grained
information.
Based on these plotted graphs the current system
recognizes the trend of the weather. By applying various
methods like regression and other methods weather
prediction is done.
The current system used forplotting the graphs based on
the collected information is sequential. Sequential methodof
graph plotting takes time to plot. All the collected data is
stored in the single file. But when we are plotting a graph we
need the data of specific two or three parameters only. But
then also we need to process the data file completely. This
processing of completedatafilesequentiallytakesmoretime.
So, this sequential processing time can be reduced by
applying High performance techniques. These techniques
include parallel processing, distributed processing etc.
In this paper we are doing the comparative study of
sequential, parallel and distributed processing. Accordingly
we can use for plotting the graph of required parameters.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 134
4. PROPOSED SYSTEM
The distributed Hadoop system can be used for pre-
processing of data file which decreases the size of data file
and this results into less processing time for graph plotting.
The Hadooparchitecturefor pre-processing isasfollows:
Fig – 1: System Architecture
After pre-processing the size of file is decreased and only
required data is present in the data file. This is used for
further processing so that thetimerequiresforprocessingor
graph plotting is very less.
The sample temperature versus pressure graph plotted
sequentially based on data collected in one day 6th February
2013 is as follows:
Fig -2: Sample temp Vs Pressure graph
This sequential plotting requires 1820ms.
The parallel processed multithreaded program time for
running and plotting the graph of 7 files simultaneously
4258ms.
These 7 files are of different days with same parameters.
That is these files when processed in parallel they require
less time as that of serial execution. The samples of some of
these files and the execution time is Shown below:
When we pre-process the files using Hadoop the
decreased file size decreasestheprocessingtime.Thesample
output screenshot is as follows:
From above screenshot wecan say that the timerequired
forsequentialprocessingismaximumandparallelprocessing
using thread is minimum. The Hadoop distributed
architecturerequires medium time, asfilesizewerenotlarge
enough.
If file size is more we can prefer the Hadoop distributed
approach over parallel or sequential.
4. CONCLUSIONS
From above comparison we can say that parallel or
Distributed Hadoop approach is better than sequential
approach at any time for data processing and graphplotting.
In between distributed and parallel processing,
processing should be done depending upon the size of input
dataset. If input data size is very large i.e. long term data
analysis and prediction we should use Hadoop Distributed
approach.
If file size is small i.e. short term analysis and
prediction we can make use of threads (parallel processing)
and can save even more time.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 135
5. REFERENCES
[1] Depti Gupta and Udayan Ghose, A Comparative Study of
Classification Algorithms for Forecasting Rainfall, IEEE
2015
[2] Lorenzo Luini and Carlo Capsoni,AUnifiedModel forthe
Prediction of Spatial and Temporal Rainfall Rate
Statistics, IEEE Transactions on Antennas and
Propagation, October 2013
[3] Wei Fang at al, Meteorological Data Analysis Using
MapReduce, The Scientific World Journal February
2014.
[4] Brigitta Goger and Oliver Fuhrer, CurrentChallengesfor
Numerical Weather Prediction in Complex Terrain:
Topography Representation and Parameterizations,
IEEE 2016.
6. Authors
Shrikshel Boralkar PCCOE
Pune, Computer Engineering.
Vijay Jadhav PCCOE Pune,
Computer Engineering.
Shivraj Jawalge PCCOE Pune,
Computer Engineering.
Sagar Ingale PCCOE Pune,
Computer Engineering.

More Related Content

What's hot

Anomaly detection via eliminating data redundancy and rectifying data error i...
Anomaly detection via eliminating data redundancy and rectifying data error i...Anomaly detection via eliminating data redundancy and rectifying data error i...
Anomaly detection via eliminating data redundancy and rectifying data error i...nalini manogaran
 
A HYBRID MODEL FOR MINING MULTI DIMENSIONAL DATA SETS
A HYBRID MODEL FOR MINING MULTI DIMENSIONAL DATA SETSA HYBRID MODEL FOR MINING MULTI DIMENSIONAL DATA SETS
A HYBRID MODEL FOR MINING MULTI DIMENSIONAL DATA SETSEditor IJCATR
 
Feature Subset Selection for High Dimensional Data using Clustering Techniques
Feature Subset Selection for High Dimensional Data using Clustering TechniquesFeature Subset Selection for High Dimensional Data using Clustering Techniques
Feature Subset Selection for High Dimensional Data using Clustering TechniquesIRJET Journal
 
Comprehensive Survey of Data Classification & Prediction Techniques
Comprehensive Survey of Data Classification & Prediction TechniquesComprehensive Survey of Data Classification & Prediction Techniques
Comprehensive Survey of Data Classification & Prediction Techniquesijsrd.com
 
Detection of Outliers in Large Dataset using Distributed Approach
Detection of Outliers in Large Dataset using Distributed ApproachDetection of Outliers in Large Dataset using Distributed Approach
Detection of Outliers in Large Dataset using Distributed ApproachEditor IJMTER
 
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...Tarun Kumar
 
Parametric comparison based on split criterion on classification algorithm
Parametric comparison based on split criterion on classification algorithmParametric comparison based on split criterion on classification algorithm
Parametric comparison based on split criterion on classification algorithmIAEME Publication
 
Hybrid Approach for Intrusion Detection Model Using Combination of K-Means Cl...
Hybrid Approach for Intrusion Detection Model Using Combination of K-Means Cl...Hybrid Approach for Intrusion Detection Model Using Combination of K-Means Cl...
Hybrid Approach for Intrusion Detection Model Using Combination of K-Means Cl...theijes
 
Performance Evaluation of Different Data Mining Classification Algorithm and ...
Performance Evaluation of Different Data Mining Classification Algorithm and ...Performance Evaluation of Different Data Mining Classification Algorithm and ...
Performance Evaluation of Different Data Mining Classification Algorithm and ...IOSR Journals
 
An Empirical Study for Defect Prediction using Clustering
An Empirical Study for Defect Prediction using ClusteringAn Empirical Study for Defect Prediction using Clustering
An Empirical Study for Defect Prediction using Clusteringidescitation
 
IRJET- Plant Leaf Disease Detection using Image Processing
IRJET- Plant Leaf Disease Detection using Image ProcessingIRJET- Plant Leaf Disease Detection using Image Processing
IRJET- Plant Leaf Disease Detection using Image ProcessingIRJET Journal
 
Digital image hiding algorithm for secret communication
Digital image hiding algorithm for secret communicationDigital image hiding algorithm for secret communication
Digital image hiding algorithm for secret communicationeSAT Journals
 
TWO PARTY HIERARICHAL CLUSTERING OVER HORIZONTALLY PARTITIONED DATA SET
TWO PARTY HIERARICHAL CLUSTERING OVER HORIZONTALLY PARTITIONED DATA SETTWO PARTY HIERARICHAL CLUSTERING OVER HORIZONTALLY PARTITIONED DATA SET
TWO PARTY HIERARICHAL CLUSTERING OVER HORIZONTALLY PARTITIONED DATA SETIJDKP
 
Research scholars evaluation based on guides view
Research scholars evaluation based on guides viewResearch scholars evaluation based on guides view
Research scholars evaluation based on guides vieweSAT Publishing House
 
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...IJERDJOURNAL
 
IRJET - Survey on Clustering based Categorical Data Protection
IRJET - Survey on Clustering based Categorical Data ProtectionIRJET - Survey on Clustering based Categorical Data Protection
IRJET - Survey on Clustering based Categorical Data ProtectionIRJET Journal
 
Influence over the Dimensionality Reduction and Clustering for Air Quality Me...
Influence over the Dimensionality Reduction and Clustering for Air Quality Me...Influence over the Dimensionality Reduction and Clustering for Air Quality Me...
Influence over the Dimensionality Reduction and Clustering for Air Quality Me...IJAEMSJORNAL
 

What's hot (20)

Anomaly detection via eliminating data redundancy and rectifying data error i...
Anomaly detection via eliminating data redundancy and rectifying data error i...Anomaly detection via eliminating data redundancy and rectifying data error i...
Anomaly detection via eliminating data redundancy and rectifying data error i...
 
A HYBRID MODEL FOR MINING MULTI DIMENSIONAL DATA SETS
A HYBRID MODEL FOR MINING MULTI DIMENSIONAL DATA SETSA HYBRID MODEL FOR MINING MULTI DIMENSIONAL DATA SETS
A HYBRID MODEL FOR MINING MULTI DIMENSIONAL DATA SETS
 
Feature Subset Selection for High Dimensional Data using Clustering Techniques
Feature Subset Selection for High Dimensional Data using Clustering TechniquesFeature Subset Selection for High Dimensional Data using Clustering Techniques
Feature Subset Selection for High Dimensional Data using Clustering Techniques
 
Comprehensive Survey of Data Classification & Prediction Techniques
Comprehensive Survey of Data Classification & Prediction TechniquesComprehensive Survey of Data Classification & Prediction Techniques
Comprehensive Survey of Data Classification & Prediction Techniques
 
Kavitha soft computing
Kavitha soft computingKavitha soft computing
Kavitha soft computing
 
Detection of Outliers in Large Dataset using Distributed Approach
Detection of Outliers in Large Dataset using Distributed ApproachDetection of Outliers in Large Dataset using Distributed Approach
Detection of Outliers in Large Dataset using Distributed Approach
 
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
 
Parametric comparison based on split criterion on classification algorithm
Parametric comparison based on split criterion on classification algorithmParametric comparison based on split criterion on classification algorithm
Parametric comparison based on split criterion on classification algorithm
 
Hybrid Approach for Intrusion Detection Model Using Combination of K-Means Cl...
Hybrid Approach for Intrusion Detection Model Using Combination of K-Means Cl...Hybrid Approach for Intrusion Detection Model Using Combination of K-Means Cl...
Hybrid Approach for Intrusion Detection Model Using Combination of K-Means Cl...
 
Noura2
Noura2Noura2
Noura2
 
Performance Evaluation of Different Data Mining Classification Algorithm and ...
Performance Evaluation of Different Data Mining Classification Algorithm and ...Performance Evaluation of Different Data Mining Classification Algorithm and ...
Performance Evaluation of Different Data Mining Classification Algorithm and ...
 
An Empirical Study for Defect Prediction using Clustering
An Empirical Study for Defect Prediction using ClusteringAn Empirical Study for Defect Prediction using Clustering
An Empirical Study for Defect Prediction using Clustering
 
IRJET- Plant Leaf Disease Detection using Image Processing
IRJET- Plant Leaf Disease Detection using Image ProcessingIRJET- Plant Leaf Disease Detection using Image Processing
IRJET- Plant Leaf Disease Detection using Image Processing
 
Digital image hiding algorithm for secret communication
Digital image hiding algorithm for secret communicationDigital image hiding algorithm for secret communication
Digital image hiding algorithm for secret communication
 
TWO PARTY HIERARICHAL CLUSTERING OVER HORIZONTALLY PARTITIONED DATA SET
TWO PARTY HIERARICHAL CLUSTERING OVER HORIZONTALLY PARTITIONED DATA SETTWO PARTY HIERARICHAL CLUSTERING OVER HORIZONTALLY PARTITIONED DATA SET
TWO PARTY HIERARICHAL CLUSTERING OVER HORIZONTALLY PARTITIONED DATA SET
 
G046024851
G046024851G046024851
G046024851
 
Research scholars evaluation based on guides view
Research scholars evaluation based on guides viewResearch scholars evaluation based on guides view
Research scholars evaluation based on guides view
 
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
 
IRJET - Survey on Clustering based Categorical Data Protection
IRJET - Survey on Clustering based Categorical Data ProtectionIRJET - Survey on Clustering based Categorical Data Protection
IRJET - Survey on Clustering based Categorical Data Protection
 
Influence over the Dimensionality Reduction and Clustering for Air Quality Me...
Influence over the Dimensionality Reduction and Clustering for Air Quality Me...Influence over the Dimensionality Reduction and Clustering for Air Quality Me...
Influence over the Dimensionality Reduction and Clustering for Air Quality Me...
 

Similar to Data Analysis and Prediction System for Meteorological Data

Data repository for sensor network a data mining approach
Data repository for sensor network  a data mining approachData repository for sensor network  a data mining approach
Data repository for sensor network a data mining approachijdms
 
Distributed Digital Artifacts on the Semantic Web
Distributed Digital Artifacts on the Semantic WebDistributed Digital Artifacts on the Semantic Web
Distributed Digital Artifacts on the Semantic WebEditor IJCATR
 
IDENTIFICATION OF DIFFERENT SPECIES OF IRIS FLOWER USING MACHINE LEARNING ALG...
IDENTIFICATION OF DIFFERENT SPECIES OF IRIS FLOWER USING MACHINE LEARNING ALG...IDENTIFICATION OF DIFFERENT SPECIES OF IRIS FLOWER USING MACHINE LEARNING ALG...
IDENTIFICATION OF DIFFERENT SPECIES OF IRIS FLOWER USING MACHINE LEARNING ALG...IRJET Journal
 
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET -  	  Intelligent Weather Forecasting using Machine Learning TechniquesIRJET -  	  Intelligent Weather Forecasting using Machine Learning Techniques
IRJET - Intelligent Weather Forecasting using Machine Learning TechniquesIRJET Journal
 
Data mining techniques
Data mining techniquesData mining techniques
Data mining techniqueseSAT Journals
 
GI-ANFIS APPROACH FOR ENVISAGE HEART ATTACK DISEASE USING DATA MINING TECHNIQUES
GI-ANFIS APPROACH FOR ENVISAGE HEART ATTACK DISEASE USING DATA MINING TECHNIQUESGI-ANFIS APPROACH FOR ENVISAGE HEART ATTACK DISEASE USING DATA MINING TECHNIQUES
GI-ANFIS APPROACH FOR ENVISAGE HEART ATTACK DISEASE USING DATA MINING TECHNIQUESAM Publications
 
Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...eSAT Journals
 
Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...eSAT Publishing House
 
IRJET- A Survey on Predictive Analytics and Parallel Algorithms for Knowl...
IRJET-  	  A Survey on Predictive Analytics and Parallel Algorithms for Knowl...IRJET-  	  A Survey on Predictive Analytics and Parallel Algorithms for Knowl...
IRJET- A Survey on Predictive Analytics and Parallel Algorithms for Knowl...IRJET Journal
 
Data mining techniques a survey paper
Data mining techniques a survey paperData mining techniques a survey paper
Data mining techniques a survey papereSAT Publishing House
 
Clustering and Classification in Support of Climatology to mine Weather Data ...
Clustering and Classification in Support of Climatology to mine Weather Data ...Clustering and Classification in Support of Climatology to mine Weather Data ...
Clustering and Classification in Support of Climatology to mine Weather Data ...MangaiK4
 
A Literature Review on Rainfall Prediction using different Data Mining Techni...
A Literature Review on Rainfall Prediction using different Data Mining Techni...A Literature Review on Rainfall Prediction using different Data Mining Techni...
A Literature Review on Rainfall Prediction using different Data Mining Techni...IRJET Journal
 
Review of Algorithms for Crime Analysis & Prediction
Review of Algorithms for Crime Analysis & PredictionReview of Algorithms for Crime Analysis & Prediction
Review of Algorithms for Crime Analysis & PredictionIRJET Journal
 
IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...
IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...
IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...IRJET Journal
 
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...IJDKP
 
Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...
Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...
Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...IJERA Editor
 
Case Study: Prediction on Iris Dataset Using KNN Algorithm
Case Study: Prediction on Iris Dataset Using KNN AlgorithmCase Study: Prediction on Iris Dataset Using KNN Algorithm
Case Study: Prediction on Iris Dataset Using KNN AlgorithmIRJET Journal
 
Potato Leaf Disease Detection Using Machine Learning
Potato Leaf Disease Detection Using Machine LearningPotato Leaf Disease Detection Using Machine Learning
Potato Leaf Disease Detection Using Machine LearningIRJET Journal
 
Hypothesis on Different Data Mining Algorithms
Hypothesis on Different Data Mining AlgorithmsHypothesis on Different Data Mining Algorithms
Hypothesis on Different Data Mining AlgorithmsIJERA Editor
 

Similar to Data Analysis and Prediction System for Meteorological Data (20)

Data repository for sensor network a data mining approach
Data repository for sensor network  a data mining approachData repository for sensor network  a data mining approach
Data repository for sensor network a data mining approach
 
Distributed Digital Artifacts on the Semantic Web
Distributed Digital Artifacts on the Semantic WebDistributed Digital Artifacts on the Semantic Web
Distributed Digital Artifacts on the Semantic Web
 
IDENTIFICATION OF DIFFERENT SPECIES OF IRIS FLOWER USING MACHINE LEARNING ALG...
IDENTIFICATION OF DIFFERENT SPECIES OF IRIS FLOWER USING MACHINE LEARNING ALG...IDENTIFICATION OF DIFFERENT SPECIES OF IRIS FLOWER USING MACHINE LEARNING ALG...
IDENTIFICATION OF DIFFERENT SPECIES OF IRIS FLOWER USING MACHINE LEARNING ALG...
 
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET -  	  Intelligent Weather Forecasting using Machine Learning TechniquesIRJET -  	  Intelligent Weather Forecasting using Machine Learning Techniques
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
 
Data mining techniques
Data mining techniquesData mining techniques
Data mining techniques
 
GI-ANFIS APPROACH FOR ENVISAGE HEART ATTACK DISEASE USING DATA MINING TECHNIQUES
GI-ANFIS APPROACH FOR ENVISAGE HEART ATTACK DISEASE USING DATA MINING TECHNIQUESGI-ANFIS APPROACH FOR ENVISAGE HEART ATTACK DISEASE USING DATA MINING TECHNIQUES
GI-ANFIS APPROACH FOR ENVISAGE HEART ATTACK DISEASE USING DATA MINING TECHNIQUES
 
Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...
 
Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...
 
IRJET- A Survey on Predictive Analytics and Parallel Algorithms for Knowl...
IRJET-  	  A Survey on Predictive Analytics and Parallel Algorithms for Knowl...IRJET-  	  A Survey on Predictive Analytics and Parallel Algorithms for Knowl...
IRJET- A Survey on Predictive Analytics and Parallel Algorithms for Knowl...
 
Data mining techniques a survey paper
Data mining techniques a survey paperData mining techniques a survey paper
Data mining techniques a survey paper
 
Clustering and Classification in Support of Climatology to mine Weather Data ...
Clustering and Classification in Support of Climatology to mine Weather Data ...Clustering and Classification in Support of Climatology to mine Weather Data ...
Clustering and Classification in Support of Climatology to mine Weather Data ...
 
A Literature Review on Rainfall Prediction using different Data Mining Techni...
A Literature Review on Rainfall Prediction using different Data Mining Techni...A Literature Review on Rainfall Prediction using different Data Mining Techni...
A Literature Review on Rainfall Prediction using different Data Mining Techni...
 
Review of Algorithms for Crime Analysis & Prediction
Review of Algorithms for Crime Analysis & PredictionReview of Algorithms for Crime Analysis & Prediction
Review of Algorithms for Crime Analysis & Prediction
 
IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...
IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...
IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...
 
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...
 
IJET-V2I6P32
IJET-V2I6P32IJET-V2I6P32
IJET-V2I6P32
 
Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...
Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...
Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...
 
Case Study: Prediction on Iris Dataset Using KNN Algorithm
Case Study: Prediction on Iris Dataset Using KNN AlgorithmCase Study: Prediction on Iris Dataset Using KNN Algorithm
Case Study: Prediction on Iris Dataset Using KNN Algorithm
 
Potato Leaf Disease Detection Using Machine Learning
Potato Leaf Disease Detection Using Machine LearningPotato Leaf Disease Detection Using Machine Learning
Potato Leaf Disease Detection Using Machine Learning
 
Hypothesis on Different Data Mining Algorithms
Hypothesis on Different Data Mining AlgorithmsHypothesis on Different Data Mining Algorithms
Hypothesis on Different Data Mining Algorithms
 

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

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
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
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
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
 

Recently uploaded (20)

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
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
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
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
 

Data Analysis and Prediction System for Meteorological Data

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 132 Data Analysis and Prediction System for Meteorological Data Shrikshel Boralkar1, Shivraj Jawalge2, Vijay Jadhav3, Sagar Ingale4, Dr. J.S.Umale5 1Shrikshel Boralkar, Dept. of Computer Engineering, PCCOE College, Maharashtra, India 2Shivraj Jawalge, Dept. of Computer Engineering, PCCOE College, Maharashtra, India 3Vijay Jadhav, Dept. of Computer Engineering, PCCOE College, Maharashtra, India 4Sagar Ingale, Dept. of Computer Engineering, PCCOE College, Maharashtra, India 5 Dr. Prof. J. S. Umale, Dept. of Computer Engineering, PCCOE College, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract –Weather prediction plays very importantrole in our daily life. Farmers are dependent on weather conditions. Builders, fisherman, all who work outdoor need weather prediction. In the earlier implementations multiple attempts are done for data analysis systemforweatherprediction. More efforts are expected to analyze the real time data to improve the prediction accuracy. Currently running systems are stand alone and having dependency on centralized storage. They need suitable data visualization of outputs. Theanalyticalgorithmsusedareneed to be more efficient or they need to produce reliable and correct output. In order to handle such type of situations system should be modified. Better analyzing algorithms running on distributed systems can be used to enhance the accuracy of result, performance and reliability. In this paper we are doing the comparative study of Data processing techniques. The data files havingthe datacollected from various sensors including various parameters are processed and graphs are generated for analysis and prediction purpose. These graphs are generatedbythree ways i.e. Sequential, In-parallel by making use of threads and in Hadoop (distributed approach). The distributed orparallelmodelwillovercomethedrawbacks of existing system i.e. time consumption. Key Words: Weather data, Analysis and Prediction, Hadoop, Parallel Computing, Graph plotting. 1. INTRODUCTION The need of weather forecasting began with early civilizations using reoccurring meteorological eventsto help them monitor the changes in the weather. Throughout the centuries, attempts have been made to produce forecasts based on personal observations. In ancient times people predicted the weather from cloud patterns andbyobserving patterns of events. Although these ancient methods of weather forecasting were used for centuries, they were not always reliable. Another limitation was that information about the current state of the weather could not be communicated to places far away, i.e. No real time prediction. Meteorologists use a variety of tools to help them gather information about weather and climate. Some more familiar ones are thermometers which measure air temperature, anemometers which gauge wind speeds, and barometers which provide information on air pressure. These instruments allow users to gather data about what is happening near Earth's surface. Using these data, crude weather maps were drawn and surface wind patterns and storm systems could be identified and studied. While the meteorological instruments were being refined during the nineteenth centuries, but they were not able to process the data in real time. Over the past few centuries, physical lawsgoverningaspects of the atmosphere have been expressedandrefinedthrough mathematical equations. Despite the advances made by scientists, it took them, several months to produce a wildly inaccurate six-hour forecast. During the data assimilation process, information gained from the observationsisused in conjunction with a numerical model's most recent forecast for the time that observations were made to produce the meteorological analysis. By using various processing methods like Map-reduce pre- processing etc. We can perform analysis. Graph is plotted on the pre-processed data which is used for further processing. 2. RELATED WORK Timely rainfall forecastisabigchallengeandrequirement fora country like India. Various rainfall forecast modelshave been created in past.NumericalWeatherforecastingmodelis used to generate Short range and Medium range forecasts which uses partial differential equations to conduct multiple numerical predictions. Ensemble forecasting is a numerical weather prediction model thatusesdifferentforecastsmodel with slightly different input to gather better forecasts. Bayesian approach based model for rainfall prediction is created where posterior probabilities are used to calculate likelihood of each class label for input data instance and the one with maximumlikelihood is consideredresultingoutput. Five years data is taken as input to compute rainfall using Karl person coefficient which is then compared with rainfall statistics forfutureyears predictedusingmultipleregression technique. C. E. Decision tree classification algorithm to classify land cover for different vegetation’s using remotely sensed data is also used. They have described three different types of decision trees. Univariate trees tests single attribute at any particular node of tree whereas multivariate tree uses
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 133 more than one attribute for testing conditionat branchwhile splitting. Hybrid trees are heterogeneous trees as they use more than one algorithm to build the tree. Error complexity method by Breiman for CARTtreesgivesasetofprunedtrees and one with lowest misclassification rate isconsideredfinal tree. Pessimistic Pruning by Quinlan is used to prune trees build by C4.5 algorithm. A comparative study of classification algorithms for forecasting rainfallispublishedbyanauthorDeeptiGupta[1] in which a record level analysis is carried out. Following are the algorithms which are compared by Deepti Gupta [1]. 1. Decision tree classification is a nonparametric technique which usesatreelikestructuretoclassifytheinput dataset instances. Each sample is assigned a class label by moving in a top down manner from root and testing the condition at the branch. It is based on greedy approach as best split is used at each step to build the tree. Decision trees are easy to work with and even with low domain knowledge. Decision trees can be drawn using ID3 algorithm, C4.5 and CART. ID3 and C4.5 were given by Quinlan where C4.5 is a successor of ID3. C4.5 adds some improvements to ID3 like pruning of tree to avoid overfitting of data, handling of missing values. ID3 uses Information gain to find best split while C4.5 uses Gainratio.ClassificationandRegressiontrees (CART), analgorithm by Breiman uses Gini indexasselection measure to find best attribute for splitting and constructing binary decision tree.[2] Classification trees are built when resulting class label is categorical like y or n whereas regression trees are used for numerical class labels like income of a person, rainfall in millimeters. 2. K nearest neighborsare lazy learners where learningis based on analogy. The algorithm cannot be used until the sample forwhich neighborsaretobecomputedisavailable.K nearest neighbors are computed for given instance t for which class label is to be predicted. The attributesorfeatures are preferred to be numeric in nature as neighbors are computed using the distance metric. 3. Bayesian approach for classification is a statistical and linearclassifier whichpredictsclasslabelfordatainstanceon the basis of distribution of attribute values. This is a parametric classification where the size of classifier remains fixed. Distribution can be normal (Gaussian), kernel, multivariateor multi nominal. Assumingnormaldistribution for weather data, Bayesian classifiers use Bayes theorem to find posterior probabilities of occurrence of input data instance in all classes. Class label having maximum conditional probability is assigned to data instance. Naive Bayes assumes that attributes have no effect on each other that is they have independent distribution of values. 4. An artificial neural networkisasetofneuronsarranged according to a specific architecture. Neurons are processing elements that transform input given to network into an output. Each of the connections between the neurons of one layer to another layer is assigned a particular weight which signifies its importance. A bias is available foreachunitinthe hidden layer and the outputlayerwhichactsasathresholdto vary the activity of neurons in the network. Pattern Recognition NN (PRNN) used here for analysis is feed forward two layer network which is used forclassificationto classify samples into one of the target class labels. The number of neurons in hidden layer depends on number of input and output. One neuron in output is used to represent two target class labels in training data in form of 0(n) and 1(y). 5. Apache Hadoop is an open-source softwareframework used fordistributed storage andprocessingofverylargedata sets. It consists of computer clusters built from commodity hardware. All the modules in Hadoop are designed with a fundamental assumption that hardware failures are a common occurrence and should be automaticallyhandledby the framework. The core of Apache Hadoop consists ofa storage part, known as Hadoop Distributed File System (HDFS), and a processing part called Map-Reduce. Hadoop splits files into large blocks and distributes them across nodes in a cluster. It then transfers packaged code into nodes to process the data in parallel. This approach takes advantage of data locality – nodes manipulating the data they have access to – to allow the dataset to be processed faster and more efficientlythanit would be in amoreconventionalsupercomputerarchitecture that relies on a parallel file system where computation and data are distributed via high-speed networking. 3. EXISTING SYSTEM Indian Institute of Tropical and Meteorology uses graph based approach forpredictionofweather.Variousgraphsare plotted which may be 2D or 3D which consists the information of various parameters recorded by sensors. These parameters include information of Temperature, pressure height, speed of wind etc. The data is recorded at different location and height for more fine grained information. Based on these plotted graphs the current system recognizes the trend of the weather. By applying various methods like regression and other methods weather prediction is done. The current system used forplotting the graphs based on the collected information is sequential. Sequential methodof graph plotting takes time to plot. All the collected data is stored in the single file. But when we are plotting a graph we need the data of specific two or three parameters only. But then also we need to process the data file completely. This processing of completedatafilesequentiallytakesmoretime. So, this sequential processing time can be reduced by applying High performance techniques. These techniques include parallel processing, distributed processing etc. In this paper we are doing the comparative study of sequential, parallel and distributed processing. Accordingly we can use for plotting the graph of required parameters.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 134 4. PROPOSED SYSTEM The distributed Hadoop system can be used for pre- processing of data file which decreases the size of data file and this results into less processing time for graph plotting. The Hadooparchitecturefor pre-processing isasfollows: Fig – 1: System Architecture After pre-processing the size of file is decreased and only required data is present in the data file. This is used for further processing so that thetimerequiresforprocessingor graph plotting is very less. The sample temperature versus pressure graph plotted sequentially based on data collected in one day 6th February 2013 is as follows: Fig -2: Sample temp Vs Pressure graph This sequential plotting requires 1820ms. The parallel processed multithreaded program time for running and plotting the graph of 7 files simultaneously 4258ms. These 7 files are of different days with same parameters. That is these files when processed in parallel they require less time as that of serial execution. The samples of some of these files and the execution time is Shown below: When we pre-process the files using Hadoop the decreased file size decreasestheprocessingtime.Thesample output screenshot is as follows: From above screenshot wecan say that the timerequired forsequentialprocessingismaximumandparallelprocessing using thread is minimum. The Hadoop distributed architecturerequires medium time, asfilesizewerenotlarge enough. If file size is more we can prefer the Hadoop distributed approach over parallel or sequential. 4. CONCLUSIONS From above comparison we can say that parallel or Distributed Hadoop approach is better than sequential approach at any time for data processing and graphplotting. In between distributed and parallel processing, processing should be done depending upon the size of input dataset. If input data size is very large i.e. long term data analysis and prediction we should use Hadoop Distributed approach. If file size is small i.e. short term analysis and prediction we can make use of threads (parallel processing) and can save even more time.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 135 5. REFERENCES [1] Depti Gupta and Udayan Ghose, A Comparative Study of Classification Algorithms for Forecasting Rainfall, IEEE 2015 [2] Lorenzo Luini and Carlo Capsoni,AUnifiedModel forthe Prediction of Spatial and Temporal Rainfall Rate Statistics, IEEE Transactions on Antennas and Propagation, October 2013 [3] Wei Fang at al, Meteorological Data Analysis Using MapReduce, The Scientific World Journal February 2014. [4] Brigitta Goger and Oliver Fuhrer, CurrentChallengesfor Numerical Weather Prediction in Complex Terrain: Topography Representation and Parameterizations, IEEE 2016. 6. Authors Shrikshel Boralkar PCCOE Pune, Computer Engineering. Vijay Jadhav PCCOE Pune, Computer Engineering. Shivraj Jawalge PCCOE Pune, Computer Engineering. Sagar Ingale PCCOE Pune, Computer Engineering.