SlideShare a Scribd company logo
1 of 3
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 5 Issue 1, November-December 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD37975 | Volume – 5 | Issue – 1 | November-December 2020 Page 479
Air Quality Prediction using Seaborn and TensorFlow
Rahul Kumar Sharma1, Kuldeep Baban Vayadande2, Rahul Ranjan1
1Master of Computer Application, 2Assistant Professor,
1,2Jain Deemed-to-be University, Bengaluru, Karnataka, India
ABSTRACT
Air quality is considered as a vital issue in the current world and is the
underlying driver of sicknesses identified with respiratory organ, skin
malignant growth, corrosive downpour and a worldwide temperature
alteration. Anticipating air quality has been the consistent test with the
developing industrialization, vehicles out and about, deforestation and
different variables. Air contaminationhasbeentheissue oftheentire world.In
this paper, we propose to foresee the air nature of a specific spot, with the
information gathered in past and takepreventivemeasure tostopthedisaster.
We will utilize Spearman's Correlation as information used to foresee air
quality is non-straight and monotonic. Spearman's Correlationcoefficient(rs)
can invigorate us of the connection between highlights of information. The
coefficient esteem is obliged to - 1 =<rs =< 1.
KEYWORDS: Air Quality, Spearman’s Correlation, Python, Google Colab,
TensorFlow, Seaborn
How to cite this paper: Rahul Kumar
Sharma | Kuldeep Baban Vayadande |
Rahul Ranjan "Air Quality Prediction
using Seaborn and
TensorFlow"
Published in
International Journal
of Trend in Scientific
Research and
Development(ijtsrd),
ISSN: 2456-6470,
Volume-5 | Issue-1, December 2020,
pp.479-481, URL:
www.ijtsrd.com/papers/ijtsrd37975.pdf
Copyright © 2020 by author(s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
Commons Attribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by/4.0)
INTRODUCTION
With the fast development of industrialization and the
improvement of urban areas, the nature of air is diminishing
quickly. Air Pollution in metropolitan zones has become an
explanation behind fear and critical concernofmakinga city.
Anticipating the nature of air is significant and isviewedasa
major question in ecological insurance. Numerous urban
areas have begun gathering information of air with the goal
that they can watch out for the nature of air.
This paper addresses foreseeing Air Quality utilizing
Machine Learning. In this paper, we will utilize libraries like
Seaborn, TensorFlow and Keras. We will construct a model
utilizing the Spearman Correlation.
Spearman Correlation is used while predicting the qualityof
air as data is nonlinear and monotonic. Eachpollutionhasits
own index and scale. Some of the major pollutants are NO2,
SO2, RSPM, SPM. Each pollutant affects the human body in a
different way. If the index is too high it may create a major
problem related to health. Fine Material (PM2.5) is a great
concern for human health. PM2.5 alludes to the molecule
that has a width under 2.5 micrometres.
Literature Review- In AI, we can choose any calculation or
model dependent on our information and issue which will
give us a superior understanding of the dataset. Each time
we run our model, it gives us diverse worth dependent on
our test size and preparing the size of information. Lately, a
few specialists have put forth attempts on air contamination
event and air quality estimating [1] [2].
Air Quality Standard:
1. Primary Standard: It shields us from unfavourable
wellbeing issues.[3]
2. Secondary Standard: It shields us from horticultural
harm and harm to buildings.[4]
Standard AQI Range
AQI is a definable measure that is utilized to create a report
of the nature of air and its various constituents concerning
the climate and human wellbeing [5] [6]. The proposes of an
ongoing AQI Monitoring framework is that it estimates
various boundaries of air like ParticulateMatter(PM2.5and
PM10), O3, NO2, SO2, CO, CO2, Humidity, Temperature and
Air Pressure in the climate. These boundaries are estimated
on an hourly premise to get an exact outcome. The
framework will be prepared from the information gave to it
IJTSRD37975
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD37975 | Volume – 5 | Issue – 1 | November-December 2020 Page 480
and it will be tried in a similar climate with the goal that the
outcome is more exact. Informationwill begatheredthrough
sensors and another medium, it will be cleaned and be
handled to get the outcome.
Support Vector Machine is utilized for grouping issues [7].
The primary goal to search for least separation between
classes. Focuses lying on classes limits are known as help
vector and space between them is called hyperplanes.
Artificial Neural Network is used by the researcher to solve
problems by machine learning. It is a natural model which
thinks like the human brain then computes the information
and gives us the result. Our human mind has billions of
neurons and is connected to each other and communicate
over the electrochemical sign. It works like a human mindto
solve complex issues in the machine learning part. [8]
Proposed System- TheSpearmanrank-requestrelationship
coefficient is a nonparametric proportion of the quality and
bearing of affiliation that exists between two factors
estimated on at any rate an ordinal scale. It is meant by the
image rs (ρ). Spearman's connection evaluates monotonic
connections (if straight). In the event that there are no
rehashed information esteems, an ideal Spearman
relationship of +1 or −1 happens when every one of the
factors is an ideal droning capacity of the other. The
Spearman connection between the two factors will be high
when perceptions have a comparable (or indistinguishable
for a relationship of 1) position between the two factors and
low when perceptions have a disparate rank between the
two factors.
We take a dataset and clean it with the goal that it is
justifiable. The dataset contains various boundaries for
anticipating air quality. Boundaries are Date, Time, CO
(mg/m^3), Tin oxide, NMHC, Benzene, Titania, NOx (ppb),
Tungsten oxide, NO2 (miniature mg/m^3), True HA,
'Tungsten oxide, nom NO2 ','Indium oxide, Temperature,
Relative Humidity, Absolute Humidity. When we know the
boundaries, the invalid qualities should be eliminated so it
doesn't influence the outcome. Presently we train the
information, whenever preparing is done test can be
performed.
Architecture:
Once the data is normalised and split, we will be creating a
model. The model will be a three-layered Sequential model
with TensorFlow. All the three layers will be Dense Layers.
Dense Layers means that all the nodes in the neural network
are connected.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD37975 | Volume – 5 | Issue – 1 | November-December 2020 Page 481
Result-
#calculating R^2 #importing library for R^2 value from
sklearn. metrics import r2_score r2 = r2_score(test_label,
predictions)
By taking a gander at the above picture, we can see the
model has anticipated the marks well. We discover the
estimation of R^2 ~0.701, which implies our R coefficient
esteem is ~0.837 so the information has corresponded now
we can utilize this model to make an expectation on other
information and get the outcome.
Conclusion
Machine Learning and Artificial Intelligence assume a
significant part in Healthcare, Banking, Stocks, Cyber
Security, Weather Forecast, etc. We as a client gather
information, clean it, train it, test it and make a forecast. The
exactness of the outcome relies upon the nature of the
information.
Foreseeing air quality is an intensework becauseofdynamic
nature, expanding vehicle and expanding industrialization.
I would be dealing with Spearman's Correlation.Spearman's
Correlation is utilized to make air quality expectations since
the information is frequently non-straight and monotonic.
Spearman's connection coefficient (rs) discloses to us the
relationship quality between the boundaries of the
information. This coefficient is restricted to - 1 =<rs =< 1,
and a worth closer to positive or negative 1 demonstrates a
more grounded relationship.
A worth more noteworthy than 0.6 is viewed as solid. In this
model, we will zero in on connections more prominent than
or equivalent to 0.8, which means the relationship is solid.
To get some valuable data from this, SciPy has a helpful
inherent
Spearman's Correlation work that will reveal to us both the
rs (rho) esteem and the p-estimation of the looked at the
information.
Acknowledgement-
I want to communicate my genuine inclination and
commitment to Dr MN Nachappa and Asst. Prof: Kuldeep
BabanVayadande and venture facilitators for their viable
steerage and steady motivationsall throughmyexamination
work. Their convenient bearing, total co-activity and
moment perception have made my work productivity.
Reference-
[1] Zhang Y., Bouquet, M., Mallet, V., Seigneur, C., and
Baklanov, A., “Real-time air quality forecasting, PartI:
History, techniques, and currentstatus,“Atmospheric
Environment, vol. 60, pp. 632-655, 2012
[2] Zhang, Y., Bouquet, M., Mallet, V., Seigneur, C., and
Baklanov, A., “Real-timeairqualityforecasting, PartII:
State of the science, current research needs, and
future prospects,” Atmospheric Environment,vol.60,
pp. 656-676, 2012.
[3] Air Quality Prediction:BigData andMachineLearning
Approaches Gaganjot Kaur Kang, Jerry Zeyu Gao, Sen
Chiao, Shengqiang Lu, and Gang Xie
[4] Q. Feng, “Improving Neural Network Prediction
Accuracy for PM10 Individual Air Quality Index
Pollution Levels”, Environmental EngineeringScience,
vol. 30, no. 12, 725–732, 2013.
[5] S. Kumar, A. Jasuja, Air quality monitoring system
based on IoT using Raspberry Pi. In Computing,
Communication and Automation (ICCCA), 2017
International Conference on 2017 May 5 (pp. 1341–
1346). IEEE.
[6] C. Cortes and V. Vapnik, “Support-vector
networks,” Machine Learning, vol. 20, no. 3, pp. 273–
297, 1995.
[7] C. M. Bishop, “Neural Networks for Pattern
Recognition”, Oxford, 1995.

