Next Article in Journal
Human 3D Pose Estimation with a Tilting Camera for Social Mobile Robot Interaction
Next Article in Special Issue
Development of a Network of Accurate Ozone Sensing Nodes for Parallel Monitoring in a Site Relocation Study
Previous Article in Journal
A Microfluidic Prototype System towards Microalgae Cell Separation, Treatment and Viability Characterization
Previous Article in Special Issue
Estimation of PM10 Levels and Sources in Air Quality Networks by Digital Analysis of Smartphone Camera Images Taken from Samples Deposited on Filters
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Development of an AI Model to Measure Traffic Air Pollution from Multisensor and Weather Data

1
University of Transport Technology, Hanoi 100000, Vietnam
2
Faculty of Engineering, Vietnam National University of Agriculture, Gia Lam, Hanoi 100000, Vietnam
3
University of Transport and Communications, Ha Noi 100000, Vietnam
4
Institute of Research and Development, Duy Tan University, Da Nang 550000, Vietnam
5
Department of Civil and Materials Engineering, Institute of Environmental Science and Policy, University of Illinois at Chicago, Chicago, IL 60607, USA
*
Authors to whom correspondence should be addressed.
Sensors 2019, 19(22), 4941; https://doi.org/10.3390/s19224941
Submission received: 14 October 2019 / Revised: 5 November 2019 / Accepted: 9 November 2019 / Published: 13 November 2019
(This article belongs to the Special Issue Wireless Sensor Network for Air Quality Monitoring and Control)

Abstract

:
Gas multisensor devices offer an effective approach to monitor air pollution, which has become a pandemic in many cities, especially because of transport emissions. To be reliable, properly trained models need to be developed that combine output from sensors with weather data; however, many factors can affect the accuracy of the models. The main objective of this study was to explore the impact of several input variables in training different air quality indexes using fuzzy logic combined with two metaheuristic optimizations: simulated annealing (SA) and particle swarm optimization (PSO). In this work, the concentrations of NO2 and CO were predicted using five resistivities from multisensor devices and three weather variables (temperature, relative humidity, and absolute humidity). In order to validate the results, several measures were calculated, including the correlation coefficient and the mean absolute error. Overall, PSO was found to perform the best. Finally, input resistivities of NO2 and nonmetanic hydrocarbons (NMHC) were found to be the most sensitive to predict concentrations of NO2 and CO.

1. Introduction

In the transport sector, fossil fuel-powered vehicles, such as motorcycles, cars, and buses, are major contributors to local air pollution [1]. Two particularly important compounds in air pollution are nitrogen oxides (NOx) and carbon monoxide (CO). On the one hand, primary NOx emissions are mostly in the form of nitric oxide (NO), which can react with ozone (O3) to form nitrogen dioxide (NO2). On the other hand, CO is produced by an incomplete combustion of fossil fuels, such as gasoline, natural gas, oil, coal, and wood. Emissions from transport vehicles are responsible for more than half of the NOx in the air and represent the largest anthropogenic source of CO [2,3]. In densely populated cities and industrialized areas, air quality has become an important measure of quality of life, as is the case in Vietnam. In fact, many studies have found that pollutants from vehicle exhaust can cause adverse impacts on nearly every organ in the body [4,5,6,7,8,9,10]. Controlling air quality (by controlling air pollution) is highly desirable to improve urban sustainability and quality of life [11], and it starts by measuring and forecasting air quality.
In the literature, two families of techniques are typically used to forecast pollutant concentrations or determine the factors that control NO2 and CO concentrations. The first family uses detailed atmospheric diffusion models, which take into account the physical and chemical equations that impact pollutant concentrations [12,13,14,15,16]. The second family applies statistical methods and leverages statistical models to capture the fundamental relationship between a set of input data (i.e., independent variables) and their targets (i.e., dependent variables) [17,18,19,20,21,22,23,24,25]. As an example, Shi and Harrison [26] developed a linear regression model to predict NOx and NO2 concentrations in London.
In parallel, low-cost gas multisensor technology can potentially revolutionize the research on air pollution by providing highly disaggregate spatiotemporal pollution data. These data can be utilized to supplement traditional pollution monitoring methods to help improve air pollution estimates and raise awareness about air pollution. Nonetheless, data quality and data processing remain an important concern, which hinders the adoption of these low-cost sensors. Indeed, unreliable sensors can easily provide erroneous data, which may then inform the wrong policies.
To partly address these concerns, artificial intelligence (AI) can offer an effective numerical approach to model complex and nonlinear relationships between a set of input data and targets, and it has been applied to many fields, from transport [27,28] to water resource engineering [29,30]. For air quality, artificial neural networks (ANN) can model nonlinear systems, and they have been successfully used to model sulfur dioxide concentrations in the industrial site of Priolo, Syracuse, Italy [31]. Comrie et al. [32] compared multilayer perceptron (MLP) models with more traditional regression models for ozone forecasting. Focusing on Central London (UK), Gardner and Dorling [33] developed a MLP model with hourly NOx and NO2 data as well as meteorological condition data and showed that MLP outperformed the regression models developed by Shi and Harrison [26] using the same study site.
As the relationship between NO2, CO, and meteorology is complex and nonlinear, we developed two AI models to predict hourly NO2 and CO concentrations from readily observable local meteorological data. The two models were adaptive neuro-fuzzy inference system (ANFIS) optimized by particle swarm optimization (hereafter denoted as ANFIS-PSO) and ANFIS optimized by simulated annealing (hereafter denoted as ANFIS-SA). The main objective of this study was to explore the influence of input data on predicting different air quality indexes. The input parameters were divided into two main groups: (i) resistivities from multisensor devices, which included five inputs, and (ii) meteorological variables, including temperature, relative humidity, and absolute humidity. Furthermore, a sensitivity analysis was performed to determine the most important factors that affect air quality, specifically to identify the dominant links between the sensors and the pollutants. The data was collected in the center of a city in Italy between March 2004 and February 2005.

2. Methods Used

2.1. Machine Learning Methods

2.1.1. Adaptive Network-Based Fuzzy Inference System

The ANFIS algorithm combines fuzzy systems with neural networks. Jang [34] first proposed the algorithm and used it to investigate nonlinear systems. Generally, an ANFIS includes five layers, and each layer is formulated by some nodes and node functions [35]. In this study, we used the Takagi–Sugeno model, considered to be the most prominent fuzzy inference system model [36,37,38].

2.1.2. Particle Swarm Optimization

