CN111047012A - Air quality prediction method based on deep bidirectional long-short term memory network - Google Patents

Air quality prediction method based on deep bidirectional long-short term memory network Download PDF

Info

Publication number
CN111047012A
CN111047012A CN201911246410.3A CN201911246410A CN111047012A CN 111047012 A CN111047012 A CN 111047012A CN 201911246410 A CN201911246410 A CN 201911246410A CN 111047012 A CN111047012 A CN 111047012A
Authority
CN
China
Prior art keywords
term memory
short term
network
data
pollutant
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.)
Pending
Application number
CN201911246410.3A
Other languages
Chinese (zh)
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.)
Chongqing University
Original Assignee
Chongqing 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 Chongqing University filed Critical Chongqing University
Priority to CN201911246410.3A priority Critical patent/CN111047012A/en
Publication of CN111047012A publication Critical patent/CN111047012A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/044Recurrent networks, e.g. Hopfield networks
    • 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
    • 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
    • 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/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0639Performance analysis of employees; Performance analysis of enterprise or organisation operations
    • G06Q10/06395Quality analysis or management

Landscapes

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

Abstract

An air quality prediction method based on a deep bidirectional long-short term memory network. The invention designs a high-precision prediction algorithm aiming at the current situation that air pollutants are difficult to predict. The algorithm innovatively applies a deep bidirectional long-short term memory network to process the time sequence data of the historical pollutant indexes, so that the pollutant is predicted and analyzed. The algorithm was built by the Keras tool of PYTHON3.6.5, comprising the following steps: s1, dividing time series data of a plurality of pollutant indexes into a training set, a verification set and a test set; s2, inputting the data of the training set into a deep bidirectional long and short term memory network for training until the network converges; s3, inputting the data of the verification set into the network for verification, and adjusting the parameters of the network to finally obtain the optimal parameters; s4, applying the network to the test set to evaluate the model, and obtaining the effect of high accuracy; s5, model saving is applied to the actual situation. The algorithm provides a new solution for air pollutant prediction, and is widely applied to the field of air pollution prediction.

Description