More Related Content

Similar to Air Quality Prediction using Seaborn and TensorFlow

Assessment of Ambient Air Quality of Hoshangabad of M.P.
Assessment of Ambient Air Quality of Hoshangabad of M.P.Assessment of Ambient Air Quality of Hoshangabad of M.P.
Assessment of Ambient Air Quality of Hoshangabad of M.P.
ijtsrd
 
Running head RESEARCH METHODOLOGY, DESIGN AND METHODS 1RESEARC.docx
Running head RESEARCH METHODOLOGY, DESIGN AND METHODS 1RESEARC.docxRunning head RESEARCH METHODOLOGY, DESIGN AND METHODS 1RESEARC.docx
Running head RESEARCH METHODOLOGY, DESIGN AND METHODS 1RESEARC.docx
jeanettehully
 

Similar to Air Quality Prediction using Seaborn and TensorFlow (20)

Ijsws14 423 (1)-paper-17-normalization of data in (1)
Ijsws14 423 (1)-paper-17-normalization of data in (1)Ijsws14 423 (1)-paper-17-normalization of data in (1)
Ijsws14 423 (1)-paper-17-normalization of data in (1)
 
Top Cited Articles in Data Mining - International Journal of Data Mining & Kn...
Top Cited Articles in Data Mining - International Journal of Data Mining & Kn...Top Cited Articles in Data Mining - International Journal of Data Mining & Kn...
Top Cited Articles in Data Mining - International Journal of Data Mining & Kn...
 
Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...
Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...
Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...
 
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
 
Dynamic Context Adaptation for Diagnosing the Heart Disease in Healthcare Env...
Dynamic Context Adaptation for Diagnosing the Heart Disease in Healthcare Env...Dynamic Context Adaptation for Diagnosing the Heart Disease in Healthcare Env...
Dynamic Context Adaptation for Diagnosing the Heart Disease in Healthcare Env...
 
DYNAMIC CONTEXT ADAPTATION FOR DIAGNOSING THE HEART DISEASE IN HEALTHCARE ENV...
DYNAMIC CONTEXT ADAPTATION FOR DIAGNOSING THE HEART DISEASE IN HEALTHCARE ENV...DYNAMIC CONTEXT ADAPTATION FOR DIAGNOSING THE HEART DISEASE IN HEALTHCARE ENV...
DYNAMIC CONTEXT ADAPTATION FOR DIAGNOSING THE HEART DISEASE IN HEALTHCARE ENV...
 
IRJET- Dengue Possibility Forecasting Model using Machine Learning Algorithms
IRJET- Dengue Possibility Forecasting Model using Machine Learning AlgorithmsIRJET- Dengue Possibility Forecasting Model using Machine Learning Algorithms
IRJET- Dengue Possibility Forecasting Model using Machine Learning Algorithms
 
Risk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine LearningRisk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine Learning
 
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 Fine-Grained Air Quality for Pollution Control
IRJET- Prediction of Fine-Grained Air Quality for Pollution ControlIRJET- Prediction of Fine-Grained Air Quality for Pollution Control
IRJET- Prediction of Fine-Grained Air Quality for Pollution Control
 
Assessment of Ambient Air Quality of Hoshangabad of M.P.
Assessment of Ambient Air Quality of Hoshangabad of M.P.Assessment of Ambient Air Quality of Hoshangabad of M.P.
Assessment of Ambient Air Quality of Hoshangabad of M.P.
 
Air Quality Visualization
Air Quality VisualizationAir Quality Visualization
Air Quality Visualization
 
PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...
PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...
PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...
 
Running head RESEARCH METHODOLOGY, DESIGN AND METHODS 1RESEARC.docx
Running head RESEARCH METHODOLOGY, DESIGN AND METHODS 1RESEARC.docxRunning head RESEARCH METHODOLOGY, DESIGN AND METHODS 1RESEARC.docx
Running head RESEARCH METHODOLOGY, DESIGN AND METHODS 1RESEARC.docx
 
Weather Prediction Model using Random Forest Algorithm and Apache Spark
Weather Prediction Model using Random Forest Algorithm and Apache SparkWeather Prediction Model using Random Forest Algorithm and Apache Spark
Weather Prediction Model using Random Forest Algorithm and Apache Spark
 
Analysis and Estimation of Child Mortality and the Influence of Maternal Care...
Analysis and Estimation of Child Mortality and the Influence of Maternal Care...Analysis and Estimation of Child Mortality and the Influence of Maternal Care...
Analysis and Estimation of Child Mortality and the Influence of Maternal Care...
 
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
 
Ae4102224236
Ae4102224236Ae4102224236
Ae4102224236
 
Age Invariant Face Recognition
Age Invariant Face RecognitionAge Invariant Face Recognition
Age Invariant Face Recognition
 
Risk Assessment Model and its Integration into an Established Test Process
Risk Assessment Model and its Integration into an Established Test ProcessRisk Assessment Model and its Integration into an Established Test Process
Risk Assessment Model and its Integration into an Established Test Process
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
ijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
ijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
ijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
ijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
ijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
httgc7rh9c
 

Recently uploaded (20)

How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf arts
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
 
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdfUGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
 
Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
VAMOS CUIDAR DO NOSSO PLANETA! .
VAMOS CUIDAR DO NOSSO PLANETA!                    .VAMOS CUIDAR DO NOSSO PLANETA!                    .
VAMOS CUIDAR DO NOSSO PLANETA! .
 
How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17
 
PANDITA RAMABAI- Indian political thought GENDER.pptx
PANDITA RAMABAI- Indian political thought GENDER.pptxPANDITA RAMABAI- Indian political thought GENDER.pptx
PANDITA RAMABAI- Indian political thought GENDER.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Simple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdfSimple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdf
 

