AU2019100364A4 - A Method of Air Quality Prediction Using Long Short-Term Memory Neural Network - Google Patents

A Method of Air Quality Prediction Using Long Short-Term Memory Neural Network Download PDF

Info

Publication number
AU2019100364A4
AU2019100364A4 AU2019100364A AU2019100364A AU2019100364A4 AU 2019100364 A4 AU2019100364 A4 AU 2019100364A4 AU 2019100364 A AU2019100364 A AU 2019100364A AU 2019100364 A AU2019100364 A AU 2019100364A AU 2019100364 A4 AU2019100364 A4 AU 2019100364A4
Authority
AU
Australia
Prior art keywords
neural network
prediction
model
data
proposed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
AU2019100364A
Inventor
Shenyuan Huang
Zuotao Li
Ruolin Sun
Tianyue Xu
Xiaogang Yang
Jingqiao Zhu
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to AU2019100364A priority Critical patent/AU2019100364A4/en
Application granted granted Critical
Publication of AU2019100364A4 publication Critical patent/AU2019100364A4/en
Ceased legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/049Temporal neural networks, e.g. delay elements, oscillating neurons or pulsed inputs

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

Air quality prediction is an effective way used to protect the citizens'health by providing an early warning of the atmospheric pollutants. Existing atmospheric pollutant concentration prediction models are unable to simulate the long-term relationship effectively and always neglect the spatio-temporal correlations. In this application, a novel long short-term memory neural network enhanced model (LSTME) which considers the spatiotemporal correlations between observation stations is proposed for accurate atmospheric pollutant concentration prediction. In this application, we used the long short-term memory (LSTM) layers to automatically extract inherent representative characteristics from the historical atmospheric pollutant data, and the meteorological data is integrated into the proposed model to enhance the prediction performance. Experiments using the PM2.5 hourly data collected at 12 air quality monitoring stations in Beijing city, China during the period from Jan/01/2014 to Jan/01/2015 proved the effectiveness of our proposed LSTME model. Compared with the state-of-the-art statistics-based prediction models, including LSTM and Time-Delayed Artificial Neural Network (TDNN), the results demonstrated that our LSTME model is better than other statistics-based models. The proposed model exhibited a satisfying performance on the one-hour prediction task, with an error of 11.93%. time t-2 °•.0 t-r .-. S1 S2 511 58 Station historical PMz.5 concentration data Long Short-term Neural Network Fully Connected Neural Network Fully Connected Neural Network Q Q(C) C time: t ... Figure 1

Description

