SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5607
Prediction of Fine-Grained Air Quality for Pollution Control
Vinod Kumar K1, Sheba Selvam2, Suraj S3, Chandrashekar S S4
1,3,4B.E Student, Dept of Computer Science and Engineering, RRCE, Bengaluru, Karnataka, India
2Associate Professor, Dept. of Computer Science and Engineering, RRCE, Bengaluru, Karnataka, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Air pollution is one of the serious problemsinthe
urban cities, where particulate matter (PM2.5) has greater
effect on the humans than any other impure substances. This
PM2.5 is dangerous part of the air pollution due its adverse
effects on humans as well as other living things, it can
penetrate into the lungs or alveoli and blood vessels and
causes serious diseases such as DNA mutation, respiratory
diseases, heart attack and even leads to lung cancer. Even
small amount of PM 2.5 in air is extremely dangerous. Hence,
predicting the air quality is very important to the urban cities
as it helps to take necessary measures and control it. The
proposed work aims at predictingairqualitybyusingRandom
forest algorithm with air quality index provided by the
respected government agencies. In this work we make use of
feature analysis for prediction process to provide more
effective and general model. The proposed model considers
various data taken for number of hours and days from
Bangalore, India. This dataset will be helpful for training the
system, later we compute real time datasets for predictingthe
pollution levels in that city, this predicted information will
provide crucial information which will be helpful for pollution
control and management.
Key Words: Data Pre-processing, Particulate matter,Air
quality Index, Random forest algorithm, Air pollution.
1. INTRODUCTION
Particulate matter is one of the dangerous parts of the air
pollution. It is a composition of both liquid and solid
particles; it may occur naturally due to volcanoes and fire
burst or by human involvement such as power plants and
vehicle emission. It occurs in various sizes; each size of PM
has its own impact on humans as well as nature. It can easily
penetrate into human blood, lungs and causes lotofdiseases
such as lung cancer and heart attack. Its presenceintheairis
causing lot of problems in the urban cities and it is
increasing rapidly. Hence controlling or removing the
particulate matter from air is the most important topics in
the urban cities. Our study will provide crucial information
of air pollution levels in a particular city byusingAQI,sothat
it will be helpful for pollution control.
Air Quality Index (AQI) is used to find out pollution levels in
cities by government agencies, each countryhasdifferent air
quality index. It is basically used to provide information
about the health risks to the public as the AQI increases. The
levels of health concern can be identified as good, moderate,
unhealthy, hazardous etc. Our study aims at providing this
health concern levels based on the presence of particulate
matter in the air. Machine learning techniques can be used
for the prediction process along with AQI.
Machine learning is a scientific way of getting computers to
act without giving explicit instruction,it learnsandimproves
based on experience of the previousdata orinstructions. Itis
the most emerging and commonly used field across the
world. It is considered as a part of artificial intelligence, and
data mining techniques lies with in machine learning.
Machine learning algorithms are used across various
applications. Usually machine learning algorithms workson
a simple data called training data. This data is nothing but
previously existing data collected and storedforlong period,
data mining techniques is used for the collection of the data.
Machine learning system is trained based on this training
data; the systems accuracy increases with the increase of
training data. Machine learning tasks can be classified as
supervised learning and unsupervised learning.
Supervised learning provides a function that maps from
input to output, based on training examples. Where training
examples consists of labelled training data. Supervised
learning includes classification and regression. Random
forest, Support vector machines are some of the most
common algorithms of supervised learning.
Unsupervised learning is a kind of machine learning
algorithm which make use of unlabeled data to draw some
patterns or inferences. Unsupervised learning includes
clustering and association. K-means algorithm is the most
common algorithm used for clustering where as Apriori
algorithm for association.
In the proposed work, random forest algorithm is used for
the prediction of the air pollution levels in the cities, as
random forest is more accurate and performs both
classification and regression.
2. LITERATURE SURVEY
There are enormous number of works related to our study,
we discuss some of it. Zhu, D [1] et. al proposedanair quality
prediction approach, to predict the presence of particulate
matter and other pollutants using machine learning
approaches. His work was able to predict the concentration
of pollutants in the air on an hourly basis. Ping-Wei Sohet.al
[2] framed multiple neural networks for forecasting of air
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5608
quality 2 days prior, large number of metallurgical data was
collected from Beijing, China for this work.Y.-F.Xinget.al [3]
in his work, shown what are all the affects that could cause
on humans due to the presence of PM2.5
In air and also stated some of the deadly diseases which
could occur when it penetrates into human body. H. Zhang
et. al [4] proposed a first ever three-dimensional particulate
matter tracking system, which required collection of lot of
three-dimensional samples.in Hangzhou, China for which
they used low cost systems to collect the samples. C. Zhao et.
al [5] also in his work used neural networks for predictionof
pollution in the air, which was able to provide accurate air
quality prediction. M. M. Dedovic et. al [6] presented the
prediction of PM10 using ANN, which was able to give the
concentrations of PM10 in Sarajevo. Yu. Zheng et. al [7], Yu.
Zheng et. al [10] a bigdata approach is considered for the
prediction of fine- grained air pollution for which samples
from 43 cities of China was taken and was able to predict
before two days. H.-P. Hsieh et. al [8] presents how to
deduce real time air quality fora particularlocationbased on
data from scant air monitoring stations, and also tries to
identify the locations in which air quality monitoring
stations has to be implemented based on the human
population and other aspects,theycarriedtheir experiments
in Beijing, China. K. P. Singh et. al [9] worked to predict
urban air quality in Lucknow India, and also to find out
sources from which the pollutants are occurring, for that
they have taken metallurgical samples of around five years.
L. Li, X. Zhang et. al [11] proposed methods for interpolation
of the air pollution, the main purpose is to identify the
presence of the PM2.5 in air, they have also identified
population effected by this air pollutants in USA. A. P. Tai et.
al [12] was able to find out what are the effects and climate
changes caused due to the presence of particulate matter in
the air surrounding US. M. Cai, Y et. al [13] also proposed
prediction of the concentration of the PM in the air based on
hourly basics in the urban cities, an ANN approach was
implemented for this study.
Fig 1: Proposed Air quality Prediction Architecture
3. PROPOSED WORK
As we all know air pollution is one of the major problems in
urban cities, where the particulate matter is the most
dangerous part of air pollutionwhicheffectshumanthanany
other substances. In order to overcome these problems
many existing papers are available but those were not very
much effective due to some disadvantages of the algorithms
and the methods used. In this paper we are considering all
the papers disadvantages and determining the best result
above all the existing systems. Our proposed work consists
of Data pre-processing, Random Forest algorithm and Air
quality index, air Quality prediction architecture is shownin
fig.1
3.1 Data Pre-processing
The datasets which are collected for the air pollution
prediction are in raw data format in which there contains
some unwanted data which are not necessary for analysisas
it is not feasible. In order to overcome thisproblemdata pre-
processing is used where the clean dataset is obtained from
the raw datasets, this process is known as data pre-
processing. The data preprocessing involves several steps in
order to convert a raw data into a reduced clean data of
small datasets. Data pre-processing involves four steps, it
includes.
• Data Cleaning
Data cleaning is the process of identifying and removingnull
values or unwanted values.
• Data Integration
Many different data are comparedinordertogeta combined
view is known as data integration.
• Data Transformation
In Data transformation process data are transformed from
one format to another format.
• Data Reduction
Data Reduction techniques can be applied to reduce the
number of parameters of air in the dataset, so that we can
use only the required attributes for the prediction.
Data pre-
Processing
Air
Parameters
AQI
Data cleaning
Data reduction
Data transformation
Data integration
Mean
Random forest
algorithm
prediction
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5609
3.2 Random Forest Algorithm
The random forest algorithm is used to perform both
classification and also the regression problems. Even
without the hyper-parameter better results can be obtained
due to its flexibility and easy to use applications. The
random forest algorithm is a machine learning algorithm
used for classification tasks;itisthesupervisedclassification
algorithm. As the name suggest, the algorithm creates forest
with number of trees.
The more robust the forest looks like with the greater
number of trees. In the same way higher number of trees in
the forest gives high accuracy results in random forest
classifier. The multiple decision trees are built by random
forest and merges them together to get a stable prediction
with more accuracy. Proposed Randomforestarchitectureis
shown in fig 2.
Fig 2: Random forest architecture
3.3 Air quality index
Air Quality Index (AQI) is the set of tables which
tells about the category and its range which is used to
predict air pollution and health impacts on humans. It is
implemented by the government in order to tell people how
much the air is polluted. The increase in AQI will result in
more impact on human health which may led to severe
health issues.
Table 1, is the AQI category and its range, where six
categories are named based on seven pollutants and for all
the categories certain range has been fixed to predict the
result. The seven pollutants and its ranges are as shown in
the table 1, such as PM2.5, PM10, NO2, O2, CO2, NH2 and PB.
Based on these pollutants comparing with different
categories we can determine better results. This is basically
used by government agencies to determine pollution and to
communicate with people about the pollution. Good air
quality pertains to the degree in which it is clean, clear and
free from pollutants such as smoke, dust and gaseous
contents and also described by many air indicators.
Table 1: Represents the AQI category and its range
AQI PM2.5 PM10 NO2 O2 CO2 NH2 Pb
(0-50) 0-50 0-30 0-40 0-50 0-1.0 0-200 0.5
good
(51-100) 51-100 31-60 41-80 51-100 1.1-2.0 201-400 0.5-1
satisfactory
(101-200) 101-250 61-90 81-180 101-168 2.1-10 401-800 1.1-2.0
moderate
(201-300) 251-350 91-120 181-280 169-208 10-17 800-1200 2.1-3.0
poor
(301-400) 351-430 121-250 281-400 209-748 17-34 1200-1800 3.1-3.5
Very poor
(401-500) 430+ 250+ 400+ 748+ 34+ 1800+ 3.5+
Severe
4. RESULT AND DISCUSSION
We are obtaining datasets from a government organisation
website known as “Central pollution control board”fromthis
we can obtain different datasets of various air parameters
which exists in the air. Only specific parameters are
considered to predict the pollution, where individual
parameters have their own distinct range of values for
predicting pollution.
For feature selection, we select only some attributes
that are necessary, the aim of feature selectionandanalysisis
to discover the importance of different input features to the
prediction and related factors of the variation of the air
quality, so that it provides proof that will be helpful for
prevention and control of air pollution levels.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5610
AQI is used for labellingthedatasets,forthatmaximum
operator system is selected.
AQI=Max (I1, I2, I3…. In)
Where I1, I2 represents maximum values for eachrowofdata
sets, a new set of AQI column is obtained which is used for
labelling.
We apply labelled datasets to Random forest classifier
for the prediction. It is a type of classifier in which it can be
used for both classification and regression problems, which
form the majority ofcurrentmachinelearningsystems.There
also exists hyperparameters as a decision tree or a bagging
classifier. Fig 3 shows how the random forest algorithm
works.
Fig 3: Merging of trees in random forest
It is also very flexible to use even without hyperparameters
tuning. It is widely used algorithm because of its simplicity
and the fact that it can be used for both classification and
regression tasks.
We can analyse different parameters of the air by comparing
it by using graph, several graphs will be obtained. All the
histograms and scattered plotsfromthegraphsarecombined
which will give comparative results between parameters.
Figure 4 below shows the comparison between CO and NO2.
Fig 4: Comparing CO with NO2
Table 2: Result comparison of ST-DNN and Random forest
Algorithm
Mean
Prediction
ST-DNN Hour 1 Hour 2 Hour 3 Hour 4 Hour5 Hour 6
+elevation 3.402 5.308 6.213 6.782 7.269 7.668
-elevation 3.410 5.310 6.215 6.774 7.270 7.669
Random
Forest
Algorithm
Hour 1 Hour 2 Hour 3 Hour 4 Hour5 Hour 6
+elevation 3.112 4.985 5.869 6.468 6.927 7.352
-elevation 3.117 4.980 5.871 6.470 6.929 7.355
Table 2, tabulates the result of the existing model where the
ST-DNN (Spatio-Temporal Deep Neural Network), which
considers both the time and space series variation at some
given location. The resultswereobtainedconsideringthe PM
2.5 air attributes which are the small molecules present in
air and these PM 2.5 causes human diseases.Intheproposed
system random forest algorithm and AQI method is used,
when differentiatedbetween randomforestandST-DNN,the
results which is obtained are better than ST-DNN.
feature(f) feature(f)
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5611
CONCLUSION
Air pollution is a major problem in all developing cities,
which causes lot of impact on human health. In this paper,
air quality prediction system using Air quality Index and
random forest algorithm is proposed. The basic idea is to
find out the amount of particulate matter present in the air
which will be further helpful to find out pollution levels in a
particular city. For this large number of datasets is gathered
from a particular city for example, Bengaluru. Feature
selection is used to reduce the number of attributes and
obtain only relevant attributes which will be helpful for
prediction. We use data miningtechniquesfor extracting and
cleaning the datasets and AQI is used for labelling it. The
datasets are used for training the random forest system and
new set of datasets is used for testing the system. Finally,
real time data is used for predicting the pollution levels. The
predicted output will provide crucial information whichwill
be helpful for pollution control inurbancities.Thisproposed
system provides highly reliable and accurate prediction.
Further research can be done to improve the system to
predict more accurately and user interfaces can be
implemented to provide the predicted information to
individuals for pollution control and management.
Furthermore, studies well be able to find outtheoriginofthe
polluted particles and experiments will provide solutions to
the pollution control in urban cities.
REFERENCES
[1]. Zhu, D.; Cai, C.; Yang, T.; Zhou, X. A Machine Learning
Approach for Air Quality Prediction: Model Regularization
and Optimization. Big Data Cogn. Comput. 2018, 2, 5.
[2]. Ping-Wei Soh, Jia-Wei Chang, And Jen-Wei Huang.
Adaptive Deep Learning-based Air Quality PredictionModel
Using the Most Relevant Spatial-Temporal Relations. 2018.
[3]. Y.-F. Xing, Y.-H.Xu,M.-H.Shi,andY.-X.Lian,“The impact of
pm2.5 on the humanrespiratorysystem,”Journal ofThoracic
Disease, vol. 8, no. 1, 2016.
[4]. Y. Hu, G. Dai, J. Fan, Y. Wu, and H. Zhang, “BlueAer:Afine-
grained urban PM2.5 3D monitoring system using mobile
sensing,” in Proc. IEEE Int. Conf. Comput. Commun.
(INFOCOM), San Francisco, CA, USA, Jul. 2016, pp. 1–9.
[5], C. Zhao, M. van Heeswijk, and J. Karhunen, “Air quality
forecasting using neural networks,” in Proc. IEEE Symp.
Series Comput. Intell. (SSCI), Athens, Greece, Dec. 2016, pp.
1–7.
[6]. M. M. Dedovic, S. Avdakovic, I. Turkovic, N. Dautbasic,
and T. Konjic, “Forecasting PM10 concentrations using
neural networks and system for improving air quality,” in
Proc. XI Int. Symp. Telecommun. (BIHTEL), Sarajevo, Bosnia
and Herzegovina, Oct. 2016, pp. 1–6.
[7]. Y. Zheng, X. Yi, M. Li, R. Li, Z. Shan, E. Chang, and T. Li,
“Forecasting fine-grained air quality based on big data,” in
Proceedings of the 21th ACM SIGKDD International
Conference on Knowledge Discovery and Data Mining. New
York, NY, USA: ACM, 2015, pp. 2267–2276.
[8]. H.-P. Hsieh, S.-D. Lin, and Y. Zheng, “Inferring air quality
for station location recommendation based on urban big
data,” in Proceedings of the 21th ACM SIGKDD International
Conference on Knowledge Discovery and Data Mining, ser.
KDD ’15, 2015, pp. 437–446.
[9]. K. P. Singh, S. Gupta, and P. Rai, “Identifying pollution
sources and predicting urban air quality using ensemble
learning methods,” Atmospheric Environment, vol. 80, pp.
426 – 437, 2013.
[10]. Y. Zheng, F. Liu, and H.-P. Hsieh, “U-air: When urban air
quality inference meets big data,” in Proceedings of the 19th
ACM SIGKDD International Conference on Knowledge
Discovery and Data Mining,ser. KDD ’13, 2013, pp. 1436–
1444.13
[11]. L. Li, X. Zhang, J. Holt, J. Tian, and R. Piltner,
“Spatiotemporal interpolation methods for air pollution
exposure,” inSymposiumon Abstraction,Reformulation,and
Approximation, 2011.
[12]. A. P. Tai, L. J. Mickley, and D. J. Jacob, “Correlations
between fine particulatematter(pm2.5)andmeteorological
variables in the united states: Implicationsforthesensitivity
of pm 2.5 to climate change,” Atmospheric Environment,vol.
44, no. 32, pp. 3976–3984, 2010.
[13]. M. Cai, Y. Yin, and M. Xie, “Prediction of hourly air
pollutant concentrations near urban arterialsusingartificial
neural network approach,” Transp. Res. D Transp. Environ.,
vol. 14, no. 1, pp. 32–41, Jan. 2009

More Related Content

What's hot

Incremental and iterative stratergy
Incremental and iterative stratergyIncremental and iterative stratergy
Incremental and iterative stratergySushant Kushwaha
 
Unit iii(part b - architectural design)
Unit   iii(part b - architectural design)Unit   iii(part b - architectural design)
Unit iii(part b - architectural design)BALAJI A
 
Ch14-Software Engineering 9
Ch14-Software Engineering 9Ch14-Software Engineering 9
Ch14-Software Engineering 9Ian Sommerville
 
Plant disease detection and classification using deep learning
Plant disease detection and classification using deep learning Plant disease detection and classification using deep learning
Plant disease detection and classification using deep learning JAVAID AHMAD WANI
 
Software Configuration Management (SCM)
Software Configuration Management (SCM)Software Configuration Management (SCM)
Software Configuration Management (SCM)Er. Shiva K. Shrestha
 
Project report vehicle management system
Project report vehicle management systemProject report vehicle management system
Project report vehicle management systemabdul khan
 
Software development methodologies
Software development methodologiesSoftware development methodologies
Software development methodologiesAnkita Lachhwani
 
Computer Simulation And Modeling
Computer Simulation And ModelingComputer Simulation And Modeling
Computer Simulation And ModelingPakistan Loverx
 
Fundamentals of Database Systems 6th Edition Elmasri Solutions Manual
Fundamentals of Database Systems 6th Edition Elmasri Solutions ManualFundamentals of Database Systems 6th Edition Elmasri Solutions Manual
Fundamentals of Database Systems 6th Edition Elmasri Solutions Manualtefimetib
 
