WO2024060287A1 - Blast furnace temperature prediction method, terminal device, and storage medium - Google Patents

Blast furnace temperature prediction method, terminal device, and storage medium Download PDF

Info

Publication number
WO2024060287A1
WO2024060287A1 PCT/CN2022/122622 CN2022122622W WO2024060287A1 WO 2024060287 A1 WO2024060287 A1 WO 2024060287A1 CN 2022122622 W CN2022122622 W CN 2022122622W WO 2024060287 A1 WO2024060287 A1 WO 2024060287A1
Authority
WO
WIPO (PCT)
Prior art keywords
blast furnace
parameters
furnace temperature
model
sequence length
Prior art date
Application number
PCT/CN2022/122622
Other languages
French (fr)
Chinese (zh)
Inventor
余成明
叶理德
严晗
Original Assignee
中冶南方工程技术有限公司
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 中冶南方工程技术有限公司 filed Critical 中冶南方工程技术有限公司
Publication of WO2024060287A1 publication Critical patent/WO2024060287A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • G06F30/27Design optimisation, verification or simulation using machine learning, e.g. artificial intelligence, neural networks, support vector machines [SVM] or training a model
    • 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
    • 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
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/04Manufacturing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2119/00Details relating to the type or aim of the analysis or the optimisation
    • G06F2119/08Thermal analysis or thermal optimisation

