CN111798051A - Air quality space-time prediction method based on long-short term memory neural network - Google Patents

Air quality space-time prediction method based on long-short term memory neural network Download PDF

Info

Publication number
CN111798051A
CN111798051A CN202010629347.8A CN202010629347A CN111798051A CN 111798051 A CN111798051 A CN 111798051A CN 202010629347 A CN202010629347 A CN 202010629347A CN 111798051 A CN111798051 A CN 111798051A
Authority
CN
China
Prior art keywords
data
air quality
long
term memory
concentration
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.)
Granted
Application number
CN202010629347.8A
Other languages
Chinese (zh)
Other versions
CN111798051B (en
Inventor
僧德文
张琪彦
陈光森
张家铭
陈溪源
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.)
Hangzhou Dianzi University
Original Assignee
Hangzhou Dianzi University
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 Hangzhou Dianzi University filed Critical Hangzhou Dianzi University
Priority to CN202010629347.8A priority Critical patent/CN111798051B/en
Publication of CN111798051A publication Critical patent/CN111798051A/en
Application granted granted Critical
Publication of CN111798051B publication Critical patent/CN111798051B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • 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/045Combinations of networks
    • 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
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Artificial Intelligence (AREA)
  • Mathematical Physics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Biomedical Technology (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Game Theory and Decision Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Development Economics (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Feedback Control In General (AREA)

Abstract

The invention discloses an air quality space-time prediction method based on a long-term and short-term memory neural network. The method integrates the particulate matter concentration data, the meteorological data and the gaseous pollutant data of the experimental station and the nearest adjacent station, converts the particulate matter concentration data, the meteorological data and the gaseous pollutant data into a data format for supervision and learning, normalizes the data, and obtains the prediction sequence of the air quality concentration by using the training data of the long-term and short-term memory networks. The method comprises the following steps: s1: acquiring historical air quality data and meteorological data; s2: performing data preprocessing on the historical air quality, including abnormal value elimination, missing value interpolation processing, extraction of particle concentration data of adjacent stations and data normalization; s3: converting the data format from a sequence to a pair of input and output sequences; s4: dividing a data set into a training set and a testing set and initializing various hyper-parameters of the long-term and short-term memory network; s5: the model effect was verified by prediction on the test set. The method can improve the prediction precision of the air quality data.

Description

Air quality space-time prediction method based on long-short term memory neural network
Technical Field
The invention relates to an air quality space-time prediction method based on a long-term and short-term memory neural network, and belongs to the field of air pollution prediction.
Background
In recent years, with the rapid development of society, the pressure on the environment is increasing, and some serious air pollution problems seriously threaten the health of people. Therefore, the requirement of people can not be met by accurately monitoring the air quality, people hope to predict the air quality condition in advance and timely warn and defend, and the threat to the life is maximally relieved. However, the difficulty in predicting the air mass concentration is serious, and the air mass concentration is easily influenced by other factors, such as meteorological factors (temperature, relative humidity, wind speed, precipitation and the like), traffic pollution, industrial emission and the like; in addition, the complex and unstable interactions between the pollutants in the air also present challenges to the prediction of air quality. Furthermore, the air quality prediction is not only limited by the space of the above factors, but also the air quality at the current time is affected by the accumulation of the air quality at the past time in the time dimension. We need to capture both spatial and temporal dependencies.
In recent years, deep learning is more and more widely applied to the fields of artificial intelligence and big data, and urban air quality concentration prediction research based on deep learning is popularized in interdisciplinary research. At present, an air quality prediction model is mainly divided into a classical model of time series prediction and a joint model of space-time prediction, and the VAR can well capture time dependence but cannot process space correlation in the existing time series models such as an Auto-Regressive Integrated Moving Average model (ARIMA for short), a Seasonal ARIMA model (SARIMA for short) and a Vector Auto-Regressive model (VAR for short). Researchers have also proposed a number of joint models, such as CNN and LSTM-based urban PM proposed by Dongming et al2.5A concentration joint prediction scheme; graph convolution neural network and long-short term memory based PM proposed by Yanlin et al2.5A space-time prediction hybrid model; a Multi-output LSTM (Deep Multi-output LSTM, DM-LSTM for short) Deep neural network model proposed by Yanlai et al; the new space-time convolution long-short term memory neural network proposed by Congcong et al. The models capture the time-space correlation of air pollution concentration data well, however, most of the models only consider the influence of meteorological factors on the air pollution concentration, but ignore the interaction among pollutants in the air; since the assistance data of all monitored stations is added, interference by unrelated stations can therefore have a negative effect on the model accuracy.
Disclosure of Invention
In order to overcome the defects of the model, the invention provides an air quality space-time prediction method based on a long-short term memory neural network2.5The concentration data of the 5 sites with the highest concentration sequence data correlation degree can avoid the interference of the sites with small correlation degree to the model accuracy, and the meteorological data and the SO at the same moment are fused2、NO2、O3And CO concentration data is used as the input of a model, then the data format is converted into a supervised learning format, the supervised learning format is input into a long-short-term memory neural network with N hidden layers and a full connection layer for training, the space-time characteristics of the air quality concentration data are extracted, and the data D hours before t is used for [ t, t +1, …, t + N ] of each station]Time of day air pollution data (PM)2.5、CO、NO2、O3、SO2) The concentration value of (2) is predicted. The specific technical scheme is as follows:
a long-short term memory neural network-based air quality space-time prediction method comprises the following specific steps:
step 1: acquiring historical air quality data and meteorological data;
step 2: performing data preprocessing on the historical air quality, including abnormal value elimination, missing value interpolation processing, extraction of particle concentration data of adjacent stations and data normalization processing;
calculating the distance between two sites according to the Haversene formula recommended by Wikipedia, measuring the linear correlation strength between continuous variables by using a Pearson correlation coefficient, wherein the Haversene formula is as follows:
Figure BDA0002567093580000021
Figure BDA0002567093580000022
wherein haversin (·) denotes the distance between stations, R is the radius of the earth, and the average value is 6371km,
Figure BDA0002567093580000023
indicates the latitude between two points, and Δ λ indicates the difference between the latitudes of two points.
The pearson correlation coefficient calculation formula is as follows:
Figure BDA0002567093580000024
where r (-) denotes the correlation coefficient of the PM2.5 concentration sequence between sites, Cov (-) is the covariance, and σ (-) is the standard deviation.
And step 3: converting data format, dividing data set. From sequence to input and output sequence pairs; dividing a data set into a training set and a test set;
and 4, step 4: initializing various parameters of a long-short term memory network (LSTM), inputting data of a training set into the long-short term memory neural network for training until the network converges, and adjusting network hyper-parameters through a comparison test to finally obtain optimal parameters;
and 5: and testing the model effect through the prediction of the test set data to obtain the predicted value of each pollution index of the air quality.
The invention adopts Mean Absolute Error (MAE for short) as a loss function, and the calculation formula is as follows:
Figure BDA0002567093580000031
wherein y isiRepresenting the true contaminant concentration value, piRepresenting a predicted contaminant concentration value.
The indexes for measuring the performance of the prediction method are three, namely average absolute Error (MAE), Root Mean Square Error (RMSE) and decision coefficient (R Squared, R for short)2) RMSE and R2The calculation formula of (a) is as follows:
Figure BDA0002567093580000032
Figure BDA0002567093580000033
wherein, yiRepresenting the true contaminant concentration value, piIs indicative of a predicted concentration value of the contaminant,
Figure BDA0002567093580000034
mean values of contaminant concentrations are indicated.
The air quality space-time prediction method based on the long-term and short-term memory neural network greatly improves the prediction precision of the air quality concentration.
Drawings
FIG. 1 is a flow chart of a method of the present invention;
FIG. 2 is a model architecture diagram of the global prediction method;
FIG. 3 is a graph of the predicted result for PM 2.5;
FIG. 4 is a graph of the predicted result of NO 2;
FIG. 5 is a graph of predicted results for O3;
FIG. 6 is a graph of the predicted results of CO;
fig. 7 is a diagram of the predicted result of SO 2.
Detailed Description
The invention will be further explained with reference to the drawings.
As shown in fig. 1 and 2, the air quality space-time prediction method based on the long-short term memory neural network of the invention specifically comprises the following steps:
step 1: acquiring historical air quality data and meteorological data;
step 2: performing data preprocessing on the historical air quality, including abnormal value elimination, missing value interpolation processing, extraction of particle concentration data of adjacent stations and data normalization processing;
and step 3: converting data format, dividing data set. From sequence to input and output sequence pairs; dividing a data set into a training set and a test set;
and 4, step 4: initializing various parameters of a long-short term memory network (LSTM), inputting data of a training set into the long-short term memory neural network for training until the network converges, and adjusting network hyper-parameters through a comparison test to finally obtain optimal parameters;
and 5: and testing the model effect through the prediction of the test set data to obtain the predicted value of each pollution index of the air quality.
Further, the step 1 specifically comprises:
step 1.1: obtaining historical air quality data, including PM2.5Concentration, SO2Concentration, O3Concentration, CO concentration and NO2Concentration 5 data characteristics;
step 1.2: acquiring meteorological data comprising five data characteristics of temperature, dew point, pressure, wind direction and wind speed.
Further, the step 2 specifically includes:
step 2.1: and removing abnormal values. Directly deleting records with obvious abnormal values in the data;
step 2.2: and (5) processing missing values. Filling missing values by adopting an interpolation method;
step 2.3: and (4) extracting the particle concentration data of adjacent stations. Calculating the distance between two sites according to the Haversene formula recommended by Wikipedia and the longitude and latitude of each site, measuring the linear correlation strength between continuous variables by using a Pearson correlation coefficient, selecting data of five adjacent sites with the highest correlation, adding the data into a model, and improving the prediction accuracy by using adjacent sites.
The Haverine formula is as follows:
Figure BDA0002567093580000041
Figure BDA0002567093580000042
wherein haversin (·) denotes the distance between stations, R is the radius of the earth, and the average value is 6371km,
Figure BDA0002567093580000051
indicates the latitude between two points, and Δ λ indicates the difference between the latitudes of two points.
The pearson correlation coefficient calculation formula is as follows:
Figure BDA0002567093580000052
where r (-) denotes the correlation coefficient of the PM2.5 concentration sequence between sites, Cov (-) is the covariance, and σ (-) is the standard deviation.
The fused time series dataset is denoted R, where the record at each time in R is represented as:
r=[pm2.5,near_1,near_2,near_3,near_4,near_5,temp,dew,press,wnd_dir,wnd_spd,SO2,NO2,O3,CO]。
wherein pm2.5Near _1, near _2, near _3, near _4 and near _5 represent the concentrations of the current site and the adjacent five sites with the highest correlation respectively; temp, ew, press, wnd _ dir and wnd _ spd respectively represent data of temperature, dew point, pressure, wind direction and wind speed at the same time; SO (SO)2,NO2,O3CO represents the respective concentration value;
step 2.4: and (6) data normalization processing. Data is scaled to [0,1 ].
Further, the step 3 specifically includes:
step 3.1: and converting the data format. The raw data sequence is converted into a supervised learning sequence format, from a time series to pairs of input and output sequences. The time series used by the model is a multivariate time series that is used for sequence prediction by specifying the length of the input and output sequences. Assigning D as an input time step and N as an output time step to the model, and predicting values at t, t +1, … and t + N moments through all data characteristics at t-D, t-D +1, … and t-1;
step 3.2: the data set is partitioned. The historical time series data set is as follows 7: the scale of 3 is divided into a training set and a test set.
Further, the step 4 specifically includes:
step 4.1: the LSTM structure comprises an input layer, a hidden layer and a full connection layer (output layer). Setting a maximum epoch, the number of hidden layers and the number of neurons in each layer, and setting the number of complete connection layers and neurons thereof;
step 4.2: initializing the cell state and the hidden layer state of the LSTM neural unit;
step 4.3: calculating the weights of an input gate, a forgetting gate and an output gate of the current neuron and the current memory candidate value;
step 4.4: calculating the hidden state and the memory state of the current neuron and transmitting the hidden state and the memory state to the next neuron;
step 4.5: adopting MAE as a loss function and Adam as an optimization algorithm, and circularly reciprocating until the model converges;
step 4.6: and comparing and adjusting the parameters, and acquiring and storing the optimal parameters. Including maximum epoch, neuron number, learning rate, mini-batch size, L2 regularization coefficients, weight vectors, and bias vectors.
Further, the step 5 specifically includes:
step 5.1: forecasting air pollution indexes on a test set by using a trained forecasting model, including PM2.5、SO2、O3、CO、NO2These 5 contamination indicators;
step 5.2: comparing all the predicted results with the true values, and using MAE, RMSE, R2As an evaluation index of the model, obtainingAnd (5) evaluating the performance of the model.
Step 5.3: the final prediction model may be used for prediction of the actual air mass concentration.
The final model results are shown in table 1, and the prediction trend graphs are shown in fig. 3-7, so that the method of the invention realizes more accurate prediction effect.
TABLE 1 prediction results table
Figure BDA0002567093580000061
In summary, the above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (6)