Air Pollution Prediction using Machine Learning
Air Pollution Prediction using Machine LearningAir Pollution Prediction using Machine Learning
Air Pollution Prediction using Machine LearningIRJET Journal
 
INTRODUCTION TO UML DIAGRAMS
INTRODUCTION TO UML DIAGRAMSINTRODUCTION TO UML DIAGRAMS
INTRODUCTION TO UML DIAGRAMSAshita Agrawal
 

What's hot (20)

Software design
Software designSoftware design
Software design
 
Incremental and iterative stratergy
Incremental and iterative stratergyIncremental and iterative stratergy
Incremental and iterative stratergy
 
Ch 3 software quality factor
Ch 3 software quality factorCh 3 software quality factor
Ch 3 software quality factor
 
Unit iii(part b - architectural design)
Unit   iii(part b - architectural design)Unit   iii(part b - architectural design)
Unit iii(part b - architectural design)
 
System Engineering Unit-1
System Engineering Unit-1System Engineering Unit-1
System Engineering Unit-1
 
Ch14-Software Engineering 9
Ch14-Software Engineering 9Ch14-Software Engineering 9
Ch14-Software Engineering 9
 
Software metrics
Software metricsSoftware metrics
Software metrics
 
Plant disease detection and classification using deep learning
Plant disease detection and classification using deep learning Plant disease detection and classification using deep learning
Plant disease detection and classification using deep learning
 
