Air Quality Index Forecasting Via Genetic Algorithm-Based Improved Extreme Learning Machine
Air Quality Index Forecasting Via Genetic Algorithm-Based Improved Extreme Learning Machine
Air Quality Index Forecasting Via Genetic Algorithm-Based Improved Extreme Learning Machine
ABSTRACT Air quality has always been one of the most important environmental concerns for the general
public and society. Using machine learning algorithms for Air Quality Index (AQI) prediction is helpful
for the analysis of future air quality trends from a macro perspective. When conventionally using a single
machine learning model to predict air quality, it is challenging to achieve a good prediction outcome under
various AQI fluctuation trends. In order to effectively address this problem, a genetic algorithm-based
improved extreme learning machine (GA-KELM) prediction method is enhanced. First, a kernel method
is introduced to produce the kernel matrix which replaces the output matrix of the hidden layer. To address
the issue of the conventional limit learning machine where the number of hidden nodes and the random
generation of thresholds and weights lead to the degradation of the network learning ability, a genetic
algorithm is then used to optimize the number of hidden nodes and layers of the kernel limit learning machine.
The thresholds, the weights, and the root mean square error are used to define the fitness function. Finally, the
least squares method is applied to compute the output weights of the model. Genetic algorithms are able to
find the optimal solution in the search space and gradually improve the performance of the model through an
iterative optimization process. In order to verify the predictive ability of GA-KELM, based on the collected
basic data of long-term air quality forecast at a monitoring point in a city in China, the optimized kernel
extreme learning machine is applied to predict air quality (SO2 , NO2 , PM10 , CO, O3 , PM2.5 concentration
and AQI), with comparative experiments based CMAQ (Community Multiscale Air Quality), SVM (Support
Vector Machines) and DBN-BP (Deep Belief Networks with Back-Propagation). The results show that the
proposed model trains faster and makes more accurate predictions.
INDEX TERMS Time series, air quality forecasting, machine learning, extreme learning machine, genetic
algorithm.
other illnesses [7], [8]. Therefore, studies on air quality performance and outperforms some advanced methods cur-
prediction are particularly important and are considered a rently in use. The main contributions of this paper are:
key factor for environmental protection. In order to more (1) modifying the ELM activation function or using the kernel
comprehensively assess the health effects of air pollution, function to improve the prediction accuracy, (2) optimizing
numerous air quality monitoring stations have been set up in the ELM using GA to improve the stability of the results and
major cities. Air quality predictions can be made based on further enhance the prediction accuracy, and (3) obtaining
the data collected from these stations. Air quality monitoring, the correlation analysis results of atmospheric environmental
modeling, and accurate predictions are important for having quality prediction parameters by comprehensively consider-
a clear understanding of future pollution levels and their ing each relevant factor in line with the actual situation. The
associated health risks. remainder of this paper is organized as follows. Section II
Recently, the inherent property of machine learning presents related work. Section III describes ELM and the
algorithms to automatically learn features at multiple levels of proposed GA-KELM, and illustrates the improvements using
abstraction has become increasingly important in providing the model. Section IV discusses experimental results where
solutions to this challenging task [9], [10]. However, the GA-KELM is compared with several other methods in terms
model only forecasts PM10 and SO2 levels, and it is of prediction results. The last section concludes the entire
also challenging to obtain measurement values needed to work and presents directions for future research.
construct the dataset [11]. Wu Q. et al. proposed an
optimal-hybrid model for daily AQI prediction considering
air pollutant factors, with the model’s inputs being the six II. RELATED WORK
atmospheric pollutants. However, neural networks typically Air quality prediction has been extensively researched in
struggle with slow learning, a tendency to fall into local the literature [17]. In recent years, numerous researchers
minima, and a complex network training process. Based have made significant contributions to the field by leveraging
on the generalized inverse matrix theory, Huang et al. quantitative studies and the latest techniques to identify
proposed an extreme learning machine (ELM) algorithm various air quality patterns and their underlying trends [18].
with a feedforward neural network that includes a single Existing work in this area relies on statistical methods and
hidden layer, such that the problems of conventional neural shallow machine learning models to address the problem of
network algorithms are circumvented. The ELM algorithm air quality prediction [19].
used to predict the AQI outperformed neural networks in Agarwal and Sahu [20] conducted air quality prediction
terms of parameter selection, training speed, and prediction studies by employing statistical models. Lary et al. [21] com-
accuracy [12]. However, the parameters of the hidden layer bined remote sensing and meteorological data with ground-
nodes and the number of nodes in the test hidden layer are based PM2.5 observations. Zheng et al. [22] proposed a hybrid
selected at random, which puts the prediction accuracy to a prediction method that combines a linear regression- based
great test. temporal prediction method with an ANN-based spatial pre-
In order to solve the aforementioned problems, we propose diction method for pollutant concentrations. Zheng et al. [23]
to optimize the number of ELM hidden layer nodes, used a data-based approach for the next 48 hours of
thresholds, and weights, along with an improved genetic PM2.5 prediction, implementing a prediction model based
algorithm (GA) that uses root mean square error (RMSE) as on linear regression and neural network. They combined
the fitness function, to obtain the optimal network structure meteorological data, weather forecast data, and air quality
for air quality prediction [14]. The number of hidden layer data from monitoring stations. Rajput and Sharma [24] used
nodes is updated by continuous coding discretization, the a multiple regression model to represent the changes in
input weights and hidden layer thresholds are updated by air quality index (AQI), considering ambient temperature,
continuous coding, and the update thresholds and weights relative humidity, and barometric pressure as the main
are selected with the number of updated layers to form a parameters in the regression model for AQI calculation [25].
hierarchical control structure [15]. The proposed GA-based These classical methods and models all have the advantages
improved extreme learning machine (GA-KELM) algorithm of simple algorithms, easy processing, and acceptable
is applied to air quality prediction, and its performance is prediction results. However, obtaining precise and specific air
compared with that of community multiscale air quality quality prediction values remains challenging [26].
modeling system (CMAQ), support vector regression (SVR), Elbaz et. al. [27] proposed a novel deep learning approach
and deep belief network-back propagation (DBN-BP). The that extracts high-level abstractions to capture the spatiotem-
results show that the accuracy of the proposed GA-KELM poral characteristics of NEOM city in Saudi Arabia at
algorithm is reliable for air quality prediction [16]. hourly and daily intervals. Campbell et al. [28] described
In this study, an improved extreme learning machine the development of FV3GFSv16 coupled with the ‘‘state-
model based on a genetic algorithm is designed and of-the-art’’ CMAQ model version 5.3.1. Jin et al. [29]
applied to AQI prediction. To verify the effectiveness of proposed an interpretable variational Bayesian deep learning
the model, we conducted tests on three real-world datasets. model with self-filtering capability for PM2.5 prediction
The results confirmed that the proposed method has superior information, which effectively improves prediction accuracy.
Zhou et al. [30], [31], [32] proposed a method based on an The AQI of each pollutant, or individual AQI (IAQI), is the
improved Grasshopper optimization algorithm to classify the largest value of the day. AQI is calculated as in (1):
color difference of dyed fabrics using kernel extreme learning
machine. In this study, the classification of color differences AQI = max {LAQI1 , L AQI2 , L AQI3 , · · · , L AQIn } (1)
in dyed fabric images is performed using the kernel
limit learning machine, and the kernel function parameters where LAQI1 , L AQI2 , L AQI3 , · · · , L AQIn represent the
are optimized by the improved Grasshopper optimization sub-index corresponding to each pollutant item. In this
algorithm to achieve color difference classification of dyed study, the calculation of AQI involves only six pollu-
fabric images. Xue et al. [33] proposed a GA-based air tants.Therefore, (1) can be expressed as:
quality prediction model to optimize the parameters of the
weighted extreme learning machine (WELM). Despite the AQI = max{IAQISO2 , IAQIN2 , IAQIO3 ,
progress made by the aforementioned methods, they also
IAQIPM10 , IAQIPM2.5 , IAQICO } (2)
exhibit limitations; their training efficiency is relatively low,
and deep learning algorithms are not yet fully mature. These
To meet our research goals, this paper proposes
challenges present greater obstacles for the application of
GA-KELM, a method for air quality prediction based on
deep learning, necessitating improvements to existing mod-
an improved extreme learning machine, which in turn is
els, the development of new models, and the enhancement of
based on an improved GA [40]. Aiming at the problem of
their predictive capabilities [34], [35].
network instability caused by the randomly generated input
The use of statistical or numerical forecasting techniques
layer weights and hidden layer thresholds of KELM, a GA is
is subject to several limitations. Neural networks are widely
used to optimize the KELM weights and thresholds, thereby
used because of their unique associative abilities, memory,
improving the model’s performance in terms of prediction
and distinctive learning [36], [37]. Given the highly nonlinear
accuracy, which is the main objective of this algorithm.
nature of AQI changes and the strong generalization and
In each iteration of the GA, a new offspring population
nonlinear characterization abilities of neural networks, the
is generated by selection, crossover, and mutation, and the
nuclear limit learning machine neural network model,
individual with good fitness value is selected. The GA stops
also known as kernel extreme learning machine (KELM),
iterating when the stopping criteria are satisfied. The GA is
is employed to investigate air quality prediction using a real
used to determine the optimal weights and threshold values,
dataset. The weights and threshold values of KELM are
which overcomes the instability of KELM and reduces
optimized using a genetic optimization algorithm [38].
prediction errors, thus resulting in a more reliable prediction
model and improved air quality prediction accuracy. Details
III. METHODOLOGY
of the model will be discussed in the following sections.
In this section, AQI is first introduced, the ELM and KELM
algorithms are presented next, and a new GA-KELM learning
method for AQI prediction is then proposed. A. EXTREME LEARNING MACHINE
Air quality forecasting has been a key issue in early ELM was first proposed by Huang. It is characterized by
warning and control of urban air pollution. Its goal is to its fast training and high training accuracy. Feedforward
anticipate changes in the AQI value at observation points over neural networks are mainly based on the gradient descent
time. The observation period, which is decided by the ground- method [41]. Their main drawbacks are the slow training, the
based air-quality monitoring station, is usually set for one tendency to fall into a local minimum point that cannot reach
hour. the global optimum, and the high sensitivity to the learning
Furthermore, a location’s air quality value is largely influ- rate η (if the selected rate is improper, it might cause slow
enced by the weather conditions prevailing at that location. convergence and the training process will thus take a long
Air quality monitoring stations measure air temperature, time, or it becomes unstable). FIGURE 2 shows the network
wind direction, atmospheric pressure, relative humidity, wind structure of an ELM.
speed and other meteorological parameters, as well as air Consider N different samples (xi , ti ) , i ∈ 1, 2, · · · N ,
pollutant concentrations [39]. Air quality prediction is also where xi denotes the input and ti represents the target, L
challenging due to the rapid changes in pollutant emission hidden layer neurons, and an activation function g(x).The
and weather conditions. Numerous variables, such as wind mathematical expression for ELM output is:
speed, temperature, humidity, and pollutants themselves, are X
β j g wj xi + bj
highly nonlinear, dynamic, and have inherent interdependen- yi = (3)
cies, making it more challenging to accurately predict air
quality at a specific time and place. Therefore, it is essential where j ∈ 1, 2, · · · , L, wj are the weights of the input and
to figure out how to deal with these factors and exploit hidden layer neurons,bj are the thresholds of the hidden layer
them from multivariate time-series data related to air quality. neurons, βj is the weight matrix of neurons in the hidden and
A typical meteorological factor sequence diagram is shown output layers, and g wj xi + bj is the output of the hidden
in FIGURE 1. layer neurons.
TABLE 2. Category range of air pollutants (technical regulation on ambient air quality index, HJ633-2012).
error of AQI and the average relative error of major pollutants generation is set to 40, and the kernel function selected
is used as our fitness function. Then the GA is used to in KELM is the Gaussian RBF. The fitness curve of GA
optimize the fitness function, and the penalty factor and optimization is shown in Fig.8. It can be observed that the
kernel parameter are used as the optimization parameters. fitness keeps decreasing and finally reaches convergence.
According to previous theory, the standard GA will complete At this point, the optimal penalty factor and kernel function
convergence at an early stage. The maximum evolutionary parameters can be obtained.
TABLE 3. Comparison of RMSE of GA-KELM with other baseline to total predictions is estimated to measure the accuracy of
approaches.
the model in predicting the correct AQI category.
The performance of the model in predicting air pollutant
concentrations is measured based on the RMSE, MSE
and R2 values of all predicted pollutants. The results are
compared with baseline methods for predicting air pollutant
concentrations, such as CMAQ, SVR, and DBN-BP, with
meteorological parameters as auxiliary inputs. However, the
TABLE 4. Comparison of MSE of GA-KELM with other baseline
approaches. factors considered in model evaluation are different.
The proposed and baseline models were initially trained
using the training dataset, and from Table3-5, we infer that
GA-KELM air has smaller RMSE and MSE values and
higher R2 values compared to baseline methods for predicting
concentrations of various air pollutants.The reduced RMSE
TABLE 5. Comparison of R2 of GA-KELM with other baseline approaches. and MSE values elucidate the reliability of the GA-KELM
air predictions, while the reduced RMSE and improved
R2 values infer the specificity of its mean predictions. The
superior performance of GA-KELM illustrates its efficiency
in accurately capturing spatiotemporal relationships and their
impact on predicted values.
Therefore, the GA-KELM model developed in this study can [9] A. C. Cosma and R. Simha, ‘‘Machine learning method for real-time
be used to provide valuable support to vulnerable groups and non-invasive prediction of individual thermal preference in transient
conditions,’’ Building Environ., vol. 148, pp. 372–383, Jan. 2019.
trigger early warning of adverse air quality events. [10] M. Bhowmik, K. Deb, A. Debnath, and B. Saha, ‘‘Mixed phase
However, there are still areas for further investigation and Fe2 O3 /Mn3 O4 magnetic nanocomposite for enhanced adsorption of
improvement. In recent years, numerous advanced algorithms methyl orange dye: Neural network modeling and response surface
methodology optimization,’’ Appl. Organometallic Chem., vol. 32, no. 3,
and optimization methods based on genetic algorithms and p. e4186, Mar. 2018.
population intelligence have emerged. Therefore, future [11] V. Chaudhary, A. Deshbhratar, V. Kumar, and D. Paul, ‘‘Time series based
research should explore the underlying significance and value LSTM model to predict air pollutant’s concentration for prominent cities in
of combinatorial intelligence optimization algorithms such as India,’’ in Proc. Int. Workshop Utility-Driven Mining (UDM), Aug. 2018,
pp. 1–9.
the Limit Learning Machine. Additionally, we acknowledge [12] M. Chen, J. Yang, L. Hu, M. S. Hossain, and G. Muhammad, ‘‘Urban
the need to address the issue of manually setting the number healthcare big data system based on crowdsourced and cloud-based air
of hidden layer nodes in the optimal Limit Learning Machine. quality indicators,’’ IEEE Commun. Mag., vol. 56, no. 11, pp. 14–20,
Nov. 2018.
Although the Dynamic Extreme Learning Machine (DELM) [13] R. Chen, X. Wang, W. Zhang, X. Zhu, A. Li, and C. Yang, ‘‘A hybrid
algorithm offers adaptive determination of hidden layer CNN-LSTM model for typhoon formation forecasting,’’ GeoInformatica,
nodes without human intervention, further work should be vol. 23, no. 3, pp. 375–396, Jul. 2019.
dedicated to this aspect. Moreover, to enhance the accuracy [14] S. Du, T. Li, Y. Yang, and S. Horng, ‘‘Deep air quality forecasting using
hybrid deep learning framework,’’ IEEE Trans. Knowl. Data Eng., vol. 33,
and validity of air quality measurement and assessment, no. 6, pp. 2412–2424, Jun. 2021.
it is crucial to integrate pollutant emission factors and [15] R. Feng, H.-J. Zheng, H. Gao, A.-R. Zhang, C. Huang, J.-X. Zhang, K. Luo,
meteorological factors into the evaluation system. This and J.-R. Fan, ‘‘Recurrent neural network and random forest for analysis
and accurate forecast of atmospheric pollutants: A case study in Hangzhou,
integration will enable a more precise and comprehensive China,’’ J. Cleaner Prod., vol. 231, pp. 1005–1015, Sep. 2019.
evaluation of air quality. [16] B. S. Freeman, G. Taylor, B. Gharabaghi, and J. Thé, ‘‘Forecasting air
In conclusion, our study highlights the significance of quality time series using deep learning,’’ J. Air Waste Manage. Assoc.,
vol. 68, no. 8, pp. 866–886, Aug. 2018.
the GA-KELM model in predicting air quality. We have
[17] S. Mahajan, H.-M. Liu, T.-C. Tsai, and L.-J. Chen, ‘‘Improving the
addressed the optimization challenges and demonstrated its accuracy and efficiency of PM2.5 forecast service using cluster-based
superiority over traditional methods. However, there is still hybrid neural network model,’’ IEEE Access, vol. 6, pp. 19193–19204,
room for improvement and further research. Future studies 2018.
[18] J. Jin, J. Gubbi, S. Marusic, and M. Palaniswami, ‘‘An information
should delve into advanced optimization algorithms based on framework for creating a smart city through Internet of Things,’’ IEEE
genetic algorithms and population intelligence, explore the Internet Things J., vol. 1, no. 2, pp. 112–121, Apr. 2014.
potential of the Limit Learning Machine, and strive for adap- [19] A. Grover, A. Kapoor, and E. Horvitz, ‘‘A deep hybrid model for
weather forecasting,’’ in Proc. 21st ACM SIGKDD Int. Conf. Knowl.
tive determination of hidden layer nodes. Furthermore, the DiscoveryData Mining, Aug. 2015, p. 379–386.
integration of pollutant emission factors and meteorological [20] A. Agarwal and M. Sahu, ‘‘Forecasting PM2.5 concentrations using
factors into the evaluation system will advance the accuracy statistical modeling for Bengaluru and Delhi regions,’’ Environ. Monit.
and reliability of air quality measurement and assessment. Assessment, vol. 195, p. 502, Mar. 2023.
[21] D. J. Lary, T. Lary, and B. Sattler, ‘‘Using machine learning to estimate
global PM2.5 for environmental health studies,’’ Environ. Health Insights,
REFERENCES vol. 9, no. 1, pp. 41–52, 2015.
[22] Y. Zheng, X. Yi, M. Li, R. Li, Z. Shan, E. Chang, and T. Li,
[1] X. Li, L. Jin, and H. Kan, ‘‘Air pollution: A global problem needs local ‘‘Forecasting fine-grained air quality based on big data,’’ in Proc. 21th
fixes,’’ Nature, vol. 570, no. 7762, pp. 437–439, Jun. 2019. ACM SIGKDD Int. Conf. Knowl. Discovery Data Mining, New York, NY,
[2] Y. Han, J. C. K. Lam, and V. O. K. Li, ‘‘A Bayesian LSTM model to USA, Aug. 2015, pp. 2267–2276.
evaluate the effects of air pollution control regulations in China,’’ in Proc. [23] Y. Zheng, L. Capra, O. Wolfson, and H. Yang, ‘‘Urban computing:
IEEE Big Data Workshop (Big Data), Dec. 2018, pp. 4465–4468. Concepts, methodologies, and applications,’’ ACM Trans. Intell. Syst.
[3] L. Bai, J. Wang, X. Ma, and H. Lu, ‘‘Air pollution forecasts: An overview,’’ Technol., vol. 5, no. 3, p. 38, Sep. 2014.
Int. J. Environ. Res. Public Health, vol. 15, no. 4, p. 780, 2018. [24] T. S. Rajput and N. Sharma, ‘‘Multivariate regression analysis of air quality
[4] Y. Ding and Y. Xue, ‘‘A deep learning approach to writer identification index for Hyderabad city: Forecasting model with hourly frequency,’’ Int.
using inertial sensor data of air-handwriting,’’ IEICE Trans. Inf. Syst., J. Appl. Res., vol. 3, no. 8, pp. 443–447, 2017.
vol. E102-D, no. 10, pp. 2059–2063, 2019. [25] Z. Kang and Z. Qu, ‘‘Application of BP neural network optimized by
[5] S.-Q. Dotse, M. I. Petra, L. Dagar, and L. C. De Silva, ‘‘Application of genetic simulated annealing algorithm to prediction of air quality index
computational intelligence techniques to forecast daily PM10 exceedances in Lanzhou,’’ in Proc. IEEE Comput. Intell. Appl. (ICCIA), Sep. 2017,
in Brunei Darussalam,’’ Atmos. Pollut. Res., vol. 9, no. 2, pp. 358–368, pp. 155–160, doi: 10.1109/CIAPP.2017.8167199.
Mar. 2018. [26] B. Liu, S. Yan, J. Li, G. Qu, Y. Li, J. Lang, and R. Gu, ‘‘A sequence-to-
[6] M. Jia, A. Komeily, Y. Wang, and R. S. Srinivasan, ‘‘Adopting sequence air quality predictor based on the n-step recurrent prediction,’’
Internet of Things for the development of smart buildings: A review of IEEE Access, vol. 7, pp. 43331–43345, 2019.
enabling technologies and applications,’’ Automat. Construct., vol. 101, [27] K. Elbaz, I. Hoteit, W. M. Shaban, and S.-L. Shen, ‘‘Spatiotemporal air
pp. 111–126, May 2019. quality forecasting and health risk assessment over smart city of NEOM,’’
[7] S. Abirami, P. Chitra, R. Madhumitha, and S. R. Kesavan, ‘‘Hybrid Chemosphere, vol. 313, Feb. 2022, Art. no. 137636.
spatio-temporal deep learning framework for particulate matter (PM2.5 ) [28] P. C. Campbell, Y. Tang, P. Lee, B. Baker, D. Tong, R. Saylor,
concentration forecasting,’’ in Proc. Int. Conf. Innov. Trends Inf. Technol. A. Stein, J. Huang, H.-C. Huang, E. Strobach, J. McQueen, L. Pan,
(ICITIIT), Feb. 2020, pp. 1–6. I. Stajner, J. Sims, J. Tirado-Delgado, Y. Jung, F. Yang, T. L. Spero, and
[8] Y. Cheng, S. Zhang, C. Huan, M. O. Oladokun, and Z. Lin, ‘‘Optimization R. C. Gilliam, ‘‘Development and evaluation of an advanced national air
on fresh outdoor air ratio of air conditioning system with stratum quality forecasting capability using the NOAA Global Forecast System
ventilation for both targeted indoor air quality and maximal energy version 16,’’ Geosci. Model Develop., vol. 15, no. 8, pp. 3281–3313,
saving,’’ Building Environ., vol. 147, pp. 11–22, Jan. 2019. Apr. 2022.
[29] X.-B. Jin, Z.-Y. Wang, W.-T. Gong, J.-L. Kong, Y.-T. Bai, T.-L. Su, CHUNHAO LIU (Graduate Student Member,
H.-J. Ma, and P. Chakrabarti, ‘‘Variational Bayesian network with infor- IEEE) was born in Linyi, Shandong, China,
mation interpretability filtering for air quality forecasting,’’ Mathematics, in 1997. He received the B.S. degree in automation
vol. 11, no. 4, p. 837, Feb. 2023. from Linyi University, China, in 2019, where
[30] J. Li, W. Shi, and D. Yang, ‘‘Color difference classification of dyed fabrics he is currently pursuing the Graduate degree in
via a kernel extreme learning machine based on an improved grasshopper electronics and information technology with the
optimization algorithm,’’ Color Res. Appl., vol. 46, no. 2, pp. 388–401, School of Automation and Electrical Engineering.
Apr. 2021.
His current research interests include machine
[31] Z. Zhou, Y. Hu, J. Ji, Y. Wang, Z. Zhu, D. Yang, and J. Chen, ‘‘Robot
learning and deep learning, data mining, and
manipulator visual servoing via Kalman filter-optimized extreme learning
control systems.
machine and fuzzy logic,’’ KSII Trans. Internet Inf. Syst., vol. 16, no. 8,
pp. 2529–2551, 2022.
GUANGYUAN PAN (Member, IEEE) was born
[32] Z. Zhou, W. Deng, Z. Zhu, Y. Wang, J. Du, and X. Liu, ‘‘Fabric defect
detection based on feature fusion of a convolutional neural network and in Linyi, Shandong, China, in 1987. He received
optimized extreme learning machine,’’ Textile Res. J., vol. 92, nos. 7–8, the B.S. degree in automation from the Qingdao
pp. 1161–1182, Apr. 2022. University of Science and Technology, China,
[33] Y. Xue, Q. Wu, and H. Sun, ‘‘Air quality prediction model based on in 2009, and the M.S. and Ph.D. degrees in
genetic algorithm and weighted extreme learning machine,’’ Proc. SPIE, control science and engineering from the Beijing
vol. 12294, Oct. 2022, Art. no. 1229454. University of Technology (Dr. Junfei Qiao’s team),
[34] X. Liang, G. Wang, M. R. Min, Y. Qi, and Z. Han, ‘‘A deep spatio-temporal Beijing, China, in 2012 and 2016, respectively.
fuzzy neural network for passenger demand prediction,’’ in Proc. SIAM Int. From 2013 to 2014, he was a joint-training Ph.D.
Conf. Data Mining (SDM), 2019, pp. 100–108. student with the University of Victoria (Dr. Nikitas
[35] Y. Liu, C. Lyu, A. Khadka, W. Zhang, and Z. Liu, ‘‘Spatio-temporal Dimopoulos’ team), BC, Canada. He was a Postdoctoral Researcher with
ensemble method for car-hailing demand prediction,’’ IEEE Trans. Intell. the Department of Civil and Environmental Engineering, University of
Transp. Syst., vol. 21, no. 12, pp. 5328–5333, Dec. 2020. Waterloo, ON, Canada, from 2016 to 2019. He is currently an Associate
[36] J. Ma, Y. Ding, J. C. P. Cheng, F. Jiang, and Z. Wan, ‘‘A temporal-spatial Professor with the Department of Automation and Electrical Engineering,
interpolation and extrapolation method based on geographic long short- Linyi University, China. His current research interests include machine
term memory neural network for PM2.5 ,’’ J. Cleaner Prod., vol. 237,
learning and deep learning, data mining and signal processing, transportation
Nov. 2019, Art. no. 117729.
safety, and intelligent systems.
[37] J. Ma, Y. Ding, V. J. L. Gan, C. Lin, and Z. Wan, ‘‘Spatiotemporal
prediction of PM2.5 concentrations at different time granularities using
DONGMING SONG was born in Yantai,
IDW-BLSTM,’’ IEEE Access, vol. 7, pp. 107897–107907, 2019.
Shandong, China, in 1976. He received the
[38] S. Maji, S. Ghosh, and S. Ahmed, ‘‘Association of air quality with
respiratory and cardiovascular morbidity rate in Delhi, India,’’ Int. bachelor’s degree in mechanical design and
J. Environ. Health Res., vol. 28, no. 5, pp. 471–490, Sep. 2018. manufacturing from the China University of
[39] M. Wang, H. Chen, B. Yang, X. Zhao, L. Hu, Z. Cai, H. Huang, and Petroleum (East China), in 1999, and the master’s
C. Tong, ‘‘Toward an optimal kernel extreme learning machine using a degree in mechanical and electronic engineering
chaotic moth-flame optimization strategy with applications in medical and the Ph.D. degree in computer application
diagnoses,’’ Neurocomputing, vol. 267, pp. 69–84, Dec. 2017. technology from the Nanjing University of Science
[40] M. A. E. Aziz, A. A. Ewees, and A. E. Hassanien, ‘‘Whale optimization and Technology, in 2004 and 2009, respectively.
algorithm and moth-flame optimization for multilevel thresholding image He is currently an Associate Professor with the
segmentation,’’ Expert Syst. Appl., vol. 83, pp. 242–256, Oct. 2017. Department of Automation and Electrical Engineering, Linyi University,
[41] Y. Yang, Y. Wang, and X. Yuan, ‘‘Parallel chaos search based incremental China. His current research interests include energy internet, energy big data,
extreme learning machine,’’ Neural Process. Lett., vol. 37, no. 3, electrical, and control systems.
pp. 277–301, Jun. 2013.
[42] F. Jiang, J. He, and Z. Zeng, ‘‘Pigeon-inspired optimization and HAO WEI was born in Linyi, Shandong, China,
extreme learning machine via wavelet packet analysis for predicting bulk in 1989. He received the bachelor’s degree in
commodity futures prices,’’ Sci. China Inf. Sci., vol. 62, no. 7, pp. 1–19, computer science from Imperial College London,
Jul. 2019. U.K., in 2011, and the master’s degree in software
[43] Q. Li, H. Chen, H. Huang, X. Zhao, Z. Cai, C. Tong, W. Liu, and X. Tian, engineering and the Ph.D. degree in computer
‘‘An enhanced grey wolf optimization based feature selection wrapped
science from the University of York, U.K., in
kernel extreme learning machine for medical diagnosis,’’ Comput. Math.
2013 and 2018, respectively. He is currently a
Methods Med., vol. 2017, Jan. 2017, Art. no. 9512741.
[44] G.-B. Huang, D. H. Wang, and Y. Lan, ‘‘Extreme learning machines: Lecturer with the Department of Automation and
A survey,’’ Int. J. Mach. Learn. Cybern., vol. 2, no. 2, pp. 107–122, Electrical Engineering, Linyi University, China.
Jun. 2011. His current research interests include swarm
[45] G. Huang, H. Zhou, X. Ding, and R. Zhang, ‘‘Extreme learning machine robotics, genetic algorithm, and system development related to artificial
for regression and multiclass classification,’’ IEEE Trans. Syst., Man, intelligence and big data.
Cybern. B, Cybern., vol. 42, no. 2, pp. 513–529, Apr. 2012.