Air quality prediction method based on deep bidirectional long-short term memory network
[ technical field ] A method for producing a semiconductor device
The invention relates to an air quality prediction method based on a deep bidirectional long-short term memory network, and belongs to the field of air pollution prediction.
[ background of the invention ]
The prediction of the concentration of the air pollutants has strong disciplinary crossability and is always a hotspot of researches in the fields of environment, weather, mathematics, geography and computer science. Due to the diversity and complexity of pollution components, the pollution indexes are directly and often in a high nonlinear relation, a traditional mathematical model method is difficult to establish an accurate prediction model, a large amount of data acquisition and analysis of a movement mechanism are needed, and the difficulty degree of air pollutant prediction is increased due to the interference of real-time change of meteorological conditions.
Common methods are largely divided into theoretical methods and statistical-based methods. Statistical-based prediction methods are increasingly gaining attention because they do not require excessive prior knowledge and can efficiently and accurately obtain mapping relationships between inputs and outputs, such as artificial neural networks, clustering, regression, and the like. Currently, long and short term memory networks have been used for air pollution prediction and have achieved good results. Because the forward and backward information can be fully utilized, the accuracy of the bidirectional LSTM is generally higher than that of the unidirectional LSTM, and the stability is better. Therefore, the bidirectional long-short term memory network is used as an excellent deep learning time series prediction method, and hidden information of the forward sequence time series and the reverse sequence time series can be effectively mined and utilized for air pollutant prediction. In recent years, deep learning has shown great advantages in regression tasks, and with this, the applicant proposes an air quality prediction method based on a deep bidirectional long-short term memory network to solve the above problems, so as to improve the accuracy of pollutant prediction.
[ summary of the invention ]
Aiming at the defects in the prior art, the invention designs an air quality prediction method based on a deep bidirectional long-short term memory network. The technical system disclosed by the invention can well utilize the historical pollutant index data to realize the prediction of air quality, and is beneficial to the prevention and treatment of air pollution.
In order to solve the problem of gradient disappearance of the recurrent neural network and fully utilize the relation between the data preorder and the data postorder, the method provided by the patent uses a bidirectional long-short term memory network. The long-short term memory network is one kind of recurrent neural network, and each unit includes input gate, forgetting gate and output gate, and can process the long-short term time sequence data effectively and obtain useful information. The bidirectional circulation neural network increases node connection between each layer of the network, the input of the cell state of the forward layer comprises input and output at the last moment, the input of the cell state of the backward layer comprises input and output at the next moment, and the final output layer is jointly determined by the outputs of the forward layer and the backward layer.
The specific steps of the structure of the whole algorithm are as follows:
s1: preprocessing is carried out after data acquisition to obtain pollutant time sequence data, and a data set is divided into a training set, a verification set and a test set;
s2: inputting data of a training set into a deep bidirectional long and short term memory network for training until the network converges;
the calculation process of the bidirectional long-short term memory network is as follows:
hi=f(w1xi+w2hi-1)
hi'=f(w3xi+w5hi+1')
oi=g(w5hi+w6hi')
where w is the different weights, h is the forward hidden state, h' is the reverse hidden state, x is the input, and o is the output.
S3: inputting the data of the verification set into a network for verification, and adjusting the parameters of the network to finally obtain the optimal parameters;
the parameters that need to be adjusted in this patent include the Dropout value, which determines the number of hidden neurons that are deleted randomly, thus preventing the model from being over-fitted.
S4: storing the final model, and inputting a test set to perform recognition effect test;
s5: and the final model is used for an actual air quality prediction link.
The patent uses Mean Square Error (MSE) as a loss function,
Figure BDA0002306539030000021
wherein y isiIs the true contaminant concentration value, ypiIs the predicted contaminant concentration value.
The indexes of the measurement algorithm are RMSE (root mean square error), MAPE (maximum amplitude error), average percentage error, MAE (maximum amplitude error), average absolute error and goodness of fit R2
[ description of the drawings ]
FIG. 1 is a flow chart of an algorithm
FIG. 2 is a diagram of a bidirectional long and short term memory network
FIG. 3 is a graph showing the predicted results of carbon monoxide
FIG. 4 is a graph showing the predicted results of nitrogen dioxide
[ detailed description ] embodiments
Fig. 1 shows a flow chart of the algorithm, and fig. 2 shows a structure of the bidirectional long-short term memory network. The algorithm comprises the following specific steps:
step 1: preprocessing is carried out after data acquisition to obtain pollutant time sequence data, and a data set is divided into a training set, a verification set and a test set;
step 2: inputting data of a training set into a deep bidirectional long and short term memory network for training until the network converges;
and step 3: inputting the data of the verification set into a network for verification, and adjusting the parameters of the network to finally obtain the optimal parameters;
and 4, step 4: and storing the final model, inputting the test set for recognition effect test, and using the final model for an actual air quality prediction link.
The step 1 comprises the following steps:
step 1.1: data acquisition: the implementation method of the patent comprises the following steps of: historical time series data of different pollutant indicators at the same location, e.g. CO, NO2Etc., the pollutant concentration vector at each moment is T ═ Ct(A),Ct(B),Ct(C),Ct(D),Ct(E)...]Each value in the vector represents a concentration value of a different pollutant at time t;
step 1.2: data preprocessing: and (4) carrying out mean value missing value filling on the index historical time sequence data, and processing and standardizing abnormal values to obtain a final historical time sequence data set.
Step 1.3: data set partitioning: the historical time series data set is divided into a training set, a validation set and a test set in a ratio of 7:2: 1.
The step 2 comprises the following steps:
step 2.1: and constructing a bidirectional long-short term memory network, which comprises an input layer, a forward layer, a backward layer, a full connection layer and an output layer. Wherein, the parameters to be adjusted are the number of the long-term and short-term memory nerve units of each layer and the Dropout value;
step 2.2: initializing the cell state and the hidden state of a bidirectional long-short term memory neural unit, and inputting data;
step 2.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 2.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 2.5: the above steps are trained and cycled through using MAE as a loss function until the model converges.
The step 3 comprises the following steps:
step 3.1: testing the trained model on the verification set;
step 3.2: adjusting parameters according to the model result;
step 3.3: and (5) completing parameter adjustment and saving the model.
The step 4 comprises the following steps:
step 4.1: finally training a test set to obtain a well-trained prediction model;
step 4.2: comparing all the prediction results with the true values to obtain a final model evaluation index;
step 4.3: the final prediction model can be used in the actual air quality monitoring link.
The evaluation result of the final model is shown in table 1, and the prediction trend graph is shown in fig. 3 and fig. 4, so that the algorithm in the patent has good practical prospect and generalization capability.
TABLE 1 prediction results table
Figure BDA0002306539030000031
It should be noted that the above examples are only used for illustrating the patent pollutant prediction description of the present invention, and are not intended to limit the present invention. It should be understood by those skilled in the art that modifications and equivalents may be made to the technical solution of the present invention without departing from the spirit and scope of the technical solution of the present invention, and all such modifications and equivalents are intended to be included within the scope of the claims of the present invention.

Claims (6)

1. The air quality prediction method based on the deep bidirectional long and short term memory network comprises the following steps:
step 1: preprocessing is carried out after data acquisition to obtain pollutant time sequence data, and a data set is divided into a training set, a verification set and a test set;
step 2: inputting data of a training set into a deep bidirectional long and short term memory network for training until the network converges;
and step 3: inputting the data of the verification set into a network for verification, and adjusting the parameters of the network to finally obtain the optimal parameters;
and 4, step 4: and storing the final model, inputting the test set for recognition effect test, and using the final model for an actual air quality prediction link.
2. The method of deep two-way long-short term memory network in air pollutant prediction as claimed in claim 1, its application range in air pollutant and indoor pollutant prediction system can effectively predict the development of pollutant index.
3. The method for predicting the air quality based on the deep bidirectional long and short term memory network as claimed in claim, wherein the step 1 comprises the following steps;
step 1.1: data acquisition: the implementation method of the patent comprises the following steps of: historical time series data of different pollutant indicators at the same location, e.g. CO, NO2Etc., the pollutant concentration vector at each moment is T ═ Ct(A),Ct(B),Ct(C),Ct(D),Ct(E)...]Each value in the vector represents a concentration value of a different pollutant at time t;
step 1.2: data preprocessing: and (4) carrying out mean value missing value filling on the index historical time sequence data, and processing and standardizing abnormal values to obtain a final historical time sequence data set.
Step 1.3: data set partitioning: the historical time series data set is divided into a training set, a validation set and a test set in a ratio of 7:2: 1.
4. The method for predicting the air quality based on the deep bidirectional long and short term memory network as claimed in claim, wherein the step 2 comprises the following steps;
step 2.1: and constructing a bidirectional long-short term memory network, which comprises an input layer, a forward layer, a backward layer, a full connection layer and an output layer. Wherein, the parameters to be adjusted are the number of the long-term and short-term memory nerve units of each layer and the Dropout value;
step 2.2: initializing the cell state and the hidden state of a bidirectional long-short term memory neural unit, and inputting data;
step 2.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 2.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 2.5: the above steps are trained and cycled through using MAE as a loss function until the model converges.
5. The method for predicting the air quality based on the deep bidirectional long and short term memory network as claimed in claim, wherein the step 3 comprises the following steps;
step 3.1: testing the trained model on the verification set;
step 3.2: adjusting parameters according to the model result;
step 3.3: and (5) completing parameter adjustment and saving the model.
6. The method for predicting the air quality based on the deep bidirectional long and short term memory network as claimed in claim, wherein the step 4 comprises the following steps;
step 4.1: finally training a test set to obtain a well-trained prediction model;
step 4.2: comparing all the prediction results with the true values to obtain a final model evaluation index;
step 4.3: the final prediction model can be used in the actual air quality monitoring link.
CN201911246410.3A 2019-12-06 2019-12-06 Air quality prediction method based on deep bidirectional long-short term memory network Pending CN111047012A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911246410.3A CN111047012A (en) 2019-12-06 2019-12-06 Air quality prediction method based on deep bidirectional long-short term memory network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911246410.3A CN111047012A (en) 2019-12-06 2019-12-06 Air quality prediction method based on deep bidirectional long-short term memory network

Publications (1)

Publication Number Publication Date
CN111047012A true CN111047012A (en) 2020-04-21

Family

ID=70234972

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911246410.3A Pending CN111047012A (en) 2019-12-06 2019-12-06 Air quality prediction method based on deep bidirectional long-short term memory network

Country Status (1)

Country Link
CN (1) CN111047012A (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111612254A (en) * 2020-05-22 2020-09-01 中国科学院合肥物质科学研究院 Road motor vehicle exhaust emission prediction method based on improved attention bidirectional long-short term memory network
CN111798051A (en) * 2020-07-02 2020-10-20 杭州电子科技大学 Air quality space-time prediction method based on long-short term memory neural network
CN111814956A (en) * 2020-06-23 2020-10-23 哈尔滨工程大学 Multi-task learning air quality prediction method based on multi-dimensional secondary feature extraction
CN112070156A (en) * 2020-09-07 2020-12-11 广东电科院能源技术有限责任公司 Gas emission concentration prediction method and system based on GRU network
CN112215495A (en) * 2020-10-13 2021-01-12 北京工业大学 Pollution source contribution calculation method based on long-time memory neural network
CN112381213A (en) * 2020-12-01 2021-02-19 重庆邮电大学 Industrial equipment residual life prediction method based on bidirectional long-term and short-term memory network
CN112434888A (en) * 2020-12-17 2021-03-02 中国计量大学上虞高等研究院有限公司 PM2.5 prediction method of bidirectional long and short term memory network based on deep learning
CN112633604A (en) * 2021-01-04 2021-04-09 重庆邮电大学 Short-term power consumption prediction method based on I-LSTM
CN113159444A (en) * 2021-05-06 2021-07-23 国家电网有限公司 Audit opinion prediction method and device based on deep cycle neural network
CN114239417A (en) * 2021-12-23 2022-03-25 四创科技有限公司 Comprehensive evaluation method and terminal for ammonia nitrogen content in water supply system
CN114676822A (en) * 2022-03-25 2022-06-28 东南大学 Multi-attribute fusion air quality forecasting method based on deep learning
CN115081706A (en) * 2022-06-16 2022-09-20 中国安能集团第三工程局有限公司 Loess collapse prediction method and device based on bidirectional LSTM network
CN115096357A (en) * 2022-06-07 2022-09-23 大连理工大学 Indoor environment quality prediction method based on CEEMDAN-PCA-LSTM
CN116068479A (en) * 2023-03-07 2023-05-05 潍柴动力股份有限公司 Abnormality detection method and device for output performance signal in fuel cell endurance test
CN116665798A (en) * 2023-04-27 2023-08-29 海南大学 Air pollution trend early warning method and related device
CN116862079A (en) * 2023-09-04 2023-10-10 应辉环境科技服务(烟台)有限公司 Enterprise pollutant emission prediction method and prediction system
CN117744704A (en) * 2024-02-21 2024-03-22 云南宇松科技有限公司 Flue gas pollution source acquisition monitoring system, method and readable storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106599520A (en) * 2016-12-31 2017-04-26 中国科学技术大学 LSTM-RNN model-based air pollutant concentration forecast method
CN108197736A (en) * 2017-12-29 2018-06-22 北京工业大学 A kind of Air Quality Forecast method based on variation self-encoding encoder and extreme learning machine
CN109492830A (en) * 2018-12-17 2019-03-19 杭州电子科技大学 A kind of mobile pollution source concentration of emission prediction technique based on space-time deep learning
AU2019100364A4 (en) * 2019-04-05 2019-05-09 Shenyuan Huang A Method of Air Quality Prediction Using Long Short-Term Memory Neural Network
CN110222901A (en) * 2019-06-13 2019-09-10 河海大学常州校区 A kind of electric load prediction technique of the Bi-LSTM based on deep learning
CN110263479A (en) * 2019-06-28 2019-09-20 浙江航天恒嘉数据科技有限公司 A kind of air pollution agent concentration spatial and temporal distributions prediction technique and system
CN110333556A (en) * 2019-06-03 2019-10-15 深圳中兴网信科技有限公司 Air Quality Forecast method, apparatus, computer equipment and readable storage medium storing program for executing
CN110428082A (en) * 2019-05-31 2019-11-08 南京邮电大学 Water quality prediction method based on attention neural network
CN110533248A (en) * 2019-09-02 2019-12-03 中科格物智信(天津)科技有限公司 The Predict Model of Air Pollutant Density of fusion machine learning and LSTM

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106599520A (en) * 2016-12-31 2017-04-26 中国科学技术大学 LSTM-RNN model-based air pollutant concentration forecast method
CN108197736A (en) * 2017-12-29 2018-06-22 北京工业大学 A kind of Air Quality Forecast method based on variation self-encoding encoder and extreme learning machine
CN109492830A (en) * 2018-12-17 2019-03-19 杭州电子科技大学 A kind of mobile pollution source concentration of emission prediction technique based on space-time deep learning
AU2019100364A4 (en) * 2019-04-05 2019-05-09 Shenyuan Huang A Method of Air Quality Prediction Using Long Short-Term Memory Neural Network
CN110428082A (en) * 2019-05-31 2019-11-08 南京邮电大学 Water quality prediction method based on attention neural network
CN110333556A (en) * 2019-06-03 2019-10-15 深圳中兴网信科技有限公司 Air Quality Forecast method, apparatus, computer equipment and readable storage medium storing program for executing
CN110222901A (en) * 2019-06-13 2019-09-10 河海大学常州校区 A kind of electric load prediction technique of the Bi-LSTM based on deep learning
CN110263479A (en) * 2019-06-28 2019-09-20 浙江航天恒嘉数据科技有限公司 A kind of air pollution agent concentration spatial and temporal distributions prediction technique and system
CN110533248A (en) * 2019-09-02 2019-12-03 中科格物智信(天津)科技有限公司 The Predict Model of Air Pollutant Density of fusion machine learning and LSTM

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
RADHIKA DUA DUA 等: "Real Time Attention Based Bidirectional Long Short-Term Memory Networks for Air Pollution Forecasting", 《2019 IEEE FIFTH INTERNATIONAL CONFERENCE ON BIG DATA COMPUTING SERVICE AND APPLICATIONS》 *
赵金亮: "城市区域流量短期预测方法研究", 《中国优秀硕士学位论文全文数据库经济与管理科学辑》 *

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111612254A (en) * 2020-05-22 2020-09-01 中国科学院合肥物质科学研究院 Road motor vehicle exhaust emission prediction method based on improved attention bidirectional long-short term memory network
CN111814956B (en) * 2020-06-23 2022-04-08 哈尔滨工程大学 Multi-task learning air quality prediction method based on multi-dimensional secondary feature extraction
CN111814956A (en) * 2020-06-23 2020-10-23 哈尔滨工程大学 Multi-task learning air quality prediction method based on multi-dimensional secondary feature extraction
CN111798051A (en) * 2020-07-02 2020-10-20 杭州电子科技大学 Air quality space-time prediction method based on long-short term memory neural network
CN111798051B (en) * 2020-07-02 2023-11-10 杭州电子科技大学 Air quality space-time prediction method based on long-term and short-term memory neural network
CN112070156A (en) * 2020-09-07 2020-12-11 广东电科院能源技术有限责任公司 Gas emission concentration prediction method and system based on GRU network
CN112215495A (en) * 2020-10-13 2021-01-12 北京工业大学 Pollution source contribution calculation method based on long-time memory neural network
CN112215495B (en) * 2020-10-13 2022-05-24 北京工业大学 Pollution source contribution calculation method based on long-time and short-time memory neural network
CN112381213A (en) * 2020-12-01 2021-02-19 重庆邮电大学 Industrial equipment residual life prediction method based on bidirectional long-term and short-term memory network
CN112434888A (en) * 2020-12-17 2021-03-02 中国计量大学上虞高等研究院有限公司 PM2.5 prediction method of bidirectional long and short term memory network based on deep learning
CN112633604A (en) * 2021-01-04 2021-04-09 重庆邮电大学 Short-term power consumption prediction method based on I-LSTM
CN112633604B (en) * 2021-01-04 2022-04-22 重庆邮电大学 Short-term power consumption prediction method based on I-LSTM
CN113159444A (en) * 2021-05-06 2021-07-23 国家电网有限公司 Audit opinion prediction method and device based on deep cycle neural network
CN114239417A (en) * 2021-12-23 2022-03-25 四创科技有限公司 Comprehensive evaluation method and terminal for ammonia nitrogen content in water supply system
CN114676822A (en) * 2022-03-25 2022-06-28 东南大学 Multi-attribute fusion air quality forecasting method based on deep learning
CN114676822B (en) * 2022-03-25 2024-04-23 东南大学 Multi-attribute fusion air quality forecasting method based on deep learning
CN115096357A (en) * 2022-06-07 2022-09-23 大连理工大学 Indoor environment quality prediction method based on CEEMDAN-PCA-LSTM
CN115081706A (en) * 2022-06-16 2022-09-20 中国安能集团第三工程局有限公司 Loess collapse prediction method and device based on bidirectional LSTM network
CN116068479A (en) * 2023-03-07 2023-05-05 潍柴动力股份有限公司 Abnormality detection method and device for output performance signal in fuel cell endurance test
CN116665798A (en) * 2023-04-27 2023-08-29 海南大学 Air pollution trend early warning method and related device
CN116862079A (en) * 2023-09-04 2023-10-10 应辉环境科技服务(烟台)有限公司 Enterprise pollutant emission prediction method and prediction system
CN116862079B (en) * 2023-09-04 2023-12-05 应辉环境科技服务(烟台)有限公司 Enterprise pollutant emission prediction method and prediction system
CN117744704A (en) * 2024-02-21 2024-03-22 云南宇松科技有限公司 Flue gas pollution source acquisition monitoring system, method and readable storage medium
CN117744704B (en) * 2024-02-21 2024-04-30 云南宇松科技有限公司 Flue gas pollution source acquisition monitoring system, method and readable storage medium

Similar Documents

Publication Publication Date Title
CN111047012A (en) Air quality prediction method based on deep bidirectional long-short term memory network
US11346831B2 (en) Intelligent detection method for biochemical oxygen demand based on a self-organizing recurrent RBF neural network
CN111899510A (en) Intelligent traffic system flow short-term prediction method and system based on divergent convolution and GAT
CN108197648A (en) A kind of Fault Diagnosis Method of Hydro-generating Unit and system based on LSTM deep learning models
CN108764568B (en) Data prediction model tuning method and device based on LSTM network
CN103728431A (en) Industrial sewage COD (chemical oxygen demand) online soft measurement method based on ELM (extreme learning machine)
CN112966891A (en) River water environment quality prediction method
CN114036736B (en) Causal network learning method based on local Granges causal analysis
CN116448419A (en) Zero sample bearing fault diagnosis method based on depth model high-dimensional parameter multi-target efficient optimization
CN111325403A (en) Method for predicting remaining life of electromechanical equipment of highway tunnel
CN111222992A (en) Stock price prediction method of long-short term memory neural network based on attention mechanism
CN111832703B (en) Irregular sampling dynamic sequence modeling method for process manufacturing industry
CN110189800A (en) Furnace oxygen content soft-measuring modeling method based on more granularities cascade Recognition with Recurrent Neural Network
CN110991689B (en) Distributed photovoltaic power generation system short-term prediction method based on LSTM-Morlet model
CN112308298A (en) Multi-scenario performance index prediction method and system for semiconductor production line
CN111047476A (en) Dam structure safety monitoring accurate prediction method and system based on RBF neural network
CN108647817B (en) Energy consumption load prediction method and system
CN112819087B (en) Method for detecting abnormality of BOD sensor of outlet water based on modularized neural network
CN103279030A (en) Bayesian framework-based dynamic soft measurement modeling method and device
CN112434888A (en) PM2.5 prediction method of bidirectional long and short term memory network based on deep learning
CN111062476A (en) Water quality prediction method based on gated circulation unit network integration
CN115062764B (en) Intelligent illuminance adjustment and environmental parameter Internet of things big data system
CN111061151A (en) Distributed energy state monitoring method based on multivariate convolutional neural network
CN113707240B (en) Component parameter robust soft measurement method based on semi-supervised nonlinear variation Bayesian hybrid model
CN116341705A (en) Long-period memory network water quality parameter prediction method based on sparse label

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
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20200421