LIELD OE INVENTION
The application is a device used to effectively predict the short-term air pollutant concentration. This application can bring great help to air quality prediction and monitoring. It can provide the citizens and the government with the data of future air pollutant concentration. It provides people with the reference of air quality so that people can take preventive and protective measures in advance for the haze weather. It also provides researchers in environmental engineering with complete spatial and temporal reference data.
BACKGROUND OF THE INVENTION
Accompany with the rapid development of the economy, air pollution has become a globally environmental problem. As air pollution has caused great damage to the health of residents, the problem of air pollution has become a major concern of the government and the public. Take PM2.5 as an example, it is a particle with a diameter of fewer than 2.5 microns
2019100364 05 Apr 2019 could directly affect the pulmonary ventilation function after entering the human body into the alveoli. There has been seriously healthy condition resulted from such pollutants which turn out to be a problem eager to be solved. Thus, it would be helpful when we are able to acquire the real-time concentration of the air pollutant.
There are already have some solutions in the prediction of air pollutants concentration. Most of them can be classified into the following two methods, but they both have its shortcomings.
1. Deterministic methods: These methods are based on atmosphere physical and chemical reactions, and the processes of pollutant diffusion, emission, transformation, removal and diffusion are modelled by using meteorological principles and statistical methods. Although sound theories support the pollutant diffusion mechanism, almost all of these models are related to empirical knowledge, unreliable and limited data, and various application limitations.
2.Statistical method. This kind of methods do not require complex theoretical models and can predict air quality based on statistical models. Traditional RNN models which can handle arbitrary sequences of inputs
2019100364 05 Apr 2019 still have two shortcomings: 1) RNN structure requires a lot of experiments to determine the optimal time lag ahead of time;2) the traditional RNNs cannot capture the long-time dependence in the input sequence, so it is difficult to train the RNNs with a long time delay, and it may encounter the problem of gradient disappearances and explosion.
In 1997, scientists developed a special RNN architecture called a long-short-memory neural network (LSTM NN) in order to handle these problems. Different from traditional neural networks, LSTM NNs have the ability to model learn long time series but are not affected by the vanishing gradient problem. This characteristic is particularly essential for the establishment of a spatiotemporal process model of the concentration of air pollutants in one monitoring station which is highly related to the historical concentration of air pollutants in this station and the concentration of air pollutants in nearby monitoring stations due to the pollutant transport process. Recent reseraches have tried to use LSTM NNs for air pollution risk prediction, but they only classified the risk ranking of pollution and did not predict the concentration of air pollutants by real values. In addition, they did not take into account the spatial correlation between monitoring stations but made separate predictions for each station. As far as we know, LSTM NNs have not been applied in the
2019100364 05 Apr 2019 field of air pollutant concentration prediction. In this application, LSTM NNs are extended to build a model for air pollutant concentration prediction and spatiotemporal correlation are effectively modeled.
SUMMARY OF THE INVENTION
In order to forecast future air quality, we proposed a method based on the deep learning structure. In our proposal, the main network was Long short-term memory (LSTM) and fully connected one (FC), which can be seen in Fig. 1. In our LSTME method, instead of using the historical air pollutant concentration data alone, our method used extra data to support the prediction process. The inputs can be classified as main inputs historical PM2.5 concentration data, and auxiliary inputs which includes meteorology (such as temperature, humidity, wind speed, visibility and etc.) Main inputs should be in a normalized format while the supplement data also went through the preprocessing process. Our experiments showed that this proposal can effectively predict future air quality.
A brief introduction to LSTM layer
The LSTM NN is generated from RNN. The basic structure consists of two layers serve as the input and output, respectively, several recurrently
2019100364 05 Apr 2019 connected hidden layers take the role of memory blocks. Those memory blocks can be used in solving time series problems, their inner structure (self-recurrent memory cell and recurrently self-connected linear unit-constant error carousel) can somehow memorize and make use of the previous status.
Fully connected (FC) layer
The FC is the mostly used building block in a neural network, in each layer, each node is connected with all nodes in the preceding layer. This network can be used in repeated supervisor learning and obtains a good performance in the data feature extraction stage.
In our proposal, there are two LSTM layers which served as the feature extractor for air pollutant concentration data. One FC layer was followed, its aim was the combination of features extracted by LSTM and supplement input, then generated the final output.
The global operation will be shown below.
Auxiliary data.
Before entering the FC layer, those auxiliary data will be preprocessed with normalization.
The Overall pipeline of our proposed method for air pollutant concentration prediction includes three parts.
2019100364 05 Apr 2019 .Main inputs enter LSTM network, then the network tries to extract the inherent features from the inputs.
2. Extracted features are combined with the auxiliary inputs and enter the FC network.
3. FC layer generates the final prediction output.
After training our network using enough training data, our model can directly produce air pollutant concentration for several stations simultaneously with a high prediction accuracy and inference speed.
DESCRIPTION OF THE DRAWINGS
Fig.1 illustrates the architecture of our proposed FSTMEM for air pollutant concentration prediction.
Fig.2 illustrates the overall pipeline for air pollutant concentration prediction.
Fig.3 illustrates the auto-correlation with different time delays.
Fig.4 illustrates the distributions of the 8 air quality monitoring stations (red triangle) and the meteorological monitoring station (blue triangle) in Beijing City, China.
Fig. 5 illustrates the predicted and observed PM2.5 concentration value.
2019100364 05 Apr 2019
DESCRIPTION OF THE PREFERRED EMBODIMENTS
Network architecture
There are also parameters which were capable to influence the whole prediction process in other parts, those parameters can be grouped as: Number of Layers, which refers to LSTM layers and full-connected layers; Number of nodes, which refers to single LSTM layer and single full-connected layer; the time lag, which refers to the normalized historical PM2.5 concentration data; the learning rate, generally determined by the activated function chose in neural network, in our method, this function was set as ReLU. The number of layers had already been set to 2 (LSTM) and 1(FC), respectively. The number of nodes was set to 500. In order to optimize the number of time lags, we designed several comparison experiments, related parameters were well controlled, including the input data and other potential variables. The historical time lag r was set from 8 to 12, with an increment 2. The overall result showed that when time lag equaled to 10, our method reached its best performance.
Spatiotemporal correlation analysis
2019100364 05 Apr 2019
The Spatial Correlation
First, we analyzed PM2.5 concentrations among the all air quality monitoring stations in order to examine the spatial correlation which was measured by Pearson’s correlation coefficient (Pearson, 1895). As shown in Table, it significantly indicated that all the correlation coefficients between stations are above 0.8 (p-value<0.05) which indicated that the PM2.5 concentrations are closely correlated among the stations. This makes it possible for us to use a single model to predict the PM2.5 concentrations among these stations instead of using separate models for each station, and thus can also contribute to the improvement of the prediction performance by incorporating nearby related inputs.
The Autocorrelation
Subsequently, autocorrelation functions (Box and Jenkins, 1976) were measurements to calculate the temporal correlations in the PM2.5 concentration time series of each station. With regard to the time delay k, the temporal correlations were calculated as the following formula:
Cov(y(t),y(t + k))
P/c —°y(t)°y(t+k) y(t) denotes the air pollutant concentration at time t and y(t + k) denotes the air pollutant concentration at time t + k. Cov(·) is the covariance and σ(·) is the standard deviation.
2019100364 05 Apr 2019
According to Fig. 3, it shows the autocorrelation coefficients of each station and the 8 curves. A significant descending trend with increasing time lags indicates that earlier events have a weaker effect on the current status. Moreover, the correlation function is higher than 0.5 when the time lag is less than 20 indicating a high temporal correlation. We can select the appropriate time lags for the prediction tasks based on the correlation values.
In consideration of the high spatiotemporal correlations and the historical status of these stations, we can regard the time-delayed PM2.5 concentrations as inputs and applied the FSTM NN to confirm the spatiotemporal correlations.
Spatio-temporal feature extraction
First, an input tensor for the FSTM layers was made up of time-delayed historical data which had already been stacked (see “Main Inputs” in Fig. 1). Secondly, features of the spatially correlated data with long time dependencies were automatically extracted layer-by-layer (see “FSTMs” part in Fig. 1). A recursive arrow denotes that there are many times of the layer extraction process so as to optimum performance.
Supplement data processing
The addition of supplement data is another significant way to improve
2019100364 05 Apr 2019 prediction performance in addition to the modeling spatiotemporal correlations which are discussed above. According to previous studies, it is known that meteorological factors are indispensable parts of the daily variability of pollutants. Now, the use of current meteorological data can enhance the LSTM NN model.
Performance Inspection
After evaluating the prediction performance of our model under different network configuration, the optimum hyper-parameters have been determined. Comparison experiments between our proposal and LSTM NN model, time-delayed neural network (TDNN) model. Three indicators including RMSE, MAE and MAPE are used to evaluate the prediction performance, calculated as follows, m
RMSE = Τ V 7(Pi - yty m
i=l m
MAE= iV \Pi-yt\ m i=l m
ι v \Pi - yt\
MAPE = — > ——— mL-ι yt i=l where m denotes the number of observation record, Pi and yt denote the predicted and observed air pollutant concentration at time stamp i, io
2019100364 05 Apr 2019 respectively.
The overall pipeline for air pollutant concentration prediction is shown in Fig. 2.
Experimental data
Main input: We collected hourly PM2.5 concentration data from 8 air quality monitoring stations in Beijing, China as the main input of our proposed method for evaluation. The distribution of the observation stations is shown in Fig. 4. Then we normalized the PM2.5 concentration data for our experiments using maximum-minimum normalization.
Auxiliary data: For auxiliary input, considering the meteorological knowledge and the influence of different meteorological factors to the process of pollutant diffusion, emission, transformation, we added auxiliary data to enhance our proposed model, including temperature, humidity, wind speed.
Network configuration
In our experiments, we tested different network configurations and find optimal hyper-parameters. Our model reaches the best performance when we use two LSTM layers for spatio-temporal air quality feature learning and one fully connected layer for auxiliary data feature embedding, along
2019100364 05 Apr 2019 with the time delays set to 10.
Experimental result
We compared the prediction performance of our proposal with LSTM NN model and time-delayed neural network (TDNN) model. The comparing experiments were conducted using the same training and test dataset. Table 1 shows the prediction performance of our proposed LSTME method and the comparing methods. As shown in Table 1, two LSTM based methods (LSTMNN and LSTME) got higher prediction performance as indicated by all evaluation metrics. This finding suggests that LSTM is better at capturing spatio-temporal correlations within air pollutant concentration data. Table 1 also proves that with auxiliary data, our proposed LSTME method performs better than the vanilla LSTM method, which demonstrates that the selected meteorological data can effectively boost the prediction performance.
Figure 5 shows the predicted and observed PM2.5 concentrations. As shown in Figure 5, the predicted PM2.5 concentrations are statistically consistent with the observed values, which demonstrate the satisfying prediction performance of our model. The R2 value between the predicted PM2.5 concentrations and the observed PM2.5 concentrations showed that
98.7% of the explanations variance was captured by our model.
2019100364 05 Apr 2019
Table 1. Prediction performance of our proposed LSTME method and the comparing methods.
Models RMSE MAE MAPE(%)
LSTME 13.28 6.30 11.06
LSTMNN 16.19 8.18 15.29
STNN 23.75 12.83 22.42

Claims (3)

1. A method of air quality prediction using long short-term memory neural network, is characterized in that the proposed model adopts the long shortterm memory neural network to extract high-level features from the input atmospheric pollutant concentrations data, which can effectively capture the long-term spatiotemporal dependency
2. The method according to claim 1, wherein the proposed method is able to extract the spatio-temporal interdependency in atmospheric pollutant concentration data with great efficiency and automation.
3. The method according to claim 1, wherein the highly related auxiliary data are embedded into a traditional LSTM model and the integrated model can perform better prediction than LSTM model alone.
AU2019100364A 2019-04-05 2019-04-05 A Method of Air Quality Prediction Using Long Short-Term Memory Neural Network Ceased AU2019100364A4 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2019100364A AU2019100364A4 (en) 2019-04-05 2019-04-05 A Method of Air Quality Prediction Using Long Short-Term Memory Neural Network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
AU2019100364A AU2019100364A4 (en) 2019-04-05 2019-04-05 A Method of Air Quality Prediction Using Long Short-Term Memory Neural Network

Publications (1)

Publication Number Publication Date
AU2019100364A4 true AU2019100364A4 (en) 2019-05-09

Family

ID=66344410

Family Applications (1)

Application Number Title Priority Date Filing Date
AU2019100364A Ceased AU2019100364A4 (en) 2019-04-05 2019-04-05 A Method of Air Quality Prediction Using Long Short-Term Memory Neural Network

Country Status (1)

Country Link
AU (1) AU2019100364A4 (en)

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110135653A (en) * 2019-05-24 2019-08-16 云南师范大学 A kind of PM based on BPANN Yu ε-SVR mixed model2.5Concentration prediction method
CN110189026A (en) * 2019-05-30 2019-08-30 京东城市(北京)数字科技有限公司 The appraisal procedure and device of air quality Improving Measurements, medium, electronic equipment
CN110296833A (en) * 2019-07-22 2019-10-01 齐鲁工业大学 A kind of flexible measurement method and system of Hydraulic Cylinder combined test stand
CN110378520A (en) * 2019-06-26 2019-10-25 浙江传媒学院 A kind of PM2.5 concentration prediction and method for early warning
CN110675920A (en) * 2019-10-22 2020-01-10 华北电力大学 MI-LSTM-based boiler NOxPrediction method
CN110705743A (en) * 2019-08-23 2020-01-17 国网浙江省电力有限公司 New energy consumption electric quantity prediction method based on long-term and short-term memory neural network
CN111047012A (en) * 2019-12-06 2020-04-21 重庆大学 Air quality prediction method based on deep bidirectional long-short term memory network
CN111144286A (en) * 2019-12-25 2020-05-12 北京工业大学 Urban PM2.5 concentration prediction method fusing EMD and LSTM
CN111259336A (en) * 2020-01-15 2020-06-09 成都信息工程大学 Atmospheric pollutant concentration early warning method
CN111401605A (en) * 2020-02-17 2020-07-10 北京石油化工学院 Interpretable prediction method for atmospheric pollution
CN111489525A (en) * 2020-03-30 2020-08-04 南京信息工程大学 Multi-data fusion meteorological prediction early warning method
CN111582562A (en) * 2020-04-20 2020-08-25 杭州意能电力技术有限公司 Neural network prediction control method based on optimization control platform
CN111787570A (en) * 2020-06-19 2020-10-16 深圳市有方科技股份有限公司 Data transmission method and device of Internet of things equipment and computer equipment
CN112116070A (en) * 2020-09-07 2020-12-22 北方工业大学 Subway station environmental parameter monitoring method and device
CN112418560A (en) * 2020-12-10 2021-02-26 长春理工大学 PM2.5 concentration prediction method and system
CN112465243A (en) * 2020-12-02 2021-03-09 南通大学 Air quality forecasting method and system
CN112489402A (en) * 2020-11-27 2021-03-12 罗普特科技集团股份有限公司 Early warning method, device and system for pipe gallery and storage medium
CN112561191A (en) * 2020-12-22 2021-03-26 北京百度网讯科技有限公司 Prediction model training method, prediction method, device, apparatus, program, and medium
CN112578089A (en) * 2020-12-24 2021-03-30 河北工业大学 Air pollutant concentration prediction method based on improved TCN
CN112949945A (en) * 2021-04-15 2021-06-11 河海大学 Wind power ultra-short-term prediction method for improving bidirectional long-short term memory network
CN113128013A (en) * 2019-12-30 2021-07-16 鸿富锦精密电子(天津)有限公司 Environment state analysis method, environment state analysis device, computer device and storage medium
CN113158556A (en) * 2021-03-31 2021-07-23 山东电力工程咨询院有限公司 Short-time high-precision forecasting method for regional water level
CN113379146A (en) * 2021-06-24 2021-09-10 合肥工业大学智能制造技术研究院 Pollutant concentration inversion method based on multi-feature selection algorithm
CN113919231A (en) * 2021-10-25 2022-01-11 北京航天创智科技有限公司 PM2.5 concentration space-time change prediction method and system based on space-time diagram neural network
CN114912707A (en) * 2022-06-01 2022-08-16 中科大数据研究院 Air quality prediction system and method based on multi-mode fusion
CN117612645A (en) * 2024-01-23 2024-02-27 中科三清科技有限公司 Pollution weather condition prediction method and device, storage medium and electronic equipment

Cited By (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110135653A (en) * 2019-05-24 2019-08-16 云南师范大学 A kind of PM based on BPANN Yu ε-SVR mixed model2.5Concentration prediction method
CN110135653B (en) * 2019-05-24 2022-03-04 云南师范大学 PM based on BPANN and epsilon-SVR mixed model2.5Concentration prediction method
CN110189026A (en) * 2019-05-30 2019-08-30 京东城市(北京)数字科技有限公司 The appraisal procedure and device of air quality Improving Measurements, medium, electronic equipment
CN110189026B (en) * 2019-05-30 2021-11-12 京东城市(北京)数字科技有限公司 Method and device for evaluating air quality improvement measure, medium, and electronic device
CN110378520A (en) * 2019-06-26 2019-10-25 浙江传媒学院 A kind of PM2.5 concentration prediction and method for early warning
CN110296833A (en) * 2019-07-22 2019-10-01 齐鲁工业大学 A kind of flexible measurement method and system of Hydraulic Cylinder combined test stand
CN110296833B (en) * 2019-07-22 2020-08-18 齐鲁工业大学 Soft measurement method and system for hydraulic cylinder comprehensive test board
CN110705743A (en) * 2019-08-23 2020-01-17 国网浙江省电力有限公司 New energy consumption electric quantity prediction method based on long-term and short-term memory neural network
CN110705743B (en) * 2019-08-23 2023-08-18 国网浙江省电力有限公司 New energy consumption electric quantity prediction method based on long-term and short-term memory neural network
CN110675920A (en) * 2019-10-22 2020-01-10 华北电力大学 MI-LSTM-based boiler NOxPrediction method
CN111047012A (en) * 2019-12-06 2020-04-21 重庆大学 Air quality prediction method based on deep bidirectional long-short term memory network
CN111144286A (en) * 2019-12-25 2020-05-12 北京工业大学 Urban PM2.5 concentration prediction method fusing EMD and LSTM
CN113128013A (en) * 2019-12-30 2021-07-16 鸿富锦精密电子(天津)有限公司 Environment state analysis method, environment state analysis device, computer device and storage medium
CN111259336B (en) * 2020-01-15 2023-03-21 成都信息工程大学 Atmospheric pollutant concentration early warning method
CN111259336A (en) * 2020-01-15 2020-06-09 成都信息工程大学 Atmospheric pollutant concentration early warning method
CN111401605B (en) * 2020-02-17 2023-05-02 北京石油化工学院 Interpreted prediction method for atmospheric pollution
CN111401605A (en) * 2020-02-17 2020-07-10 北京石油化工学院 Interpretable prediction method for atmospheric pollution
CN111489525A (en) * 2020-03-30 2020-08-04 南京信息工程大学 Multi-data fusion meteorological prediction early warning method
CN111582562A (en) * 2020-04-20 2020-08-25 杭州意能电力技术有限公司 Neural network prediction control method based on optimization control platform
CN111787570B (en) * 2020-06-19 2023-11-03 深圳市有方科技股份有限公司 Data transmission method and device of Internet of things equipment and computer equipment
CN111787570A (en) * 2020-06-19 2020-10-16 深圳市有方科技股份有限公司 Data transmission method and device of Internet of things equipment and computer equipment
CN112116070B (en) * 2020-09-07 2024-04-05 北方工业大学 Subway station environment parameter monitoring method and device
CN112116070A (en) * 2020-09-07 2020-12-22 北方工业大学 Subway station environmental parameter monitoring method and device
CN112489402A (en) * 2020-11-27 2021-03-12 罗普特科技集团股份有限公司 Early warning method, device and system for pipe gallery and storage medium
CN112465243B (en) * 2020-12-02 2024-01-09 南通大学 Air quality forecasting method and system
CN112465243A (en) * 2020-12-02 2021-03-09 南通大学 Air quality forecasting method and system
CN112418560B (en) * 2020-12-10 2024-05-14 长春理工大学 PM2.5 concentration prediction method and system
CN112418560A (en) * 2020-12-10 2021-02-26 长春理工大学 PM2.5 concentration prediction method and system
CN112561191B (en) * 2020-12-22 2024-02-27 北京百度网讯科技有限公司 Prediction model training method, prediction device, prediction apparatus, prediction program, and program
CN112561191A (en) * 2020-12-22 2021-03-26 北京百度网讯科技有限公司 Prediction model training method, prediction method, device, apparatus, program, and medium
CN112578089B (en) * 2020-12-24 2023-04-07 河北工业大学 Air pollutant concentration prediction method based on improved TCN
CN112578089A (en) * 2020-12-24 2021-03-30 河北工业大学 Air pollutant concentration prediction method based on improved TCN
CN113158556B (en) * 2021-03-31 2023-08-08 山东电力工程咨询院有限公司 Short-time high-precision forecasting method for regional water level
CN113158556A (en) * 2021-03-31 2021-07-23 山东电力工程咨询院有限公司 Short-time high-precision forecasting method for regional water level
CN112949945B (en) * 2021-04-15 2022-09-02 河海大学 Wind power ultra-short-term prediction method for improving bidirectional long-term and short-term memory network
CN112949945A (en) * 2021-04-15 2021-06-11 河海大学 Wind power ultra-short-term prediction method for improving bidirectional long-short term memory network
CN113379146A (en) * 2021-06-24 2021-09-10 合肥工业大学智能制造技术研究院 Pollutant concentration inversion method based on multi-feature selection algorithm
CN113919231A (en) * 2021-10-25 2022-01-11 北京航天创智科技有限公司 PM2.5 concentration space-time change prediction method and system based on space-time diagram neural network
CN114912707B (en) * 2022-06-01 2023-06-30 郑州大学 Air quality prediction system and prediction method based on multi-mode fusion
CN114912707A (en) * 2022-06-01 2022-08-16 中科大数据研究院 Air quality prediction system and method based on multi-mode fusion
CN117612645A (en) * 2024-01-23 2024-02-27 中科三清科技有限公司 Pollution weather condition prediction method and device, storage medium and electronic equipment
CN117612645B (en) * 2024-01-23 2024-04-09 中科三清科技有限公司 Pollution weather condition prediction method and device, storage medium and electronic equipment

Similar Documents

Publication Publication Date Title
AU2019100364A4 (en) A Method of Air Quality Prediction Using Long Short-Term Memory Neural Network
Ma et al. A Lag-FLSTM deep learning network based on Bayesian Optimization for multi-sequential-variant PM2. 5 prediction
Sun et al. Using Bayesian deep learning to capture uncertainty for residential net load forecasting
Kang et al. Air quality prediction: Big data and machine learning approaches
Mihalakakou et al. The total solar radiation time series simulation in Athens, using neural networks
Thai-Nghe et al. Deep learning approach for forecasting water quality in IoT systems
WO2015172560A1 (en) Central air conditioner cooling load prediction method based on bp neural network
CN113610243B (en) Atmospheric pollutant tracing method based on coupled machine learning and correlation analysis
CN107944612B (en) Bus net load prediction method based on ARIMA and phase space reconstruction SVR
Bar‐Massada et al. Non‐stationarity in the co‐occurrence patterns of species across environmental gradients
CN110727717A (en) Monitoring method, device, equipment and storage medium for gridding atmospheric pollution intensity
CN113011455B (en) Air quality prediction SVM model construction method
CN112232535A (en) Flight departure average delay prediction method based on supervised learning
Al_Janabi et al. Pragmatic method based on intelligent big data analytics to prediction air pollution
Jeya et al. Air pollution prediction by deep learning model
CN113516304A (en) Space-time joint prediction method and device for regional pollutants based on space-time graph network
Haas et al. The correlation between eBird community science and weather surveillance radar‐based estimates of migration phenology
Hsiao et al. Econometric analysis of US airline flight delays with time-of-day effects
CN104699979B (en) Urban lake storehouse algal bloom Study on prediction technology of chaotic series based on complex network
CN114330120A (en) 24-hour PM prediction based on deep neural network2.5Method of concentration
Haviluddin et al. Comparing of ARIMA and RBFNN for short-term forecasting
Assi et al. Prediction of monthly average daily global solar radiation in Al Ain City–UAE using artificial neural networks
CN112990531A (en) Haze prediction method based on feature-enhanced ConvLSTM
Krammer et al. Regression analysis and modeling of local environmental pollution levels for the electric power industry needs
Karmshahi et al. Application of an integrated CA-Markov model in simulating spatiotemporal changes in forest cover: a case study of Malekshahi county forests, Ilam province

Legal Events

Date Code Title Description
FGI Letters patent sealed or granted (innovation patent)
MK22 Patent ceased section 143a(d), or expired - non payment of renewal fee or expiry