Since its introduction by Kennedy and Eberhart [39], PSO has become one of the most commonly used evolutionary methods for parameter optimization. The principle of PSO is based on the social and biological behaviors of animals when seeking food. PSO originates with a random group of particles, where each particle stands for a specific solution to the problem. It comprises groups of particles in which the position of each individual is affected by the position of the particles in the group. Essentially, each individual can adjust their position in the search space based on the best locations possible and the best locations adjacent to their neighbors. At every iteration step, the position of each particle is also updated based on its current position and velocity [40].
Moreover, each particle randomly moves along the search space, but it can get disrupted as a result of its own knowledge and that of its neighbors [41,42]. Therefore, the way a particle searches can be influenced by other particles in the swarm. This means that the particles learn and acquire knowledge from one another in a group and advance at the same rate as their best neighbors [41,42]. Combining regression modeling and PSO generally results in a high-performing model that is suitable for addressing classification and forecasting problems [41,42]. For more information on PSO, the reader is referred to [43,44,45].

2.1.3. Simulated Annealing

Simulated annealing was developed after PSO, and it has become a powerful tool for global optimization. Based on the similarity between a search algorithm and the process of annealing in metallurgy, the idea of simulated annealing first appeared in Metropolis et al. [46] as a simulation algorithm. Similar to a cooling process, the algorithm simulates a steady temperature decrease until the system converges to a stable state, thereby avoiding the inclusion of defects when cooling too quickly or too slowly. Search algorithms also focus on identifying solutions without ignoring better solutions that can be found later. Kirkpatrick et al. and Cerny et al. used Metropolis et al.’s idea and applied it to search for feasible solutions and converge to an optimal solution, which they termed “simulated annealing” [47,48,49].
Since then, the development of SA algorithms and their applications have generated a new field of study. While annealing is the process of first heating a solid and then cooling it down slowly, in simulated annealing, the temperature is kept variable to simulate this heating process. Specifically, the temperature is initially set high and is then allowed to “cool down” slowly. The initial heating essentially helps to avoid becoming trapped in a local minimum. As the system cools down, its new structure becomes increasingly fixed, thus firmly setting its final properties. In the end, the free energy of the system is minimized, imitating how a minimum is reached during the annealing process, eventually resulting in an optimized solution [50,51]. For more information on SA, the reader is referred to [52,53].

2.2. Model Validation

Model performance is primarily evaluated using three statistical measures: mean absolute error (MAE), root mean squared error (RMSE), and correlation coefficient (R). The value of R ranges from 0 to 1; a higher value of R (i.e., closer to 1) indicates better performance [54,55,56]. On the contrary, lower values of RMSE and MAE indicate better performance [57,58,59]. Mathematically, these three measures are defined as
M A E = i = 1 n | p i v i | n
R M S E   =   i = 1 n ( p i v i ) 2 n
R = i = 1 n ( p i q ) ( v i v _ ) i = 1 n ( p i q ) 2 i = 1 n ( v i v _ ) 2
where n refers to the number of data points; pi and q are the predicted and mean predicted values of the input data, respectively; and vi and v are the individual values and mean values of concentrations of NO2 and CO as atmospheric pollutants, respectively.

3. Dataset

While air quality data is abundant, large multivariable datasets to develop models are not. In this work, we used data collected between March 2004 and February 2005 in the center of an unnamed, polluted Italian city with heavy traffic, mainly by cars [60,61]; the data is available in open access from the University of California, Irvine (UCI) machine learning repository. While the original dataset contained 9357 records, one analyzer was out of service, and the corresponding data had to be removed. A multisensor device was used to provide hourly averages of the resistivity expressed by the CO-, NOx-, O3-, and NO2-specific metal oxide (MOX) chemiresistors, a nonmetanic hydrocarbon (NMHC)-targeted MOX sensor [60,61]. The multisensor device also contained sensors to capture the temperature as well as the relative and absolute humidity. In the end, the input parameters contained 6941 responses from the eight inputs previously mentioned. In parallel, five conventional fixed stations provided reference concentration estimations for CO (mg/m3), NMHC (g/m3), benzene (C6H6) (g/m3), NOx (ppb), and NO2 (g/m3). These results were considered as outputs of the problem, which were recorded hourly by taking averages of the concentration values. While the original dataset had five outputs, we focused on estimating only concentrations of NO2 and CO. Table 1 shows the summary statistics of all the variables used in this study.
The correlations between the inputs and concentrations of NO2 and CO are plotted in Figure 1; both plots and linear correlation coefficients are shown. As Figure 1 clearly shows, some of the variables were significantly correlated. In particular, most of the sensor variables were correlated, although not in a strictly linear fashion. In this work, all variables were included to increase the accuracy of the final models developed.
The training dataset was scaled into the [−1, 1] range, as is common in machine learning, to better follow the non-Gaussian distribution of variables. The scaling process of a variable x is expressed by Equation (4), and it involves two parameters, α and β, shown in Table 1; essentially, α is the minimum value of the dataset, and β is the maximum value. The same scaling procedure (with the same α and β) was applied to the testing set as well.
x s c a l e d = 2 ( x α ) β x 1

4. Results and Discussion

4.1. Optimization Procedure

In this section, the optimization of ANFIS using SA and PSO is detailed. First, we note that there were 250 consequent and antecedent ANFIS parameters to be optimized, corresponding to an eight-dimensional input space. The parameters of ANFIS were generated using C-means clustering. In this work, both input space dimensionality and consuming time were evaluated when choosing the parameters of SA and PSO, especially in terms of population size and maximum number of iterations. Moreover, the maximum number of iterations was chosen as a stopping criterion.
Table 2 and Table 3 show the final parameters selected for SA and PSO, respectively, through a rigorous trial and error process [59,62]. Moreover, optimization curves are presented in Figure 2 for concentration of NO2 and in Figure 3 for concentration of CO.

4.2. Model Performance