1. The air quality space-time prediction method based on the long-short term memory neural network is characterized by comprising the following steps of:
step 1: acquiring historical air quality data and meteorological data;
step 2: performing data preprocessing on the historical air quality, including abnormal value elimination, missing value interpolation processing, extraction of particle concentration data of adjacent stations and data normalization processing;
and step 3: converting data format and dividing data set; from sequence to input and output sequence pairs; dividing a data set into a training set and a test set;
and 4, step 4: initializing various parameters of a long-short term memory network (LSTM), inputting data of a training set into the long-short term memory neural network for training until the network converges, and adjusting network hyper-parameters through a comparison test to finally obtain optimal parameters;
and 5: and testing the model effect through the prediction of the test set data to obtain the predicted value of each pollution index of the air quality.
2. The air quality space-time prediction method based on the long-short term memory neural network as claimed in claim 1, wherein the step 1 is specifically as follows:
step 1.1: obtaining historical air quality data, including PM2.5Concentration, SO2Concentration, O3Concentration, CO concentration and NO2Concentration 5 data characteristics;
step 1.2: acquiring meteorological data comprising five data characteristics of temperature, dew point, pressure, wind direction and wind speed.
3. The air quality spatiotemporal prediction method based on the long-short term memory neural network as claimed in claim 1, wherein the step 2 is specifically as follows:
step 2.1: removing abnormal values, and directly deleting records with obvious abnormal values in the data;
step 2.2: processing missing values, and filling the missing values by adopting an interpolation method;
step 2.3: extracting particle concentration data of adjacent sites, calculating the distance between two sites according to the Haverine formula recommended by Wikipedia and the longitude and latitude of each site, measuring the linear correlation strength between continuous variables by using a Pearson correlation coefficient, selecting data of five adjacent sites with the highest correlation, adding the data into a model, and improving the prediction accuracy by using the adjacent sites; the fused time series dataset is denoted R, where the record at each time in R is represented as:
r=[pm2.5,near_1,near_2,near_3,near_4,near_5,temp,dew,press,wnd_dir,wnd_spd,SO2,NO2,O3,CO];
wherein pm2.5Near _1, near _2, near _3, near _4 and near _5 represent the concentrations of the current site and the adjacent five sites with the highest correlation respectively; temp, ew, press, wnd _ dir and wnd _ spd respectively represent data of temperature, dew point, pressure, wind direction and wind speed at the same time; SO (SO)2,NO2,O3CO represents the respective concentration value;
step 2.4: and (5) carrying out data normalization processing, and scaling the data to [0,1 ].
4. The air quality spatiotemporal prediction method based on the long-short term memory neural network as claimed in claim 1, wherein the step 3 is specifically as follows:
step 3.1: converting a data format, namely converting an original data sequence into a format of a supervised learning sequence, from a time sequence to an input and output sequence pair, wherein the time sequence used by the model is a multivariate time sequence, and the multivariate time sequence is used for sequence prediction by specifying the lengths of the input and output sequences; assigning D as an input time step and N as an output time step to the model, and predicting values at t, t +1, … and t + N moments through all data characteristics at t-D, t-D +1, … and t-1;
step 3.2: dividing the data set, and dividing the historical time-series data set into 7: the scale of 3 is divided into a training set and a test set.
5. The air quality spatiotemporal prediction method based on the long-short term memory neural network as claimed in claim 1, wherein the step 4 is specifically as follows:
step 4.1: constructing an LSTM structure which comprises an input layer, a hidden layer and a full connection layer (output layer); setting a maximum epoch, the number of hidden layers and the number of neurons in each layer, and setting the number of complete connection layers and neurons thereof;
step 4.2: initializing the cell state and the hidden layer state of the LSTM neural unit;
step 4.3: calculating the weights of an input gate, a forgetting gate and an output gate of the current neuron and the current memory candidate value;
step 4.4: calculating the hidden state and the memory state of the current neuron and transmitting the hidden state and the memory state to the next neuron;
step 4.5: adopting MAE as a loss function and Adam as an optimization algorithm, and circularly reciprocating until the model converges;
step 4.6: comparing and adjusting parameters, and acquiring and storing optimal parameters; including maximum epoch, neuron number, learning rate, mini-batch size, L2 regularization coefficients, weight vectors, and bias vectors.
6. The air quality spatiotemporal prediction method based on the long-short term memory neural network as claimed in claim 1, wherein the step 5 is specifically as follows:
step 5.1: forecasting air pollution indexes on a test set by using a trained forecasting model, including PM2.5、SO2、O3、CO、NO2These 5 contamination indicators;
step 5.2: comparing all the predicted results with the true values, and using MAE, RMSE, R2Obtaining a performance evaluation result of the model as an evaluation index of the model;
step 5.3: the final prediction model is used for prediction of the actual air mass concentration.
CN202010629347.8A 2020-07-02 2020-07-02 Air quality space-time prediction method based on long-term and short-term memory neural network Active CN111798051B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010629347.8A CN111798051B (en) 2020-07-02 2020-07-02 Air quality space-time prediction method based on long-term and short-term memory neural network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010629347.8A CN111798051B (en) 2020-07-02 2020-07-02 Air quality space-time prediction method based on long-term and short-term memory neural network

Publications (2)

Publication Number Publication Date
CN111798051A true CN111798051A (en) 2020-10-20
CN111798051B CN111798051B (en) 2023-11-10

Family

ID=72811064

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010629347.8A Active CN111798051B (en) 2020-07-02 2020-07-02 Air quality space-time prediction method based on long-term and short-term memory neural network

Country Status (1)

Country Link
CN (1) CN111798051B (en)

Cited By (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112418560A (en) * 2020-12-10 2021-02-26 长春理工大学 PM2.5 concentration prediction method and system
CN112434888A (en) * 2020-12-17 2021-03-02 中国计量大学上虞高等研究院有限公司 PM2.5 prediction method of bidirectional long and short term memory network based on deep learning
CN112465243A (en) * 2020-12-02 2021-03-09 南通大学 Air quality forecasting method and system
CN112734106A (en) * 2021-01-08 2021-04-30 深圳市国电科技通信有限公司 Method and device for predicting energy load
CN112782050A (en) * 2020-12-25 2021-05-11 杭州电子科技大学 Bioaerosol concentration prediction method based on long-short term memory neural network
CN112884243A (en) * 2021-03-16 2021-06-01 杭州职业技术学院 Air quality analysis and prediction method based on deep learning and Bayesian model
CN112906941A (en) * 2021-01-21 2021-06-04 哈尔滨工程大学 Prediction method and system for dynamic correlation air quality time series
CN113077097A (en) * 2021-04-14 2021-07-06 江南大学 Air quality prediction method based on deep space-time similarity
CN113162811A (en) * 2021-06-01 2021-07-23 长扬科技(北京)有限公司 Industrial control network flow abnormity detection method and device based on deep learning
CN113188968A (en) * 2021-05-06 2021-07-30 长沙理工大学 Air pollutant concentration prediction method and system based on combined deep learning model
CN113190535A (en) * 2021-01-19 2021-07-30 云南卫士盾科技有限公司 Gas concentration prediction method based on improved grey-long and short-term memory neural network combined model
CN113240170A (en) * 2021-05-10 2021-08-10 中国地质大学(武汉) Air quality prediction method based on seasonal cyclic neural network
CN113283155A (en) * 2021-03-22 2021-08-20 中国农业科学院农业资源与农业区划研究所 Near-surface air temperature estimation method, system, storage medium and equipment
CN113313235A (en) * 2021-05-25 2021-08-27 江南大学 Improved LSTM-based air quality prediction model and method
CN113379149A (en) * 2021-06-24 2021-09-10 合肥工业大学智能制造技术研究院 Air micro-station concentration prediction method based on LSTM neural network
CN113379146A (en) * 2021-06-24 2021-09-10 合肥工业大学智能制造技术研究院 Pollutant concentration inversion method based on multi-feature selection algorithm
CN113408807A (en) * 2021-06-28 2021-09-17 内蒙古显鸿科技股份有限公司 Air pollution prediction modeling algorithm based on full-connection and LSTM neural network
CN113533644A (en) * 2021-06-26 2021-10-22 西北工业大学 Method for monitoring normal atmospheric pollutants on face source based on unmanned aerial vehicle
CN113610286A (en) * 2021-07-27 2021-11-05 中国地质大学(武汉) PM accounting for spatio-temporal correlations and meteorological factors2.5Concentration prediction method and device
CN113723606A (en) * 2020-12-16 2021-11-30 中国计量大学上虞高等研究院有限公司 Multi-variable air quality time sequence prediction method based on multi-task multi-channel wavelet transformation nested long-short term memory model
CN113837361A (en) * 2021-09-01 2021-12-24 中咨公路养护检测技术有限公司 Air pollutant concentration prediction method and system
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
CN113988400A (en) * 2021-10-22 2022-01-28 重庆工商大学 AQI index prediction method based on PEARSON-LSTM multi-step fusion network
CN113984969A (en) * 2021-10-26 2022-01-28 西安交通大学 Air quality prediction method and system based on multi-source space-time data fusion
CN114217025A (en) * 2021-12-17 2022-03-22 航天科工智慧产业发展有限公司 Analysis method for evaluating influence of meteorological data on air quality concentration prediction
CN114239943A (en) * 2021-12-09 2022-03-25 中国建筑科学研究院天津分院 Aerosol concentration prediction method
CN114330120A (en) * 2021-12-28 2022-04-12 武汉大学 24-hour PM prediction based on deep neural network2.5Method of concentration
CN114626283A (en) * 2021-02-18 2022-06-14 海南省气象科学研究所 Numerical model forecast product release method and related device
CN114662389A (en) * 2022-03-22 2022-06-24 河南大学 Air pollutant-oriented self-correlation error Informer model long time sequence prediction method and system
CN114723127A (en) * 2022-03-31 2022-07-08 河钢数字技术股份有限公司 Steel mill air quality prediction method based on correlation diagram convolutional network
CN114841461A (en) * 2022-05-19 2022-08-02 重庆邮电大学 Air quality integration prediction method based on time sequence missing perception and multi-source factor fusion
CN114994800A (en) * 2022-08-02 2022-09-02 南京航天宏图信息技术有限公司 Inversion method and device for atmospheric fine particles
CN115096357A (en) * 2022-06-07 2022-09-23 大连理工大学 Indoor environment quality prediction method based on CEEMDAN-PCA-LSTM
US20220316734A1 (en) * 2021-04-14 2022-10-06 Jiangnan University Deep Spatial-Temporal Similarity Method for Air Quality Prediction
CN115310367A (en) * 2022-09-01 2022-11-08 康志文 Mine air quality monitoring system based on LSTM neural network
CN115377976A (en) * 2022-10-25 2022-11-22 四川中电启明星信息技术有限公司 Distribution network line variable relation identification method based on Pearson correlation coefficient
US20230074700A1 (en) * 2021-08-25 2023-03-09 State Grid Shanghai Electric Power Company Prediction method for charging loads of electric vehicles with consideration of data correlation
CN115860286A (en) * 2023-03-01 2023-03-28 江苏省生态环境监测监控有限公司 Air quality prediction method and system based on time sequence door mechanism
CN115878695A (en) * 2023-02-20 2023-03-31 中国民用航空局空中交通管理局航空气象中心 Data visualization adjusting method and system based on meteorological database
CN116341763A (en) * 2023-05-23 2023-06-27 西南交通大学 Air quality prediction method
CN116448966A (en) * 2023-06-15 2023-07-18 吉林省中农阳光数据有限公司 Air quality assessment method based on combination of intelligent Internet of things and deep learning
CN117420052A (en) * 2023-10-09 2024-01-19 江苏海洋大学 PM2.5 prediction method integrating multi-scale space-time information

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108898261A (en) * 2018-07-24 2018-11-27 深圳市源广浩电子有限公司 A kind of air quality monitoring method and system based on environmentally friendly big data
CN109214592A (en) * 2018-10-17 2019-01-15 北京工商大学 A kind of Air Quality Forecast method of the deep learning of multi-model fusion
CN110598953A (en) * 2019-09-23 2019-12-20 哈尔滨工程大学 Space-time correlation air quality prediction method
CN111047012A (en) * 2019-12-06 2020-04-21 重庆大学 Air quality prediction method based on deep bidirectional long-short term memory network

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108898261A (en) * 2018-07-24 2018-11-27 深圳市源广浩电子有限公司 A kind of air quality monitoring method and system based on environmentally friendly big data
CN109214592A (en) * 2018-10-17 2019-01-15 北京工商大学 A kind of Air Quality Forecast method of the deep learning of multi-model fusion
CN110598953A (en) * 2019-09-23 2019-12-20 哈尔滨工程大学 Space-time correlation air quality prediction method
CN111047012A (en) * 2019-12-06 2020-04-21 重庆大学 Air quality prediction method based on deep bidirectional long-short term memory network

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张冬雯;赵琪;许云峰;刘滨;: "基于长短期记忆神经网络模型的空气质量预测", 河北科技大学学报, no. 01, pages 2 - 4 *

Cited By (60)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112465243A (en) * 2020-12-02 2021-03-09 南通大学 Air quality forecasting method and system
CN112465243B (en) * 2020-12-02 2024-01-09 南通大学 Air quality forecasting method and system
CN112418560A (en) * 2020-12-10 2021-02-26 长春理工大学 PM2.5 concentration prediction method and system
CN112418560B (en) * 2020-12-10 2024-05-14 长春理工大学 PM2.5 concentration prediction method and system
CN113723606A (en) * 2020-12-16 2021-11-30 中国计量大学上虞高等研究院有限公司 Multi-variable air quality time sequence prediction method based on multi-task multi-channel wavelet transformation nested long-short term memory model
CN112434888A (en) * 2020-12-17 2021-03-02 中国计量大学上虞高等研究院有限公司 PM2.5 prediction method of bidirectional long and short term memory network based on deep learning
CN112782050A (en) * 2020-12-25 2021-05-11 杭州电子科技大学 Bioaerosol concentration prediction method based on long-short term memory neural network
CN112734106A (en) * 2021-01-08 2021-04-30 深圳市国电科技通信有限公司 Method and device for predicting energy load
CN113190535B (en) * 2021-01-19 2023-04-18 云南卫士盾科技有限公司 Gas concentration prediction method based on improved grey-long and short-term memory neural network combined model
CN113190535A (en) * 2021-01-19 2021-07-30 云南卫士盾科技有限公司 Gas concentration prediction method based on improved grey-long and short-term memory neural network combined model
CN112906941A (en) * 2021-01-21 2021-06-04 哈尔滨工程大学 Prediction method and system for dynamic correlation air quality time series
CN114626283A (en) * 2021-02-18 2022-06-14 海南省气象科学研究所 Numerical model forecast product release method and related device
CN112884243A (en) * 2021-03-16 2021-06-01 杭州职业技术学院 Air quality analysis and prediction method based on deep learning and Bayesian model
CN113283155A (en) * 2021-03-22 2021-08-20 中国农业科学院农业资源与农业区划研究所 Near-surface air temperature estimation method, system, storage medium and equipment
CN113283155B (en) * 2021-03-22 2024-04-09 中国农业科学院农业资源与农业区划研究所 Near-surface air temperature estimation method, system, storage medium and equipment
US11512864B2 (en) * 2021-04-14 2022-11-29 Jiangnan University Deep spatial-temporal similarity method for air quality prediction
WO2022217839A1 (en) * 2021-04-14 2022-10-20 江南大学 Air quality prediction method based on deep spatiotemporal similarity
US20220316734A1 (en) * 2021-04-14 2022-10-06 Jiangnan University Deep Spatial-Temporal Similarity Method for Air Quality Prediction
CN113077097B (en) * 2021-04-14 2023-08-25 江南大学 Air quality prediction method based on depth space-time similarity
CN113077097A (en) * 2021-04-14 2021-07-06 江南大学 Air quality prediction method based on deep space-time similarity
CN113188968A (en) * 2021-05-06 2021-07-30 长沙理工大学 Air pollutant concentration prediction method and system based on combined deep learning model
CN113240170A (en) * 2021-05-10 2021-08-10 中国地质大学(武汉) Air quality prediction method based on seasonal cyclic neural network
CN113313235A (en) * 2021-05-25 2021-08-27 江南大学 Improved LSTM-based air quality prediction model and method
CN113313235B (en) * 2021-05-25 2024-05-03 江南大学 Air quality prediction model device and method based on improved LSTM
CN113162811A (en) * 2021-06-01 2021-07-23 长扬科技(北京)有限公司 Industrial control network flow abnormity detection method and device based on deep learning
CN113379149A (en) * 2021-06-24 2021-09-10 合肥工业大学智能制造技术研究院 Air micro-station concentration prediction method based on LSTM neural network
CN113379146A (en) * 2021-06-24 2021-09-10 合肥工业大学智能制造技术研究院 Pollutant concentration inversion method based on multi-feature selection algorithm
CN113533644A (en) * 2021-06-26 2021-10-22 西北工业大学 Method for monitoring normal atmospheric pollutants on face source based on unmanned aerial vehicle
CN113408807A (en) * 2021-06-28 2021-09-17 内蒙古显鸿科技股份有限公司 Air pollution prediction modeling algorithm based on full-connection and LSTM neural network
CN113610286A (en) * 2021-07-27 2021-11-05 中国地质大学(武汉) PM accounting for spatio-temporal correlations and meteorological factors2.5Concentration prediction method and device
CN113610286B (en) * 2021-07-27 2024-03-29 中国地质大学(武汉) PM taking into account space-time correlation and meteorological factors 2.5 Concentration prediction method and device
US20230074700A1 (en) * 2021-08-25 2023-03-09 State Grid Shanghai Electric Power Company Prediction method for charging loads of electric vehicles with consideration of data correlation
CN113837361A (en) * 2021-09-01 2021-12-24 中咨公路养护检测技术有限公司 Air pollutant concentration prediction method and system
CN113988400A (en) * 2021-10-22 2022-01-28 重庆工商大学 AQI index prediction method based on PEARSON-LSTM multi-step fusion network
CN113988400B (en) * 2021-10-22 2024-04-09 重庆工商大学 AQI index prediction method based on PEARSON-LSTM multi-step fusion network
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
CN113984969A (en) * 2021-10-26 2022-01-28 西安交通大学 Air quality prediction method and system based on multi-source space-time data fusion
CN114239943A (en) * 2021-12-09 2022-03-25 中国建筑科学研究院天津分院 Aerosol concentration prediction method
CN114217025A (en) * 2021-12-17 2022-03-22 航天科工智慧产业发展有限公司 Analysis method for evaluating influence of meteorological data on air quality concentration prediction
CN114217025B (en) * 2021-12-17 2024-01-23 哈尔滨工业大学 Analysis method for evaluating influence of meteorological data on air quality concentration prediction
CN114330120B (en) * 2021-12-28 2024-04-23 武汉大学 24-Hour PM prediction based on deep neural network2.5Concentration method
CN114330120A (en) * 2021-12-28 2022-04-12 武汉大学 24-hour PM prediction based on deep neural network2.5Method of concentration
CN114662389A (en) * 2022-03-22 2022-06-24 河南大学 Air pollutant-oriented self-correlation error Informer model long time sequence prediction method and system
CN114723127A (en) * 2022-03-31 2022-07-08 河钢数字技术股份有限公司 Steel mill air quality prediction method based on correlation diagram convolutional network
CN114723127B (en) * 2022-03-31 2024-07-26 河钢数字技术股份有限公司 Steel mill air quality prediction method based on correlation diagram convolutional network
CN114841461A (en) * 2022-05-19 2022-08-02 重庆邮电大学 Air quality integration prediction method based on time sequence missing perception and multi-source factor fusion
CN115096357A (en) * 2022-06-07 2022-09-23 大连理工大学 Indoor environment quality prediction method based on CEEMDAN-PCA-LSTM
CN114994800A (en) * 2022-08-02 2022-09-02 南京航天宏图信息技术有限公司 Inversion method and device for atmospheric fine particles
CN114994800B (en) * 2022-08-02 2022-11-08 南京航天宏图信息技术有限公司 Inversion method and device for atmospheric fine particles
CN115310367A (en) * 2022-09-01 2022-11-08 康志文 Mine air quality monitoring system based on LSTM neural network
CN115377976A (en) * 2022-10-25 2022-11-22 四川中电启明星信息技术有限公司 Distribution network line variable relation identification method based on Pearson correlation coefficient
WO2024087325A1 (en) * 2022-10-25 2024-05-02 四川中电启明星信息技术有限公司 Pearson correlation coefficient-based distribution network line-transformer relation identification method
CN115377976B (en) * 2022-10-25 2023-02-17 四川中电启明星信息技术有限公司 Distribution network line variable relation identification method based on Pearson correlation coefficient
CN115878695A (en) * 2023-02-20 2023-03-31 中国民用航空局空中交通管理局航空气象中心 Data visualization adjusting method and system based on meteorological database
CN115860286A (en) * 2023-03-01 2023-03-28 江苏省生态环境监测监控有限公司 Air quality prediction method and system based on time sequence door mechanism
CN116341763B (en) * 2023-05-23 2023-07-28 西南交通大学 Air quality prediction method
CN116341763A (en) * 2023-05-23 2023-06-27 西南交通大学 Air quality prediction method
CN116448966B (en) * 2023-06-15 2023-09-12 吉林省中农阳光数据有限公司 Air quality assessment method based on combination of intelligent Internet of things and deep learning
CN116448966A (en) * 2023-06-15 2023-07-18 吉林省中农阳光数据有限公司 Air quality assessment method based on combination of intelligent Internet of things and deep learning
CN117420052A (en) * 2023-10-09 2024-01-19 江苏海洋大学 PM2.5 prediction method integrating multi-scale space-time information

Also Published As

Publication number Publication date
CN111798051B (en) 2023-11-10

Similar Documents

Publication Publication Date Title
CN111798051B (en) Air quality space-time prediction method based on long-term and short-term memory neural network
CN111832814B (en) Air pollutant concentration prediction method based on graph attention mechanism
CN109492822B (en) Air pollutant concentration time-space domain correlation prediction method
CN109142171B (en) Urban PM10 concentration prediction method based on feature expansion and fusing with neural network
CN112116080A (en) CNN-GRU water quality prediction method integrated with attention mechanism
CN113554466B (en) Short-term electricity consumption prediction model construction method, prediction method and device
CN111325403B (en) Method for predicting residual life of electromechanical equipment of highway tunnel
CN110555551B (en) Air quality big data management method and system for smart city
Wu et al. A hybrid support vector regression approach for rainfall forecasting using particle swarm optimization and projection pursuit technology
CN109492760B (en) Road traffic interpretable prediction method based on deep fuzzy cognitive map model
CN114781538B (en) Air quality prediction method and system for GA-BP neural network coupling decision tree
CN116721537A (en) Urban short-time traffic flow prediction method based on GCN-IPSO-LSTM combination model
CN112232543A (en) Multi-site prediction method based on graph convolution network
CN113516304A (en) Space-time joint prediction method and device for regional pollutants based on space-time graph network
CN113011455B (en) Air quality prediction SVM model construction method
CN112183625A (en) PM based on deep learning2.5High-precision time-space prediction method
CN115629160A (en) Air pollutant concentration prediction method and system based on space-time diagram
CN118132964B (en) Soil space temperature and humidity prediction method, device, equipment, medium and program product
CN116913098B (en) Short-time traffic flow prediction method integrating air quality and vehicle flow data
CN118017482A (en) Flexible climbing capacity demand analysis method based on prediction error feature extraction
CN117370813A (en) Atmospheric pollution deep learning prediction method based on K line pattern matching algorithm
CN116960962A (en) Mid-long term area load prediction method for cross-area data fusion
CN117077843A (en) Space-time attention fine granularity PM2.5 concentration prediction method based on CBAM-CNN-converter
CN116561609A (en) Sparse site air quality mixed prediction model based on space-time feature extraction
CN114722721A (en) Power transformer health state evaluation method based on deep coding and decoding convolutional network

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant