Ijraset Journal For Research in Applied Science and Engineering Technology
Authors: Venkanna Babu S, Mohamed Abdul Kader Jailani
DOI Link: https://doi.org/10.22214/ijraset.2023.53209
Certificate: View Certificate
Air Contamination is one of the most major problem faced by today’s ecosphere. Environment becoming toxic due to contaminated cities and different contaminants have also been added in the air. Air Contamination is caused by both natural activities and human. Pollutants like Chlorofluorocarbon, Nitrogen Dioxide Carbon Dioxide, Sulphur Dioxide, Carbon Monoxide, Lead, and Mercury etc. are being added in the air due to human activities. In this paper data has been composed from government website. Linear Regression, Decision Tree Regression and Random Forest Regression were used to evaluate the level of CO. least error achieved by Random Forest Regression out of other algorithm chosen for evaluation of Air Pollution and hence resulted in supplementary accurateness.
I. INTRODUCTION
Drastic diminution in Air quality is faced in most of the cities in India in the current years. Numerous newer contaminants like Sulphur Dioxide, Nitrogen Dioxide, and Carbon Monoxide has been added into the atmosphere Other than the normal contaminant like Carbon Dioxide. Most of the contaminants have detrimental effects on our well-being. But CO is more harmful. It takes life silently and rapidly. It straightaway penetrates into blood and substitutes the oxygen particles thus depriving the intellect and heart of required oxygen to function. If it is existing in the air, it rapidly enters into the blood triggering symptoms like nausea, headache, flu, etc. As the level upsurges, individual may get sickness, catalepsy and may consequence in harm of intellect or death.
There are numerous bases of fabricating CO like imperfect driving car, boiling of solid, boiling of charcoal, coal or wood, liquid and gaseous fuels etc. Carbon Monoxide also disturbs the capability of atmosphere to cleanse itself and accountable for pollution and lower atmospheric ozone. Almost all the large cities in India are contaminated by carbon monoxide which spreads to as far as 10 kilometers from the shallow of the earth in the troposphere. Contamination from Vehicles is a chief contributor to high carbon monoxide stages. Though, investigators trust winds transmit the Carbon Monoxide shaped by biomass burning in Africa and Southeast Asian republics to the Indian subcontinent, Thus accumulation to the already high levels of the gas in the country's troposphere.As carbon monoxide due to vehicular contamination and other bases is released, it travels aloft. In monsoon as there is a portion of wind, Carbon Monoxide atoms extent heights of 10 kilometers as rapidly as two hours.
That is why in monsoon Carbon Monoxide values are the uppermost in higher layers of the troposphere. In winter, it is the opposite as there is not much wind and the Carbon Monoxide particles are closer to the Earth's surface
Absorption of Carbon Monoxide can be estimated in Parts per Million. For instance, 100 PPM of Carbon Monoxide implies that for each 9999,900 particles of air, there are 100 particles of Carbon Monoxide. Another way of estimating Carbon Monoxide concentration is Time Weighted Average. It measures individual’s exposure to Carbon Monoxide over time.
In this paper a system established which trains a Machine Learning prototype using contamination data congregated from government sites and static sensors. The learnt model is used to evaluate the air contamination.
II. LITERATURE SURVEY
D.J. Briggs et al. [1] have developed a methodology that maps traffic related air pollution within GIS environment. They have considered NO2 in Huddersfield, Prague and Amsterdam. Theirs results show good predictions of pollution levels.
V. Singh et al. [2] have proposed a system that estimates and interpolates daily ozone concentrations. This approach is based on a technique called cokriging.
In [3], M Mead et al. have deployed the sensor nodes in static network in the Cambridge (UK) area and mobile network. They have provided the results for quantification of personal exposure.
P. Dutta et al. [4] have proposed system where individual can measure their personal exposure using participatory sensors then groups to summarize their members’ exposure.
K Hu et al. [5] have collected urban air pollution data with high spatial density by using many software applications and hardware devices. They have devised a web based tool and mobile app for the estimation and visualization of air pollution. Their system shows accurate exposure than the current systems.
V. Sivaram et al. [6] developed a project that uses many mobile sensors attached to vehicle to measure the air pollution concentration. The collected data is uploaded to user’s mobile. Afterwards pollution maps are created that show the exposure history and accordingly the route can be planned to reduce the future exposure.
K B Shaban et al. [7] developed a system that uses motes equipped with gaseous and meteorological sensors. These communicates to an intelligent sensing platform that comprises of various modules. Mainly four modules have been used for receiving data, preprocessing and converting the data into meaningful information, predicting the pollutants and presenting the information through short message services, web portal and mobile app. They used three ML algorithm namely Support Vector Machine, MSP Model trees and Artificial Neural Networks.
D Hasenfratz et al. [8] have collected the measurements for more than a year through mobile sensor nodes. These nodes were installed on top of public transport vehicles in Zurich (Switzerland). From this obtained data, they developed regression models that create pollution maps with high resolution of 100m
Ke Hu et al. [11] have introduced a machine learning model that takes fixed station data and mobile sensor data and then estimate the air pollution for any hour on any given day in Sydney city. They have used seven regression models and ten-fold cross validation.
Arnab Kumar Saha et al. [12] have used have used cloud based Air Pollution Monitoring Raspberry Pi controlled System. They measured Air Quality Index based on five criteria pollutants, such as particulate matter, ground level ozone, Sulphur Dioxide, Carbon Monoxide and Nitrogen Dioxide using Gas Detection Sensor or MQ135 Air Quality.
Kavitha B C et al. [13] have deployed various IoT sensors on the industrial floor to collect the data and implemented a pollution monitoring system
A Orun et al. [14] have used artificial intelligence technique such as Bayesian Networks to establish relation between traffic and traffic related air pollutants.
Nitin Sadashiv Desai and John Sahaya Rani Alex [15] have measured CO and CO2 level in the air with GPS by using pollution detection sensor and uploaded into Azure Cloud Services.
E Suganya and S Vijayashaarathi [16] have proposed a system that uses Mobile Ad Hoc Network routing algorithm and monitors the travelling vehicles by using number of sensors. The collected data is stored in cloud network to access the information about levels of pollution.
III. SYSTEM SCHEME AND OPERATION
The system follows a typical methodology as
Mentioned Below:
A. Gathering Data
Data is composed from source:
Open Source Government Website (www.data.gov.in) [9].
B. Statistics Sampling
This part is comprised of two separate steps:
C. Data Training
This paper uses three Machine Learning models to predict Air pollution rates namely LR, DTR and RFR.
D. Valuation
K-fold cross authentication is a procedure to estimate the parameters. In this, the unique facts sample is arbitrarily divided into k equal sized clusters. Out of the k clusters, a first group is earmarked as the authentication data for testing the model and the remaining k-1 groups are used as training data sample. Every sample data is used in hold out set one time and then continual k-1 times to train the model. Particular assessment outcome can be formed by averaging the k outcomes from the folds.
The advantage of this method over repeated random sub sampling is that all data samples are used for both validation and training, and every data sample is used accurately once for validation. In this system, k=10 i.e. 10-fold cross-validation is used.
IV. OUTCOMES AND CONVERSATION
The raw data obtained from both government websites are pre-processed into structured dataset. The below figures show the raw sample data obtained from sensors and government websites.
Arnab Kumar Saha et al. [12] have used have used cloud based Air Pollution Monitoring Raspberry Pi controlled System. They measured Air Quality Index based on five criteria pollutants, such as particulate matter, ground level ozone, Sulphur Dioxide, Carbon Monoxide and Nitrogen Dioxide using Gas Detection Sensor or MQ135 Air Quality.
But their results don’t show Carbon Monoxide level and also accuracy has not been computed. In our work we used MQ7 sensor and government site for measuring the CO level and computed the accuracy using three machine learning algorithms giving the maximum accuracy as 90.2%.
E Suganya and S Vijayashaarathi [16] have proposed a system that monitors the level of NO2, Humidity, Temperature, Carbon Monoxide by using NO2 sensor, Humidity Sensor, Temperature Sensor and Carbon Monoxide Sensor respectively but in the results Carbon Monoxide level and accuracy is not shown. In our results we have shown both Carbon Monoxide level and accuracy.
Nitin Sadashiv Desai and John Sahaya Rani Alex [15] have not mentioned any algorithm on which the pollution metrics were predicted. Only Azure Machine Learning Service is used. Accuracy component is missing. In our system we have used different Machine Learning algorithms to compute the accuracy.
Kavitha B C et al. [13] have used the sensors to sense the level of various gases in the industrial floor. They just monitored the amount of pollution but accuracy is missing. Our system shows both accuracy and CO level.
A Orun et al. [14] have established relation between traffic and traffic related air pollutants namely, SO2, NO2 and CO. They have developed a Bayesian predictive model using Bayesian classifier with classification accuracies 85%, 78% and 81% respectively for the above-mentioned pollutants. Our work considers only one main pollutant namely CO and assesses the CO level using three Machine Learning Algorithms and it gives the accuracy as 90.2%.
In this paper, machine learning based system is used to estimate dense air pollution using historical data from government monitoring sites. Decision Tree Regression, Random Forest Regression and Linear Regression were used, and performances estimation were compared. We Random Forest Regression selected as the machine learning algorithm because of its low error index. The projected model performs better for outsized training set. But it proceeds with more time to train model. Use of mobile sensors can help to shape system to generate air contamination map. Assessment accurateness can be augmented in future by presenting climatological influences such as wind rapidity and climate in the system further more testing[11] and ai[13] can be used to improve the system.
[1] D. J. Briggs et al, “Mapping urban air pollution using GIS: a regression-based approach,” International Journal of Geographical Information Science, vol. 11, no. 7, pp. 699–718, 1997. [2] V. Singh et al., “A cokriging based approach to reconstruct air pollution maps, processing measurement station concentrations and deterministic model simulations,” Environmental Modelling and Software, vol. 26, no. 6, pp. 778 – 786, 2011. [3] M. Mead et al., “The Use of Electrochemical Sensors for Monitoring Urban Air Quality in Low-Cost, High-Density Networks,” Atmospheric Environment, vol. 70, pp. 186–203, May 2013. [4] P. Dutta et al., “Common Sense: Participatory Urban Sensing Using a Network of Handheld Air Quality Monitors,” in Proc. SenSys Demonstration, Berkeley, CA, USA, Nov 2009. [5] K. Hu et al., “Design and evaluation of a metropolitan air pollution sensing system,” IEEE Sensors Journal, vol. 16, no. 5, pp. 1448–1459, March 2016. [6] V. Sivaraman et al., “Hazewatch: A participatory sensor system for monitoring air pollution in sydney,” in Local Computer Networks Workshops (LCN Workshops), 2013 IEEE 38th Conference on, Oct 2013, pp. 56–64. [7] K. B. Shaban et al., “Urban air pollution monitoring system with forecasting models,” IEEE Sensors Journal, vol. 16, no. 8, pp. 2598– 2606, April 2016. [8] D. Hasenfratz et al., “Pushing the spatio-temporal resolution limit of urban air pollution maps,” in Pervasive Computing and Communications (PerCom), 2014 IEEE International Conference on, March 2014, pp. 69–77. [9] Open Source Government website: https://data.gov.in/ [10] CO information website: https://www.detectcarbonmonoxide.com/co- health-risks/ [11] Udupa, Pradeep. \"An Integrated Methodology for Testing Source Code by Using Multi Constraint Reduction, Test Suite Prioritization and Prioritized Parallelization\", IJET, vol. 10, no 2, pp. 221–225. [12] Ke Hu et al., “HazeEst: Machine Learning Based Metropolitan Air Pollution Estimation from Fixed and Mobile Sensors” DOI 10.1109/JSEN.2017.2690975, IEEE Sensors Journal [13] Udupa, Pradeep. \"Application of artificial intelligence for university information system.\" Engineering Applications of Artificial Intelligence 114 (2022): 105038. [14] Arnab Kumar Saha et al., “A Raspberry Pi Controlled Cloud Based Air and Sound Pollution Monitoring System with Temperature and Humidity Sensing”, 2018 IEEE [15] Kavitha B C et al., “IOT Based Pollution Monitoring System Using Raspberry-Pi”, 2018, Vol 118 International Journal of Pure and Applied Mathematics [16] A. Orun et al., “Use of Bayesian Inference Method to Model Vehicular Air Poillution in Loacal Urban Areas”, Transportation Research Pard D 63 (2018) , pp. 236-243, Elsevier [17] Nitin Sadashiv Desai and John Sahaya Rani Alex, “IoT Based Air Pollution Monitoring and Predictor System on Beagle Bone Black”, 2017 International Conference on Nextgen Electronic Technologies, IEEE [18] E Suganya and S Vijayashaarathi et al., “Smart Vehicle Monitoring System for Air Pollution Detection using WSN”, 2016 International Conference on Communication and Signal Processing, IEEE
Copyright © 2023 Venkanna Babu S, Mohamed Abdul Kader Jailani. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Paper Id : IJRASET53209
Publish Date : 2023-05-28
ISSN : 2321-9653
Publisher Name : IJRASET
DOI Link : Click Here