The performance of the two models developed is summarized in Table 4. In addition to MAE, RMSE, and R, a straight line was fitted to predicted vs. actual plots shown in Figure 4 and Figure 5. The slope of the linear fit was then used to measure the angle between the x-axis and the linear fit, with angles closer to 45° indicating better performance.
Figure 4a,c shows the prediction capability between the scaled predicted and actual values of NO2 concentration on the training set for ANFIS-SA and ANFIS-PSO, respectively. Figure 4b,d shows the same information but applied to the testing set. From the figures and Table 4, we can see that, for the training set, ANFIS-SA and ANFIS-PSO yielded slope angles of 42.23° and 42.34°, respectively. For the testing dataset, ANFIS-SA and ANFIS-PSO produced slope angles of 42.11° and 42.03°, respectively. For NO2 concentration, these results suggest that the performance of the two developed models was similar; the three other performance measures suggest similar results.
With regard to the concentration of CO, Figure 5a,c shows the prediction capability of ANFIS-SA and ANFIS-PSO, respectively, using the training dataset. Figure 5b,d shows the same information but applied to the testing set. For the training set, ANFIS-SA and ANFIS-PSO produced slope angles of 37.73° and 39.51°, respectively. For the testing set, ANFIS-SA and ANFIS-PSO generated slope angles of 37.65° and 39.16°, respectively. The ANFIS-PSO therefore performed slightly better than ANFIS-SA. The three other measures support similar conclusions.
Figure 6a,c shows the histograms of errors of ANFIS-SA and ANFIS-PSO for concentration of NO2 using the training and testing datasets, respectively. Figure 6b,d shows the histograms of two models for NO2 concentration. We can see that ANFIS-PSO had a higher peak of error concentration around 0 than ANFIS-SA. A similar pattern can be observed for concentration of CO. Moreover, Table 4 shows that the R values tended to be higher for ANFIS-PSO, and the MAE and RMSE values tended to be lower for ANFIS-PSO.
In conclusion, although both models performed well and were statistically significant, ANFIS-PSO was shown to be slightly superior to ANFIS-SA to model CO and NO2 concentrations.

4.3. Sensitivity Analysis

Predicting air quality is complex as the relationships between the input and target variables are nonlinear. In this section, a sensitivity analysis of the input variables on the predicted results is discussed. In the literature, this type of analysis has been successfully applied to quantify the sensitivity level of input parameters in AI models. For instance, Ly et al. [63] used sensitivity analysis to study the influence of input parameters such as bubble radius, viscosity, and saturation for a problem related to the 3D selective laser sintering process in predicting bubble dissolution time.
The main idea is to exclude one input variable successively from the input space while keeping the others at their median value. Therefore, the method allows us to quantify how sensitive a model is to individual input parameters. Specifically, using the AI prediction model developed previously, a new eight-dimensional input space was constructed based on the probability density distribution of each variable. Here, the value of each input variable was recorded at the following percentiles: 0, 10, 25, 50, 75, 90, and 100. One input variable was then selected, and the model was run seven times, once for each of the seven percentile values. Each time, the other variables were kept at their median value (i.e., 50 percentile). Essentially, the method provided quantitative information on the deviation (i.e., change) of an output when varying the input variables.
In this study, deviation in the output solution, or level of sensitivity δ i j , for the jth input variable was expressed as follows:
δ i j = O i j O r e f O r e f ,
where O r e f is the output of the configuration of reference, and O i j is the output using jth input variable at its ith percentile. Finally, the global percentage of sensitivity of each input was computed based on the following equation:
Δ j = i = 1 7 | δ i j |
Table 5 summarizes the values of each input at its seven percentiles, whereas Table 6 summarizes the output solution of the developed AI models corresponding to each percentile. Sensitivity, as a function of the percentile, is plotted in Figure 7 for NO2 and in Figure 8 for CO. We can see that, for NO2, the input parameters X2 (sensor NMHC) and X4 (sensor NO2) had the most important influence on the predicted results, both for ANFIS-SA and ANFIS-PSO. In addition, the other input parameters had a low impact on the predicted results compared to sensors NMHC and NO2 (which was expected as NO2 concentration was measured, thus also partly validating the accuracy of the models developed).
In terms of CO concentration, the sensitivity levels of the input parameters fluctuated significantly more; their level of sensitivity can also be consulted in Table 6. Similar to the NO2 concentration, NMHC also had the most important impact in terms of sensitivity. For CO, the CO, O3, NOx, and NO2 sensors were also found to have a significant impact. It is also worth noting that the input variables X6 (temperature) and X7 (relative humidity) had the lowest impact on the predicted results.
In conclusion, from the sensitivity analysis, the NMHC and NO2 sensors were the most important parameters in the input space. This means that excluding one of them from the input space would impact the accuracy of the model. It is interesting to notice that using a dataset with 9357 records, De Vito et al. [61] found similar observations.
In their work, to estimate NO2 concentration, the best results came from the use of all sensors. In other words, omitting the NMHC or NO2 sensors led to lower performance. Interestingly, this was not the case for the CO concentration model. In fact, De Vito et al. [61] found that coupling the CO sensor with NMHC gave the best performance and that including the NO2 sensor actually led to lower performance. This phenomenon might be a result of the size of the dataset, with 6941 data points in our study compared with 9357 records in the case of De Vito et al. [61].
The total percentage of sensitivity, calculated by summing all levels of sensitivity for each input variables (in absolute values), is presented in Figure 9a for NO2 concentration and Figure 9b for CO concentration. The NMHC and NO2 sensors appeared as the most important variables to predict both NO2 and CO concentrations.

5. Conclusions

Predicting air quality accurately is paramount in many cities around the world that are suffering from chronic and severe air pollution problems, notably linked to emissions from fossil fuel-powered transport vehicles. The main goal of this study was to develop an AI model that can reliably predict hourly NO2 and CO concentrations from gas multisensor and local weather data. A total of eight input variables were used, consisting of five sensor variables and three weather variables. Moreover, two AI models were trained and tested, namely, ANFIS-PSO and ANFIS-SA.
First, the technical details of the two models and the dataset were introduced and discussed. The results showed that both models performed well and were statistically significant but that ANFIS-PSO performed slightly better. To further investigate the role of each individual input variable in the models developed, a detailed sensitivity analysis was carried out. It was found that the NMHC and NO2 sensors particularly affected the sensitivity of both the NO2 and CO concentration models. The CO concentration model was shown to be generally more sensitive to all variables. Nonetheless, the three weather variables did not overly affect the accuracy of the model.
Overall, accurately modeling air quality is paramount as the health of millions of people is affected by poor air quality. We have shown that combining multioutput sensor data with advanced AI techniques offers a powerful avenue, especially to model nonlinear processes such as air quality, as was done in this study. Thanks to the collection of new and larger datasets, future work should focus on developing new techniques that can analyze the problem as time series to further improve prediction performance, possibly as done in [64,65,66]. Finally, interested readers are recommended to consider cross-interference, sensitivity, and response time of sensors [67] in AI models developed to predict air quality.

Author Contributions

Conceptualization, H.-B.L., T.-T.L. and B.T.P.; methodology, H.-B.L. and T.-T.L.; validation, S.D., H.-B.L., T.-T.L. and B.T.P.; formal analysis, T.-T.L. and H.-B.L.; data curation, L.M.L., V.-H.P., V.Q.T. and T.-T.L.; writing—original draft preparation, L.M.L., L.V.P., V.-H.P., V.Q.T. and T.-T.L.; writing—review and editing, S.D., H.-B.L., T.-T.L. and B.T.P.; visualization, T.-T.L.; supervision, H.-B.L., S.D. and B.T.P.; project administration, H.-B.L. and B.T.P; funding acquisition, H.-B.L.