Software process
Software processSoftware process
Software process
 
Software Reuse
Software ReuseSoftware Reuse
Software Reuse
 
Software Configuration Management (SCM)
Software Configuration Management (SCM)Software Configuration Management (SCM)
Software Configuration Management (SCM)
 
Project report vehicle management system
Project report vehicle management systemProject report vehicle management system
Project report vehicle management system
 
System engineering
System engineeringSystem engineering
System engineering
 
Software development methodologies
Software development methodologiesSoftware development methodologies
Software development methodologies
 
Computer Simulation And Modeling
Computer Simulation And ModelingComputer Simulation And Modeling
Computer Simulation And Modeling
 
Fundamentals of Database Systems 6th Edition Elmasri Solutions Manual
Fundamentals of Database Systems 6th Edition Elmasri Solutions ManualFundamentals of Database Systems 6th Edition Elmasri Solutions Manual
Fundamentals of Database Systems 6th Edition Elmasri Solutions Manual
 
Software cost estimation
Software cost estimationSoftware cost estimation
Software cost estimation
 
Air Pollution Prediction using Machine Learning
Air Pollution Prediction using Machine LearningAir Pollution Prediction using Machine Learning
Air Pollution Prediction using Machine Learning
 
Ch14 resilience engineering
Ch14 resilience engineeringCh14 resilience engineering
Ch14 resilience engineering
 
INTRODUCTION TO UML DIAGRAMS
INTRODUCTION TO UML DIAGRAMSINTRODUCTION TO UML DIAGRAMS
INTRODUCTION TO UML DIAGRAMS
 

Similar to IRJET- Prediction of Fine-Grained Air Quality for Pollution Control

Analysis Of Air Pollutants Affecting The Air Quality Using ARIMA
Analysis Of Air Pollutants Affecting The Air Quality Using ARIMAAnalysis Of Air Pollutants Affecting The Air Quality Using ARIMA
Analysis Of Air Pollutants Affecting The Air Quality Using ARIMAIRJET Journal
 
Final Synopsis -Bharathi(21-4-23).doc
Final Synopsis -Bharathi(21-4-23).docFinal Synopsis -Bharathi(21-4-23).doc
Final Synopsis -Bharathi(21-4-23).docmalli36
 
A Deep Learning Based Air Quality Prediction
A Deep Learning Based Air Quality PredictionA Deep Learning Based Air Quality Prediction
A Deep Learning Based Air Quality PredictionDereck Downing
 
ENVIRONMENTAL QUALITY PREDICTION AND ITS DEPLOYMENT
ENVIRONMENTAL QUALITY PREDICTION AND ITS DEPLOYMENTENVIRONMENTAL QUALITY PREDICTION AND ITS DEPLOYMENT
ENVIRONMENTAL QUALITY PREDICTION AND ITS DEPLOYMENTIRJET Journal
 
EDD Project A35 group. final.pdf Department of ENTC
EDD Project A35 group. final.pdf Department of ENTCEDD Project A35 group. final.pdf Department of ENTC
EDD Project A35 group. final.pdf Department of ENTCMihirDatir1
 
Air Quality Visualization
Air Quality VisualizationAir Quality Visualization
Air Quality VisualizationIRJET Journal
 
IRJET- Air Quality Forecast Monitoring and it’s Impact on Brain Health based ...
IRJET- Air Quality Forecast Monitoring and it’s Impact on Brain Health based ...IRJET- Air Quality Forecast Monitoring and it’s Impact on Brain Health based ...
IRJET- Air Quality Forecast Monitoring and it’s Impact on Brain Health based ...IRJET Journal
 
IRJET- Air Pollution Prediction System for Smart City using Data Mining T...
IRJET-  	  Air Pollution Prediction System for Smart City using Data Mining T...IRJET-  	  Air Pollution Prediction System for Smart City using Data Mining T...
IRJET- Air Pollution Prediction System for Smart City using Data Mining T...IRJET Journal
 
IRJET- Recognition of Future Air Quality Index using Artificial Neural Network
IRJET- Recognition of Future Air Quality Index using Artificial Neural NetworkIRJET- Recognition of Future Air Quality Index using Artificial Neural Network
IRJET- Recognition of Future Air Quality Index using Artificial Neural NetworkIRJET Journal
 
IRJET - Air Quality Index – A Study to Assess the Air Quality
IRJET - Air Quality Index – A Study to Assess the Air QualityIRJET - Air Quality Index – A Study to Assess the Air Quality
IRJET - Air Quality Index – A Study to Assess the Air QualityIRJET Journal
 
Prediction of Air Quality Index using Random Forest Algorithm
Prediction of Air Quality Index using Random Forest AlgorithmPrediction of Air Quality Index using Random Forest Algorithm
Prediction of Air Quality Index using Random Forest AlgorithmIRJET Journal
 
IRJET - Prediction of Air Pollutant Concentration using Deep Learning
IRJET - Prediction of Air Pollutant Concentration using Deep LearningIRJET - Prediction of Air Pollutant Concentration using Deep Learning
IRJET - Prediction of Air Pollutant Concentration using Deep LearningIRJET Journal
 
HOSTILE GAS MONITORING SYSTEM USING IoT
HOSTILE GAS MONITORING SYSTEM USING IoTHOSTILE GAS MONITORING SYSTEM USING IoT
HOSTILE GAS MONITORING SYSTEM USING IoTIRJET Journal
 
Air Quality Index (AQI): Prediction and Optimization
Air Quality Index (AQI): Prediction and OptimizationAir Quality Index (AQI): Prediction and Optimization
Air Quality Index (AQI): Prediction and OptimizationIRJET Journal
 
Air Pollution Monitoring System
Air Pollution Monitoring SystemAir Pollution Monitoring System
Air Pollution Monitoring SystemIRJET Journal
 
Implementation of Integration VaaMSN and SEMAR for Wide Coverage Air Quality ...
Implementation of Integration VaaMSN and SEMAR for Wide Coverage Air Quality ...Implementation of Integration VaaMSN and SEMAR for Wide Coverage Air Quality ...
Implementation of Integration VaaMSN and SEMAR for Wide Coverage Air Quality ...TELKOMNIKA JOURNAL
 
Design and Implementation of Portable Outdoor Air Quality Measurement System ...
Design and Implementation of Portable Outdoor Air Quality Measurement System ...Design and Implementation of Portable Outdoor Air Quality Measurement System ...
Design and Implementation of Portable Outdoor Air Quality Measurement System ...IJECEIAES
 
A Smart air pollution detector using SVM Classification
A Smart air pollution detector using SVM ClassificationA Smart air pollution detector using SVM Classification
A Smart air pollution detector using SVM ClassificationIRJET Journal
 
IRJET- Air Pollution Prediction using Machine Learning
IRJET- Air Pollution Prediction using Machine LearningIRJET- Air Pollution Prediction using Machine Learning
IRJET- Air Pollution Prediction using Machine LearningIRJET Journal
 

Similar to IRJET- Prediction of Fine-Grained Air Quality for Pollution Control (20)

Analysis Of Air Pollutants Affecting The Air Quality Using ARIMA
Analysis Of Air Pollutants Affecting The Air Quality Using ARIMAAnalysis Of Air Pollutants Affecting The Air Quality Using ARIMA
Analysis Of Air Pollutants Affecting The Air Quality Using ARIMA
 
Final Synopsis -Bharathi(21-4-23).doc
Final Synopsis -Bharathi(21-4-23).docFinal Synopsis -Bharathi(21-4-23).doc
Final Synopsis -Bharathi(21-4-23).doc
 
A Deep Learning Based Air Quality Prediction
A Deep Learning Based Air Quality PredictionA Deep Learning Based Air Quality Prediction
A Deep Learning Based Air Quality Prediction
 
ENVIRONMENTAL QUALITY PREDICTION AND ITS DEPLOYMENT
ENVIRONMENTAL QUALITY PREDICTION AND ITS DEPLOYMENTENVIRONMENTAL QUALITY PREDICTION AND ITS DEPLOYMENT
ENVIRONMENTAL QUALITY PREDICTION AND ITS DEPLOYMENT
 
EDD Project A35 group. final.pdf Department of ENTC
EDD Project A35 group. final.pdf Department of ENTCEDD Project A35 group. final.pdf Department of ENTC
EDD Project A35 group. final.pdf Department of ENTC
 
Ae4102224236
Ae4102224236Ae4102224236
Ae4102224236
 
Air Quality Visualization
Air Quality VisualizationAir Quality Visualization
Air Quality Visualization
 
IRJET- Air Quality Forecast Monitoring and it’s Impact on Brain Health based ...
IRJET- Air Quality Forecast Monitoring and it’s Impact on Brain Health based ...IRJET- Air Quality Forecast Monitoring and it’s Impact on Brain Health based ...
IRJET- Air Quality Forecast Monitoring and it’s Impact on Brain Health based ...
 
IRJET- Air Pollution Prediction System for Smart City using Data Mining T...
IRJET-  	  Air Pollution Prediction System for Smart City using Data Mining T...IRJET-  	  Air Pollution Prediction System for Smart City using Data Mining T...
IRJET- Air Pollution Prediction System for Smart City using Data Mining T...
 
IRJET- Recognition of Future Air Quality Index using Artificial Neural Network
IRJET- Recognition of Future Air Quality Index using Artificial Neural NetworkIRJET- Recognition of Future Air Quality Index using Artificial Neural Network
IRJET- Recognition of Future Air Quality Index using Artificial Neural Network
 
IRJET - Air Quality Index – A Study to Assess the Air Quality
IRJET - Air Quality Index – A Study to Assess the Air QualityIRJET - Air Quality Index – A Study to Assess the Air Quality
IRJET - Air Quality Index – A Study to Assess the Air Quality
 
Prediction of Air Quality Index using Random Forest Algorithm
Prediction of Air Quality Index using Random Forest AlgorithmPrediction of Air Quality Index using Random Forest Algorithm
Prediction of Air Quality Index using Random Forest Algorithm
 
IRJET - Prediction of Air Pollutant Concentration using Deep Learning
IRJET - Prediction of Air Pollutant Concentration using Deep LearningIRJET - Prediction of Air Pollutant Concentration using Deep Learning
IRJET - Prediction of Air Pollutant Concentration using Deep Learning
 
HOSTILE GAS MONITORING SYSTEM USING IoT
HOSTILE GAS MONITORING SYSTEM USING IoTHOSTILE GAS MONITORING SYSTEM USING IoT
HOSTILE GAS MONITORING SYSTEM USING IoT
 
Air Quality Index (AQI): Prediction and Optimization
Air Quality Index (AQI): Prediction and OptimizationAir Quality Index (AQI): Prediction and Optimization
Air Quality Index (AQI): Prediction and Optimization
 
Air Pollution Monitoring System
Air Pollution Monitoring SystemAir Pollution Monitoring System
Air Pollution Monitoring System
 
Implementation of Integration VaaMSN and SEMAR for Wide Coverage Air Quality ...
Implementation of Integration VaaMSN and SEMAR for Wide Coverage Air Quality ...Implementation of Integration VaaMSN and SEMAR for Wide Coverage Air Quality ...
Implementation of Integration VaaMSN and SEMAR for Wide Coverage Air Quality ...
 
Design and Implementation of Portable Outdoor Air Quality Measurement System ...
Design and Implementation of Portable Outdoor Air Quality Measurement System ...Design and Implementation of Portable Outdoor Air Quality Measurement System ...
Design and Implementation of Portable Outdoor Air Quality Measurement System ...
 
A Smart air pollution detector using SVM Classification
A Smart air pollution detector using SVM ClassificationA Smart air pollution detector using SVM Classification
A Smart air pollution detector using SVM Classification
 
IRJET- Air Pollution Prediction using Machine Learning
IRJET- Air Pollution Prediction using Machine LearningIRJET- Air Pollution Prediction using Machine Learning
IRJET- Air Pollution Prediction using Machine Learning
 

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

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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
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
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 

Recently uploaded (20)

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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
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
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
★ 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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 

IRJET- Prediction of Fine-Grained Air Quality for Pollution Control

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5607 Prediction of Fine-Grained Air Quality for Pollution Control Vinod Kumar K1, Sheba Selvam2, Suraj S3, Chandrashekar S S4 1,3,4B.E Student, Dept of Computer Science and Engineering, RRCE, Bengaluru, Karnataka, India 2Associate Professor, Dept. of Computer Science and Engineering, RRCE, Bengaluru, Karnataka, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Air pollution is one of the serious problemsinthe urban cities, where particulate matter (PM2.5) has greater effect on the humans than any other impure substances. This PM2.5 is dangerous part of the air pollution due its adverse effects on humans as well as other living things, it can penetrate into the lungs or alveoli and blood vessels and causes serious diseases such as DNA mutation, respiratory diseases, heart attack and even leads to lung cancer. Even small amount of PM 2.5 in air is extremely dangerous. Hence, predicting the air quality is very important to the urban cities as it helps to take necessary measures and control it. The proposed work aims at predictingairqualitybyusingRandom forest algorithm with air quality index provided by the respected government agencies. In this work we make use of feature analysis for prediction process to provide more effective and general model. The proposed model considers various data taken for number of hours and days from Bangalore, India. This dataset will be helpful for training the system, later we compute real time datasets for predictingthe pollution levels in that city, this predicted information will provide crucial information which will be helpful for pollution control and management. Key Words: Data Pre-processing, Particulate matter,Air quality Index, Random forest algorithm, Air pollution. 1. INTRODUCTION Particulate matter is one of the dangerous parts of the air pollution. It is a composition of both liquid and solid particles; it may occur naturally due to volcanoes and fire burst or by human involvement such as power plants and vehicle emission. It occurs in various sizes; each size of PM has its own impact on humans as well as nature. It can easily penetrate into human blood, lungs and causes lotofdiseases such as lung cancer and heart attack. Its presenceintheairis causing lot of problems in the urban cities and it is increasing rapidly. Hence controlling or removing the particulate matter from air is the most important topics in the urban cities. Our study will provide crucial information of air pollution levels in a particular city byusingAQI,sothat it will be helpful for pollution control. Air Quality Index (AQI) is used to find out pollution levels in cities by government agencies, each countryhasdifferent air quality index. It is basically used to provide information about the health risks to the public as the AQI increases. The levels of health concern can be identified as good, moderate, unhealthy, hazardous etc. Our study aims at providing this health concern levels based on the presence of particulate matter in the air. Machine learning techniques can be used for the prediction process along with AQI. Machine learning is a scientific way of getting computers to act without giving explicit instruction,it learnsandimproves based on experience of the previousdata orinstructions. Itis the most emerging and commonly used field across the world. It is considered as a part of artificial intelligence, and data mining techniques lies with in machine learning. Machine learning algorithms are used across various applications. Usually machine learning algorithms workson a simple data called training data. This data is nothing but previously existing data collected and storedforlong period, data mining techniques is used for the collection of the data. Machine learning system is trained based on this training data; the systems accuracy increases with the increase of training data. Machine learning tasks can be classified as supervised learning and unsupervised learning. Supervised learning provides a function that maps from input to output, based on training examples. Where training examples consists of labelled training data. Supervised learning includes classification and regression. Random forest, Support vector machines are some of the most common algorithms of supervised learning. Unsupervised learning is a kind of machine learning algorithm which make use of unlabeled data to draw some patterns or inferences. Unsupervised learning includes clustering and association. K-means algorithm is the most common algorithm used for clustering where as Apriori algorithm for association. In the proposed work, random forest algorithm is used for the prediction of the air pollution levels in the cities, as random forest is more accurate and performs both classification and regression. 2. LITERATURE SURVEY There are enormous number of works related to our study, we discuss some of it. Zhu, D [1] et. al proposedanair quality prediction approach, to predict the presence of particulate matter and other pollutants using machine learning approaches. His work was able to predict the concentration of pollutants in the air on an hourly basis. Ping-Wei Sohet.al [2] framed multiple neural networks for forecasting of air
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5608 quality 2 days prior, large number of metallurgical data was collected from Beijing, China for this work.Y.-F.Xinget.al [3] in his work, shown what are all the affects that could cause on humans due to the presence of PM2.5 In air and also stated some of the deadly diseases which could occur when it penetrates into human body. H. Zhang et. al [4] proposed a first ever three-dimensional particulate matter tracking system, which required collection of lot of three-dimensional samples.in Hangzhou, China for which they used low cost systems to collect the samples. C. Zhao et. al [5] also in his work used neural networks for predictionof pollution in the air, which was able to provide accurate air quality prediction. M. M. Dedovic et. al [6] presented the prediction of PM10 using ANN, which was able to give the concentrations of PM10 in Sarajevo. Yu. Zheng et. al [7], Yu. Zheng et. al [10] a bigdata approach is considered for the prediction of fine- grained air pollution for which samples from 43 cities of China was taken and was able to predict before two days. H.-P. Hsieh et. al [8] presents how to deduce real time air quality fora particularlocationbased on data from scant air monitoring stations, and also tries to identify the locations in which air quality monitoring stations has to be implemented based on the human population and other aspects,theycarriedtheir experiments in Beijing, China. K. P. Singh et. al [9] worked to predict urban air quality in Lucknow India, and also to find out sources from which the pollutants are occurring, for that they have taken metallurgical samples of around five years. L. Li, X. Zhang et. al [11] proposed methods for interpolation of the air pollution, the main purpose is to identify the presence of the PM2.5 in air, they have also identified population effected by this air pollutants in USA. A. P. Tai et. al [12] was able to find out what are the effects and climate changes caused due to the presence of particulate matter in the air surrounding US. M. Cai, Y et. al [13] also proposed prediction of the concentration of the PM in the air based on hourly basics in the urban cities, an ANN approach was implemented for this study. Fig 1: Proposed Air quality Prediction Architecture 3. PROPOSED WORK As we all know air pollution is one of the major problems in urban cities, where the particulate matter is the most dangerous part of air pollutionwhicheffectshumanthanany other substances. In order to overcome these problems many existing papers are available but those were not very much effective due to some disadvantages of the algorithms and the methods used. In this paper we are considering all the papers disadvantages and determining the best result above all the existing systems. Our proposed work consists of Data pre-processing, Random Forest algorithm and Air quality index, air Quality prediction architecture is shownin fig.1 3.1 Data Pre-processing The datasets which are collected for the air pollution prediction are in raw data format in which there contains some unwanted data which are not necessary for analysisas it is not feasible. In order to overcome thisproblemdata pre- processing is used where the clean dataset is obtained from the raw datasets, this process is known as data pre- processing. The data preprocessing involves several steps in order to convert a raw data into a reduced clean data of small datasets. Data pre-processing involves four steps, it includes. • Data Cleaning Data cleaning is the process of identifying and removingnull values or unwanted values. • Data Integration Many different data are comparedinordertogeta combined view is known as data integration. • Data Transformation In Data transformation process data are transformed from one format to another format. • Data Reduction Data Reduction techniques can be applied to reduce the number of parameters of air in the dataset, so that we can use only the required attributes for the prediction. Data pre- Processing Air Parameters AQI Data cleaning Data reduction Data transformation Data integration Mean Random forest algorithm prediction
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5609 3.2 Random Forest Algorithm The random forest algorithm is used to perform both classification and also the regression problems. Even without the hyper-parameter better results can be obtained due to its flexibility and easy to use applications. The random forest algorithm is a machine learning algorithm used for classification tasks;itisthesupervisedclassification algorithm. As the name suggest, the algorithm creates forest with number of trees. The more robust the forest looks like with the greater number of trees. In the same way higher number of trees in the forest gives high accuracy results in random forest classifier. The multiple decision trees are built by random forest and merges them together to get a stable prediction with more accuracy. Proposed Randomforestarchitectureis shown in fig 2. Fig 2: Random forest architecture 3.3 Air quality index Air Quality Index (AQI) is the set of tables which tells about the category and its range which is used to predict air pollution and health impacts on humans. It is implemented by the government in order to tell people how much the air is polluted. The increase in AQI will result in more impact on human health which may led to severe health issues. Table 1, is the AQI category and its range, where six categories are named based on seven pollutants and for all the categories certain range has been fixed to predict the result. The seven pollutants and its ranges are as shown in the table 1, such as PM2.5, PM10, NO2, O2, CO2, NH2 and PB. Based on these pollutants comparing with different categories we can determine better results. This is basically used by government agencies to determine pollution and to communicate with people about the pollution. Good air quality pertains to the degree in which it is clean, clear and free from pollutants such as smoke, dust and gaseous contents and also described by many air indicators. Table 1: Represents the AQI category and its range AQI PM2.5 PM10 NO2 O2 CO2 NH2 Pb (0-50) 0-50 0-30 0-40 0-50 0-1.0 0-200 0.5 good (51-100) 51-100 31-60 41-80 51-100 1.1-2.0 201-400 0.5-1 satisfactory (101-200) 101-250 61-90 81-180 101-168 2.1-10 401-800 1.1-2.0 moderate (201-300) 251-350 91-120 181-280 169-208 10-17 800-1200 2.1-3.0 poor (301-400) 351-430 121-250 281-400 209-748 17-34 1200-1800 3.1-3.5 Very poor (401-500) 430+ 250+ 400+ 748+ 34+ 1800+ 3.5+ Severe 4. RESULT AND DISCUSSION We are obtaining datasets from a government organisation website known as “Central pollution control board”fromthis we can obtain different datasets of various air parameters which exists in the air. Only specific parameters are considered to predict the pollution, where individual parameters have their own distinct range of values for predicting pollution. For feature selection, we select only some attributes that are necessary, the aim of feature selectionandanalysisis to discover the importance of different input features to the prediction and related factors of the variation of the air quality, so that it provides proof that will be helpful for prevention and control of air pollution levels.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5610 AQI is used for labellingthedatasets,forthatmaximum operator system is selected. AQI=Max (I1, I2, I3…. In) Where I1, I2 represents maximum values for eachrowofdata sets, a new set of AQI column is obtained which is used for labelling. We apply labelled datasets to Random forest classifier for the prediction. It is a type of classifier in which it can be used for both classification and regression problems, which form the majority ofcurrentmachinelearningsystems.There also exists hyperparameters as a decision tree or a bagging classifier. Fig 3 shows how the random forest algorithm works. Fig 3: Merging of trees in random forest It is also very flexible to use even without hyperparameters tuning. It is widely used algorithm because of its simplicity and the fact that it can be used for both classification and regression tasks. We can analyse different parameters of the air by comparing it by using graph, several graphs will be obtained. All the histograms and scattered plotsfromthegraphsarecombined which will give comparative results between parameters. Figure 4 below shows the comparison between CO and NO2. Fig 4: Comparing CO with NO2 Table 2: Result comparison of ST-DNN and Random forest Algorithm Mean Prediction ST-DNN Hour 1 Hour 2 Hour 3 Hour 4 Hour5 Hour 6 +elevation 3.402 5.308 6.213 6.782 7.269 7.668 -elevation 3.410 5.310 6.215 6.774 7.270 7.669 Random Forest Algorithm Hour 1 Hour 2 Hour 3 Hour 4 Hour5 Hour 6 +elevation 3.112 4.985 5.869 6.468 6.927 7.352 -elevation 3.117 4.980 5.871 6.470 6.929 7.355 Table 2, tabulates the result of the existing model where the ST-DNN (Spatio-Temporal Deep Neural Network), which considers both the time and space series variation at some given location. The resultswereobtainedconsideringthe PM 2.5 air attributes which are the small molecules present in air and these PM 2.5 causes human diseases.Intheproposed system random forest algorithm and AQI method is used, when differentiatedbetween randomforestandST-DNN,the results which is obtained are better than ST-DNN. feature(f) feature(f)
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5611 CONCLUSION Air pollution is a major problem in all developing cities, which causes lot of impact on human health. In this paper, air quality prediction system using Air quality Index and random forest algorithm is proposed. The basic idea is to find out the amount of particulate matter present in the air which will be further helpful to find out pollution levels in a particular city. For this large number of datasets is gathered from a particular city for example, Bengaluru. Feature selection is used to reduce the number of attributes and obtain only relevant attributes which will be helpful for prediction. We use data miningtechniquesfor extracting and cleaning the datasets and AQI is used for labelling it. The datasets are used for training the random forest system and new set of datasets is used for testing the system. Finally, real time data is used for predicting the pollution levels. The predicted output will provide crucial information whichwill be helpful for pollution control inurbancities.Thisproposed system provides highly reliable and accurate prediction. Further research can be done to improve the system to predict more accurately and user interfaces can be implemented to provide the predicted information to individuals for pollution control and management. Furthermore, studies well be able to find outtheoriginofthe polluted particles and experiments will provide solutions to the pollution control in urban cities. REFERENCES [1]. Zhu, D.; Cai, C.; Yang, T.; Zhou, X. A Machine Learning Approach for Air Quality Prediction: Model Regularization and Optimization. Big Data Cogn. Comput. 2018, 2, 5. [2]. Ping-Wei Soh, Jia-Wei Chang, And Jen-Wei Huang. Adaptive Deep Learning-based Air Quality PredictionModel Using the Most Relevant Spatial-Temporal Relations. 2018. [3]. Y.-F. Xing, Y.-H.Xu,M.-H.Shi,andY.-X.Lian,“The impact of pm2.5 on the humanrespiratorysystem,”Journal ofThoracic Disease, vol. 8, no. 1, 2016. [4]. Y. Hu, G. Dai, J. Fan, Y. Wu, and H. Zhang, “BlueAer:Afine- grained urban PM2.5 3D monitoring system using mobile sensing,” in Proc. IEEE Int. Conf. Comput. Commun. (INFOCOM), San Francisco, CA, USA, Jul. 2016, pp. 1–9. [5], C. Zhao, M. van Heeswijk, and J. Karhunen, “Air quality forecasting using neural networks,” in Proc. IEEE Symp. Series Comput. Intell. (SSCI), Athens, Greece, Dec. 2016, pp. 1–7. [6]. M. M. Dedovic, S. Avdakovic, I. Turkovic, N. Dautbasic, and T. Konjic, “Forecasting PM10 concentrations using neural networks and system for improving air quality,” in Proc. XI Int. Symp. Telecommun. (BIHTEL), Sarajevo, Bosnia and Herzegovina, Oct. 2016, pp. 1–6. [7]. Y. Zheng, X. Yi, M. Li, R. Li, Z. Shan, E. Chang, and T. Li, “Forecasting fine-grained air quality based on big data,” in Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. New York, NY, USA: ACM, 2015, pp. 2267–2276. [8]. H.-P. Hsieh, S.-D. Lin, and Y. Zheng, “Inferring air quality for station location recommendation based on urban big data,” in Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, ser. KDD ’15, 2015, pp. 437–446. [9]. K. P. Singh, S. Gupta, and P. Rai, “Identifying pollution sources and predicting urban air quality using ensemble learning methods,” Atmospheric Environment, vol. 80, pp. 426 – 437, 2013. [10]. Y. Zheng, F. Liu, and H.-P. Hsieh, “U-air: When urban air quality inference meets big data,” in Proceedings of the 19th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining,ser. KDD ’13, 2013, pp. 1436– 1444.13 [11]. L. Li, X. Zhang, J. Holt, J. Tian, and R. Piltner, “Spatiotemporal interpolation methods for air pollution exposure,” inSymposiumon Abstraction,Reformulation,and Approximation, 2011. [12]. A. P. Tai, L. J. Mickley, and D. J. Jacob, “Correlations between fine particulatematter(pm2.5)andmeteorological variables in the united states: Implicationsforthesensitivity of pm 2.5 to climate change,” Atmospheric Environment,vol. 44, no. 32, pp. 3976–3984, 2010. [13]. M. Cai, Y. Yin, and M. Xie, “Prediction of hourly air pollutant concentrations near urban arterialsusingartificial neural network approach,” Transp. Res. D Transp. Environ., vol. 14, no. 1, pp. 32–41, Jan. 2009