Air Quality Prediction using Seaborn and TensorFlow

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 5 Issue 1, November-December 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD37975 | Volume – 5 | Issue – 1 | November-December 2020 Page 479 Air Quality Prediction using Seaborn and TensorFlow Rahul Kumar Sharma1, Kuldeep Baban Vayadande2, Rahul Ranjan1 1Master of Computer Application, 2Assistant Professor, 1,2Jain Deemed-to-be University, Bengaluru, Karnataka, India ABSTRACT Air quality is considered as a vital issue in the current world and is the underlying driver of sicknesses identified with respiratory organ, skin malignant growth, corrosive downpour and a worldwide temperature alteration. Anticipating air quality has been the consistent test with the developing industrialization, vehicles out and about, deforestation and different variables. Air contaminationhasbeentheissue oftheentire world.In this paper, we propose to foresee the air nature of a specific spot, with the information gathered in past and takepreventivemeasure tostopthedisaster. We will utilize Spearman's Correlation as information used to foresee air quality is non-straight and monotonic. Spearman's Correlationcoefficient(rs) can invigorate us of the connection between highlights of information. The coefficient esteem is obliged to - 1 =<rs =< 1. KEYWORDS: Air Quality, Spearman’s Correlation, Python, Google Colab, TensorFlow, Seaborn How to cite this paper: Rahul Kumar Sharma | Kuldeep Baban Vayadande | Rahul Ranjan "Air Quality Prediction using Seaborn and TensorFlow" Published in International Journal of Trend in Scientific Research and Development(ijtsrd), ISSN: 2456-6470, Volume-5 | Issue-1, December 2020, pp.479-481, URL: www.ijtsrd.com/papers/ijtsrd37975.pdf Copyright © 2020 by author(s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/by/4.0) INTRODUCTION With the fast development of industrialization and the improvement of urban areas, the nature of air is diminishing quickly. Air Pollution in metropolitan zones has become an explanation behind fear and critical concernofmakinga city. Anticipating the nature of air is significant and isviewedasa major question in ecological insurance. Numerous urban areas have begun gathering information of air with the goal that they can watch out for the nature of air. This paper addresses foreseeing Air Quality utilizing Machine Learning. In this paper, we will utilize libraries like Seaborn, TensorFlow and Keras. We will construct a model utilizing the Spearman Correlation. Spearman Correlation is used while predicting the qualityof air as data is nonlinear and monotonic. Eachpollutionhasits own index and scale. Some of the major pollutants are NO2, SO2, RSPM, SPM. Each pollutant affects the human body in a different way. If the index is too high it may create a major problem related to health. Fine Material (PM2.5) is a great concern for human health. PM2.5 alludes to the molecule that has a width under 2.5 micrometres. Literature Review- In AI, we can choose any calculation or model dependent on our information and issue which will give us a superior understanding of the dataset. Each time we run our model, it gives us diverse worth dependent on our test size and preparing the size of information. Lately, a few specialists have put forth attempts on air contamination event and air quality estimating [1] [2]. Air Quality Standard: 1. Primary Standard: It shields us from unfavourable wellbeing issues.[3] 2. Secondary Standard: It shields us from horticultural harm and harm to buildings.[4] Standard AQI Range AQI is a definable measure that is utilized to create a report of the nature of air and its various constituents concerning the climate and human wellbeing [5] [6]. The proposes of an ongoing AQI Monitoring framework is that it estimates various boundaries of air like ParticulateMatter(PM2.5and PM10), O3, NO2, SO2, CO, CO2, Humidity, Temperature and Air Pressure in the climate. These boundaries are estimated on an hourly premise to get an exact outcome. The framework will be prepared from the information gave to it IJTSRD37975
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD37975 | Volume – 5 | Issue – 1 | November-December 2020 Page 480 and it will be tried in a similar climate with the goal that the outcome is more exact. Informationwill begatheredthrough sensors and another medium, it will be cleaned and be handled to get the outcome. Support Vector Machine is utilized for grouping issues [7]. The primary goal to search for least separation between classes. Focuses lying on classes limits are known as help vector and space between them is called hyperplanes. Artificial Neural Network is used by the researcher to solve problems by machine learning. It is a natural model which thinks like the human brain then computes the information and gives us the result. Our human mind has billions of neurons and is connected to each other and communicate over the electrochemical sign. It works like a human mindto solve complex issues in the machine learning part. [8] Proposed System- TheSpearmanrank-requestrelationship coefficient is a nonparametric proportion of the quality and bearing of affiliation that exists between two factors estimated on at any rate an ordinal scale. It is meant by the image rs (ρ). Spearman's connection evaluates monotonic connections (if straight). In the event that there are no rehashed information esteems, an ideal Spearman relationship of +1 or −1 happens when every one of the factors is an ideal droning capacity of the other. The Spearman connection between the two factors will be high when perceptions have a comparable (or indistinguishable for a relationship of 1) position between the two factors and low when perceptions have a disparate rank between the two factors. We take a dataset and clean it with the goal that it is justifiable. The dataset contains various boundaries for anticipating air quality. Boundaries are Date, Time, CO (mg/m^3), Tin oxide, NMHC, Benzene, Titania, NOx (ppb), Tungsten oxide, NO2 (miniature mg/m^3), True HA, 'Tungsten oxide, nom NO2 ','Indium oxide, Temperature, Relative Humidity, Absolute Humidity. When we know the boundaries, the invalid qualities should be eliminated so it doesn't influence the outcome. Presently we train the information, whenever preparing is done test can be performed. Architecture: Once the data is normalised and split, we will be creating a model. The model will be a three-layered Sequential model with TensorFlow. All the three layers will be Dense Layers. Dense Layers means that all the nodes in the neural network are connected.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD37975 | Volume – 5 | Issue – 1 | November-December 2020 Page 481 Result- #calculating R^2 #importing library for R^2 value from sklearn. metrics import r2_score r2 = r2_score(test_label, predictions) By taking a gander at the above picture, we can see the model has anticipated the marks well. We discover the estimation of R^2 ~0.701, which implies our R coefficient esteem is ~0.837 so the information has corresponded now we can utilize this model to make an expectation on other information and get the outcome. Conclusion Machine Learning and Artificial Intelligence assume a significant part in Healthcare, Banking, Stocks, Cyber Security, Weather Forecast, etc. We as a client gather information, clean it, train it, test it and make a forecast. The exactness of the outcome relies upon the nature of the information. Foreseeing air quality is an intensework becauseofdynamic nature, expanding vehicle and expanding industrialization. I would be dealing with Spearman's Correlation.Spearman's Correlation is utilized to make air quality expectations since the information is frequently non-straight and monotonic. Spearman's connection coefficient (rs) discloses to us the relationship quality between the boundaries of the information. This coefficient is restricted to - 1 =<rs =< 1, and a worth closer to positive or negative 1 demonstrates a more grounded relationship. A worth more noteworthy than 0.6 is viewed as solid. In this model, we will zero in on connections more prominent than or equivalent to 0.8, which means the relationship is solid. To get some valuable data from this, SciPy has a helpful inherent Spearman's Correlation work that will reveal to us both the rs (rho) esteem and the p-estimation of the looked at the information. Acknowledgement- I want to communicate my genuine inclination and commitment to Dr MN Nachappa and Asst. Prof: Kuldeep BabanVayadande and venture facilitators for their viable steerage and steady motivationsall throughmyexamination work. Their convenient bearing, total co-activity and moment perception have made my work productivity. Reference- [1] Zhang Y., Bouquet, M., Mallet, V., Seigneur, C., and Baklanov, A., “Real-time air quality forecasting, PartI: History, techniques, and currentstatus,“Atmospheric Environment, vol. 60, pp. 632-655, 2012 [2] Zhang, Y., Bouquet, M., Mallet, V., Seigneur, C., and Baklanov, A., “Real-timeairqualityforecasting, PartII: State of the science, current research needs, and future prospects,” Atmospheric Environment,vol.60, pp. 656-676, 2012. [3] Air Quality Prediction:BigData andMachineLearning Approaches Gaganjot Kaur Kang, Jerry Zeyu Gao, Sen Chiao, Shengqiang Lu, and Gang Xie [4] Q. Feng, “Improving Neural Network Prediction Accuracy for PM10 Individual Air Quality Index Pollution Levels”, Environmental EngineeringScience, vol. 30, no. 12, 725–732, 2013. [5] S. Kumar, A. Jasuja, Air quality monitoring system based on IoT using Raspberry Pi. In Computing, Communication and Automation (ICCCA), 2017 International Conference on 2017 May 5 (pp. 1341– 1346). IEEE. [6] C. Cortes and V. Vapnik, “Support-vector networks,” Machine Learning, vol. 20, no. 3, pp. 273– 297, 1995. [7] C. M. Bishop, “Neural Networks for Pattern Recognition”, Oxford, 1995.