Funding

This research was funded, in part, by the United States National Science Foundation (NSF), grant number 1551731.

Conflicts of Interest

The authors declare that there is no conflict of interest.

References

  1. Derrible, S.; Saneinejad, S.; Sugar, L.; Kennedy, C. Macroscopic Model of Greenhouse Gas Emissions for Municipalities. Transp. Res. Rec. 2010, 2191, 174–181. [Google Scholar] [CrossRef]
  2. Anenberg, S.C.; Miller, J.; Minjares, R.; Du, L.; Henze, D.K.; Lacey, F.; Malley, C.S.; Emberson, L.; Franco, V.; Klimont, Z. Impacts and mitigation of excess diesel-related NOx emissions in 11 major vehicle markets. Nature 2017, 545, 467. [Google Scholar] [CrossRef] [PubMed]
  3. Streets, D.G.; Waldhoff, S.T. Present and future emissions of air pollutants in China: SO2, NOx, and CO. Atmos. Environ. 2000, 34, 363–374. [Google Scholar] [CrossRef]
  4. Miller, K.A.; Siscovick, D.S.; Sheppard, L.; Shepherd, K.; Sullivan, J.H.; Anderson, G.L.; Kaufman, J.D. Long-term exposure to air pollution and incidence of cardiovascular events in women. N. Engl. J. Med. 2007, 356, 447–458. [Google Scholar] [CrossRef]
  5. Raaschou-Nielsen, O.; Andersen, Z.J.; Hvidberg, M.; Jensen, S.S.; Ketzel, M.; Sørensen, M.; Loft, S.; Overvad, K.; Tjønneland, A. Lung cancer incidence and long-term exposure to air pollution from traffic. Environ. Health Perspect. 2011, 119, 860–865. [Google Scholar] [CrossRef]
  6. Raaschou-Nielsen, O.; Andersen, Z.J.; Beelen, R.; Samoli, E.; Stafoggia, M.; Weinmayr, G.; Hoffmann, B.; Fischer, P.; Nieuwenhuijsen, M.J.; Brunekreef, B.; et al. Air pollution and lung cancer incidence in 17 European cohorts: Prospective analyses from the European Study of Cohorts for Air Pollution Effects (ESCAPE). Lancet Oncol. 2013, 14, 813–822. [Google Scholar] [CrossRef]
  7. Beelen, R.; Hoek, G.; Van Den Brandt, P.A.; Goldbohm, R.A.; Fischer, P.; Schouten, L.J.; Armstrong, B.; Brunekreef, B. Long-term exposure to traffic-related air pollution and lung cancer risk. Epidemiology 2008, 19, 702. [Google Scholar] [CrossRef]
  8. Brunekreef, B.; Beelen, R.; Hoek, G.; Schouten, L.; Bausch-Goldbohm, S.; Fischer, P.; Armstrong, B.; Hughes, E.; Jerrett, M.; van den Brandt, P. Effects of long-term exposure to traffic-related air pollution on respiratory and cardiovascular mortality in the Netherlands: The NLCS-AIR study. Res. Rep. Health Eff. Inst. 2009, 139, 5–71. [Google Scholar]
  9. Hystad, P.; Demers, P.A.; Johnson, K.C.; Carpiano, R.M.; Brauer, M. Long-term residential exposure to air pollution and lung cancer risk. Epidemiology 2013, 1, 762–772. [Google Scholar] [CrossRef]
  10. Götschi, T.; Heinrich, J.; Sunyer, J.; Künzli, N. Long-term effects of ambient air pollution on lung function: A review. Epidemiology 2008, 19, 690–701. [Google Scholar] [CrossRef]
  11. Mohareb, E.; Derrible, S.; Peiravian, F. Intersections of Jane Jacobs’ Conditions for Diversity and Low-Carbon Urban Systems: A Look at Four Global Cities. J. Urban Plan. Dev. 2016, 142, 05015004. [Google Scholar] [CrossRef]
  12. Cimorelli, A.J.; Perry, S.G.; Venkatram, A.; Weil, J.C.; Paine, R.J.; Wilson, R.B.; Lee, R.F.; Peters, W.D.; Brode, R.W. AERMOD: A dispersion model for industrial source applications. Part I: General model formulation and boundary layer characterization. J. Appl. Meteorol. 2005, 44, 682–693. [Google Scholar] [CrossRef]
  13. Leelőssy, Á.; Molnár, F.; Izsák, F.; Havasi, Á.; Lagzi, I.; Mészáros, R. Dispersion modeling of air pollutants in the atmosphere: A review. Cent. Eur. J. Geosci. 2014, 6, 257–278. [Google Scholar] [CrossRef]
  14. Samson, P.J. Atmospheric Transport and Dispersion of Air Pollutants Associated with Vehicular Emissions; National Academies Press (US): Washington, DC, USA, 1988. [Google Scholar]
  15. Abiye, O.E.; Sunmonu, L.A.; Ajao, A.I.; Akinola, O.E.; Ayoola, M.A.; Jegede, O.O. Atmospheric dispersion modeling of uncontrolled gaseous pollutants (SO2 and NOx) emission from a scrap-iron recycling factory in Ile-Ife, Southwest Nigeria. Cogent Environ. Sci. 2016, 2, 1275413. [Google Scholar] [CrossRef]
  16. Kota, S.H.; Ying, Q.; Zhang, Y. Simulating near-road reactive dispersion of gaseous air pollutants using a three-dimensional Eulerian model. Sci. Total Environ. 2013, 454, 348–357. [Google Scholar] [CrossRef]
  17. Goyal, P.; Jaiswal, N. Effects of meteorological parameters on RSPM concentration in urban Delhi. Int. J. Environ. Waste Manag. 2010, 5, 237–251. [Google Scholar] [CrossRef]
  18. Nigam, S.; Nigam, R.; Kulshrestha, M.; Mittal, S.K. Carbon monoxide modeling studies: A review. Environ. Rev. 2010, 18, 137–158. [Google Scholar] [CrossRef]
  19. Paraschiv, D.; Tudor, C.; Petrariu, R. The Textile Industry and Sustainable Development: A Holt–Winters Forecasting Investigation for the Eastern European Area. Sustainability 2015, 7, 1280–1291. [Google Scholar] [CrossRef]
  20. Žabkar, R.; Honzak, L.; Skok, G.; Forkel, R.; Rakovec, J.; Ceglar, A.; Žagar, N. Evaluation of the high resolution WRF-Chem (v3.4.1) air quality forecast and its comparison with statistical ozone predictions. Geosci. Model Dev. 2015, 8, 2119–2137. [Google Scholar] [CrossRef]
  21. Garner, G.G.; Thompson, A.M. The Value of Air Quality Forecasting in the Mid-Atlantic Region. Weather Clim. Soc. 2011, 4, 69–79. [Google Scholar] [CrossRef]
  22. Abdullah, A.B.M.; Mitchell, D.; Pavur, R. An overview of forecast models evaluation for monitoring air quality management in the State of Texas, USA. Manag. Environ. Qual. Int. J. 2009, 20, 73–81. [Google Scholar] [CrossRef]
  23. Russo, A.; Lind, P.G.; Raischel, F.; Trigo, R.; Mendes, M. Daily pollution forecast using optimal meteorological data at synoptic and local scales. arXiv 2014, arXiv:14110701. [Google Scholar]
  24. Peng, J.; Huang, Y.; Liu, T.; Jiang, L.; Xu, Z.; Xing, W.; Feng, X.; De Maeyer, P. Atmospheric nitrogen pollution in urban agglomeration and its impact on alpine lake-case study of Tianchi Lake. Sci. Total Environ. 2019, 688, 312–323. [Google Scholar] [CrossRef] [PubMed]
  25. Sharma, R.; Kumar, R.; Sharma, D.K.; Son, L.H.; Priyadarshini, I.; Pham, B.T.; Tien Bui, D.; Rai, S. Inferring air pollution from air quality index by different geographical areas: Case study in India. Air Qual. Atmos. Health 2019. [Google Scholar] [CrossRef]
  26. Shi, J.P.; Harrison, R.M. Regression modelling of hourly NOx and NO2 concentrations in urban air in London. Atmos. Environ. 1997, 31, 4081–4094. [Google Scholar] [CrossRef]
  27. Lee, D.; Derrible, S.; Pereira, F.C. Comparison of Four Types of Artificial Neural Network and a Multinomial Logit Model for Travel Mode Choice Modeling. Transp. Res. Rec. 2018, 2672, 101–112. [Google Scholar] [CrossRef]
  28. Thanh, T.T.M.; Ly, H.-B.; Pham, B.T. A Possibility of AI Application on Mode-choice Prediction of Transport Users in Hanoi. In CIGOS 2019, Innovation for Sustainable Infrastructure; Ha-Minh, C., Dao, D.V., Benboudjema, F., Derrible, S., Huynh, D.V.K., Tang, A.M., Eds.; Springer: Singapore, 2019; pp. 1179–1184. [Google Scholar]
  29. Lee, D.; Derrible, S. Predicting Residential Water Consumption: Modeling Techniques and Data Perspectives. J. Water Resour. Plan. Manag. 2019, 146, 04019067. [Google Scholar] [CrossRef]
  30. Le, T.-T.; Pham, B.T.; Ly, H.-B.; Shirzadi, A.; Le, L.M. Development of 48-hour Precipitation Forecasting Model using Nonlinear Autoregressive Neural Network. In CIGOS 2019, Innovation for Sustainable Infrastructure; Ha-Minh, C., Dao, D.V., Benboudjema, F., Derrible, S., Huynh, D.V.K., Tang, A.M., Eds.; Springer: Singapore, 2019; pp. 1191–1196. [Google Scholar]
  31. Brunelli, U.; Piazza, V.; Pignato, L.; Sorbello, F.; Vitabile, S. Hourly Forecasting of SO2 Pollutant Concentration Using an Elman Neural Network. In Neural Nets; Apolloni, B., Marinaro, M., Nicosia, G., Tagliaferri, R., Eds.; Springer: Berlin/Heidelberg, Germany, 2006; pp. 65–69. [Google Scholar]
  32. Comrie, A.C. Comparing Neural Networks and Regression Models for Ozone Forecasting. J. Air Waste Manag. Assoc. 1997, 47, 653–663. [Google Scholar] [CrossRef]
  33. Gardner, M.W.; Dorling, S.R. Neural network modelling and prediction of hourly NOx and NO2 concentrations in urban air in London. Atmos. Environ. 1999, 33, 709–719. [Google Scholar] [CrossRef]
  34. Jang, J.-S.R. Neuro-Fuzzy and Soft Computing: A Computational Approach to Learning and Machine Intelligence; Prentice Hall: Upper Saddle River, NJ, USA, 1997. [Google Scholar]
  35. Bilgehan, M. Comparison of ANFIS and NN models—With a study in critical buckling load estimation. Appl. Soft Comput. 2011, 11, 3779–3791. [Google Scholar] [CrossRef]
  36. Scherer, R. Takagi-Sugeno Fuzzy Systems. In Multiple Fuzzy Classification Systems; Scherer, R., Ed.; Studies in Fuzziness and Soft Computing; Springer: Berlin/Heidelberg, Germany, 2012; pp. 73–79. [Google Scholar]
  37. Dao, D.V.; Ly, H.-B.; Trinh, S.H.; Le, T.-T.; Pham, B.T. Artificial Intelligence Approaches for Prediction of Compressive Strength of Geopolymer Concrete. Materials 2019, 12, 983. [Google Scholar] [CrossRef]
  38. Termeh, S.V.R.; Khosravi, K.; Sartaj, M.; Keesstra, S.D.; Tsai, F.T.-C.; Dijksma, R.; Pham, B.T. Optimization of an adaptive neuro-fuzzy inference system for groundwater potential mapping. Hydrogeol. J. 2019, 27, 2511–2534. [Google Scholar] [CrossRef]
  39. Kennedy, J.; Eberhart, R. Particle swarm optimization. In Proceedings of the ICNN’95—International Conference on Neural Networks, Perth, Australia, 27 November–1 December 1995; Volume 4, pp. 1942–1948. [Google Scholar]
  40. Perera, R.; Arteaga, A.; Diego, A. De Artificial intelligence techniques for prediction of the capacity of RC beams strengthened in shear with external FRP reinforcement. Compos. Struct. 2010, 92, 1169–1175. [Google Scholar] [CrossRef] [Green Version]
  41. Sehgal, V.; Sahay, R.R.; Chatterjee, C. Effect of Utilization of Discrete Wavelet Components on Flood Forecasting Performance of Wavelet Based ANFIS Models. Water Resour. Manag. 2014, 28, 1733–1749. [Google Scholar] [CrossRef]
  42. Chen, W.; Panahi, M.; Pourghasemi, H.R. Performance evaluation of GIS-based new ensemble data mining techniques of adaptive neuro-fuzzy inference system (ANFIS) with genetic algorithm (GA), differential evolution (DE), and particle swarm optimization (PSO) for landslide spatial modelling. CATENA 2017, 157, 310–324. [Google Scholar] [CrossRef]
  43. Shi, Y.; Eberhart, R.C. Fuzzy adaptive particle swarm optimization. In Proceedings of the 2001 Congress on Evolutionary Computation (IEEE Cat. No. 01TH8546), Seoul, Korea, 27–30 May 2001; Volume 1, pp. 101–106. [Google Scholar]
  44. Poli, R.; Kennedy, J.; Blackwell, T. Particle swarm optimization. Swarm Intell. 2007, 1, 33–57. [Google Scholar] [CrossRef]
  45. Dao, D.V.; Trinh, S.H.; Ly, H.-B.; Pham, B.T. Prediction of Compressive Strength of Geopolymer Concrete Using Entirely Steel Slag Aggregates: Novel Hybrid Artificial Intelligence Approaches. Appl. Sci. 2019, 9, 1113. [Google Scholar] [CrossRef] [Green Version]
  46. Metropolis, N.; Rosenbluth, A.W.; Rosenbluth, M.N.; Teller, A.H.; Teller, E. Equation of state calculations by fast computing machines. J. Chem. Phys. 1953, 21, 1087–1092. [Google Scholar] [CrossRef] [Green Version]
  47. Aarts, E.; Korst, J.; Michiels, W. Simulated Annealing. In Search Methodologies: Introductory Tutorials in Optimization and Decision Support Techniques; Burke, E.K., Kendall, G., Eds.; Springer: Boston, MA, USA, 2005; pp. 187–210. [Google Scholar]
  48. Vidal, R.V.V. Lecture Notes in Economics and Mathematical Systems. In Applied Simulated Annealing; Springer: Berlin, Germany, 1993. [Google Scholar]
  49. Aguiar e Oliveira Junior, H.; Ingber, L.; Petraglia, A.; Rembold Petraglia, M.; Augusta Soares Machado, M. Metaheuristic Methods. In Stochastic Global Optimization and Its Applications with Fuzzy Adaptive Simulated Annealing; Aguiar e Oliveira Junior, H., Ingber, L., Petraglia, A., Rembold Petraglia, M., Augusta Soares Machado, M., Eds.; Springer: Berlin/Heidelberg, Germany, 2012; pp. 21–30. [Google Scholar]
  50. Pham, D.; Karaboga, D. Intelligent Optimisation Techniques—Genetic Algorithms, Tabu Search, Simulated Annealing and Neural Networks; Springer: Berlin, Germany, 2000. [Google Scholar]
  51. Dréo, J.; Siarry, P.; Pétrowski, A.; Taillard, E. Metaheuristics for Hard Optimization; Springer: Berlin/Heidelberg, Germany, 2006. [Google Scholar]
  52. Romary, T.; de Fouquet, C.; Malherbe, L. Sampling design for air quality measurement surveys: An optimization approach. Atmos. Environ. 2011, 45, 3613–3620. [Google Scholar] [CrossRef]
  53. Vincent, F.Y.; Redi, A.P.; Hidayat, Y.A.; Wibowo, O.J. A simulated annealing heuristic for the hybrid vehicle routing problem. Appl. Soft Comput. 2017, 53, 119–132. [Google Scholar]
  54. Pham, B.T.; Nguyen, M.D.; Dao, D.V.; Prakash, I.; Ly, H.-B.; Le, T.-T.; Ho, L.S.; Nguyen, K.T.; Ngo, T.Q.; Hoang, V.; et al. Development of artificial intelligence models for the prediction of Compression Coefficient of soil: An application of Monte Carlo sensitivity analysis. Sci. Total Environ. 2019, 679, 172–184. [Google Scholar] [CrossRef] [PubMed]
  55. Le, L.M.; Ly, H.-B.; Pham, B.T.; Le, V.M.; Pham, T.A.; Nguyen, D.-H.; Tran, X.-T.; Le, T.-T. Hybrid Artificial Intelligence Approaches for Predicting Buckling Damage of Steel Columns Under Axial Compression. Materials 2019, 12, 1670. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  56. Pham, B.T.; Nguyen, M.D.; Ly, H.-B.; Pham, T.A.; Hoang, V.; Van Le, H.; Le, T.-T.; Nguyen, H.Q.; Bui, G.L. Development of Artificial Neural Networks for Prediction of Compression Coefficient of Soft Soil. In CIGOS 2019, Innovation for Sustainable Infrastructure; Ha-Minh, C., Dao, D.V., Benboudjema, F., Derrible, S., Huynh, D.V.K., Tang, A.M., Eds.; Springer: Singapore, 2019; pp. 1167–1172. [Google Scholar]
  57. Ly, H.-B.; Desceliers, C.; Le, L.M.; Le, T.-T.; Pham, B.T.; Nguyen-Ngoc, L.; Doan, V.T.; Le, M. Quantification of Uncertainties on the Critical Buckling Load of Columns under Axial Compression with Uncertain Random Materials. Materials 2019, 12, 1828. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  58. Nguyen, H.-L.; Le, T.-H.; Pham, C.-T.; Le, T.-T.; Ho, L.S.; Le, V.M.; Pham, B.T.; Ly, H.-B. Development of Hybrid Artificial Intelligence Approaches and a Support Vector Machine Algorithm for Predicting the Marshall Parameters of Stone Matrix Asphalt. Appl. Sci. 2019, 9, 3172. [Google Scholar] [CrossRef] [Green Version]
  59. Ly, H.-B.; Pham, B.T.; Dao, D.V.; Le, V.M.; Le, L.M.; Le, T.-T. Improvement of ANFIS Model for Prediction of Compressive Strength of Manufactured Sand Concrete. Appl. Sci. 2019, 9, 3841. [Google Scholar] [CrossRef] [Green Version]
  60. De Vito, S.; Massera, E.; Piga, M.; Martinotto, L.; Di Francia, G. On field calibration of an electronic nose for benzene estimation in an urban pollution monitoring scenario. Sens. Actuators B Chem. 2008, 129, 750–757. [Google Scholar] [CrossRef]
  61. De Vito, S.; Piga, M.; Martinotto, L.; Di Francia, G. CO, NO2 and NOx urban pollution monitoring with on-field calibrated electronic nose by automatic bayesian regularization. Sens. Actuators B Chem. 2009, 143, 182–191. [Google Scholar] [CrossRef]
  62. Ly, H.-B.; Le, L.M.; Duong, H.T.; Nguyen, T.C.; Pham, T.A.; Le, T.-T.; Le, V.M.; Nguyen-Ngoc, L.; Pham, B.T. Hybrid Artificial Intelligence Approaches for Predicting Critical Buckling Load of Structural Members under Compression Considering the Influence of Initial Geometric Imperfections. Appl. Sci. 2019, 9, 2258. [Google Scholar] [CrossRef] [Green Version]
  63. Ly, H.-B.; Monteiro, E.; Le, T.-T.; Le, V.M.; Dal, M.; Regnier, G.; Pham, B.T. Prediction and Sensitivity Analysis of Bubble Dissolution Time in 3D Selective Laser Sintering Using Ensemble Decision Trees. Materials 2019, 12, 1544. [Google Scholar] [CrossRef] [Green Version]
  64. Dell’Acqua, F.; Iannelli, G.; Torres, M.; Martina, M. A Novel Strategy for Very-Large-Scale Cash-Crop Mapping in the Context of Weather-Related Risk Assessment, Combining Global Satellite Multispectral Datasets, Environmental Constraints, and In Situ Acquisition of Geospatial Data. Sensors 2018, 18, 591. [Google Scholar] [CrossRef] [Green Version]
  65. Alpers, W.; Dagestad, K.-F.; Wong, W.K.; Chan, P.W. A winter monsoon front over the South China Sea studied by multi-sensor satellite data, weather radar data, and a numerical model. In Proceedings of the 2012 IEEE International Geoscience and Remote Sensing Symposium, Munich, Germany, 22–27 July 2012; pp. 2070–2073. [Google Scholar]
  66. Halem, M.; Most, N.; Tilmes, C.A.; Stewart, K.; Yesha, Y.; Chapman, D.; Nguyen, P.; Sensing, R. Service-oriented atmospheric radiances (SOAR): Gridding and analysis services for multisensor aqua IR radiance data for climate studies. IEEE Trans. Geosci. Remote Sens. 2008, 47, 114–122. [Google Scholar] [CrossRef]
  67. Beliatis, M.J.; Rozanski, L.J.; Jayawardena, K.I.; Rhodes, R.; Anguita, J.V.; Mills, C.A.; Silva, S.R.P. Hybrid and Nano-composite Carbon Sensing Platforms. In Carbon for Sensing Devices; Springer: Berlin, Germany, 2015; pp. 105–132. [Google Scholar]