Definitions

  • the invention relates to the field of blast furnace ironmaking, and in particular to a blast furnace temperature prediction method, terminal equipment and storage medium.
  • blast furnace ironmaking is an important component of the entire steel industry. It plays a very important role in both the development of the entire industry and the overall energy conservation and emission reduction of the industry. Whether the blast furnace ironmaking conditions are running smoothly is related to whether the entire ironmaking process is efficient and energy-saving.
  • the blast furnace temperature is an important indicator for identifying the blast furnace conditions. Generally, the furnace temperature can be controlled to ensure the smooth progress of the blast furnace conditions. Establishing a reliable and accurate furnace temperature prediction model to guide blast furnace ironmaking workers in furnace temperature control is not only a theoretical research, but also has great guiding significance for the production practice of the steel industry.
  • the furnace temperature prediction models currently used are mainly for furnace ironmaking researchers to calculate the mechanism from the perspective of heat balance and material balance in the blast furnace production process, and thereby derive the corresponding mechanism model; or rely on the accumulation of a large amount of practical experience. Based on the generated expert knowledge, the researchers developed corresponding qualitative reasoning types. These methods are mainly derived from physical processes or experience and are interpretable, but they still cannot accurately explain the changes in furnace temperature under complex blast furnace production conditions.
  • the present invention proposes a blast furnace temperature prediction method, terminal equipment and storage medium.
  • a method for predicting blast furnace temperature comprises the following steps:
  • S1 Collect the values of various control parameters and status parameters of the blast furnace during the historical time period
  • S3 Determine the sequence length of the LSTM network based on the degree of autocorrelation of the molten iron temperature in the blast furnace; determine the input dimensions of each cycle unit in the LSTM network based on the obtained characteristic parameters;
  • step S4 Based on the determined sequence length and input dimension, extract training data from the data collected in step S1 to form a training set;
  • S5 Construct an LSTM network model based on sequence length and input dimensions, take the characteristic parameters of the blast furnace at a certain moment as input, and the blast furnace temperature at that moment as the output of the model, and train the model;
  • step S1 also includes preprocessing the collected data.
  • the preprocessing includes: performing normal distribution verification on various parameters, eliminating parameters that do not conform to the normal distribution, and performing anomaly analysis on the parameters that conform to the normal distribution. Value elimination and missing value completion are performed, and finally the values of all parameters that conform to the normal distribution are standardized to make the value ranges of different parameters consistent in magnitude.
  • the method for obtaining the characteristic parameters in step S2 is to use the principal component analysis method to map all parameters into a low-dimensional subspace through linear transformation to obtain the dimensionally reduced characteristic parameters.
  • step S3 the autocorrelation function ACF and the partial autocorrelation function PACF are used to jointly determine the molten iron temperatures at the first t moments that are most relevant to the current molten iron temperature.
  • the sequence length is the number of molten iron temperatures that are most relevant to the current molten iron temperature. t.
  • a blast furnace temperature prediction terminal device includes a processor, a memory, and a computer program stored in the memory and executable on the processor.
  • the processor executes the computer program, the above embodiments of the present invention are implemented. steps of the method.
  • a computer-readable storage medium stores a computer program.
  • the computer program is executed by a processor, the steps of the method described above in the embodiment of the present invention are implemented.
  • the present invention adopts the above technical solution to improve the accuracy of prediction of the existing blast furnace temperature, and solves the problem that the existing system does not fully accurately simulate the complex production process in the blast furnace when inferring the furnace temperature through the heat balance process or based on empirical rules. The result is not as expected.
  • Figure 1 shows a flow chart of Embodiment 1 of the present invention.
  • Figure 2 is a comparison diagram between the model prediction results and the actual results in this embodiment.
  • An embodiment of the present invention provides a blast furnace temperature prediction method, as shown in Figure 1.
  • the method includes the following steps:
  • S1 Collect the values of various control parameters and status parameters of the blast furnace during the historical time period.
  • control parameters include blast furnace hot air temperature, oxygen enrichment rate, etc.
  • state parameters include top temperature, top pressure, etc.
  • this embodiment also includes preprocessing the collected data.
  • the preprocessing includes: performing normal distribution verification on various parameters, eliminating parameters that do not conform to the normal distribution, and performing verification on the parameters that conform to the normal distribution. Outlier elimination and missing value completion are performed, and finally the values of all parameters that conform to the normal distribution are standardized to make the value ranges of different parameters consistent in order of magnitude to speed up the network learning process.
  • S2 Perform lagged correlation analysis on all parameters to filter out characteristic parameters from all parameters.
  • the specific lag correlation analysis algorithm is:
  • Mutual information entropy is used to measure the dimensionless statistic (generally unit is bit) that a random variable
  • the degree of reduction in uncertainty in Y can therefore be used as a measure of the degree of correlation between X and Y.
  • Principal component analysis is used to map data to a dimensionality reduction method in a low-dimensional subspace through linear transformation, while preventing information loss as much as possible.
  • Subtract the respective average values from each dimensional feature calculate the covariance matrix, and obtain the eigenvalues and eigenvectors of the covariance matrix. Sort the eigenvalues from large to small, and select the eigenvectors corresponding to the largest k eigenvalues.
  • the original data is converted into a new space constructed by k feature vectors.
  • each principal component is a linear combination of the original variables, and the principal components are uncorrelated with each other. The number of principal components is much less than the number of original variables, and most of the information of the original variables is retained.
  • the parameter lag sequence set ⁇ X 1 ,...,X n ⁇ is obtained.
  • the principal component analysis method PCA is used to reduce the dimensionality of the original n input feature sequences to obtain a new feature input sequence ⁇ X 1 ',...,X k ' ⁇ , how many characteristic parameters are obtained, then how many input dimensions are there.
  • S3 Determine the sequence length of the LSTM network based on the degree of autocorrelation of the molten iron temperature in the blast furnace; determine the input dimensions of each cycle unit in the LSTM network based on the obtained characteristic parameters.
  • the molten iron temperature at the previous t moments that is most correlated with the current molten iron temperature can be determined, thereby determining the input length t of the network.
  • the autocorrelation function ACF and the partial autocorrelation function PACF are used to determine the most concerning t lagging effects of the molten iron temperature itself.
  • ACF describes the degree of correlation between the current value of a series and its past values, while PACF finds the correlation of the residual (which remains after removing the effects already explained by previous lags) to the next lag value.
  • the lag sequence set corresponding to the sequence X t of a certain parameter at time t is ⁇ X t-1 ,...,X tm ⁇ .
  • training data is extracted from the data collected in step S1 to form a training set.
  • the training data includes the value of the characteristic parameter of each sampling point within a period of time, and the temperature of the molten iron at each sampling point.
  • the value of the characteristic parameter is used as the input of the model, and the temperature of the molten iron is used as the output of the model.
  • S5 Construct an LSTM network model based on the sequence length and input dimension, take the characteristic parameters of the blast furnace at a certain time (t time) as input, and the blast furnace temperature at that time (t time) as the output of the model, and train the model.
  • LSTM Long Short-Term Memory
  • the uniqueness of LSTM is that it has a storage unit dedicated to memory, which is protected by some gate neurons. These gate neurons are different from ordinary neurons in that they have two states: on and off. When they are in the on state, the connection weight is 1; otherwise, the weight is 0.
  • the simplest LSTM contains the following three gate neurons with different functions: keep (save gate/forget gate): When the save gate is open, the contents of the storage unit memory are not cleared; when the save gate is turned off, the previously memorized contents are cleared.
  • LSTM introduces a gate mechanism to control the circulation and loss of features.
  • the network input at time t is the input feature
  • the unit state C t at time t is:
  • f t is called the forgetting gate, indicating which dimensions of C t-1 are used to calculate C t-1 ;
  • C t ' represents the unit state update value, which is composed of the input data X t and hidden node h t-1 through a neural network layer gets.
  • i t is the input gate. Like f t , it is also a vector whose elements are in the interval [0,1]. It is also calculated from X t and h t-1 .
  • W is the network weight and b is the bias term.
  • the long short-term memory neural network can not only remember short-term information, but also solve the problem of losing the ability to capture long-term dependencies due to gradient explosion in ordinary recurrent networks through the gate structure.
  • the loss function of the model is set as the root mean square error RMSE, and its calculation formula is:
  • the collected characteristic parameters at the current moment need to be input into the trained model, and the model predicts and outputs the blast furnace temperature corresponding to the current moment based on the input state at the previous moment.
  • the comparison diagram between the model prediction results and the actual results in this embodiment is shown in Figure 2.
  • the embodiments of the present invention improve the accuracy of prediction of the existing blast furnace temperature, and solve the problem that the existing system does not fully accurately simulate the complex production process in the blast furnace when inferring the furnace temperature through the heat balance process or based on empirical rules, resulting in inconsistent results. Anticipated questions.
  • the invention also provides a blast furnace temperature prediction terminal device, which includes a memory, a processor and a computer program stored in the memory and executable on the processor.
  • a blast furnace temperature prediction terminal device which includes a memory, a processor and a computer program stored in the memory and executable on the processor.
  • the processor executes the computer program, the present invention is realized. The steps in the above method embodiment of the first embodiment of the invention.
  • the blast furnace temperature prediction terminal device can be a computing device such as a desktop computer, notebook, PDA, cloud server, etc.
  • the blast furnace temperature prediction terminal device may include, but is not limited to, a processor and a memory.
  • a processor and a memory.
  • the above-mentioned composition structure of the blast furnace temperature prediction terminal equipment is only an example of the blast furnace temperature prediction terminal equipment and does not constitute a limitation on the blast furnace temperature prediction terminal equipment. It may include more or less than the above. components, or a combination of certain components, or different components.
  • the blast furnace temperature prediction terminal device may also include input and output devices, network access devices, buses, etc., which are not limited in the embodiment of the present invention.
  • the so-called processor can be a central processing unit (Central Processing Unit, CPU), or other general-purpose processor, digital signal processor (Digital Signal Processor, DSP), application-specific integrated circuit ( Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc.
  • the general processor can be a microprocessor or the processor can be any conventional processor, etc.
  • the processor is the control center of the blast furnace temperature prediction terminal equipment and uses various interfaces and lines to connect the entire blast furnace temperature Predict various parts of the end device.
  • the memory may be used to store the computer program and/or module, and the processor implements the blast furnace by running or executing the computer program and/or module stored in the memory, and calling data stored in the memory.
  • the memory may mainly include a stored program area and a stored data area, wherein the stored program area may store an operating system and at least one application required for a function; the stored data area may store data created based on the use of the mobile phone, etc.
  • the memory can include high-speed random access memory, and can also include non-volatile memory, such as hard disk, memory, plug-in hard disk, smart memory card (Smart Media Card, SMC), secure digital (Secure Digital, SD) card , Flash Card, at least one disk storage device, flash memory device, or other volatile solid-state storage device.
  • non-volatile memory such as hard disk, memory, plug-in hard disk, smart memory card (Smart Media Card, SMC), secure digital (Secure Digital, SD) card , Flash Card, at least one disk storage device, flash memory device, or other volatile solid-state storage device.
  • the present invention also provides a computer-readable storage medium.
  • the computer-readable storage medium stores a computer program.
  • the computer program is executed by a processor, the steps of the above method in the embodiment of the present invention are implemented.
  • the module/unit integrated in the blast furnace temperature prediction terminal equipment is implemented in the form of a software functional unit and sold or used as an independent product, it can be stored in a computer-readable storage medium.
  • the present invention implements all or part of the processes in the above-mentioned embodiment method, and can also be completed by instructing the relevant hardware through a computer program.
  • the computer program can be stored in a computer-readable storage medium.
  • the computer program is executed by the processor, the steps of the above-mentioned various method embodiments can be implemented.
  • the computer program includes computer program code, and the computer program code can be in source code form, object code form, executable file or some intermediate form.
  • the computer-readable medium may include: any entity or device that can carry the computer program code, recording medium, U disk, mobile hard disk, disk, optical disk, computer memory, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory) and software distribution medium, etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • Economics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • General Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • Molecular Biology (AREA)
  • Computational Linguistics (AREA)
  • Biophysics (AREA)
  • Tourism & Hospitality (AREA)
  • Data Mining & Analysis (AREA)
  • Marketing (AREA)
  • Biomedical Technology (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Mathematical Physics (AREA)
  • General Business, Economics & Management (AREA)
  • Computing Systems (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Manufacturing & Machinery (AREA)
  • Primary Health Care (AREA)
  • Quality & Reliability (AREA)
  • Operations Research (AREA)
  • Game Theory and Decision Science (AREA)
  • Development Economics (AREA)
  • Geometry (AREA)
  • Computer Hardware Design (AREA)
  • Medical Informatics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Manufacture Of Iron (AREA)

Abstract

The present invention relates to a blast furnace temperature prediction method, a terminal device, and a storage medium. The method comprises: collecting values of various control parameters and state parameters of a blast furnace within a historical time period; performing lag correlation analysis on all the parameters to obtain feature parameters from all the parameters; determining a sequence length of a network according to the degree of autocorrelation of a molten iron temperature in the blast furnace; determining input dimensions of recurrent units in the network according to the obtained feature parameters; on the basis of the determined sequence length and input dimensions, extracting training data from collected data to form a training set; constructing an LSTM network model on the basis of the sequence length and the input dimensions, and training the model by using the feature parameters of the blast furnace at a certain time point as an input and a blast furnace temperature at said time point as an output of the model; and predicting the blast furnace temperature by means of the trained model. The present invention improves the accuracy of existing blast furnace temperature prediction.

Description

一种高炉炉温预测方法、终端设备及存储介质A blast furnace temperature prediction method, terminal equipment and storage medium 技术领域Technical field
本发明涉及高炉炼铁领域,尤其涉及一种高炉炉温预测方法、终端设备及存储介质。The invention relates to the field of blast furnace ironmaking, and in particular to a blast furnace temperature prediction method, terminal equipment and storage medium.
背景技术Background technique
高炉炼铁作为钢铁制造主体的上游工序,是整个钢铁工业的重要构成环节,无论是对整个行业的发展,还是对行业整体的节能减排,都起着十分重要的作用。高炉炼铁的炉况是否顺利进行,关系至整个炼铁过程是否高效和节能,而高炉炉温则是甄别高炉炉况的重要指标,一般可以通过控制炉温来保证高炉炉况的顺利进行。建立可靠又精确的炉温预报模型,用来指导高炉炼铁工作人员进行炉温控制,不仅仅只是理论研究,更对钢铁工业的生产实践,有着重大的指导意义。As the main upstream process of steel manufacturing, blast furnace ironmaking is an important component of the entire steel industry. It plays a very important role in both the development of the entire industry and the overall energy conservation and emission reduction of the industry. Whether the blast furnace ironmaking conditions are running smoothly is related to whether the entire ironmaking process is efficient and energy-saving. The blast furnace temperature is an important indicator for identifying the blast furnace conditions. Generally, the furnace temperature can be controlled to ensure the smooth progress of the blast furnace conditions. Establishing a reliable and accurate furnace temperature prediction model to guide blast furnace ironmaking workers in furnace temperature control is not only a theoretical research, but also has great guiding significance for the production practice of the steel industry.
目前所采用的炉温预报的模型主要为炉炼铁研究者从高炉生产过程中的热平衡与物料平衡角度出发进行机理的计算,由此推导出相应的机理模型;或者依赖于积累大量实践经验而产生的专家知识的基础上,研究者开发了相应的定性推理型。这些方法因主要源于物理过程或者经验,具有可解释性,但仍不能准确的解释复杂的高炉生产状态下炉温的变化。The furnace temperature prediction models currently used are mainly for furnace ironmaking researchers to calculate the mechanism from the perspective of heat balance and material balance in the blast furnace production process, and thereby derive the corresponding mechanism model; or rely on the accumulation of a large amount of practical experience. Based on the generated expert knowledge, the researchers developed corresponding qualitative reasoning types. These methods are mainly derived from physical processes or experience and are interpretable, but they still cannot accurately explain the changes in furnace temperature under complex blast furnace production conditions.
发明内容Contents of the invention
为了解决上述问题,本发明提出了一种高炉炉温预测方法、终端设备及存储介质。In order to solve the above problems, the present invention proposes a blast furnace temperature prediction method, terminal equipment and storage medium.
具体方案如下:The specific plans are as follows:
一种高炉炉温预测方法,包括以下步骤:A method for predicting blast furnace temperature comprises the following steps:
S1:采集历史时间段内高炉的各项控制参数和状态参数的值;S1: Collect the values of various control parameters and status parameters of the blast furnace during the historical time period;
S2:对所有参数进行滞后相关性分析,以从所有参数中得到特征参数;S2: Perform lagged correlation analysis on all parameters to obtain characteristic parameters from all parameters;
S3:根据高炉内铁水温度的自相关程度,确定LSTM网络的序列长度;根据得到特征参数,确定LSTM网络中各循环单元的输入维度;S3: Determine the sequence length of the LSTM network based on the degree of autocorrelation of the molten iron temperature in the blast furnace; determine the input dimensions of each cycle unit in the LSTM network based on the obtained characteristic parameters;
S4:基于确定的序列长度和输入维度,从步骤S1采集的数据中提取训练数据组成训练集;S4: Based on the determined sequence length and input dimension, extract training data from the data collected in step S1 to form a training set;
S5:基于序列长度和输入维度构建LSTM网络模型,将某一时刻高炉的特征参数作为输入、该时刻的高炉炉温作为模型的输出,对模型进行训练;S5: Construct an LSTM network model based on sequence length and input dimensions, take the characteristic parameters of the blast furnace at a certain moment as input, and the blast furnace temperature at that moment as the output of the model, and train the model;
S6:通过训练后的模型对高炉炉温进行预测。S6: Predict the blast furnace temperature through the trained model.
进一步的,步骤S1中还包括对采集的数据进行预处理,预处理包括:对各项参数进行正态分布校验,剔除不符合正态分布的参数,并对符合正态分布的参数进行异常值剔除和缺失值补全,最后对所有符合正态分布的参数的值进行标准化,使得不同参数的取值范围数量级一致。Further, step S1 also includes preprocessing the collected data. The preprocessing includes: performing normal distribution verification on various parameters, eliminating parameters that do not conform to the normal distribution, and performing anomaly analysis on the parameters that conform to the normal distribution. Value elimination and missing value completion are performed, and finally the values of all parameters that conform to the normal distribution are standardized to make the value ranges of different parameters consistent in magnitude.
进一步的,步骤S2中特征参数的获取方法为:利用主成分分析法,通过线性变换,将所有参数映射到低维子空间中,得到降维后的特征参数。Further, the method for obtaining the characteristic parameters in step S2 is to use the principal component analysis method to map all parameters into a low-dimensional subspace through linear transformation to obtain the dimensionally reduced characteristic parameters.
进一步的,步骤S3中利用自相关函数函数ACF和偏自相关函数PACF共同确定与当前铁水温度最为相关的前t个时刻铁水温度,序列长度即为与当前铁水温度最为相关的铁水温度的个数t。Further, in step S3, the autocorrelation function ACF and the partial autocorrelation function PACF are used to jointly determine the molten iron temperatures at the first t moments that are most relevant to the current molten iron temperature. The sequence length is the number of molten iron temperatures that are most relevant to the current molten iron temperature. t.
一种高炉炉温预测终端设备,包括处理器、存储器以及存储在所述存储器 中并可在所述处理器上运行的计算机程序,所述处理器执行所述计算机程序时实现本发明实施例上述的方法的步骤。A blast furnace temperature prediction terminal device includes a processor, a memory, and a computer program stored in the memory and executable on the processor. When the processor executes the computer program, the above embodiments of the present invention are implemented. steps of the method.
一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,所述计算机程序被处理器执行时实现本发明实施例上述的方法的步骤。A computer-readable storage medium stores a computer program. When the computer program is executed by a processor, the steps of the method described above in the embodiment of the present invention are implemented.
本发明采用如上技术方案,提升了现有高炉炉温的预测的准确性,解决现有系统通过热平衡过程或基于经验规则来推理炉温时因不够完全准确的模拟高炉内复杂的生产过程,导致结果不符合预期的问题。The present invention adopts the above technical solution to improve the accuracy of prediction of the existing blast furnace temperature, and solves the problem that the existing system does not fully accurately simulate the complex production process in the blast furnace when inferring the furnace temperature through the heat balance process or based on empirical rules. The result is not as expected.
附图说明Description of the drawings
图1所示为本发明实施例一的流程图。Figure 1 shows a flow chart of Embodiment 1 of the present invention.
图2所以为该实施例中模型预测结果与真实结果的比对图。Figure 2 is a comparison diagram between the model prediction results and the actual results in this embodiment.
具体实施方式Detailed ways
为进一步说明各实施例,本发明提供有附图。这些附图为本发明揭露内容的一部分,其主要用以说明实施例,并可配合说明书的相关描述来解释实施例的运作原理。配合参考这些内容,本领域普通技术人员应能理解其他可能的实施方式以及本发明的优点。To further explain various embodiments, the present invention provides drawings. These drawings are part of the disclosure of the present invention, and are mainly used to illustrate the embodiments, and can be used to explain the operating principles of the embodiments in conjunction with the relevant descriptions in the specification. With reference to these contents, those of ordinary skill in the art will be able to understand other possible implementations and advantages of the present invention.
现结合附图和具体实施方式对本发明进一步说明。The present invention will now be further described with reference to the accompanying drawings and specific embodiments.
实施例一:Example 1:
本发明实施例提供了一种高炉炉温预测方法,如图1所示,所述方法包括以下步骤:An embodiment of the present invention provides a blast furnace temperature prediction method, as shown in Figure 1. The method includes the following steps:
S1:采集历史时间段内高炉的各项控制参数和状态参数的值。S1: Collect the values of various control parameters and status parameters of the blast furnace during the historical time period.
该实施例中控制参数包括高炉热风温度、富氧率等,状态参数包括顶温、 顶压等。In this embodiment, the control parameters include blast furnace hot air temperature, oxygen enrichment rate, etc., and the state parameters include top temperature, top pressure, etc.
进一步的,该实施例中还包括对采集的数据进行预处理,预处理包括:对各项参数进行正态分布校验,剔除不符合正态分布的参数,并对符合正态分布的参数进行异常值剔除和缺失值补全,最后对所有符合正态分布的参数的值进行标准化,使得不同参数的取值范围数量级一致,以加快网络学习进程。Further, this embodiment also includes preprocessing the collected data. The preprocessing includes: performing normal distribution verification on various parameters, eliminating parameters that do not conform to the normal distribution, and performing verification on the parameters that conform to the normal distribution. Outlier elimination and missing value completion are performed, and finally the values of all parameters that conform to the normal distribution are standardized to make the value ranges of different parameters consistent in order of magnitude to speed up the network learning process.
S2:对所有参数进行滞后相关性分析,以从所有参数中筛选得到特征参数。S2: Perform lagged correlation analysis on all parameters to filter out characteristic parameters from all parameters.
滞后相关性分析算法具体为:The specific lag correlation analysis algorithm is:
利用互信息熵衡量一个随机变量X所能提供的关于另一个随机变量Y变化信息的无量纲统计量(一般单位为bit),换一种说法,即随机变量X所能带来的对随机变量Y不确定度的减少程度,因此可以作为X和Y之间相关程度的度量。Mutual information entropy is used to measure the dimensionless statistic (generally unit is bit) that a random variable The degree of reduction in uncertainty in Y can therefore be used as a measure of the degree of correlation between X and Y.
利用主成分分析法(PCA),通过线性变换,将数据映射到低维子空间中的降维方法,期间尽可能防止信息丢失。对每一维特征减去各自平均值,计算协方差矩阵,得到协方差矩阵的特征值与特征向量,对特征值进行从大到小的排序,选择最大的k个特征值对应的特征向量,最后将原始数据转换到k个特征向量构建的新空间中。在新空间中,每一个主成分都是原始变量的线性组合,各主成分之间互不相关,主成分的数目大大少于原始变量的数目,且保留了原始变量的绝大多数信息。Principal component analysis (PCA) is used to map data to a dimensionality reduction method in a low-dimensional subspace through linear transformation, while preventing information loss as much as possible. Subtract the respective average values from each dimensional feature, calculate the covariance matrix, and obtain the eigenvalues and eigenvectors of the covariance matrix. Sort the eigenvalues from large to small, and select the eigenvectors corresponding to the largest k eigenvalues. Finally, the original data is converted into a new space constructed by k feature vectors. In the new space, each principal component is a linear combination of the original variables, and the principal components are uncorrelated with each other. The number of principal components is much less than the number of original variables, and most of the information of the original variables is retained.
特征参数的获取过程具体为:The specific process of obtaining characteristic parameters is as follows:
对所有参数序列进行滞后相关性分析后,得到参数滞后序列集合{X 1,…,X n},利用主成分分析方法PCA,将原来n个输入特征序列降维得到新的特征输入序列{X 1’,…,X k’},得到的特征参数有几个,则输入维度就为几维。 After performing lag correlation analysis on all parameter sequences, the parameter lag sequence set {X 1 ,...,X n } is obtained. The principal component analysis method PCA is used to reduce the dimensionality of the original n input feature sequences to obtain a new feature input sequence {X 1 ',...,X k '}, how many characteristic parameters are obtained, then how many input dimensions are there.
S3:根据高炉内铁水温度的自相关程度,确定LSTM网络的序列长度;根据得到特征参数,确定LSTM网络中各循环单元的输入维度。S3: Determine the sequence length of the LSTM network based on the degree of autocorrelation of the molten iron temperature in the blast furnace; determine the input dimensions of each cycle unit in the LSTM network based on the obtained characteristic parameters.
由于铁水温度是具有连续性的,即某一时刻的值和前几个时刻值具有一定相关性。通过自相关性分析,可以确定与当前铁水温度最为相关的前t个时刻铁水温度,由此可以确定网络的输入长度t。Since the molten iron temperature is continuous, that is, the value at a certain moment has a certain correlation with the values at the previous moments, through autocorrelation analysis, the molten iron temperature at the previous t moments that is most correlated with the current molten iron temperature can be determined, thereby determining the input length t of the network.
具体实现过程为:The specific implementation process is:
利用自相关函数函数ACF和偏自相关函数PACF确定最为关注的t个铁水温度自身滞后影响。ACF描述了序列的当前值与其过去的值之间的相关程度,而PACF找到残差(在去除了之前的滞后已经解释的影响之后仍然存在)与下一个滞后值的相关性。假设某一项参数在t时刻的序列X t对应的滞后序列集合为{X t-1,…,X t-m},计算滞后序列集合中各个序列与铁水温度序列Y的互信息熵{I t-1,…,I t-m},根据最大互信息熵I t-j选取该参数的滞后时间j的滞后序列作为序列长度。 The autocorrelation function ACF and the partial autocorrelation function PACF are used to determine the most concerning t lagging effects of the molten iron temperature itself. ACF describes the degree of correlation between the current value of a series and its past values, while PACF finds the correlation of the residual (which remains after removing the effects already explained by previous lags) to the next lag value. Assume that the lag sequence set corresponding to the sequence X t of a certain parameter at time t is {X t-1 ,...,X tm }. Calculate the mutual information entropy {I t- 1 ,…,I tm }, according to the maximum mutual information entropy I tj , the lag sequence of the lag time j of the parameter is selected as the sequence length.
S4:基于确定的序列长度和输入维度,从步骤S1采集的数据中提取训练数据组成训练集。S4: Based on the determined sequence length and input dimension, training data is extracted from the data collected in step S1 to form a training set.
训练数据中包括一段时间内每个采样点的特征参数的值,和每个采样点的铁水温度,其中特征参数的值作为模型的输入,铁水温度作为模型的输出。The training data includes the value of the characteristic parameter of each sampling point within a period of time, and the temperature of the molten iron at each sampling point. The value of the characteristic parameter is used as the input of the model, and the temperature of the molten iron is used as the output of the model.
S5:基于序列长度和输入维度构建LSTM网络模型,将某一时刻(t时刻)高炉的特征参数作为输入、该时刻(t时刻)的高炉炉温作为模型的输出,对模型进行训练。S5: Construct an LSTM network model based on the sequence length and input dimension, take the characteristic parameters of the blast furnace at a certain time (t time) as input, and the blast furnace temperature at that time (t time) as the output of the model, and train the model.
LSTM(Long Short-Term Memory)是一种具有长记忆特征的RNN,它有效地解决了循环神经网络在训练时出现的梯度问题。LSTM的独特之处在于它有一个 专门进行记忆的存储单元,这个存储单位由一些门神经元保护。这些门神经元与一般的神经元不同在于它们有开和关两个状态,当处于开的状态时,连接权值为1;反正则权重为0。最简单的LSTM包含以下3种不同功能的门神经元:keep(保存门/遗忘门):保存门开,存储单位记忆的内容不清除;保存们关,清除以前记忆的内容。LSTM (Long Short-Term Memory) is an RNN with long memory features, which effectively solves the gradient problem that occurs during training of recurrent neural networks. The uniqueness of LSTM is that it has a storage unit dedicated to memory, which is protected by some gate neurons. These gate neurons are different from ordinary neurons in that they have two states: on and off. When they are in the on state, the connection weight is 1; otherwise, the weight is 0. The simplest LSTM contains the following three gate neurons with different functions: keep (save gate/forget gate): When the save gate is open, the contents of the storage unit memory are not cleared; when the save gate is turned off, the previously memorized contents are cleared.
LSTM引入了门(gate)机制用于控制特征的流通和损失。假设t时刻网络输入为输入特征X t,t-1时刻隐藏层输出为h t-1,t-1时刻单元状态为C t-1共同组成,输出为t时刻的隐藏层输出h t,及t时刻的单元状态C t,即: LSTM introduces a gate mechanism to control the circulation and loss of features. Assume that the network input at time t is the input feature The unit state C t at time t is:
C t=f t*C t-1+i t*C tC t =f t *C t-1 +i t *C t '
其中,f t叫做遗忘门,表示C t-1的哪些维度被用于计算C t-1;C t’表示单元状态更新值,由输入数据X t和隐节点h t-1经由一个神经网络层得到。 Among them, f t is called the forgetting gate, indicating which dimensions of C t-1 are used to calculate C t-1 ; C t ' represents the unit state update value, which is composed of the input data X t and hidden node h t-1 through a neural network layer gets.
C t’=tanh(W C*[h t-1,X t]+b C) C t '=tanh(W C *[h t-1 ,X t ]+b C )
i t为输入门,同f t一样也是一个元素介于[0,1]区间内的向量,同样由X t和h t-1计算得到。 i t is the input gate. Like f t , it is also a vector whose elements are in the interval [0,1]. It is also calculated from X t and h t-1 .
i t=sigmoid(W i*[h t-1,X t]+b i) i t =sigmoid(W i *[h t-1 ,X t ]+b i )
其中,W为网络权重,b为偏置项。Among them, W is the network weight and b is the bias term.
最后为了计算预测值和生成下个时间片完整输入,需要计算隐藏层节点输出h tFinally, in order to calculate the predicted value and generate the complete input of the next time slice, the hidden layer node output h t needs to be calculated:
o t=sigmoid(W o*[h t-1,X t]+b o) o t =sigmoid(W o *[h t-1 ,X t ]+b o )
h t=o t*tanh(C t) h t =o t *tanh(C t )
长短期记忆神经网络因此不仅可以记住短期的信息,还通过门结构解决了普通循环网络中的由于梯度爆炸而失去捕捉长期依赖能力的问题。The long short-term memory neural network can not only remember short-term information, but also solve the problem of losing the ability to capture long-term dependencies due to gradient explosion in ordinary recurrent networks through the gate structure.
该实施例中设定模型的损失函数为均方根误差RMSE,其计算公式为:In this embodiment, the loss function of the model is set as the root mean square error RMSE, and its calculation formula is:
Figure PCTCN2022122622-appb-000001
Figure PCTCN2022122622-appb-000001
通过迭代训练,使得损失函数最小。Through iterative training, the loss function is minimized.
S6:通过训练后的模型对高炉炉温进行预测。S6: Predict the blast furnace temperature through the trained model.
当进行预测时,需要当前时刻的采集特征参数输入训练后的模型,模型结合前一时刻的输入的状态预测输出当前时刻对应的高炉炉温。When making predictions, the collected characteristic parameters at the current moment need to be input into the trained model, and the model predicts and outputs the blast furnace temperature corresponding to the current moment based on the input state at the previous moment.
本实施例的模型预测结果与真实结果的比对图如图2所示。本发明实施例提升了现有高炉炉温的预测的准确性,解决现有系统通过热平衡过程或基于经验规则来推理炉温时因不够完全准确的模拟高炉内复杂的生产过程,导致结果不符合预期的问题。The comparison diagram between the model prediction results and the actual results in this embodiment is shown in Figure 2. The embodiments of the present invention improve the accuracy of prediction of the existing blast furnace temperature, and solve the problem that the existing system does not fully accurately simulate the complex production process in the blast furnace when inferring the furnace temperature through the heat balance process or based on empirical rules, resulting in inconsistent results. Anticipated questions.
实施例二:Example 2:
本发明还提供一种高炉炉温预测终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机程序,所述处理器执行所述计算机程序时实现本发明实施例一的上述方法实施例中的步骤。The invention also provides a blast furnace temperature prediction terminal device, which includes a memory, a processor and a computer program stored in the memory and executable on the processor. When the processor executes the computer program, the present invention is realized. The steps in the above method embodiment of the first embodiment of the invention.
进一步地,作为一个可执行方案,所述高炉炉温预测终端设备可以是桌上型计算机、笔记本、掌上电脑及云端服务器等计算设备。所述高炉炉温预测终端设备可包括,但不仅限于,处理器、存储器。本领域技术人员可以理解,上述高炉炉温预测终端设备的组成结构仅仅是高炉炉温预测终端设备的示例,并不构成对高炉炉温预测终端设备的限定,可以包括比上述更多或更少的部件,或者组合某些部件,或者不同的部件,例如所述高炉炉温预测终端设备还可以包括输入输出设备、网络接入设备、总线等,本发明实施例对此不做限定。Further, as an executable solution, the blast furnace temperature prediction terminal device can be a computing device such as a desktop computer, notebook, PDA, cloud server, etc. The blast furnace temperature prediction terminal device may include, but is not limited to, a processor and a memory. Those skilled in the art can understand that the above-mentioned composition structure of the blast furnace temperature prediction terminal equipment is only an example of the blast furnace temperature prediction terminal equipment and does not constitute a limitation on the blast furnace temperature prediction terminal equipment. It may include more or less than the above. components, or a combination of certain components, or different components. For example, the blast furnace temperature prediction terminal device may also include input and output devices, network access devices, buses, etc., which are not limited in the embodiment of the present invention.
进一步地,作为一个可执行方案,所称处理器可以是中央处理单元(Central Processing Unit,CPU),还可以是其他通用处理器、数字信号处理器(Digital Signal Processor,DSP)、专用集成电路(Application Specific Integrated Circuit,ASIC)、现场可编程门阵列(Field-Programmable Gate Array,FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等,所述处理器是所述高炉炉温预测终端设备的控制中心,利用各种接口和线路连接整个高炉炉温预测终端设备的各个部分。Further, as an executable solution, the so-called processor can be a central processing unit (Central Processing Unit, CPU), or other general-purpose processor, digital signal processor (Digital Signal Processor, DSP), application-specific integrated circuit ( Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc. The general processor can be a microprocessor or the processor can be any conventional processor, etc. The processor is the control center of the blast furnace temperature prediction terminal equipment and uses various interfaces and lines to connect the entire blast furnace temperature Predict various parts of the end device.
所述存储器可用于存储所述计算机程序和/或模块,所述处理器通过运行或执行存储在所述存储器内的计算机程序和/或模块,以及调用存储在存储器内的数据,实现所述高炉炉温预测终端设备的各种功能。所述存储器可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序;存储数据区可存储根据手机的使用所创建的数据等。此外,存储器可以包括高速随机存取存储器,还可以包括非易失性存储器,例如硬盘、内存、插接式硬盘,智能存储卡(Smart Media Card,SMC),安全数字(Secure Digital,SD)卡,闪存卡(Flash Card)、至少一个磁盘存储器件、闪存器件、或其他易失性固态存储器件。The memory may be used to store the computer program and/or module, and the processor implements the blast furnace by running or executing the computer program and/or module stored in the memory, and calling data stored in the memory. Various functions of furnace temperature prediction terminal equipment. The memory may mainly include a stored program area and a stored data area, wherein the stored program area may store an operating system and at least one application required for a function; the stored data area may store data created based on the use of the mobile phone, etc. In addition, the memory can include high-speed random access memory, and can also include non-volatile memory, such as hard disk, memory, plug-in hard disk, smart memory card (Smart Media Card, SMC), secure digital (Secure Digital, SD) card , Flash Card, at least one disk storage device, flash memory device, or other volatile solid-state storage device.
本发明还提供一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,所述计算机程序被处理器执行时实现本发明实施例上述方法的步骤。The present invention also provides a computer-readable storage medium. The computer-readable storage medium stores a computer program. When the computer program is executed by a processor, the steps of the above method in the embodiment of the present invention are implemented.
所述高炉炉温预测终端设备集成的模块/单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。 基于这样的理解,本发明实现上述实施例方法中的全部或部分流程,也可以通过计算机程序来指令相关的硬件来完成,所述的计算机程序可存储于一计算机可读存储介质中,该计算机程序在被处理器执行时,可实现上述各个方法实施例的步骤。其中,所述计算机程序包括计算机程序代码,所述计算机程序代码可以为源代码形式、对象代码形式、可执行文件或某些中间形式等。所述计算机可读介质可以包括:能够携带所述计算机程序代码的任何实体或装置、记录介质、U盘、移动硬盘、磁碟、光盘、计算机存储器、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)以及软件分发介质等。If the module/unit integrated in the blast furnace temperature prediction terminal equipment is implemented in the form of a software functional unit and sold or used as an independent product, it can be stored in a computer-readable storage medium. Based on this understanding, the present invention implements all or part of the processes in the above-mentioned embodiment method, and can also be completed by instructing the relevant hardware through a computer program. The computer program can be stored in a computer-readable storage medium. When the computer program is executed by the processor, the steps of the above-mentioned various method embodiments can be implemented. Among them, the computer program includes computer program code, and the computer program code can be in source code form, object code form, executable file or some intermediate form. The computer-readable medium may include: any entity or device that can carry the computer program code, recording medium, U disk, mobile hard disk, disk, optical disk, computer memory, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory) and software distribution medium, etc.
尽管结合优选实施方案具体展示和介绍了本发明,但所属领域的技术人员应该明白,在不脱离所附权利要求书所限定的本发明的精神和范围内,在形式上和细节上可以对本发明做出各种变化,均为本发明的保护范围。Although the invention has been specifically shown and described in connection with the preferred embodiments, it will be apparent to those skilled in the art that the invention can be modified in form and detail without departing from the spirit and scope of the invention as defined by the appended claims. Various changes are made within the scope of the present invention.

Claims (6)

  1. 一种高炉炉温预测方法,其特征在于,包括以下步骤:A method for predicting blast furnace temperature, characterized in that it comprises the following steps:
    S1:采集历史时间段内高炉的各项控制参数和状态参数的值;S1: Collect the values of various control parameters and status parameters of the blast furnace during the historical time period;
    S2:对所有参数进行滞后相关性分析,以从所有参数中得到特征参数;S2: Perform lagged correlation analysis on all parameters to obtain characteristic parameters from all parameters;
    S3:根据高炉内铁水温度的自相关程度,确定LSTM网络的序列长度;根据得到特征参数,确定LSTM网络中各循环单元的输入维度;S3: Determine the sequence length of the LSTM network based on the degree of autocorrelation of the molten iron temperature in the blast furnace; determine the input dimensions of each cycle unit in the LSTM network based on the obtained characteristic parameters;
    S4:基于确定的序列长度和输入维度,从步骤S1采集的数据中提取训练数据组成训练集;S4: Based on the determined sequence length and input dimension, extract training data from the data collected in step S1 to form a training set;
    S5:基于序列长度和输入维度构建LSTM网络模型,将某一时刻高炉的特征参数作为输入、该时刻的高炉炉温作为模型的输出,对模型进行训练;S5: Build an LSTM network model based on the sequence length and input dimension, take the characteristic parameters of the blast furnace at a certain moment as input, and the blast furnace temperature at that moment as the output of the model, and train the model;
    S6:通过训练后的模型对高炉炉温进行预测。S6: Predict the blast furnace temperature through the trained model.
  2. 根据权利要求1所述的高炉炉温预测方法,其特征在于:步骤S1中还包括对采集的数据进行预处理,预处理包括:对各项参数进行正态分布校验,剔除不符合正态分布的参数,并对符合正态分布的参数进行异常值剔除和缺失值补全,最后对所有符合正态分布的参数的值进行标准化,使得不同参数的取值范围数量级一致。The blast furnace temperature prediction method according to claim 1, characterized in that: step S1 also includes preprocessing the collected data, and the preprocessing includes: performing normal distribution verification on various parameters, and eliminating those that do not conform to normality. parameters of the distribution, and perform outlier elimination and missing value completion on parameters that conform to the normal distribution. Finally, the values of all parameters that conform to the normal distribution are standardized so that the value ranges of different parameters are consistent in magnitude.
  3. 根据权利要求1所述的高炉炉温预测方法,其特征在于:步骤S2中特征参数的获取方法为:利用主成分分析法,通过线性变换,将所有参数映射到低维子空间中,得到降维后的特征参数。The blast furnace temperature prediction method according to claim 1, characterized in that: the method for obtaining the characteristic parameters in step S2 is: using the principal component analysis method and linear transformation to map all parameters into a low-dimensional subspace to obtain the reduced Dimensional characteristic parameters.
  4. 根据权利要求1所述的高炉炉温预测方法,其特征在于:步骤S3中利用自相关函数函数ACF和偏自相关函数PACF共同确定与当前铁水温度最为相关的前t个时刻铁水温度,序列长度即为与当前铁水温度最为相关的铁水温度的个 数t。The blast furnace temperature prediction method according to claim 1, characterized in that: in step S3, the autocorrelation function ACF and the partial autocorrelation function PACF are used to jointly determine the molten iron temperature at the first t moments most relevant to the current molten iron temperature, and the sequence length That is, the number t of molten iron temperatures most relevant to the current molten iron temperature.
  5. 一种高炉炉温预测终端设备,其特征在于:包括处理器、存储器以及存储在所述存储器中并在所述处理器上运行的计算机程序,所述处理器执行所述计算机程序时实现如权利要求1~4中任一所述方法的步骤。A blast furnace temperature prediction terminal device, characterized by: including a processor, a memory, and a computer program stored in the memory and running on the processor. When the processor executes the computer program, it realizes the following: The steps of any one of the methods described in claims 1 to 4.
  6. 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,其特征在于:所述计算机程序被处理器执行时实现如权利要求1~4中任一所述方法的步骤。A computer-readable storage medium stores a computer program, and is characterized in that: when the computer program is executed by a processor, the steps of the method according to any one of claims 1 to 4 are implemented.
PCT/CN2022/122622 2022-09-21 2022-09-29 Blast furnace temperature prediction method, terminal device, and storage medium WO2024060287A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202211149371.7A CN115495982A (en) 2022-09-21 2022-09-21 Blast furnace temperature prediction method, terminal equipment and storage medium
CN202211149371.7 2022-09-21

Publications (1)

Publication Number Publication Date
WO2024060287A1 true WO2024060287A1 (en) 2024-03-28

Family

ID=84470961

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/122622 WO2024060287A1 (en) 2022-09-21 2022-09-29 Blast furnace temperature prediction method, terminal device, and storage medium

Country Status (2)

Country Link
CN (1) CN115495982A (en)
WO (1) WO2024060287A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118095110A (en) * 2024-04-28 2024-05-28 中国矿业大学 Method, system, equipment and storage medium for acquiring furnace temperature of coal-fired unit

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210365784A1 (en) * 2020-05-19 2021-11-25 Zhejiang University Method for deriving fault diagnosis rules of blast furnace based on deep neural network
CN114015825A (en) * 2021-11-09 2022-02-08 上海交通大学 Method for monitoring abnormal state of blast furnace heat load based on attention mechanism
CN114626303A (en) * 2022-03-18 2022-06-14 山东莱钢永锋钢铁有限公司 Blast furnace temperature prediction and operation guidance method based on neural network

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7308476B2 (en) * 2019-02-28 2023-07-14 国立大学法人 奈良先端科学技術大学院大学 Information processing device, information processing method, and information processing program
CN110378541A (en) * 2019-08-08 2019-10-25 上海交通大学 A kind of short-term multistep forecasting method of wind power and device
CN110555247A (en) * 2019-08-16 2019-12-10 华南理工大学 structure damage early warning method based on multipoint sensor data and BilSTM
CN112465223A (en) * 2020-11-26 2021-03-09 中冶南方工程技术有限公司 Blast furnace temperature state prediction method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210365784A1 (en) * 2020-05-19 2021-11-25 Zhejiang University Method for deriving fault diagnosis rules of blast furnace based on deep neural network
CN114015825A (en) * 2021-11-09 2022-02-08 上海交通大学 Method for monitoring abnormal state of blast furnace heat load based on attention mechanism
CN114626303A (en) * 2022-03-18 2022-06-14 山东莱钢永锋钢铁有限公司 Blast furnace temperature prediction and operation guidance method based on neural network

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
ZHAO YANG-YANG; XIA LIANG; JIANG XIN-GUO: "Short-term Metro Passenger Flow Prediction Based on EMD-LSTM", JOURNAL OF TRAFFIC AND TRANSPORTATION ENGINEERING, CN, vol. 20, no. 04, 15 August 2020 (2020-08-15), CN, pages 194 - 204, XP009553404, ISSN: 1671-1637 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118095110A (en) * 2024-04-28 2024-05-28 中国矿业大学 Method, system, equipment and storage medium for acquiring furnace temperature of coal-fired unit

Also Published As

Publication number Publication date
CN115495982A (en) 2022-12-20

Similar Documents

Publication Publication Date Title
Liu et al. Fuzzy detection aided real-time and robust visual tracking under complex environments
Xuan et al. Multi-model fusion short-term load forecasting based on random forest feature selection and hybrid neural network
CN110909926A (en) TCN-LSTM-based solar photovoltaic power generation prediction method
Yin et al. A data-driven fuzzy information granulation approach for freight volume forecasting
Wang et al. Deterministic learning of nonlinear dynamical systems
CN109685252A (en) Building energy consumption prediction technique based on Recognition with Recurrent Neural Network and multi-task learning model
CN110276441B (en) Trapezoidal overlapped kernel pulse estimation method based on deep learning
CN114678080B (en) Converter end point phosphorus content prediction model, construction method and phosphorus content prediction method
CN106933105A (en) Track under confined condition updates integrated forecasting Iterative Learning Control Algorithm
CN114015825B (en) Method for monitoring abnormal state of blast furnace heat load based on attention mechanism
CN109886554A (en) Unlawful practice method of discrimination, device, computer equipment and storage medium
CN110781595B (en) Method, device, terminal and medium for predicting energy use efficiency (PUE)
WO2024060287A1 (en) Blast furnace temperature prediction method, terminal device, and storage medium
Li et al. Multi-task spatio-temporal augmented net for industry equipment remaining useful life prediction
CN110838364A (en) Crohn disease prediction method and device based on deep learning hybrid model
CN115310782A (en) Power consumer demand response potential evaluation method and device based on neural turing machine
CN113449919A (en) Power consumption prediction method and system based on feature and trend perception
CN113868938A (en) Short-term load probability density prediction method, device and system based on quantile regression
CN114118401A (en) Neural network-based power distribution network flow prediction method, system, device and storage medium
CN113053536A (en) Infectious disease prediction method, system and medium based on hidden Markov model
Kanazawa et al. Sample-based uncertainty quantification with a single deterministic neural network
CN116303786A (en) Block chain financial big data management system based on multidimensional data fusion algorithm
CN114021465A (en) Electric power system robust state estimation method and system based on deep learning
CN113962424A (en) Performance prediction method based on PCANet-BiGRU, processor, readable storage medium and computer equipment
CN113570129A (en) Method for predicting strip steel pickling concentration and computer readable storage medium

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22959289

Country of ref document: EP

Kind code of ref document: A1