Monitoring_and_Prediction_of_Air
Monitoring_and_Prediction_of_Air
Available at www.ijsred.com
SEARCH ARTICLE
RESEARCH ARTICLE OPEN ACCESS
OPEN ACCESS
Keywords — Air pollution, air quality prediction, machine learning, iot, regression, maps
-----------------------------------------************************---------------------------------
INTRODUCTION sulfur dioxide(SO2), Ozone (O3), nitrogen oxide
Human society is evolving at a great pace. This is (NO) and nitrogen dioxide (NO2) and a complex
evident in every city, including various problems mixture of solid and liquid droplets called
caused due to these evolutions and expansions. The Particulate Matters (PM, e.g., PM2.5, PM10) [2].
rapid growth in cities naturally increases pollution There are many studies which show that respiratory
and pollutants caused due to heavy traffic, disorders are due to air pollution. A study
industries, etc. Because of this, the quality of air is conducted by State of Global Air (SOGA) shows
polluted and has a great impact on human health. that continuous exposure to air pollution can reduce
There are certain pollutants which affect human life expectancy by up to 20 months [2]. Air
health and have a great impact these pollutants are, pollution is accountable for the death of 7 million
carbon dioxide (CO2), carbon monoxide (CO), persons worldwide each year or one in eight
©IJS
©IJSRED: All Rights are Reserved Page
International Journal of Scientific Research and Engineering Development-– Volume 6 Issue 1, Jan-Feb 2023
Available at www.ijsred.com
eyes,nose,throat,and lung. This system employed [10]This paper has determined PM10 level best
models in Time series to predict so2 in the with Random Forest but does not accurately predict
environment.In this paper they have used Time the level of dangerous pollutants but can work with
series forecast models for prediction of Air incomplete data sets.
Quality Index in Metro cities.
III.COMPARATIVE STUDY AND ANALYSIS
In [6]this SARIMAX and Holt-Winter’s models
are used to predict the air quality index. These time
In this section we observe the performance of
series forecasting models can be utilized to predict
the values of the Air Quality Index(AQI) based on different machine learning models, adopted by
past data. To analyze the performance of models researchers in their studies which are as follows:
Mean Absolute Percentage Error (MAPE) is used as
the score function. The Holt-Winters algorithm can Table I: Performance of Different ML Models
handle seasonality,but results produced by this
ML SO2 CO O3 NO PM PM
model have not very accuracy. On the other
Model 2 2.5 10
hand,The SARIMAX can handle seasonality and
has much better result accuracy than the Holt- Linear 0.12 0.02 0.09 0.1 0.02 0.02
Winters model. Regressi 5
on
In [7]this paper,they have compared the decision
tree, linear regression and random forest. Major air Decision 0.80 0.61 0.62 0.6 0.75 0.61
pollutants are taken and meteorological conditions Tree 60 4
are taken using the Arduino Platform. Random
forest gives better accurate results due to overfitting Random 0.85 0.79 0.79 0.7 0.86 0.79
that reduces errors But drawback is Random forest Forest 6 01
uses more memory and high cost. Haotian Jing & regressio
Yingchun Wang(2020). n
[8]had predicted the air quality index using XG SARIM 0.86 0.75 0.83 0.8 0.72 0.81
Boost.It uses the weak classifier and shortcoming of AX 3 2 66
the previous weak classifier to form a strong
classifier thus reducing the error between predicted
and actual values. It uses the K- cross The above comparison was obtained by observing
validation.The mean absolute error and coefficient the results and performance parameters of the
of determination is determined to predict the mentioned algorithms in [6] and [7].
difference between actual and predicted value. The
drawback is that it takes the previous value and is
affected by outlier unwanted pollutants in the air. IV. CONCLUSION
In this paper, we have successfully understood the
[9]Their research had predicted the level of air need of machine learning and the huge role that it
pollutant with Recurrent neural network at any
plays in prediction of air pollution. The papers
given time and removed the drawback of hourly
prediction due to memorization power of algorithm discussed above proposed Air Pollution
but lacks in working without memory operation. Monitoring and Prediction systems using Machine
Learning Models out of which a few successfully
predicted the pollution levels accurately while