Figure 1. Correlation analysis between sensor resistivities, metrological data, and air quality indexes.
Figure 1. Correlation analysis between sensor resistivities, metrological data, and air quality indexes.
Sensors 19 04941 g001
Figure 2. Optimization curves using metaheuristic technique for concentration of NO2. Figures for adaptive neuro-fuzzy inference system (ANSIF) optimized by SA (ANFIS-SA): (a) correlation coefficient (R), (b) root mean squared error (RMSE), and (c) mean absolute error (MAE). Figures for ANSIF optimized by PSO (ANFIS-PSO): (d) R, (e) RMSE, and (f) MAE.
Figure 2. Optimization curves using metaheuristic technique for concentration of NO2. Figures for adaptive neuro-fuzzy inference system (ANSIF) optimized by SA (ANFIS-SA): (a) correlation coefficient (R), (b) root mean squared error (RMSE), and (c) mean absolute error (MAE). Figures for ANSIF optimized by PSO (ANFIS-PSO): (d) R, (e) RMSE, and (f) MAE.
Sensors 19 04941 g002
Figure 3. Optimization curves using metaheuristic technique for concentration of CO. Figures for ANFIS-SA: (a) R, (b) RMSE, and (c) MAE. Figures for ANFIS-PSO: (d) R, (e) RMSE, and (f) MAE.
Figure 3. Optimization curves using metaheuristic technique for concentration of CO. Figures for ANFIS-SA: (a) R, (b) RMSE, and (c) MAE. Figures for ANFIS-PSO: (d) R, (e) RMSE, and (f) MAE.
Sensors 19 04941 g003
Figure 4. Prediction capability for concentration of NO2 in a regression form. Figures using ANFIS-SA for (a) training dataset and (b) testing dataset. Figures using ANFIS-PSO for (c) training dataset and (d) testing dataset.
Figure 4. Prediction capability for concentration of NO2 in a regression form. Figures using ANFIS-SA for (a) training dataset and (b) testing dataset. Figures using ANFIS-PSO for (c) training dataset and (d) testing dataset.
Sensors 19 04941 g004
Figure 5. Prediction capability for concentration of CO in a regression form. Figures using ANFIS-SA for (a) training dataset and (b) testing dataset. Figures using ANFIS-PSO for (c) training dataset and (d) testing dataset.
Figure 5. Prediction capability for concentration of CO in a regression form. Figures using ANFIS-SA for (a) training dataset and (b) testing dataset. Figures using ANFIS-PSO for (c) training dataset and (d) testing dataset.
Sensors 19 04941 g005aSensors 19 04941 g005b
Figure 6. Error analyses for concentration of NO2: (a) training dataset and (b) testing dataset. Error analyses for concentration of CO: (c) training dataset and (d) testing dataset.
Figure 6. Error analyses for concentration of NO2: (a) training dataset and (b) testing dataset. Error analyses for concentration of CO: (c) training dataset and (d) testing dataset.
Sensors 19 04941 g006
Figure 7. Sensitivity analysis for the concentration of NO2: (a) using ANFIS-SA and (b) using ANFIS-PSO.
Figure 7. Sensitivity analysis for the concentration of NO2: (a) using ANFIS-SA and (b) using ANFIS-PSO.
Sensors 19 04941 g007
Figure 8. Sensitivity analysis for concentration of CO: (a) using ANFIS-SA and (b) using ANFIS-PSO.
Figure 8. Sensitivity analysis for concentration of CO: (a) using ANFIS-SA and (b) using ANFIS-PSO.
Sensors 19 04941 g008
Figure 9. Total percentage of sensitivity for (a) concentration of NO2 and (b) concentration of CO using ANFIS-SA and ANFIS-PSO, respectively.
Figure 9. Total percentage of sensitivity for (a) concentration of NO2 and (b) concentration of CO using ANFIS-SA and ANFIS-PSO, respectively.
Sensors 19 04941 g009
Table 1. Dataset parameters and statistical analysis.
Table 1. Dataset parameters and statistical analysis.
ParametersSensor COSensor NMHCSensor NOxSensor NO2Sensor O3TemperatureRelative HumidityAbsolute HumidityC(NO2) *C(CO) **
RoleInputInputInputInputInputInputInputInputOutputOutput
NotationX1X2X3X4X5X6X7X8X9X10
Min (α)647390322551221−1.99.20.1820.1
Average11209598171453105817.848.90.991142.18
Median10859317861457100616.849.20.951101.90
Max (β)2040221426832775252344.688.72.233311.9
Std2192642523534078.8417.40.40471.44
CV (%)20283124385036414266
* denotes the concentration of NO2; ** denotes the concentration of CO.
Table 2. Parameters of simulated annealing (SA) used in this study.
Table 2. Parameters of simulated annealing (SA) used in this study.
ParameterNO2 ConcentrationCO Concentration
Population size4060
Maximum number of iterations10002000
Initial temperature0.10.1
Temperature reduction rate0.990.99
Number of neighbors per individual55
Mutation rate0.50.5
Mutation standard deviation10%10%
Table 3. Parameters of particle swarm optimization (PSO) used in this study.
Table 3. Parameters of particle swarm optimization (PSO) used in this study.
ParameterNO2 ConcentrationCO Concentration
Swarm size3050
Maximum number of iterations10002000
Inertia weight0.40.4
Personal learning coefficient11
Global learning coefficient22
Maximum velocity55
Minimum velocity−5−5
Table 4. Summary information for prediction capability of the scaled data.
Table 4. Summary information for prediction capability of the scaled data.
OutputDatasetModelRRMSEMAEStd ErrorSlope
Concentration of NO2TrainingANFIS-SA0.9340.1030.0750.10242.23
ANFIS-PSO0.9500.0900.0630.08942.34
TestingANFIS-SA0.9350.1010.0750.10042.11
ANFIS-PSO0.9510.0880.0640.08742.03
Concentration of COTrainingANFIS-SA0.8850.1340.1000.13437.73
ANFIS-PSO0.9100.1190.0880.11939.51
TestingANFIS-SA0.8830.1350.1020.13537.65
ANFIS-PSO0.9070.1210.0900.12139.16
Table 5. Values of the seven percentiles of each input in the scaled space.
Table 5. Values of the seven percentiles of each input in the scaled space.
Variable/PercentileP0P10P25P50P75P90P100
Sensor CO−1.00−0.68−0.55−0.38−0.130.131.00
Sensor NMHC−1.00−0.74−0.61−0.42−0.190.021.00
Sensor NOx−1.00−0.83−0.73−0.61−0.47−0.311.00
Sensor NO2−1.00−0.64−0.43−0.190.020.221.00
Sensor O3−1.00−0.72−0.54−0.32−0.050.221.00
Temperature−1.00−0.64−0.44−0.200.100.371.00
Relative humidity−1.00−0.60−0.320.040.370.641.00
Absolute humidity−1.00−0.73−0.50−0.230.060.391.00
Table 6. Summary of level of sensitivity δ i j of each input at six percentiles. By definition, δ 50 j of jth input is zero.
Table 6. Summary of level of sensitivity δ i j of each input at six percentiles. By definition, δ 50 j of jth input is zero.
OutputModel UsedVariableQ0Q10Q25Q75Q90Q100
Concentration of NO2ANFIS-SASensor CO−21.37−10.57−6.118.4417.3647.12
Sensor NMHC−270.95−150.42−87.62105.13203.01383.83
Sensor NOx−31.77−17.89−9.6310.8923.7677.76
Sensor NO2261.32143.7076.46−68.35−134.97−387.09
Sensor O3−32.66−18.99−10.3113.2926.1264.10
Temperature−12.33−6.84−3.704.628.7718.41
Relative humidity−55.45−33.83−18.9517.9432.2851.37
Absolute humidity−35.46−23.21−12.4513.3128.4756.79
ANFIS-PSOSensor CO−23.66−6.49−1.721.9210.2631.96
Sensor NMHC−238.61−131.82−76.2990.17181.71503.04
Sensor NOx−31.78−20.34−9.9510.6221.0185.62
Sensor NO2197.17105.1262.02−66.11−124.34−362.43
Sensor O3−20.76−11.92−6.435.0323.26−14.37
Temperature−23.93−18.44−9.761.85−9.99−14.60
Relative humidity−65.34−42.17−19.604.1614.5928.51
Absolute humidity−31.50−20.21−10.333.6712.4836.95
Concentration of COANFIS-SASensor CO−13.61−6.73−3.895.3811.0530.00
Sensor NMHC−39.86−22.13−12.8915.4729.8797.39
Sensor NOx20.3211.446.16−6.96−15.1916.31
Sensor NO248.8626.8714.30−12.78−25.23−72.37
Sensor O3−19.42−11.29−6.137.9015.5338.11
Temperature−2.34−1.30−0.700.881.67−4.24
Relative humidity4.782.921.63−1.55−2.78−4.43
Absolute humidity23.5615.428.27−8.84−18.92−37.73
ANFIS-PSOSensor CO−14.49−6.86−3.8723.0133.7340.94
Sensor NMHC−39.36−21.38−12.0715.7131.91105.58
Sensor NOx32.0021.016.11−4.66−9.13−64.71
Sensor NO254.8233.2313.90−11.84−22.59−46.19
Sensor O3−15.02−8.14−3.725.3018.0949.56
Temperature28.376.63−1.082.284.329.63
Relative humidity−5.28−2.71−0.80−2.57−4.15−6.30
Absolute humidity26.6617.859.96−10.23−21.02−27.74

Share and Cite

MDPI and ACS Style

Ly, H.-B.; Le, L.M.; Phi, L.V.; Phan, V.-H.; Tran, V.Q.; Pham, B.T.; Le, T.-T.; Derrible, S. Development of an AI Model to Measure Traffic Air Pollution from Multisensor and Weather Data. Sensors 2019, 19, 4941. https://doi.org/10.3390/s19224941

AMA Style

Ly H-B, Le LM, Phi LV, Phan V-H, Tran VQ, Pham BT, Le T-T, Derrible S. Development of an AI Model to Measure Traffic Air Pollution from Multisensor and Weather Data. Sensors. 2019; 19(22):4941. https://doi.org/10.3390/s19224941

Chicago/Turabian Style

Ly, Hai-Bang, Lu Minh Le, Luong Van Phi, Viet-Hung Phan, Van Quan Tran, Binh Thai Pham, Tien-Thinh Le, and Sybil Derrible. 2019. "Development of an AI Model to Measure Traffic Air Pollution from Multisensor and Weather Data" Sensors 19, no. 22: 4941. https://doi.org/10.3390/s19224941

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop