WO2024026993A1 - Automatic batching control system for ammonium fluoride preparation and control method thereof - Google Patents

Automatic batching control system for ammonium fluoride preparation and control method thereof Download PDF

Info

Publication number
WO2024026993A1
WO2024026993A1 PCT/CN2022/119586 CN2022119586W WO2024026993A1 WO 2024026993 A1 WO2024026993 A1 WO 2024026993A1 CN 2022119586 W CN2022119586 W CN 2022119586W WO 2024026993 A1 WO2024026993 A1 WO 2024026993A1
Authority
WO
WIPO (PCT)
Prior art keywords
vector
flow rate
value
feature vector
feature
Prior art date
Application number
PCT/CN2022/119586
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 WO2024026993A1 publication Critical patent/WO2024026993A1/en

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D27/00Simultaneous control of variables covered by two or more of main groups G05D1/00 - G05D25/00
    • G05D27/02Simultaneous control of variables covered by two or more of main groups G05D1/00 - G05D25/00 characterised by the use of electric means
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Definitions

  • the present invention relates to the field of intelligent manufacturing, and more specifically, to an automatic batching control system for ammonium fluoride preparation and a control method thereof.
  • Ammonium fluoride the molecular formula is NH4F, the relative molecular mass is 37.04, the relative density is 1.015 (25°C), colorless leaf-like or needle-like crystals, after sublimation, it becomes hexagonal columnar crystals; easy to deliquesce and agglomerate, soluble in cold water, slightly Soluble in alcohol, insoluble in acetone and liquid ammonia. When heated or exposed to hot water, it decomposes and loses ammonia and converts it into more stable ammonium fluoride.
  • Ammonium fluoride is widely used, such as as a glass etching agent, a chemical polishing agent for metal surfaces, a wood and wine preservative, a disinfectant, a mordant for fibers, and a solvent for extracting rare elements. It can also be used as a component for ion detection in chemical analysis.
  • the traditional production method of ammonium fluoride is the liquid phase method: put a certain amount of hydrofluoric acid into a lead or plastic container. Cool with water outside the container, and slowly introduce ammonia gas while stirring until the pH value of the reaction solution reaches about 4. The reaction solution is cooled and crystallized, centrifuged, and air-dried to obtain ammonium fluoride product.
  • Ammonium fluoride produced by the traditional liquid phase method has shortcomings such as high water content, easy caking, and inability to be stored for a long time.
  • the embodiment of the present application provides an automatic batching control system and a control method for ammonium fluoride preparation, which uses artificial intelligence control technology to determine the flow rate value of liquid ammonia, the flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and Starting from the pH value of the reaction solution, a deep neural network model is used to dig out the implicit feature correlation information of each data in the time series dimension, and Bayesian is used to fuse the correlation feature information of each data to compare the relationship between the liquid ammonia and all the data.
  • the flow rate of the anhydrous hydrogen fluoride added into the reaction tank is dynamically controlled in real time, thereby improving the efficiency of the reaction and the quality of the product.
  • an automatic batching control system for ammonium fluoride preparation which includes:
  • the data acquisition module is used to obtain the first flow rate value of liquid ammonia, the second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the pH value of the reaction liquid at multiple predetermined time points within a predetermined time period;
  • the batching speed structured correlation module For arranging the first flow rate values of liquid ammonia and the second flow rate values of anhydrous hydrogen fluoride at multiple predetermined time points within the predetermined time period into first flow rate vectors and second flow rate vectors, calculating the first The product between the transpose vector of the flow velocity vector and the second flow velocity vector is used to obtain the flow velocity control matrix;
  • the batching velocity characteristic filtering module is used to pass the flow velocity control matrix through the first convolutional neural network as a filter to obtain Flow rate control feature vector;
  • time series encoding module used to pass the reaction temperature values and the pH value of the reaction liquid at multiple predetermined time points within the predetermined time period through a time series encoder including a one-dimensional convolution layer to obtain the reaction temperature feature vector and PH
  • a batching control result generation module is used to pass the posterior feature vector through a classifier to obtain a classification result.
  • the classification result is used to indicate that the first flow rate value of liquid ammonia at the current time point should be increased or should be reduced and there is no
  • the second flow rate value of water hydrogen fluoride should be increased or should be decreased.
  • each layer of the first convolutional neural network performs on the input data respectively in the forward transmission of the layer: Perform convolution processing on the input data to obtain a convolution feature map; perform mean pooling based on the local feature matrix on the convolution feature map to obtain a pooled feature map; and perform nonlinear activation on the pooled feature map.
  • the output of the last layer of the first convolutional neural network is the flow rate control feature vector
  • the input of the first layer of the first convolutional neural network is the flow rate control matrix.
  • the time sequence encoding module includes: a temperature time sequence encoding unit, used to arrange the reaction temperature values at multiple predetermined time points within the predetermined time period according to the time dimension as Temperature input vector; use the fully connected layer of the temporal encoder to fully connect the temperature input vector with the following formula to extract the high-dimensional hidden features of the eigenvalues of each position in the temperature input vector, where, The formula is: where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector, represents matrix multiplication; use the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the temperature input vector with the following formula to extract the high-dimensional implicit correlation between the eigenvalues of each position in the temperature input vector Characteristics, where the formula is:
  • a is the width of the convolution kernel in the x direction
  • F is the convolution kernel parameter vector
  • G is the local vector matrix that operates with the convolution kernel function
  • w is the size of the convolution kernel
  • X represents the input vector
  • PH timing encoding unit used to arrange the PH values of the reaction solution at multiple predetermined time points within the predetermined time period into a PH value input vector according to the time dimension; use the fully connected layer of the timing encoder to calculate the The PH value input vector is fully connected to extract the high-dimensional hidden features of the eigenvalues at each position in the PH value input vector, where the formula is: where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector, represents matrix multiplication; use the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the PH value input vector with the following formula to extract the high-dimensional hidden between the eigenvalues of each position in the PH value input vector.
  • a is the width of the convolution kernel in the x direction
  • F is the convolution kernel parameter vector
  • G is the local vector matrix that operates with the convolution kernel function
  • w is the size of the convolution kernel
  • X represents the input vector.
  • the feature correction module is further used to control the feature values of each position in the feature vector based on predetermined hyperparameters and the flow rate and each position in the reaction temperature feature vector.
  • the greater of the difference between the first distance between the characteristic values and the first distance, and the characteristic value of each position in the predetermined hyperparameter and the flow rate control characteristic vector and the The sum value between the difference between the second distances between the characteristic values of each position in the PH time series feature vector and the larger of the second distances, for each position in the flow rate control feature vector The characteristic values are corrected to obtain the corrected flow rate control characteristic vector.
  • the characteristic correction module is further used to: based on the reaction temperature characteristic vector and the pH timing characteristic vector, calculate each position in the flow rate control characteristic vector according to the following formula The eigenvalues are corrected to obtain the corrected flow rate control eigenvector; wherein, the formula is:
  • f 1 , f 2 and f 3 are respectively the eigenvalues of the corresponding positions of the reaction temperature eigenvector, the PH timing eigenvector and the flow rate control eigenvector normalized to the [0,1] interval
  • d(f 3 , f 1 ) represents the first distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the reaction temperature eigenvector
  • d(f 3 , f 2 ) represents the second distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the PH timing feature vector
  • is the predetermined hyperparameter.
  • the Bayesian fusion module is further used to: use the Bayesian probability model to fuse the corrected flow rate control feature vector and the reaction temperature using the following formula: Feature vector and the PH time series feature vector to obtain the posterior feature vector; wherein, the formula is:
  • pi is the characteristic value of each position in the corrected flow rate control characteristic vector
  • ai and bi are the characteristic values of each position in the reaction temperature characteristic vector and the pH timing characteristic vector respectively
  • qi is the characteristic value of each position in the corrected flow rate control characteristic vector.
  • the batching control result generation module is further used to use the classifier to process the posterior feature vector with the following formula to obtain the classification result, where , the formula is: softmax ⁇ (W n ,B n ):...:(W 1 ,B 1 )
  • a control method for an automatic batching control system for ammonium fluoride preparation which includes:
  • the product of The liquid PH value passes through a time series encoder containing a one-dimensional convolution layer to obtain a reaction temperature feature vector and a PH time series feature vector; based on the reaction temperature feature vector and PH time series feature vector, each position in the flow rate control feature vector is The eigenvalues are corrected to obtain the corrected flow rate control eigenvector; a Bayesian probability model is used to fuse the corrected flow rate control eigenvector, the reaction temperature eigenvector and the PH timing eigenvector to obtain a posteriori feature vector ;as well as
  • the posterior feature vector is passed through a classifier to obtain a classification result, which is used to indicate that the first flow rate value of liquid ammonia at the current time point should be increased or decreased and the second flow rate value of anhydrous hydrogen fluoride should be increase or should decrease.
  • the flow rate control matrix is passed through the first convolutional neural network as a filter to obtain the flow rate control feature vector, including: the first convolutional neural network
  • Each layer of the network processes the input data separately in the forward pass of the layer: performs convolution processing on the input data to obtain the convolution feature map; performs mean pooling based on the local feature matrix on the convolution feature map to obtain the pool feature map; and perform nonlinear activation on the pooled feature map to obtain an activation feature map; wherein the output of the last layer of the first convolutional neural network is the flow rate control feature vector, and the third
  • the input to the first layer of a convolutional neural network is the flow rate control matrix.
  • reaction temperature values and the pH values of the reaction liquid at multiple predetermined time points within the predetermined time period are passed through a time series encoder including a one-dimensional convolution layer.
  • the method includes: arranging the reaction temperature values at multiple predetermined time points within the predetermined time period into a temperature input vector according to the time dimension; using the fully connected layer of the timing encoder to The following formula performs fully connected encoding on the temperature input vector to extract high-dimensional implicit features of the eigenvalues of each position in the temperature input vector, where the formula is: where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector, represents matrix multiplication; use the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the temperature input vector with the following formula to extract the high-dimensional implicit correlation between the eigenvalues of each position in the temperature input vector Characteristics, where the formula is:
  • a is the width of the convolution kernel in the x direction
  • F is the convolution kernel parameter vector
  • G is the local vector matrix that operates with the convolution kernel function
  • w is the size of the convolution kernel
  • X represents the input vector
  • use the fully connected layer of the timing encoder to fully connect the PH value input vector with the following formula
  • Encoding to extract high-dimensional hidden features of the eigenvalues at each position in the PH value input vector where the formula is: where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector, represents matrix multiplication
  • use the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the PH value input vector with the following formula to extract the high-dimensional hidden between the eigenvalues of each position in the PH value input vector.
  • a is the width of the convolution kernel in the x direction
  • F is the convolution kernel parameter vector
  • G is the local vector matrix that operates with the convolution kernel function
  • w is the size of the convolution kernel
  • X represents the input vector.
  • the characteristic values of each position in the flow rate control characteristic vector are corrected to obtain the corrected flow rate Controlling a feature vector, including: a difference between a predetermined hyperparameter and a first distance between a feature value of each position in the flow rate control feature vector and a first distance between a feature value of each position in the reaction temperature feature vector and the The larger of the first distance, and the second distance between the predetermined hyperparameter and the characteristic value of each position in the flow rate control characteristic vector and the characteristic value of each position in the PH timing characteristic vector. The sum value between the larger difference between the two distances and the second distance is corrected to obtain the corrected flow speed control feature vector.
  • the characteristic values of each position in the flow rate control characteristic vector are corrected to obtain the corrected flow rate
  • Controlling the feature vector includes: based on the reaction temperature feature vector and the pH timing feature vector, correcting the feature values of each position in the flow rate control feature vector with the following formula to obtain the corrected flow rate control feature vector; wherein, The formula is:
  • f 1 , f 2 and f 3 are respectively the eigenvalues of the corresponding positions of the reaction temperature eigenvector, the PH timing eigenvector and the flow rate control eigenvector normalized to the [0,1] interval
  • d(f 3 , f 1 ) represents the first distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the reaction temperature eigenvector
  • d(f 3 , f 2 ) represents the second distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the PH timing feature vector
  • is the predetermined hyperparameter.
  • a Bayesian probability model is used to fuse the corrected flow rate control feature vector, the reaction temperature feature vector and the pH timing feature vector to obtain the following A posteriori feature vector, including: using a Bayesian probability model to fuse the corrected flow rate control feature vector, the reaction temperature feature vector and the PH timing feature vector with the following formula to obtain the posterior feature vector;
  • pi is the characteristic value of each position in the corrected flow rate control characteristic vector
  • ai and bi are the characteristic values of each position in the reaction temperature characteristic vector and the pH timing characteristic vector respectively
  • qi is the characteristic value of each position in the corrected flow rate control characteristic vector.
  • passing the posterior feature vector through a classifier to obtain a classification result includes: using the classifier to perform the following calculation on the posterior feature vector: Process to obtain the classification result, where the formula is: softmax ⁇ (W n ,B n ):...:(W 1 ,B 1 )
  • a computer-readable medium is provided with computer program instructions stored thereon.
  • the computer program instructions when executed by a processor, cause the processor to perform the preparation of ammonium fluoride as described above.
  • the control method of the automatic batching control system used.
  • the automatic batching control system and its control method for the preparation of ammonium fluoride use artificial intelligence control technology to determine the flow rate value of liquid ammonia, the flow rate value of anhydrous hydrogen fluoride, and the reaction temperature.
  • a deep neural network model is used to dig out the implicit feature correlation information of each data in the time series dimension, and Bayesian is used to fuse the correlation feature information of each data to obtain the liquid ammonia.
  • the flow rate of the anhydrous hydrogen fluoride added into the reaction tank is dynamically controlled in real time, thereby improving the efficiency of the reaction and the quality of the product.
  • Figure 1A is a flow chart of the preparation process of an automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application.
  • Figure 1B is an application scenario diagram of an automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application.
  • FIG. 2 is a block diagram of an automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application.
  • FIG. 3 is a block diagram of the timing coding module in the automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application.
  • Figure 4 is a flow chart of a control method of an automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application.
  • Figure 5 is a schematic structural diagram of a control method of an automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application.
  • ammonium fluoride has a molecular formula of NH4F, a relative molecular mass of 37.04, and a relative density of 1.015 (25°C). It is colorless leaf-like or needle-like crystals and turns into hexagonal columnar crystals after sublimation. It is easy to deliquesce and agglomerate, and can Soluble in cold water, slightly soluble in alcohol, insoluble in acetone and liquid ammonia. When heated or exposed to hot water, it decomposes and loses ammonia and converts it into more stable ammonium fluoride.
  • Ammonium fluoride is widely used, such as as a glass etching agent, a chemical polishing agent for metal surfaces, a wood and wine preservative, a disinfectant, a mordant for fibers, and a solvent for extracting rare elements. It can also be used as a component for ion detection in chemical analysis.
  • the traditional production method of ammonium fluoride is the liquid phase method: put a certain amount of hydrofluoric acid into a lead or plastic container. Cool with water outside the container, and slowly introduce ammonia gas while stirring until the pH value of the reaction solution reaches about 4. The reaction solution is cooled and crystallized, centrifuged, and air-dried to obtain ammonium fluoride product.
  • Ammonium fluoride produced by the traditional liquid phase method has shortcomings such as high water content, easy caking, and inability to be stored for a long time.
  • the preparation process is:
  • Step 1 Add the mother liquor to the reaction tank, then add liquid ammonia and anhydrous hydrogen fluoride under stirring to react;
  • Step 2 Prepare the reaction solution by cooling, crystallizing, centrifuging and drying to prepare ammonium fluoride.
  • the mother liquid is the liquid obtained by centrifugal separation of the reaction liquid in step 2.
  • the prepared ammonium fluoride has the advantages of low product moisture content, not easy to agglomerate, durable in storage, and of high quality.
  • the mother liquid is a liquid obtained after centrifugal separation of the reaction liquid, and its main components are ammonium fluoride and ammonia water.
  • a certain amount of mother liquor can be prepared in advance to start the preparation process.
  • the liquid obtained by centrifugation of the reaction liquid can be recycled as the mother liquid.
  • the liquid obtained by centrifugation of the reaction liquid can be retained. Make the mother liquor needed for the next preparation, no need to prepare another mother liquor.
  • liquid ammonia and anhydrous hydrogen fluoride in the following order: first add 50 to 60 kg of liquid ammonia, then add 100 to 110 kg of anhydrous hydrogen fluoride, and finally add the remaining liquid ammonia and anhydrous hydrogen fluoride at the same time.
  • anhydrous hydrogen fluoride has a high density. If added first, it will sink to the bottom, resulting in uneven reactions.
  • Adding a certain amount of liquid ammonia first and then adding a certain amount of anhydrous hydrogen fluoride can effectively avoid uneven reactions while ensuring When the reaction is uniform, adding the remaining liquid ammonia and anhydrous hydrogen fluoride at the same time will help improve production efficiency and avoid excessively long production cycles and increased production costs.
  • liquid ammonia and anhydrous hydrogen fluoride should be added slowly to control the reaction temperature between 90 and 110°C.
  • a cooling water pipe can also be set up on the reaction tank, supplemented by cooling water for cooling. If the reaction temperature If the reaction rises too fast, it can be adjusted by reducing the feed amount or increasing the cooling water.
  • the reaction pressure should be controlled at normal pressure so that the reaction proceeds continuously, uniformly, slowly and stably.
  • the pH value of the reaction end point is preferably controlled at 5 to 6.
  • the specific control method can be carried out in the following way: when there is still 5% difference from the end point of the feed (calculated as liquid ammonia), use pH test paper or other pH detection device to detect the pH value of the reaction solution. pH value, and then adjust the remaining amount of liquid ammonia and anhydrous hydrogen fluoride accordingly according to the test results, so that the pH value at the end of the reaction is controlled at 5 to 6.
  • the inventor of the present application found that in the above preparation scheme, the synergy of the flow rate control and reaction temperature of adding liquid ammonia and anhydrous hydrogen fluoride to the reaction tank is of great significance for improving reaction efficiency and product quality. Therefore, it is expected that in the process of preparing ammonium fluoride, the liquid ammonia should be prepared based on the flow rate values of the liquid ammonia and the anhydrous hydrogen fluoride added at multiple predetermined time points, as well as the reaction temperature value and the pH value of the reaction solution.
  • the flow rate of the anhydrous hydrogen fluoride added into the reaction tank is dynamically controlled in real time, thereby improving the efficiency of the reaction and the quality of the product.
  • first, multiple sensors are used to obtain the first flow rate value of liquid ammonia, the second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the reaction temperature at multiple predetermined time points within a predetermined time period.
  • Liquid pH Liquid pH
  • the first flow rate value of liquid ammonia at multiple predetermined time points within the predetermined time period and the anhydrous
  • the product between the transposed vector of the first flow rate vector and the second flow rate vector is calculated to obtain a flow rate control matrix to integrate
  • the flow rate information facilitates subsequent feature mining.
  • a convolutional neural network model with excellent performance in implicit correlation feature extraction is used to extract and filter features of the flow rate control matrix, thereby obtaining a flow rate control feature vector.
  • reaction temperature values and reaction liquid PH values at multiple predetermined time points within the predetermined time period, it is considered that the reaction temperature values and the reaction liquid PH values have special implications in time. Contains feature information. Therefore, in order to more fully extract such implicit features, in the technical solution of this application, a temporal encoder including a one-dimensional convolution layer is used to separately encode multiple predetermined times within the predetermined time period. The reaction temperature value of the point and the pH value of the reaction solution are encoded to obtain the reaction temperature feature vector and pH time series feature vector.
  • the temporal encoder consists of alternately arranged fully connected layers and one-dimensional convolutional layers, which respectively extract the reaction temperature value and the pH value of the reaction solution in the temporal dimension through one-dimensional convolutional encoding.
  • the high-dimensional hidden features of the reaction temperature value and the pH value of the reaction solution are respectively extracted through the correlation and fully connected coding.
  • the flow rate control matrix is passed through the first convolutional neural network as a filter to obtain the flow rate control feature vector
  • the feature extraction of the first convolutional neural network as a filter cannot be completely preserved.
  • the timing characteristics of the first input vector and the second input vector result in a feature distribution between the flow rate control feature vector and the reaction temperature feature vector and the PH timing feature vector that follow the timing distribution. deviation.
  • the flow rate control feature vector is corrected based on the time series distribution of the reaction temperature feature vector and the pH time series feature vector, as follows:
  • f 1 , f 2 and f 3 are respectively the eigenvalues of the corresponding positions of the reaction temperature eigenvector, the PH timing eigenvector and the flow rate control eigenvector normalized to the [0,1] interval
  • d(f 3 , f 1 ) represents the first distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the reaction temperature eigenvector
  • d(f 3 , f 2 ) represents the second distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the PH timing feature vector
  • is the predetermined hyperparameter.
  • the comparison search space of the flow rate control eigenvector with respect to the reaction temperature eigenvector and the PH time series eigenvector is isotropic through the above correction, so that the flow rate control eigenvector is converted to the same direction as the reaction temperature eigenvector.
  • the isotropic and differentiated representation space of the temperature feature vector and the PH time series feature vector enhances the distribution consistency of the feature representation, thereby improving the accuracy of classification.
  • the purpose of the technical solution in this application is to update the prior probability based on new evidence, that is, when the reaction temperature value and the pH value of the reaction solution change.
  • the posterior probability is obtained by the posterior probability.
  • the posterior probability is the prior probability multiplied by the event probability divided by the evidence probability. Therefore, in the technical solution of this application, the Bayesian probability model is used to fuse the corrected flow rate control feature vector,
  • the reaction temperature feature vector and the PH timing feature vector are used to obtain a posteriori feature vector, where the corrected flow rate control feature vector serves as a priori, the reaction temperature feature vector serves as an event, and the PH timing feature vector serves as evidence.
  • the posterior feature vector can be passed through the classifier to obtain a first flow rate value indicating that the liquid ammonia at the current time point should increase or decrease and the second flow rate value of anhydrous hydrogen fluoride should increase or decrease. Classification results should be reduced.
  • this application proposes an automatic batching control system for the preparation of ammonium fluoride, which includes: a data acquisition module, used to obtain the first flow rate value of liquid ammonia at multiple predetermined time points within a predetermined time period, anhydrous The second flow rate value of hydrogen fluoride, the reaction temperature value and the pH value of the reaction liquid; the batching speed structured correlation module is used to combine the first flow rate value of liquid ammonia and the first flow rate value of anhydrous hydrogen fluoride at multiple predetermined time points within the predetermined time period.
  • the second flow velocity values are arranged into the first flow velocity vector and the second flow velocity vector respectively, calculate the product between the transpose vector of the first flow velocity vector and the second flow velocity vector to obtain the flow velocity control matrix; batching velocity characteristic filtering A module for passing the flow rate control matrix through the first convolutional neural network as a filter to obtain a flow rate control feature vector; a time series encoding module for converting the reaction temperature values of multiple predetermined time points within the predetermined time period and the pH value of the reaction solution are respectively passed through a time series encoder containing a one-dimensional convolution layer to obtain the reaction temperature feature vector and the pH time series feature vector; the feature correction module is used to calculate the reaction temperature feature vector and the pH time series feature vector based on the reaction temperature feature vector and the pH time series feature vector.
  • the eigenvalues of each position in the flow rate control eigenvector are corrected to obtain the corrected flow rate control eigenvector; a Bayesian fusion module is used to use a Bayesian probability model to fuse the corrected flow rate control eigenvector and the reaction
  • the temperature feature vector and the PH time series feature vector are used to obtain a posterior feature vector; and, a batching control result generation module is used to pass the posterior feature vector through a classifier to obtain a classification result, and the classification result is used to represent the current
  • the first flow rate value of liquid ammonia at the time point should be increased or should be decreased and the second flow rate value of anhydrous hydrogen fluoride should be increased or should be decreased.
  • FIG. 1B illustrates an application scenario diagram of an automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application.
  • first multiple predetermined time points within a predetermined time period are acquired through various sensors (for example, the flow rate sensor T1, the temperature sensor T2 and the pH value sensor T3 as shown in Figure 1B)
  • the first flow rate value of liquid ammonia, the second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the pH value of the reaction liquid are acquired through various sensors (for example, the flow rate sensor T1, the temperature sensor T2 and the pH value sensor T3 as shown in Figure 1B)
  • the first flow rate value of liquid ammonia the second flow rate value of anhydrous hydrogen fluoride
  • the reaction temperature value and the pH value of the reaction liquid.
  • the obtained first flow rate value of liquid ammonia, the second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the pH value of the reaction liquid at multiple predetermined time points within the predetermined time period are input into the prepared system equipped with ammonium fluoride.
  • a server using an automatic batching control algorithm for example, the cloud server S as shown in FIG. 1B
  • the server can use the automatic batching control algorithm for ammonium fluoride preparation to process multiple batches within the predetermined time period.
  • the first flow rate value of liquid ammonia at the predetermined time point, the second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the pH value of the reaction liquid are processed to generate a first flow rate value of liquid ammonia that represents the current time point.
  • the classification result is that the second flow rate value of anhydrous hydrogen fluoride should be increased or should be reduced.
  • FIG. 2 illustrates a block diagram of an automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application.
  • the automatic batching control system 200 for ammonium fluoride preparation according to the embodiment of the present application includes: a data acquisition module 210, used to obtain the first flow rate of liquid ammonia at multiple predetermined time points within a predetermined time period.
  • the batching speed structured correlation module 220 is used to combine the first flow rate value of liquid ammonia at multiple predetermined time points within the predetermined time period and the second flow rate values of anhydrous hydrogen fluoride are arranged into the first flow rate vector and the second flow rate vector respectively, then calculate the product between the transposed vector of the first flow rate vector and the second flow rate vector to obtain the flow rate control matrix ;
  • Ingredient speed feature filtering module 230 used to pass the flow speed control matrix through the first convolutional neural network as a filter to obtain the flow speed control feature vector;
  • Time series encoding module 240 used to combine multiple data within the predetermined time period The reaction temperature value and reaction liquid PH value at the predetermined time point are respectively passed through a time series encoder including a one-dimensional convolution layer to obtain a reaction temperature feature vector and a PH time series feature vector;
  • the feature correction module 250 is used to based on the reaction temperature feature vector and PH
  • the data collection module 210, the batching speed structured correlation module 220 and the batching speed feature filtering module 230 are used to obtain liquid data at multiple predetermined time points within a predetermined time period.
  • the second flow velocity values are arranged into the first flow velocity vector and the second flow velocity vector respectively, calculate the product between the transpose vector of the first flow velocity vector and the second flow velocity vector to obtain the flow velocity control matrix, and then
  • the flow rate control matrix is passed through the first convolutional neural network as a filter to obtain the flow rate control feature vector.
  • the synergy of flow rate control and reaction temperature of liquid ammonia and anhydrous hydrogen fluoride added to the reaction tank is of great significance for improving reaction efficiency and product quality. Therefore, in the technical solution of the present application, it is expected that in the process of preparing ammonium fluoride, the flow rate values of the liquid ammonia and the anhydrous hydrogen fluoride added at multiple predetermined time points, as well as the reaction temperature value and the reaction liquid
  • the pH value is used to dynamically control the flow rate of the liquid ammonia and anhydrous hydrogen fluoride added to the reaction tank in real time, thereby improving the efficiency of the reaction and the quality of the product.
  • first, multiple sensors are used to obtain the first flow rate value of liquid ammonia, the second flow rate value of anhydrous hydrogen fluoride, and the reaction temperature at multiple predetermined time points within a predetermined time period. value and the pH value of the reaction solution.
  • the first flow rate value of liquid ammonia at multiple predetermined time points within the predetermined time period and the anhydrous
  • the product between the transposed vector of the first flow rate vector and the second flow rate vector is calculated to obtain a flow rate control matrix to integrate
  • the flow rate information facilitates subsequent feature mining.
  • a convolutional neural network model with excellent performance in implicit correlation feature extraction is used to extract and filter features of the flow rate control matrix, thereby obtaining a flow rate control feature vector.
  • the batching speed feature filtering module is further used to perform: each layer of the first convolutional neural network on the input data in the forward transfer of the layer: The data is convolved to obtain a convolution feature map; the convolution feature map is subjected to mean pooling based on a local feature matrix to obtain a pooled feature map; and, the pooled feature map is subjected to nonlinear activation to obtain Activating the feature map; wherein, the output of the last layer of the first convolutional neural network is the flow rate control feature vector, and the input of the first layer of the first convolutional neural network is the flow rate control matrix.
  • the time series encoding module 240 is used to pass the reaction temperature values and the pH values of the reaction liquid at multiple predetermined time points within the predetermined time period through a time series including a one-dimensional convolution layer. encoder to obtain the reaction temperature feature vector and PH timing feature vector. It should be understood that for the reaction temperature values and reaction liquid PH values at multiple predetermined time points within the predetermined time period, it is considered that the reaction temperature values and the reaction liquid PH values have special implications in time. Contains feature information. Therefore, in order to more fully extract such implicit features, in the technical solution of this application, a temporal encoder including a one-dimensional convolution layer is used to separately encode multiple predetermined times within the predetermined time period.
  • the reaction temperature value of the point and the pH value of the reaction solution are encoded to obtain the reaction temperature feature vector and pH time series feature vector.
  • the temporal encoder consists of alternately arranged fully connected layers and one-dimensional convolutional layers, which respectively extract the reaction temperature value and the reaction liquid PH through one-dimensional convolutional coding.
  • the correlation of values in the time series dimension and the high-dimensional hidden features of the reaction temperature value and the pH value of the reaction solution are respectively extracted through fully connected coding.
  • the time series encoding module includes: first, arranging the reaction temperature values at multiple predetermined time points within the predetermined time period into a temperature input vector according to the time dimension; then, using the The fully connected layer of the temporal encoder performs fully connected encoding on the temperature input vector using the following formula to extract high-dimensional implicit features of the eigenvalues of each position in the temperature input vector, where the formula is: where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector, represents the matrix multiplication; then, use the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the temperature input vector with the following formula to extract the high-dimensional hidden between the eigenvalues of each position in the temperature input vector Contains associated features, where the formula is:
  • a is the width of the convolution kernel in the x direction
  • F is the convolution kernel parameter vector
  • G is the local vector matrix that operates with the convolution kernel function
  • w is the size of the convolution kernel
  • X represents the input vector.
  • the pH values of the reaction solution at multiple predetermined time points within the predetermined time period are arranged into a pH value input vector according to the time dimension; then, the fully connected layer of the temporal encoder is used to calculate the pH value according to the following formula
  • the input vector is fully connected to extract the high-dimensional hidden features of the eigenvalues at each position in the PH value input vector, where the formula is: where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector, represents matrix multiplication; then, use the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the PH value input vector with the following formula to extract the feature value between each position in the PH value input vector
  • a is the width of the convolution kernel in the x direction
  • F is the convolution kernel parameter vector
  • G is the local vector matrix that operates with the convolution kernel function
  • w is the size of the convolution kernel
  • X represents the input vector.
  • FIG. 3 illustrates a block diagram of the timing coding module in the automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application.
  • the time series encoding module 240 includes: a temperature time series encoding unit 241, used to arrange the reaction temperature values at multiple predetermined time points within the predetermined time period into a temperature input vector according to the time dimension; using the The fully connected layer of the temporal encoder performs fully connected encoding on the temperature input vector using the following formula to extract high-dimensional implicit features of the eigenvalues of each position in the temperature input vector, where the formula is: where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector, represents matrix multiplication; use the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the temperature input vector with the following formula to extract the high-dimensional implicit correlation between the eigenvalues of each position in the temperature input vector Characteristics, where the formula is:
  • a is the width of the convolution kernel in the x direction
  • F is the convolution kernel parameter vector
  • G is the local vector matrix that operates with the convolution kernel function
  • w is the size of the convolution kernel
  • X represents the input vector.
  • the PH timing encoding unit 242 is used to arrange the PH values of the reaction solution at multiple predetermined time points within the predetermined time period into a PH value input vector according to the time dimension; use the fully connected layer of the timing encoder to calculate the PH values using the following formula:
  • the PH value input vector is fully connected to extract the high-dimensional hidden features of the eigenvalues at each position in the PH value input vector, where the formula is: where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector, represents matrix multiplication; use the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the PH value input vector with the following formula to extract the high-dimensional hidden between the e
  • a is the width of the convolution kernel in the x direction
  • F is the convolution kernel parameter vector
  • G is the local vector matrix that operates with the convolution kernel function
  • w is the size of the convolution kernel
  • X represents the input vector.
  • the feature correction module 250 is used to correct the feature values of each position in the flow rate control feature vector based on the reaction temperature feature vector and the pH timing feature vector to obtain a correction.
  • Post flow velocity control eigenvector It should be understood that when the flow rate control matrix is passed through the first convolutional neural network as a filter to obtain the flow rate control feature vector, the feature extraction of the first convolutional neural network as a filter cannot be completely preserved.
  • the timing characteristics of the first input vector and the second input vector result in a feature distribution between the flow rate control feature vector and the reaction temperature feature vector and the PH timing feature vector that follow the timing distribution. deviation.
  • the flow rate control feature vector is further corrected based on the time series distribution of the reaction temperature feature vector and the pH time series feature vector. That is, considering that there is anisotropy between the flow rate control feature vector, the reaction temperature feature vector, and the pH timing feature vector due to the difference in feature distribution, it is reflected that its vector representation resides in high-dimensional features. a narrow subset of space. Therefore, the comparison search space of the flow rate control eigenvector with respect to the reaction temperature eigenvector and the PH timing eigenvector is isotropic through the above correction, so that the flow rate control eigenvector is converted to the same direction as the reaction temperature eigenvector.
  • the isotropic and differentiated representation space of the temperature feature vector and the PH time series feature vector enhances the distribution consistency of the feature representation, thereby improving the accuracy of classification.
  • the feature correction module is further configured to: based on predetermined hyperparameters and the feature values of each position in the flow rate control feature vector and the features of each position in the reaction temperature feature vector.
  • the greater of the difference between the first distance between values and the first distance, and the characteristic value of each position in the predetermined hyperparameter and the flow rate control characteristic vector and the PH timing sequence The sum value between the difference between the second distances between the characteristic values of each position in the feature vector and the larger of the second distances, for the characteristics of each position in the flow velocity control feature vector The value is corrected to obtain the corrected flow rate control characteristic vector.
  • the feature values of each position in the flow rate control feature vector are corrected with the following formula to obtain the corrected flow rate control feature vector ;wherein, the formula is:
  • f 1 , f 2 and f 3 are respectively the eigenvalues of the corresponding positions of the reaction temperature eigenvector, the PH timing eigenvector and the flow rate control eigenvector normalized to the [0,1] interval
  • d(f 3 , f 1 ) represents the first distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the reaction temperature eigenvector
  • d(f 3 , f 2 ) represents the second distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the PH timing feature vector
  • is the predetermined hyperparameter.
  • the Bayesian fusion module 260 and the batching control result generation module 270 are used to use a Bayesian probability model to fuse the corrected flow rate control feature vector, the reaction
  • the temperature feature vector and the PH time series feature vector are used to obtain a posteriori feature vector, and the posteriori feature vector is passed through a classifier to obtain a classification result.
  • the classification result is used to represent the first flow rate of liquid ammonia at the current time point. The value should be increased or should be decreased and the second flow rate value of anhydrous hydrogen fluoride should be increased or should be decreased.
  • the purpose of the technical solution in this application is to update based on new evidence, that is, when there is a change in the reaction temperature value and the pH value of the reaction solution.
  • the prior probability gives the posterior probability.
  • the posterior probability is the prior probability multiplied by the event probability divided by the evidence probability. Therefore, in the technical solution of this application, the Bayesian probability model is used to fuse the corrected flow rate control feature vector,
  • the reaction temperature feature vector and the PH timing feature vector are used to obtain a posteriori feature vector, where the corrected flow rate control feature vector serves as a priori, the reaction temperature feature vector serves as an event, and the PH timing feature vector serves as evidence.
  • the posterior feature vector can be passed through the classifier to obtain a first flow rate value indicating that the liquid ammonia at the current time point should increase or decrease and the second flow rate value of anhydrous hydrogen fluoride should increase or decrease. Classification results should be reduced.
  • the classifier is used to process the posterior feature vector with the following formula to obtain the classification result, where the formula is: softmax ⁇ (W n ,B n ): ...:(W 1 ,B 1 )
  • the Bayesian fusion module is further used to: use the Bayesian probability model to fuse the corrected flow rate control feature vector, the reaction temperature feature vector and the following formula:
  • the PH time series feature vector is used to obtain the posterior feature vector; wherein, the formula is:
  • pi is the characteristic value of each position in the corrected flow rate control characteristic vector
  • ai and bi are the characteristic values of each position in the reaction temperature characteristic vector and the pH timing characteristic vector respectively
  • qi is the characteristic value of each position in the corrected flow rate control characteristic vector.
  • the automatic batching control system 200 for the preparation of ammonium fluoride based on the embodiment of the present application has been clarified, which uses artificial intelligence control technology to determine the flow rate value of liquid ammonia, the flow rate value of anhydrous hydrogen fluoride, and the reaction temperature value.
  • a deep neural network model is used to mine the implicit feature correlation information of each data in the time series dimension, and Bayes is used to fuse the correlation feature information of each data to compare the liquid ammonia and
  • the flow rate of the anhydrous hydrogen fluoride added into the reaction tank is dynamically controlled in real time, thereby improving the efficiency of the reaction and the quality of the product.
  • the automatic batching control system 200 for the preparation of ammonium fluoride according to the embodiment of the present application can be implemented in various terminal devices, such as a server of the automatic batching control algorithm for the preparation of ammonium fluoride, etc.
  • the automatic batching control system 200 for ammonium fluoride preparation according to the embodiment of the present application can be integrated into the terminal device as a software module and/or hardware module.
  • the automatic batching control system 200 for ammonium fluoride preparation can be a software module in the operating system of the terminal equipment, or can be an application program developed for the terminal equipment; of course, the ammonium fluoride preparation
  • the automatic batching control system 200 used can also be one of the many hardware modules of the terminal equipment.
  • the automatic batching control system 200 for ammonium fluoride preparation and the terminal device can also be separate devices, and the automatic batching control system 200 for ammonium fluoride preparation can be connected via wired and/or Or a wireless network is connected to the terminal device, and interactive information is transmitted according to the agreed data format.
  • Figure 4 illustrates a flow chart of a control method of an automatic batching control system for ammonium fluoride preparation.
  • the control method of the automatic batching control system for ammonium fluoride preparation includes the steps: S110, obtaining the first flow rate value of liquid ammonia at multiple predetermined time points within a predetermined time period, The second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the pH value of the reaction liquid; S120, separate the first flow rate value of liquid ammonia and the second flow rate value of anhydrous hydrogen fluoride at multiple predetermined time points within the predetermined time period, respectively.
  • the experimental feature vector is passed through the classifier to obtain a classification result, which is used to indicate that the first flow rate value of liquid ammonia at the current time point should be increased or decreased and the second flow rate value of anhydrous hydrogen fluoride should be increased or should be increased. decrease.
  • Figure 5 illustrates a schematic structural diagram of a control method of an automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application.
  • the network architecture of the control method of the automatic batching control system for ammonium fluoride preparation first, the first flow rates of liquid ammonia at multiple predetermined time points within the predetermined time period are obtained.
  • the value (e.g., P1 as illustrated in Figure 5) and the second flow rate value of anhydrous hydrogen fluoride (e.g., P2 as illustrated in Figure 5) are respectively arranged as a first flow rate vector (e.g., as illustrated in Figure 5 After V1) and the second flow velocity vector (for example, V2 as illustrated in Figure 5), the product between the transpose vector of the first flow velocity vector and the second flow velocity vector is calculated to obtain the flow velocity control matrix ( For example, M) as shown in Figure 5; then, the flow rate control matrix is passed through the first convolutional neural network as a filter (for example, CNN1 as shown in Figure 5) to obtain the flow rate control feature vector ( For example, VF1 as shown in Figure 5); then, the obtained reaction temperature values (for example, Q1 as shown in Figure 5) and the reaction liquid PH value (for example, Q1 as shown in Figure 5) at multiple predetermined time points within the predetermined time period ( For example, Q2 as shown in Figure 5) are respectively passed through a temporal encoder
  • semantic understanding model for example, SUM as shown in Figure 5
  • the flow rate control matrix is passed through the first convolutional neural network as a filter to obtain the flow rate control feature vector (for example, VS1-VSn as shown in Figure 5) , MR as shown in Figure 5); then, use a convolutional neural network (for example, CNN as shown in Figure 5) to extract the registration information feature map (for example, as shown in Figure 5) from the registration information matrix FR as shown), the scale of the registration information feature map is L*S*C, L represents the length of the semantic feature vector, S represents the number of wireless APs, and C represents the number of channels; then, the registration information features
  • the eigenvalue matrix of each L*C of the graph in the S dimension is e
  • the first flow rate value of liquid ammonia, the second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the reaction liquid PH at multiple predetermined time points within the predetermined time period are obtained value, and after arranging the first flow rate values of liquid ammonia and the second flow rate values of anhydrous hydrogen fluoride at multiple predetermined time points within the predetermined time period into the first flow rate vector and the second flow rate vector respectively, calculate the The product of the transposed vector of the first flow vector and the second flow vector is used to obtain the flow control matrix, and then the flow control matrix is passed through the first convolutional neural network as a filter to obtain the flow control feature vector.
  • the synergy of the flow rate control and reaction temperature of liquid ammonia and anhydrous hydrogen fluoride added to the reaction tank is of great significance for improving reaction efficiency and product quality. Therefore, in the technical solution of the present application, it is expected that in the process of preparing ammonium fluoride, the flow rate values of the liquid ammonia and the anhydrous hydrogen fluoride added at multiple predetermined time points, as well as the reaction temperature value and the reaction liquid
  • the pH value is used to dynamically control the flow rate of the liquid ammonia and anhydrous hydrogen fluoride added to the reaction tank in real time, thereby improving the efficiency of the reaction and the quality of the product.
  • first, multiple sensors are used to obtain the first flow rate value of liquid ammonia, the second flow rate value of anhydrous hydrogen fluoride, and the reaction temperature at multiple predetermined time points within a predetermined time period. value and the pH value of the reaction solution.
  • the first flow rate value of liquid ammonia at multiple predetermined time points within the predetermined time period and the anhydrous
  • the product between the transposed vector of the first flow rate vector and the second flow rate vector is calculated to obtain a flow rate control matrix to integrate
  • the flow rate information facilitates subsequent feature mining.
  • a convolutional neural network model with excellent performance in implicit correlation feature extraction is used to extract and filter features of the flow rate control matrix, thereby obtaining a flow rate control feature vector.
  • step S140 the reaction temperature values and reaction liquid PH values at multiple predetermined time points within the predetermined time period are passed through a temporal encoder including a one-dimensional convolution layer to obtain the reaction temperature feature vector and PH.
  • Time series feature vector It should be understood that for the reaction temperature values and reaction liquid PH values at multiple predetermined time points within the predetermined time period, it is considered that the reaction temperature values and the reaction liquid PH values have special implications in time. Contains feature information. Therefore, in order to more fully extract such implicit features, in the technical solution of this application, a temporal encoder including a one-dimensional convolution layer is used to separately encode multiple predetermined times within the predetermined time period.
  • the reaction temperature value of the point and the pH value of the reaction solution are encoded to obtain the reaction temperature feature vector and pH time series feature vector.
  • the temporal encoder consists of alternately arranged fully connected layers and one-dimensional convolutional layers, which respectively extract the reaction temperature value and the reaction liquid PH through one-dimensional convolutional coding.
  • the correlation of values in the time series dimension and the high-dimensional hidden features of the reaction temperature value and the pH value of the reaction solution are respectively extracted through fully connected coding.
  • step S150 based on the reaction temperature feature vector and the pH timing feature vector, the feature values of each position in the flow rate control feature vector are corrected to obtain a corrected flow rate control feature vector.
  • the flow rate control matrix is passed through the first convolutional neural network as a filter to obtain the flow rate control feature vector, the feature extraction of the first convolutional neural network as a filter cannot be completely preserved.
  • the timing characteristics of the first input vector and the second input vector result in a feature distribution between the flow rate control feature vector and the reaction temperature feature vector and the PH timing feature vector that follow the timing distribution. deviation. Therefore, in the technical solution of the present application, the flow rate control feature vector is further corrected based on the time series distribution of the reaction temperature feature vector and the pH time series feature vector.
  • the comparison search space of the flow rate control eigenvector with respect to the reaction temperature eigenvector and the PH time series eigenvector is isotropic through the above correction, so that the flow rate control eigenvector is converted to the same direction as the reaction temperature eigenvector.
  • the isotropic and differentiated representation space of the temperature feature vector and the PH time series feature vector enhances the distribution consistency of the feature representation, thereby improving the accuracy of classification.
  • a Bayesian probability model is used to fuse the corrected flow rate control feature vector, the reaction temperature feature vector and the PH timing feature vector to obtain a posterior feature vector, and
  • the posterior feature vector is passed through a classifier to obtain a classification result, which is used to indicate that the first flow rate value of liquid ammonia at the current time point should be increased or decreased and the second flow rate value of anhydrous hydrogen fluoride should be increase or should decrease.
  • the posterior probability is the prior probability multiplied by the event probability divided by the evidence probability. Therefore, in the technical solution of this application, the Bayesian probability model is used to fuse the corrected flow rate control feature vector, The reaction temperature feature vector and the PH timing feature vector are used to obtain a posteriori feature vector, where the corrected flow rate control feature vector serves as a priori, the reaction temperature feature vector serves as an event, and the PH timing feature vector serves as evidence. In this way, the posterior feature vector can be passed through the classifier to obtain a first flow rate value indicating that the liquid ammonia at the current time point should increase or decrease and the second flow rate value of anhydrous hydrogen fluoride should increase or decrease. Classification results should be reduced.
  • the control method of the automatic batching control system for the preparation of ammonium fluoride based on the embodiments of the present application has been clarified.
  • the flow rate value of liquid ammonia, the flow rate value of anhydrous hydrogen fluoride, and the reaction Starting from the temperature value and pH value of the reaction liquid, a deep neural network model is used to mine the implicit feature correlation information of each data in the time series dimension, and Bayesian is used to fuse the correlation feature information of each data to predict the liquid.
  • the flow rate of ammonia and the anhydrous hydrogen fluoride added to the reaction tank is dynamically controlled in real time, thereby improving the efficiency of the reaction and the quality of the product.
  • embodiments of the present application may also be computer program products, which include computer program instructions that, when executed by a processor, cause the processor to execute the “exemplary method” described above in this specification.
  • the steps in the functions of the control method of the automatic batching control system for ammonium fluoride preparation according to various embodiments of the present application are described in the section.
  • the computer program product can be used to write program codes for performing the operations of the embodiments of the present application in any combination of one or more programming languages, including object-oriented programming languages, such as Java, C++, etc. , also includes conventional procedural programming languages, such as the "C" language or similar programming languages.
  • the program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server execute on.
  • embodiments of the present application may also be a computer-readable storage medium having computer program instructions stored thereon.
  • the computer program instructions When the computer program instructions are run by a processor, the computer program instructions cause the processor to execute the above-mentioned "example method" part of this specification. The steps in the control method of the automatic batching control system for ammonium fluoride preparation described in.
  • the computer-readable storage medium may be any combination of one or more readable media.
  • the readable medium may be a readable signal medium or a readable storage medium.
  • Readable storage media may include, for example, but are not limited to, electrical, magnetic, optical, electromagnetic, infrared, or semiconductor systems, systems or devices, or any combination thereof. More specific examples (non-exhaustive list) of readable storage media include: electrical connection with one or more conductors, portable disk, hard disk, random access memory (RAM), read only memory (ROM), erasable programmable read-only memory (EPROM or flash memory), optical fiber, portable compact disk read-only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
  • each component or each step can be decomposed and/or recombined. These decompositions and/or recombinations shall be considered equivalent versions of this application.

Abstract

An automatic batching control system for ammonium fluoride preparation and a control method thereof. The present application uses artificial intelligence control technology. Starting from flow velocity values of ammonia, flow velocity values of anhydrous hydrogen fluoride, reaction temperature values, and pH values of a reaction solution, association information of implicit features of each piece of data in a time series dimension is mined by using a deep neural network model, and associated feature information of said piece of data is fused by using a Bayesian model so as to perform real-time dynamic control on the flow velocities at which the ammonia and the anhydrous hydrogen fluoride are added into a reaction tank, thereby improving the reaction efficiency and the product quality.

Description

氟化铵制备用的自动配料控制系统及其控制方法Automatic batching control system and control method for ammonium fluoride preparation 技术领域Technical field
本发明涉及智能制造领域,且更为具体地,涉及一种氟化铵制备用的自动配料控制系统及其控制方法。The present invention relates to the field of intelligent manufacturing, and more specifically, to an automatic batching control system for ammonium fluoride preparation and a control method thereof.
背景技术Background technique
氟化铵,分子式为NH4F,相对分子质量37.04,相对密度为1.015(25℃),无色叶状或针状结晶,升华后为六角柱状晶体;易潮解易结块,可溶于冷水,微溶于醇,不溶于丙酮和液氨。受热或遇热水即分解失去氨转化成更稳定的氟化铵。氟化铵用途广泛,如作为玻璃刻蚀剂、金属表面的化学抛光剂、木材及酿酒防腐剂、消毒剂、纤维的媒染剂及提取稀有元素的溶剂等,还可作为化学分析中离子检测的掩蔽剂、酿酒的消毒剂、防腐剂、纤维的媒染剂等。Ammonium fluoride, the molecular formula is NH4F, the relative molecular mass is 37.04, the relative density is 1.015 (25℃), colorless leaf-like or needle-like crystals, after sublimation, it becomes hexagonal columnar crystals; easy to deliquesce and agglomerate, soluble in cold water, slightly Soluble in alcohol, insoluble in acetone and liquid ammonia. When heated or exposed to hot water, it decomposes and loses ammonia and converts it into more stable ammonium fluoride. Ammonium fluoride is widely used, such as as a glass etching agent, a chemical polishing agent for metal surfaces, a wood and wine preservative, a disinfectant, a mordant for fibers, and a solvent for extracting rare elements. It can also be used as a component for ion detection in chemical analysis. Masking agent, disinfectant for wine making, preservative, fiber mordant, etc.
传统的氟化铵生产方法为液相法:在铅制或塑料容器中,投入定量氢氟酸。在容器外用水冷却,在搅拌下缓慢通入氨气,直至反应液PH值达4左右为止。反应液经冷却结晶、离心分离、气流干燥,制得氟化铵产品。传统液相法生产的氟化铵存在产品含水量高、易结块、不能长期储存等缺点。The traditional production method of ammonium fluoride is the liquid phase method: put a certain amount of hydrofluoric acid into a lead or plastic container. Cool with water outside the container, and slowly introduce ammonia gas while stirring until the pH value of the reaction solution reaches about 4. The reaction solution is cooled and crystallized, centrifuged, and air-dried to obtain ammonium fluoride product. Ammonium fluoride produced by the traditional liquid phase method has shortcomings such as high water content, easy caking, and inability to be stored for a long time.
因此,期待一种优化的用于氟化铵的制备方案。Therefore, an optimized preparation scheme for ammonium fluoride is expected.
发明内容Contents of the invention
为了解决上述技术问题,提出了本申请。本申请的实施例提供了一种氟化铵制备用的自动配料控制系统及其控制方法,其通过采用人工智能控制技术,从液氨的流速值、无水氟化氢的流速值、反应温度值和反应液PH值出发,利用深度神经网络模型来挖掘出各个数据在时序维度上的隐含特征关联信息,并利用贝叶斯来融合所述各个数据的关联特征信息以对于所述液氨与所述无水氟化氢加入反应槽中的流速进行实时动态地控制,进而提高反应的效率以及产品的质量。In order to solve the above technical problems, this application is proposed. The embodiment of the present application provides an automatic batching control system and a control method for ammonium fluoride preparation, which uses artificial intelligence control technology to determine the flow rate value of liquid ammonia, the flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and Starting from the pH value of the reaction solution, a deep neural network model is used to dig out the implicit feature correlation information of each data in the time series dimension, and Bayesian is used to fuse the correlation feature information of each data to compare the relationship between the liquid ammonia and all the data. The flow rate of the anhydrous hydrogen fluoride added into the reaction tank is dynamically controlled in real time, thereby improving the efficiency of the reaction and the quality of the product.
根据本申请的一个方面,提供了一种氟化铵制备用的自动配料控制系统,其包括:According to one aspect of the present application, an automatic batching control system for ammonium fluoride preparation is provided, which includes:
数据采集模块,用于获取预定时间段内多个预定时间点的液氨的第一流速值、无水氟化氢的第二流速值、反应温度值和反应液PH值;配料速度结构化关联模块,用于将所述预定时间段内多个预定时间点的液氨的第一流速值和无水氟化氢的第二流速值分别排列为第一流速向量和第二流速向量后,计算所述第一流速向量的转置向量与所述第二流速向量之间的乘积以得到流速控制矩阵;配料速度特征过滤模块,用于将所述流速控制矩阵通过作为过滤器的第一卷积神经网络以得到流速控制特征向量;时序编码模块,用于将所述预定时间段内多个预定时间点的反应温度值和反应液PH值分别通过包含一维卷积层的时序编码器以得到反应温度特征向量和PH时序特征向量;特征校正模块,用于基于所述反应温度特征向量和PH时序特征向量,对所述流速控制特征向量中各个位置的特征值进行校正以得到校正后流速控制特征向量;贝叶斯融合模块,用于使用贝叶斯概率模型来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到后验特征向量;以及The data acquisition module is used to obtain the first flow rate value of liquid ammonia, the second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the pH value of the reaction liquid at multiple predetermined time points within a predetermined time period; the batching speed structured correlation module, For arranging the first flow rate values of liquid ammonia and the second flow rate values of anhydrous hydrogen fluoride at multiple predetermined time points within the predetermined time period into first flow rate vectors and second flow rate vectors, calculating the first The product between the transpose vector of the flow velocity vector and the second flow velocity vector is used to obtain the flow velocity control matrix; the batching velocity characteristic filtering module is used to pass the flow velocity control matrix through the first convolutional neural network as a filter to obtain Flow rate control feature vector; time series encoding module, used to pass the reaction temperature values and the pH value of the reaction liquid at multiple predetermined time points within the predetermined time period through a time series encoder including a one-dimensional convolution layer to obtain the reaction temperature feature vector and PH timing feature vector; a feature correction module, configured to correct the eigenvalues of each position in the flow rate control feature vector based on the reaction temperature feature vector and the PH timing feature vector to obtain a corrected flow rate control feature vector; A Bayesian fusion module for using a Bayesian probability model to fuse the corrected flow rate control feature vector, the reaction temperature feature vector and the PH timing feature vector to obtain a posterior feature vector; and
配料控制结果生成模块,用于将所述后验特征向量通过分类器以得到分类结果,所述分类结果用于表示当前时间点的液氨的第一流速值应增大或应减小且无水氟化氢的第二流速值应增大或应减小。A batching control result generation module is used to pass the posterior feature vector through a classifier to obtain a classification result. The classification result is used to indicate that the first flow rate value of liquid ammonia at the current time point should be increased or should be reduced and there is no The second flow rate value of water hydrogen fluoride should be increased or should be decreased.
在上述氟化铵制备用的自动配料控制系统中,所述配料速度特征过滤模块,进一步用于:所述第一卷积神经网络的各层在层的正向传递中对输入数据分别进行:对输入数据进行卷积处理以得到卷积特征图;对所述卷积特征图进行基于局部特征矩阵的均值池化以得到池化特征图;以及,对所述池化特征图进行非线性激活以得到激活特征图;其中,所述第一卷积神经网络的最后一层的输出为所述流速控制特征向量,所述第一卷积神经网络的第一层的输入为所述流速控制矩阵。In the above-mentioned automatic batching control system for the preparation of ammonium fluoride, the batching speed characteristic filtering module is further used: each layer of the first convolutional neural network performs on the input data respectively in the forward transmission of the layer: Perform convolution processing on the input data to obtain a convolution feature map; perform mean pooling based on the local feature matrix on the convolution feature map to obtain a pooled feature map; and perform nonlinear activation on the pooled feature map. To obtain the activation feature map; wherein, the output of the last layer of the first convolutional neural network is the flow rate control feature vector, and the input of the first layer of the first convolutional neural network is the flow rate control matrix. .
在上述氟化铵制备用的自动配料控制系统中,所述时序编码模块,包括:温度时序编码单元,用于将所述预定时间段内多个预定时间点的反应温度值按照时间维度排列为温度输入向量;使用所述时序编码器的全连接层以如下公式对所述温度输入向量进行全连接编码以提取出所述温度输入向量中各个位置的特征值的高维隐含特征,其中,所述公式为:
Figure PCTCN2022119586-appb-000001
其中X是所述输入向量,Y是输出向量,W是权重矩阵,B是偏置向量,
Figure PCTCN2022119586-appb-000002
表示矩阵乘;使用所述时序编码器的一维卷积层以如下公式对所述温度输入向量进行一维卷积编码以提取出所述温度输入向量中各个位置的特征值间的高维隐含关联特征,其中,所述公式为:
In the above-mentioned automatic batching control system for ammonium fluoride preparation, the time sequence encoding module includes: a temperature time sequence encoding unit, used to arrange the reaction temperature values at multiple predetermined time points within the predetermined time period according to the time dimension as Temperature input vector; use the fully connected layer of the temporal encoder to fully connect the temperature input vector with the following formula to extract the high-dimensional hidden features of the eigenvalues of each position in the temperature input vector, where, The formula is:
Figure PCTCN2022119586-appb-000001
where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector,
Figure PCTCN2022119586-appb-000002
represents matrix multiplication; use the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the temperature input vector with the following formula to extract the high-dimensional implicit correlation between the eigenvalues of each position in the temperature input vector Characteristics, where the formula is:
Figure PCTCN2022119586-appb-000003
Figure PCTCN2022119586-appb-000003
其中,a为卷积核在x方向上的宽度、F为卷积核参数向量、G为与卷积核函数运算的局部向量矩阵,w为卷积核的尺寸,X表示所述输入向量;PH时序编码单元,用于将所述预定时间段内多个预定时间点的反应液PH值按照时间维度排列为PH值输入向量;使用所述时序编码器的全连接层以如下公式对所述PH值输入向量进行全连接编码以提取出所述PH值输入向量中各个位置的特征值的高维隐含特征,其中,所述公式为:
Figure PCTCN2022119586-appb-000004
其中X是所述输入向量,Y是输出向量,W是权重矩 阵,B是偏置向量,
Figure PCTCN2022119586-appb-000005
表示矩阵乘;使用所述时序编码器的一维卷积层以如下公式对所述PH值输入向量进行一维卷积编码以提取出所述PH值输入向量中各个位置的特征值间的高维隐含关联特征,其中,所述公式为:
Among them, a is the width of the convolution kernel in the x direction, F is the convolution kernel parameter vector, G is the local vector matrix that operates with the convolution kernel function, w is the size of the convolution kernel, and X represents the input vector; PH timing encoding unit, used to arrange the PH values of the reaction solution at multiple predetermined time points within the predetermined time period into a PH value input vector according to the time dimension; use the fully connected layer of the timing encoder to calculate the The PH value input vector is fully connected to extract the high-dimensional hidden features of the eigenvalues at each position in the PH value input vector, where the formula is:
Figure PCTCN2022119586-appb-000004
where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector,
Figure PCTCN2022119586-appb-000005
represents matrix multiplication; use the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the PH value input vector with the following formula to extract the high-dimensional hidden between the eigenvalues of each position in the PH value input vector. Contains associated features, where the formula is:
Figure PCTCN2022119586-appb-000006
Figure PCTCN2022119586-appb-000006
其中,a为卷积核在x方向上的宽度、F为卷积核参数向量、G为与卷积核函数运算的局部向量矩阵,w为卷积核的尺寸,X表示所述输入向量。Among them, a is the width of the convolution kernel in the x direction, F is the convolution kernel parameter vector, G is the local vector matrix that operates with the convolution kernel function, w is the size of the convolution kernel, and X represents the input vector.
在上述氟化铵制备用的自动配料控制系统中,所述特征校正模块,进一步用于基于预定超参数与所述流速控制特征向量中各个位置的特征值与所述反应温度特征向量中各个位置的特征值之间的第一距离之间的差值与所述第一距离之间的较大者,以及,所述预定超参数与所述流速控制特征向量中各个位置的特征值与所述PH时序特征向量中各个位置的特征值之间的第二距离之间的差值与所述第二距离之间的较大者之间的加和值,对所述流速控制特征向量中各个位置的特征值进行校正以得到所述校正后流速控制特征向量。In the above-mentioned automatic batching control system for the preparation of ammonium fluoride, the feature correction module is further used to control the feature values of each position in the feature vector based on predetermined hyperparameters and the flow rate and each position in the reaction temperature feature vector. The greater of the difference between the first distance between the characteristic values and the first distance, and the characteristic value of each position in the predetermined hyperparameter and the flow rate control characteristic vector and the The sum value between the difference between the second distances between the characteristic values of each position in the PH time series feature vector and the larger of the second distances, for each position in the flow rate control feature vector The characteristic values are corrected to obtain the corrected flow rate control characteristic vector.
在上述氟化铵制备用的自动配料控制系统中,所述特征校正模块,进一步用于:基于所述反应温度特征向量和PH时序特征向量,以如下公式对所述流速控制特征向量中各个位置的特征值进行校正以得到所述校正后流速控制特征向量;其中,所述公式为:
Figure PCTCN2022119586-appb-000007
Figure PCTCN2022119586-appb-000008
In the above-mentioned automatic batching control system for the preparation of ammonium fluoride, the characteristic correction module is further used to: based on the reaction temperature characteristic vector and the pH timing characteristic vector, calculate each position in the flow rate control characteristic vector according to the following formula The eigenvalues are corrected to obtain the corrected flow rate control eigenvector; wherein, the formula is:
Figure PCTCN2022119586-appb-000007
Figure PCTCN2022119586-appb-000008
其中f 1,f 2和f 3分别是所述反应温度特征向量、所述PH时序特征向量和所述流速控制特征向量的相应位置的归一化到[0,1]区间内的特征值,d(f 3,f 1)表示所述流速控制特征向量中各个位置的特征值与所述反应温度特征向量中各个位置的特征值之间的所述第一距离,d(f 3,f 2)表示所述流速控制特征向量中各个位置的特征值与所述PH时序特征向量中各个位置的特征值之间的所述第二距离,ρ是所述预定超参数。 Where f 1 , f 2 and f 3 are respectively the eigenvalues of the corresponding positions of the reaction temperature eigenvector, the PH timing eigenvector and the flow rate control eigenvector normalized to the [0,1] interval, d(f 3 , f 1 ) represents the first distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the reaction temperature eigenvector, d(f 3 , f 2 ) represents the second distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the PH timing feature vector, and ρ is the predetermined hyperparameter.
在上述氟化铵制备用的自动配料控制系统中,所述贝叶斯融合模块,进一步用于:使用贝叶斯概率模型以如下公式来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到所述后验特征向量;其中,所述公式为:In the above-mentioned automatic batching control system for the preparation of ammonium fluoride, the Bayesian fusion module is further used to: use the Bayesian probability model to fuse the corrected flow rate control feature vector and the reaction temperature using the following formula: Feature vector and the PH time series feature vector to obtain the posterior feature vector; wherein, the formula is:
qi=pi*ai/biqi=pi*ai/bi
其中,pi是所述校正后流速控制特征向量中的各个位置的特征值,ai和bi分别是所述反应温度特征向量和所述PH时序特征向量中的各个位置的特征值,而qi是所述后验特征向量中的各个位置的特征值。Wherein, pi is the characteristic value of each position in the corrected flow rate control characteristic vector, ai and bi are the characteristic values of each position in the reaction temperature characteristic vector and the pH timing characteristic vector respectively, and qi is the characteristic value of each position in the corrected flow rate control characteristic vector. The eigenvalues of each position in the posterior eigenvector.
在上述氟化铵制备用的自动配料控制系统中,所述配料控制结果生成模块,进一步用于使用所述分类器以如下公式对所述后验特征向量进行处理以获得所述分类结果,其中,所述公式为:softmax{(W n,B n):…:(W 1,B 1)|X},其中,W 1到W n为权重矩阵,B 1到B n为偏置向量,X为所述后验特征向量。 In the above-mentioned automatic batching control system for ammonium fluoride preparation, the batching control result generation module is further used to use the classifier to process the posterior feature vector with the following formula to obtain the classification result, where , the formula is: softmax{(W n ,B n ):...:(W 1 ,B 1 )|X}, where W 1 to W n are weight matrices, B 1 to B n are bias vectors, X is the posterior feature vector.
根据本申请的另一方面,一种氟化铵制备用的自动配料控制系统的控制方法,其包括:According to another aspect of the present application, a control method for an automatic batching control system for ammonium fluoride preparation, which includes:
获取预定时间段内多个预定时间点的液氨的第一流速值、无水氟化氢的第二流速值、反应温度值和反应液PH值;将所述预定时间段内多个预定时间点的液氨的第一流速值和无水氟化氢的第二流速值分别排列为第一流速向量和第二流速向量后,计算所述第一流速向量的转置向量与所述第二流速向量之间的乘积以得到流速控制矩阵;将所述流速控制矩阵通过作为过滤器的第一卷积神经网络以得到流速控制特征向量;将所述预定时间段内多个预定时间点的反应温度值和反应液PH值分别通过包含一维卷积层的时序编码器以得到反应温度特征向量和PH时序特征向量;基于所述反应温度特征向量和PH时序特征向量,对所述流速控制特征向量中各个位置的特征值进行校正以得到校正后流速控制特征向量;使用贝叶斯概率模型来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到后验特征向量;以及Obtain the first flow rate value of liquid ammonia, the second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the pH value of the reaction liquid at multiple predetermined time points within the predetermined time period; After the first flow rate value of liquid ammonia and the second flow rate value of anhydrous hydrogen fluoride are arranged into the first flow rate vector and the second flow rate vector respectively, calculate the relationship between the transpose vector of the first flow rate vector and the second flow rate vector. The product of The liquid PH value passes through a time series encoder containing a one-dimensional convolution layer to obtain a reaction temperature feature vector and a PH time series feature vector; based on the reaction temperature feature vector and PH time series feature vector, each position in the flow rate control feature vector is The eigenvalues are corrected to obtain the corrected flow rate control eigenvector; a Bayesian probability model is used to fuse the corrected flow rate control eigenvector, the reaction temperature eigenvector and the PH timing eigenvector to obtain a posteriori feature vector ;as well as
将所述后验特征向量通过分类器以得到分类结果,所述分类结果用于表示当前时间点的液氨的第一流速值应增大或应减小且无水氟化氢的第二流速值应增大或应减小。The posterior feature vector is passed through a classifier to obtain a classification result, which is used to indicate that the first flow rate value of liquid ammonia at the current time point should be increased or decreased and the second flow rate value of anhydrous hydrogen fluoride should be increase or should decrease.
在上述氟化铵制备用的自动配料控制系统的控制方法中,将所述流速控制矩阵通过作为过滤器的第一卷积神经网络以得到流速控制特征向量,包括:所述第一卷积神经网络的各层在层的正向传递中对输入数据分别进行:对输入数据进行卷积处理以得到卷积特征图;对所述卷积特征图进行基于局部特征矩阵的均值池化以得到池化特征图;以及,对所述池化特征图进行非线性激活以得到激活特征图;其中,所述第一卷积神经网络的最后一层的输出为所述流速控制特征向量,所述第一卷积神经网络的第一层的输入为所述流速控制矩阵。In the above control method of the automatic batching control system for ammonium fluoride preparation, the flow rate control matrix is passed through the first convolutional neural network as a filter to obtain the flow rate control feature vector, including: the first convolutional neural network Each layer of the network processes the input data separately in the forward pass of the layer: performs convolution processing on the input data to obtain the convolution feature map; performs mean pooling based on the local feature matrix on the convolution feature map to obtain the pool feature map; and perform nonlinear activation on the pooled feature map to obtain an activation feature map; wherein the output of the last layer of the first convolutional neural network is the flow rate control feature vector, and the third The input to the first layer of a convolutional neural network is the flow rate control matrix.
在上述氟化铵制备用的自动配料控制系统的控制方法中,将所述预定时间段内多个预定时间点 的反应温度值和反应液PH值分别通过包含一维卷积层的时序编码器以得到反应温度特征向量和PH时序特征向量,包括:将所述预定时间段内多个预定时间点的反应温度值按照时间维度排列为温度输入向量;使用所述时序编码器的全连接层以如下公式对所述温度输入向量进行全连接编码以提取出所述温度输入向量中各个位置的特征值的高维隐含特征,其中,所述公式为:
Figure PCTCN2022119586-appb-000009
其中X是所述输入向量,Y是输出向量,W是权重矩阵,B是偏置向量,
Figure PCTCN2022119586-appb-000010
表示矩阵乘;使用所述时序编码器的一维卷积层以如下公式对所述温度输入向量进行一维卷积编码以提取出所述温度输入向量中各个位置的特征值间的高维隐含关联特征,其中,所述公式为:
In the control method of the above-mentioned automatic batching control system for ammonium fluoride preparation, the reaction temperature values and the pH values of the reaction liquid at multiple predetermined time points within the predetermined time period are passed through a time series encoder including a one-dimensional convolution layer. To obtain the reaction temperature feature vector and the PH timing feature vector, the method includes: arranging the reaction temperature values at multiple predetermined time points within the predetermined time period into a temperature input vector according to the time dimension; using the fully connected layer of the timing encoder to The following formula performs fully connected encoding on the temperature input vector to extract high-dimensional implicit features of the eigenvalues of each position in the temperature input vector, where the formula is:
Figure PCTCN2022119586-appb-000009
where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector,
Figure PCTCN2022119586-appb-000010
represents matrix multiplication; use the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the temperature input vector with the following formula to extract the high-dimensional implicit correlation between the eigenvalues of each position in the temperature input vector Characteristics, where the formula is:
Figure PCTCN2022119586-appb-000011
Figure PCTCN2022119586-appb-000011
其中,a为卷积核在x方向上的宽度、F为卷积核参数向量、G为与卷积核函数运算的局部向量矩阵,w为卷积核的尺寸,X表示所述输入向量;将所述预定时间段内多个预定时间点的反应液PH值按照时间维度排列为PH值输入向量;使用所述时序编码器的全连接层以如下公式对所述PH值输入向量进行全连接编码以提取出所述PH值输入向量中各个位置的特征值的高维隐含特征,其中,所述公式为:
Figure PCTCN2022119586-appb-000012
其中X是所述输入向量,Y是输出向量,W是权重矩阵,B是偏置向量,
Figure PCTCN2022119586-appb-000013
表示矩阵乘;使用所述时序编码器的一维卷积层以如下公式对所述PH值输入向量进行一维卷积编码以提取出所述PH值输入向量中各个位置的特征值间的高维隐含关联特征,其中,所述公式为:
Among them, a is the width of the convolution kernel in the x direction, F is the convolution kernel parameter vector, G is the local vector matrix that operates with the convolution kernel function, w is the size of the convolution kernel, and X represents the input vector; Arrange the PH values of the reaction solution at multiple predetermined time points within the predetermined time period into a PH value input vector according to the time dimension; use the fully connected layer of the timing encoder to fully connect the PH value input vector with the following formula Encoding to extract high-dimensional hidden features of the eigenvalues at each position in the PH value input vector, where the formula is:
Figure PCTCN2022119586-appb-000012
where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector,
Figure PCTCN2022119586-appb-000013
represents matrix multiplication; use the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the PH value input vector with the following formula to extract the high-dimensional hidden between the eigenvalues of each position in the PH value input vector. Contains associated features, where the formula is:
Figure PCTCN2022119586-appb-000014
Figure PCTCN2022119586-appb-000014
其中,a为卷积核在x方向上的宽度、F为卷积核参数向量、G为与卷积核函数运算的局部向量矩阵,w为卷积核的尺寸,X表示所述输入向量。Among them, a is the width of the convolution kernel in the x direction, F is the convolution kernel parameter vector, G is the local vector matrix that operates with the convolution kernel function, w is the size of the convolution kernel, and X represents the input vector.
在上述氟化铵制备用的自动配料控制系统的控制方法中,基于所述反应温度特征向量和PH时序特征向量,对所述流速控制特征向量中各个位置的特征值进行校正以得到校正后流速控制特征向量,包括:基于预定超参数与所述流速控制特征向量中各个位置的特征值与所述反应温度特征向量中各个位置的特征值之间的第一距离之间的差值与所述第一距离之间的较大者,以及,所述预定超参数与所述流速控制特征向量中各个位置的特征值与所述PH时序特征向量中各个位置的特征值之间的第二距离之间的差值与所述第二距离之间的较大者之间的加和值,对所述流速控制特征向量中各个位置的特征值进行校正以得到所述校正后流速控制特征向量。In the above control method of the automatic batching control system for ammonium fluoride preparation, based on the reaction temperature characteristic vector and the pH timing characteristic vector, the characteristic values of each position in the flow rate control characteristic vector are corrected to obtain the corrected flow rate Controlling a feature vector, including: a difference between a predetermined hyperparameter and a first distance between a feature value of each position in the flow rate control feature vector and a first distance between a feature value of each position in the reaction temperature feature vector and the The larger of the first distance, and the second distance between the predetermined hyperparameter and the characteristic value of each position in the flow rate control characteristic vector and the characteristic value of each position in the PH timing characteristic vector. The sum value between the larger difference between the two distances and the second distance is corrected to obtain the corrected flow speed control feature vector.
在上述氟化铵制备用的自动配料控制系统的控制方法中,基于所述反应温度特征向量和PH时序特征向量,对所述流速控制特征向量中各个位置的特征值进行校正以得到校正后流速控制特征向量,包括:基于所述反应温度特征向量和PH时序特征向量,以如下公式对所述流速控制特征向量中各个位置的特征值进行校正以得到所述校正后流速控制特征向量;其中,所述公式为:
Figure PCTCN2022119586-appb-000015
Figure PCTCN2022119586-appb-000016
In the above control method of the automatic batching control system for ammonium fluoride preparation, based on the reaction temperature characteristic vector and the pH timing characteristic vector, the characteristic values of each position in the flow rate control characteristic vector are corrected to obtain the corrected flow rate Controlling the feature vector includes: based on the reaction temperature feature vector and the pH timing feature vector, correcting the feature values of each position in the flow rate control feature vector with the following formula to obtain the corrected flow rate control feature vector; wherein, The formula is:
Figure PCTCN2022119586-appb-000015
Figure PCTCN2022119586-appb-000016
其中f 1,f 2和f 3分别是所述反应温度特征向量、所述PH时序特征向量和所述流速控制特征向量的相应位置的归一化到[0,1]区间内的特征值,d(f 3,f 1)表示所述流速控制特征向量中各个位置的特征值与所述反应温度特征向量中各个位置的特征值之间的所述第一距离,d(f 3,f 2)表示所述流速控制特征向量中各个位置的特征值与所述PH时序特征向量中各个位置的特征值之间的所述第二距离,ρ是所述预定超参数。 Where f 1 , f 2 and f 3 are respectively the eigenvalues of the corresponding positions of the reaction temperature eigenvector, the PH timing eigenvector and the flow rate control eigenvector normalized to the [0,1] interval, d(f 3 , f 1 ) represents the first distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the reaction temperature eigenvector, d(f 3 , f 2 ) represents the second distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the PH timing feature vector, and ρ is the predetermined hyperparameter.
在上述氟化铵制备用的自动配料控制系统的控制方法中,使用贝叶斯概率模型来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到后验特征向量,包括:使用贝叶斯概率模型以如下公式来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到所述后验特征向量;In the above control method of the automatic batching control system for ammonium fluoride preparation, a Bayesian probability model is used to fuse the corrected flow rate control feature vector, the reaction temperature feature vector and the pH timing feature vector to obtain the following A posteriori feature vector, including: using a Bayesian probability model to fuse the corrected flow rate control feature vector, the reaction temperature feature vector and the PH timing feature vector with the following formula to obtain the posterior feature vector;
其中,所述公式为:Among them, the formula is:
qi=pi*ai/biqi=pi*ai/bi
其中,pi是所述校正后流速控制特征向量中的各个位置的特征值,ai和bi分别是所述反应温度特征向量和所述PH时序特征向量中的各个位置的特征值,而qi是所述后验特征向量中的各个位置的特征值。Wherein, pi is the characteristic value of each position in the corrected flow rate control characteristic vector, ai and bi are the characteristic values of each position in the reaction temperature characteristic vector and the pH timing characteristic vector respectively, and qi is the characteristic value of each position in the corrected flow rate control characteristic vector. The eigenvalues of each position in the posterior eigenvector.
在上述氟化铵制备用的自动配料控制系统的控制方法中,将所述后验特征向量通过分类器以得到分类结果,包括:使用所述分类器以如下公式对所述后验特征向量进行处理以获得所述分类结果,其中,所述公式为:softmax{(W n,B n):…:(W 1,B 1)|X},其中,W 1到W n为权重矩阵,B 1到B n为偏置向量,X为所述后验特征向量。 In the above-mentioned control method of the automatic batching control system for ammonium fluoride preparation, passing the posterior feature vector through a classifier to obtain a classification result includes: using the classifier to perform the following calculation on the posterior feature vector: Process to obtain the classification result, where the formula is: softmax{(W n ,B n ):...:(W 1 ,B 1 )|X}, where W 1 to W n are weight matrices, B 1 to B n are bias vectors, and X is the posterior feature vector.
根据本申请的再一方面,提供了一种计算机可读介质,其上存储有计算机程序指令,所述计算机 程序指令在被处理器运行时使得所述处理器执行如上所述的氟化铵制备用的自动配料控制系统的控制方法。According to yet another aspect of the present application, a computer-readable medium is provided with computer program instructions stored thereon. The computer program instructions, when executed by a processor, cause the processor to perform the preparation of ammonium fluoride as described above. The control method of the automatic batching control system used.
与现有技术相比,本申请提供的氟化铵制备用的自动配料控制系统及其控制方法,其通过采用人工智能控制技术,从液氨的流速值、无水氟化氢的流速值、反应温度值和反应液PH值出发,利用深度神经网络模型来挖掘出各个数据在时序维度上的隐含特征关联信息,并利用贝叶斯来融合所述各个数据的关联特征信息以对于所述液氨与所述无水氟化氢加入反应槽中的流速进行实时动态地控制,进而提高反应的效率以及产品的质量。Compared with the existing technology, the automatic batching control system and its control method for the preparation of ammonium fluoride provided by this application use artificial intelligence control technology to determine the flow rate value of liquid ammonia, the flow rate value of anhydrous hydrogen fluoride, and the reaction temperature. Starting from the pH value of the reaction solution and the pH value of the reaction solution, a deep neural network model is used to dig out the implicit feature correlation information of each data in the time series dimension, and Bayesian is used to fuse the correlation feature information of each data to obtain the liquid ammonia. The flow rate of the anhydrous hydrogen fluoride added into the reaction tank is dynamically controlled in real time, thereby improving the efficiency of the reaction and the quality of the product.
附图说明Description of the drawings
通过结合附图对本申请实施例进行更详细的描述,本申请的上述以及其他目的、特征和优势将变得更加明显。附图用来提供对本申请实施例的进一步理解,并且构成说明书的一部分,与本申请实施例一起用于解释本申请,并不构成对本申请的限制。在附图中,相同的参考标号通常代表相同部件或步骤。The above and other objects, features and advantages of the present application will become more apparent through a more detailed description of the embodiments of the present application in conjunction with the accompanying drawings. The drawings are used to provide further understanding of the embodiments of the present application, and constitute a part of the specification. They are used to explain the present application together with the embodiments of the present application, and do not constitute a limitation of the present application. In the drawings, like reference numbers generally represent like components or steps.
图1A为根据本申请实施例的氟化铵制备用的自动配料控制系统的制备过程的流程图。Figure 1A is a flow chart of the preparation process of an automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application.
图1B为根据本申请实施例的氟化铵制备用的自动配料控制系统的应用场景图。Figure 1B is an application scenario diagram of an automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application.
图2为根据本申请实施例的氟化铵制备用的自动配料控制系统的框图。Figure 2 is a block diagram of an automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application.
图3为根据本申请实施例的氟化铵制备用的自动配料控制系统中时序编码模块的框图。Figure 3 is a block diagram of the timing coding module in the automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application.
图4为根据本申请实施例的氟化铵制备用的自动配料控制系统的控制方法的流程图。Figure 4 is a flow chart of a control method of an automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application.
图5为根据本申请实施例的氟化铵制备用的自动配料控制系统的控制方法的架构示意图。Figure 5 is a schematic structural diagram of a control method of an automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application.
具体实施方式Detailed ways
下面,将参考附图详细地描述根据本申请的示例实施例。显然,所描述的实施例仅仅是本申请的一部分实施例,而不是本申请的全部实施例,应理解,本申请不受这里描述的示例实施例的限制。Hereinafter, example embodiments according to the present application will be described in detail with reference to the accompanying drawings. Obviously, the described embodiments are only a part of the embodiments of the present application, rather than all the embodiments of the present application. It should be understood that the present application is not limited by the example embodiments described here.
场景概述Scenario overview
如前所述,氟化铵,分子式为NH4F,相对分子质量37.04,相对密度为1.015(25℃),无色叶状或针状结晶,升华后为六角柱状晶体;易潮解易结块,可溶于冷水,微溶于醇,不溶于丙酮和液氨。受热或遇热水即分解失去氨转化成更稳定的氟化铵。氟化铵用途广泛,如作为玻璃刻蚀剂、金属表面的化学抛光剂、木材及酿酒防腐剂、消毒剂、纤维的媒染剂及提取稀有元素的溶剂等,还可作为化学分析中离子检测的掩蔽剂、酿酒的消毒剂、防腐剂、纤维的媒染剂等。As mentioned before, ammonium fluoride has a molecular formula of NH4F, a relative molecular mass of 37.04, and a relative density of 1.015 (25°C). It is colorless leaf-like or needle-like crystals and turns into hexagonal columnar crystals after sublimation. It is easy to deliquesce and agglomerate, and can Soluble in cold water, slightly soluble in alcohol, insoluble in acetone and liquid ammonia. When heated or exposed to hot water, it decomposes and loses ammonia and converts it into more stable ammonium fluoride. Ammonium fluoride is widely used, such as as a glass etching agent, a chemical polishing agent for metal surfaces, a wood and wine preservative, a disinfectant, a mordant for fibers, and a solvent for extracting rare elements. It can also be used as a component for ion detection in chemical analysis. Masking agent, disinfectant for wine making, preservative, fiber mordant, etc.
传统的氟化铵生产方法为液相法:在铅制或塑料容器中,投入定量氢氟酸。在容器外用水冷却,在搅拌下缓慢通入氨气,直至反应液PH值达4左右为止。反应液经冷却结晶、离心分离、气流干燥,制得氟化铵产品。传统液相法生产的氟化铵存在产品含水量高、易结块、不能长期储存等缺点。The traditional production method of ammonium fluoride is the liquid phase method: put a certain amount of hydrofluoric acid into a lead or plastic container. Cool with water outside the container, and slowly introduce ammonia gas while stirring until the pH value of the reaction solution reaches about 4. The reaction solution is cooled and crystallized, centrifuged, and air-dried to obtain ammonium fluoride product. Ammonium fluoride produced by the traditional liquid phase method has shortcomings such as high water content, easy caking, and inability to be stored for a long time.
因此,期待一种优化的用于氟化铵的制备方案。Therefore, an optimized preparation scheme for ammonium fluoride is expected.
如图1A所示,在一种制备方案中,其制备过程为:As shown in Figure 1A, in one preparation scheme, the preparation process is:
步骤1:在反应槽中加入母液,然后在搅拌状态下加入液氨和无水氟化氢进行反应;步骤2:将反应液经过冷却结晶、离心分离和干燥后制得氟化铵。Step 1: Add the mother liquor to the reaction tank, then add liquid ammonia and anhydrous hydrogen fluoride under stirring to react; Step 2: Prepare the reaction solution by cooling, crystallizing, centrifuging and drying to prepare ammonium fluoride.
所述母液为步骤2中的反应液经离心分离后得到的液体。制得的氟化铵具有产品含水量低、不易结块、耐储存、品质高等优点。所述母液是反应液在离心分离后得到的液体,其主要成分是氟化铵和氨水。在制备初期,可预先配制好一定量的母液以启动制备流程,然后在制备过程中即可循环利用反应液离心分离后得到的液体作为母液,制备结束后,反应液离心分离得到的液体可留作下次制备所需的母液,无需再另行配制母液。The mother liquid is the liquid obtained by centrifugal separation of the reaction liquid in step 2. The prepared ammonium fluoride has the advantages of low product moisture content, not easy to agglomerate, durable in storage, and of high quality. The mother liquid is a liquid obtained after centrifugal separation of the reaction liquid, and its main components are ammonium fluoride and ammonia water. In the early stage of preparation, a certain amount of mother liquor can be prepared in advance to start the preparation process. Then during the preparation process, the liquid obtained by centrifugation of the reaction liquid can be recycled as the mother liquid. After the preparation is completed, the liquid obtained by centrifugation of the reaction liquid can be retained. Make the mother liquor needed for the next preparation, no need to prepare another mother liquor.
这样,通过在反应槽中加入母液,避免设备损坏和杜绝污染,因为空槽时直接加入无水氟化氢,会产生污染,损坏设备。且由于所述母液只需在制备初期配制一次,制备过程中及后续制备均可循环利用,无需另行配制,因此大大降低了生产成本,简化生产工艺。In this way, by adding mother liquor to the reaction tank, equipment damage and pollution are avoided, because directly adding anhydrous hydrogen fluoride when the tank is empty will cause pollution and damage the equipment. And because the mother liquor only needs to be prepared once in the initial stage of preparation, it can be recycled during the preparation process and subsequent preparations without the need for separate preparation, thus greatly reducing production costs and simplifying the production process.
加入母液后,在搅拌状态下向反应槽中加入液氨与无水氟化氢进行反应,由于反应生成的氟化铵容易产生分层现象,导致酸度不均匀,因此在反应过程中不断对反应槽内的反应液进行搅拌,防止不合格产品的产生及取样分析不准确。搅拌可由反应槽中自带的电动搅拌装置完成,也可另行增加搅拌装置以加强搅拌效果。After adding the mother liquor, add liquid ammonia and anhydrous hydrogen fluoride to the reaction tank under stirring to react. Since the ammonium fluoride generated by the reaction is prone to stratification, resulting in uneven acidity, the reaction tank is constantly cleaned during the reaction. The reaction solution is stirred to prevent the generation of substandard products and inaccurate sampling and analysis. Stirring can be completed by the electric stirring device provided in the reaction tank, or an additional stirring device can be added to enhance the stirring effect.
特别地,液氨与无水氟化氢按照以下加入顺序效果最佳:先加入50~60kg的液氨,再加入100~110kg的无水氟化氢,最后同时加入剩余的液氨和无水氟化氢。这是因为无水氟化氢密度大,先加入会沉入底部,导致反应不均匀,而先加入一定量的液氨再加入一定量的无水氟化氢则可以有效地避免反应不均匀的现象,在确保反应均匀的情况下,最后将剩余的液氨和无水氟化氢同时加入则有利于提高生产效率,避免生产周期过长而提高生产成本。在反应过程中,液氨与无水氟化氢的加入要缓慢,以控制反应温度在90~110℃之间为最佳,反应槽上还可设置冷却水管,辅以冷却水进行降温,如果反应温升过快,则可以采用减少进料量或开大冷却水来调节,反应压力控制在常压为宜,使 反应在连续、均匀、缓慢、稳定中进行。反应终点的PH值控制在5~6为宜,具体控制方法可按照以下方式进行:在离投料终点还差5%时(以液氨计),用PH试纸或其他PH检测装置检测反应液的PH值,然后根据检测结果对液氨和无水氟化氢的剩余加入量进行相应的调整,使反应终点的PH值控制在5~6。In particular, the best effect is to add liquid ammonia and anhydrous hydrogen fluoride in the following order: first add 50 to 60 kg of liquid ammonia, then add 100 to 110 kg of anhydrous hydrogen fluoride, and finally add the remaining liquid ammonia and anhydrous hydrogen fluoride at the same time. This is because anhydrous hydrogen fluoride has a high density. If added first, it will sink to the bottom, resulting in uneven reactions. Adding a certain amount of liquid ammonia first and then adding a certain amount of anhydrous hydrogen fluoride can effectively avoid uneven reactions while ensuring When the reaction is uniform, adding the remaining liquid ammonia and anhydrous hydrogen fluoride at the same time will help improve production efficiency and avoid excessively long production cycles and increased production costs. During the reaction process, liquid ammonia and anhydrous hydrogen fluoride should be added slowly to control the reaction temperature between 90 and 110°C. A cooling water pipe can also be set up on the reaction tank, supplemented by cooling water for cooling. If the reaction temperature If the reaction rises too fast, it can be adjusted by reducing the feed amount or increasing the cooling water. The reaction pressure should be controlled at normal pressure so that the reaction proceeds continuously, uniformly, slowly and stably. The pH value of the reaction end point is preferably controlled at 5 to 6. The specific control method can be carried out in the following way: when there is still 5% difference from the end point of the feed (calculated as liquid ammonia), use pH test paper or other pH detection device to detect the pH value of the reaction solution. pH value, and then adjust the remaining amount of liquid ammonia and anhydrous hydrogen fluoride accordingly according to the test results, so that the pH value at the end of the reaction is controlled at 5 to 6.
相应地,本申请发明人发现在上述制备方案中,液氨与无水氟化氢加入反应槽中的流速控制与反应温度的协同对于提高反应效率和提高产品质量具有重要意义。因此,期望在对于氟化铵进行制备的过中,基于多个预定时间点的所述液氨与所述无水氟化氢加入的流速值以及反应温度值和反应液PH值来对于所述液氨与所述无水氟化氢加入反应槽中的流速进行实时动态地控制,进而提高反应的效率以及产品的质量。Accordingly, the inventor of the present application found that in the above preparation scheme, the synergy of the flow rate control and reaction temperature of adding liquid ammonia and anhydrous hydrogen fluoride to the reaction tank is of great significance for improving reaction efficiency and product quality. Therefore, it is expected that in the process of preparing ammonium fluoride, the liquid ammonia should be prepared based on the flow rate values of the liquid ammonia and the anhydrous hydrogen fluoride added at multiple predetermined time points, as well as the reaction temperature value and the pH value of the reaction solution. The flow rate of the anhydrous hydrogen fluoride added into the reaction tank is dynamically controlled in real time, thereby improving the efficiency of the reaction and the quality of the product.
具体地,在本申请的技术方案中,首先,通过多个传感器获取预定时间段内多个预定时间点的液氨的第一流速值、无水氟化氢的第二流速值、反应温度值和反应液PH值。然后,为了提取出所述第一流速值和所述第二流速值之间的隐藏关联特征信息,进一步将所述预定时间段内多个预定时间点的液氨的第一流速值和无水氟化氢的第二流速值分别排列为第一流速向量和第二流速向量后,计算所述第一流速向量的转置向量与所述第二流速向量之间的乘积以得到流速控制矩阵,以整合流速信息后便于后续的特征挖掘。进一步地,使用在隐含关联特征提取方面具有优异表现的卷积神经网络模型来对所述流速控制矩阵进行特征提取和过滤,从而得到流速控制特征向量。Specifically, in the technical solution of the present application, first, multiple sensors are used to obtain the first flow rate value of liquid ammonia, the second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the reaction temperature at multiple predetermined time points within a predetermined time period. Liquid pH. Then, in order to extract the hidden correlation feature information between the first flow rate value and the second flow rate value, the first flow rate value of liquid ammonia at multiple predetermined time points within the predetermined time period and the anhydrous After the second flow rate values of hydrogen fluoride are respectively arranged into the first flow rate vector and the second flow rate vector, the product between the transposed vector of the first flow rate vector and the second flow rate vector is calculated to obtain a flow rate control matrix to integrate The flow rate information facilitates subsequent feature mining. Further, a convolutional neural network model with excellent performance in implicit correlation feature extraction is used to extract and filter features of the flow rate control matrix, thereby obtaining a flow rate control feature vector.
应可以理解,对于所述预定时间段内多个预定时间点的反应温度值和反应液PH值,考虑到由于所述反应温度值和所述反应液PH值在时间上都具有着特殊的隐含特征信息,因此,为了更为充分地提取出这种隐含特征,在本申请的技术方案中,使用包含一维卷积层的时序编码器分别对所述预定时间段内多个预定时间点的反应温度值和反应液PH值进行编码以得到反应温度特征向量和PH时序特征向量。在一个示例中,所述时序编码器由交替设置的全连接层和一维卷积层组成,其通过一维卷积编码分别提取出所述反应温度值和所述反应液PH值在时序维度上的关联和通过全连接编码分别提取所述反应温度值和所述反应液PH值的高维隐含特征。It should be understood that for the reaction temperature values and reaction liquid PH values at multiple predetermined time points within the predetermined time period, it is considered that the reaction temperature values and the reaction liquid PH values have special implications in time. Contains feature information. Therefore, in order to more fully extract such implicit features, in the technical solution of this application, a temporal encoder including a one-dimensional convolution layer is used to separately encode multiple predetermined times within the predetermined time period. The reaction temperature value of the point and the pH value of the reaction solution are encoded to obtain the reaction temperature feature vector and pH time series feature vector. In one example, the temporal encoder consists of alternately arranged fully connected layers and one-dimensional convolutional layers, which respectively extract the reaction temperature value and the pH value of the reaction solution in the temporal dimension through one-dimensional convolutional encoding. The high-dimensional hidden features of the reaction temperature value and the pH value of the reaction solution are respectively extracted through the correlation and fully connected coding.
应可以理解,由于在将所述流速控制矩阵通过作为过滤器的第一卷积神经网络以得到流速控制特征向量时,所述第一卷积神经网络作为过滤器的特征提取并不能够完全保留所述第一输入向量和所述第二输入向量的时序特征,这使得所述流速控制特征向量与遵循时序分布的所述反应温度特征向量和所述PH时序特征向量之间会存在特征分布上的偏差。It should be understood that when the flow rate control matrix is passed through the first convolutional neural network as a filter to obtain the flow rate control feature vector, the feature extraction of the first convolutional neural network as a filter cannot be completely preserved. The timing characteristics of the first input vector and the second input vector result in a feature distribution between the flow rate control feature vector and the reaction temperature feature vector and the PH timing feature vector that follow the timing distribution. deviation.
因此,基于所述反应温度特征向量和所述PH时序特征向量的时序分布对所述流速控制特征向量进行校正,具体如下:
Figure PCTCN2022119586-appb-000017
Therefore, the flow rate control feature vector is corrected based on the time series distribution of the reaction temperature feature vector and the pH time series feature vector, as follows:
Figure PCTCN2022119586-appb-000017
其中f 1,f 2和f 3分别是所述反应温度特征向量、所述PH时序特征向量和所述流速控制特征向量的相应位置的归一化到[0,1]区间内的特征值,d(f 3,f 1)表示所述流速控制特征向量中各个位置的特征值与所述反应温度特征向量中各个位置的特征值之间的所述第一距离,d(f 3,f 2)表示所述流速控制特征向量中各个位置的特征值与所述PH时序特征向量中各个位置的特征值之间的所述第二距离,ρ是所述预定超参数。 Where f 1 , f 2 and f 3 are respectively the eigenvalues of the corresponding positions of the reaction temperature eigenvector, the PH timing eigenvector and the flow rate control eigenvector normalized to the [0,1] interval, d(f 3 , f 1 ) represents the first distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the reaction temperature eigenvector, d(f 3 , f 2 ) represents the second distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the PH timing feature vector, and ρ is the predetermined hyperparameter.
也就是,考虑到所述流速控制特征向量与所述反应温度特征向量和所述PH时序特征向量之间由于特征分布的差异而存在各向异性,则体现为其向量表示驻留在高维特征空间的一个狭窄子集中。因此,通过上述校正来进行所述流速控制特征向量相对于所述反应温度特征向量和所述PH时序特征向量的对比搜索空间同向化,因此将所述流速控制特征向量转换到与所述反应温度特征向量和所述PH时序特征向量各向同性且有区分度的表示空间,增强了特征表示的分布一致性,进而提高了分类的准确性。That is, considering that there is anisotropy between the flow rate control feature vector, the reaction temperature feature vector, and the pH timing feature vector due to the difference in feature distribution, it is reflected that its vector representation resides in high-dimensional features. a narrow subset of space. Therefore, the comparison search space of the flow rate control eigenvector with respect to the reaction temperature eigenvector and the PH time series eigenvector is isotropic through the above correction, so that the flow rate control eigenvector is converted to the same direction as the reaction temperature eigenvector. The isotropic and differentiated representation space of the temperature feature vector and the PH time series feature vector enhances the distribution consistency of the feature representation, thereby improving the accuracy of classification.
进一步地,考虑到使用所述校正后流速控制特征向量作为先验概率,在本申请的技术方案的目的是在新的证据,即在有反应温度值和反应液PH值发生变化时,更新先验概率得到后验概率。那么根据贝叶斯公式,后验概率为先验概率乘以事件概率除以证据概率,因此,在本申请的技术方案中,使用贝叶斯概率模型来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到后验特征向量,其中所述校正后流速控制特征向量作为先验,所述反应温度特征向量作为事件,且所述PH时序特征向量作为证据。这样,就可以将所述后验特征向量通过分类器以获得用于表示当前时间点的液氨的第一流速值应增大或应减小且无水氟化氢的第二流速值应增大或应减小的分类结果。Furthermore, considering the use of the corrected flow rate control feature vector as a priori probability, the purpose of the technical solution in this application is to update the prior probability based on new evidence, that is, when the reaction temperature value and the pH value of the reaction solution change. The posterior probability is obtained by the posterior probability. Then according to the Bayesian formula, the posterior probability is the prior probability multiplied by the event probability divided by the evidence probability. Therefore, in the technical solution of this application, the Bayesian probability model is used to fuse the corrected flow rate control feature vector, The reaction temperature feature vector and the PH timing feature vector are used to obtain a posteriori feature vector, where the corrected flow rate control feature vector serves as a priori, the reaction temperature feature vector serves as an event, and the PH timing feature vector serves as evidence. In this way, the posterior feature vector can be passed through the classifier to obtain a first flow rate value indicating that the liquid ammonia at the current time point should increase or decrease and the second flow rate value of anhydrous hydrogen fluoride should increase or decrease. Classification results should be reduced.
基于此,本申请提出了一种氟化铵制备用的自动配料控制系统,其包括:数据采集模块,用于获取预定时间段内多个预定时间点的液氨的第一流速值、无水氟化氢的第二流速值、反应温度值和反应液PH值;配料速度结构化关联模块,用于将所述预定时间段内多个预定时间点的液氨的第一流速值和无水氟化氢的第二流速值分别排列为第一流速向量和第二流速向量后,计算所述第一流速向量的转 置向量与所述第二流速向量之间的乘积以得到流速控制矩阵;配料速度特征过滤模块,用于将所述流速控制矩阵通过作为过滤器的第一卷积神经网络以得到流速控制特征向量;时序编码模块,用于将所述预定时间段内多个预定时间点的反应温度值和反应液PH值分别通过包含一维卷积层的时序编码器以得到反应温度特征向量和PH时序特征向量;特征校正模块,用于基于所述反应温度特征向量和PH时序特征向量,对所述流速控制特征向量中各个位置的特征值进行校正以得到校正后流速控制特征向量;贝叶斯融合模块,用于使用贝叶斯概率模型来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到后验特征向量;以及,配料控制结果生成模块,用于将所述后验特征向量通过分类器以得到分类结果,所述分类结果用于表示当前时间点的液氨的第一流速值应增大或应减小且无水氟化氢的第二流速值应增大或应减小。Based on this, this application proposes an automatic batching control system for the preparation of ammonium fluoride, which includes: a data acquisition module, used to obtain the first flow rate value of liquid ammonia at multiple predetermined time points within a predetermined time period, anhydrous The second flow rate value of hydrogen fluoride, the reaction temperature value and the pH value of the reaction liquid; the batching speed structured correlation module is used to combine the first flow rate value of liquid ammonia and the first flow rate value of anhydrous hydrogen fluoride at multiple predetermined time points within the predetermined time period. After the second flow velocity values are arranged into the first flow velocity vector and the second flow velocity vector respectively, calculate the product between the transpose vector of the first flow velocity vector and the second flow velocity vector to obtain the flow velocity control matrix; batching velocity characteristic filtering A module for passing the flow rate control matrix through the first convolutional neural network as a filter to obtain a flow rate control feature vector; a time series encoding module for converting the reaction temperature values of multiple predetermined time points within the predetermined time period and the pH value of the reaction solution are respectively passed through a time series encoder containing a one-dimensional convolution layer to obtain the reaction temperature feature vector and the pH time series feature vector; the feature correction module is used to calculate the reaction temperature feature vector and the pH time series feature vector based on the reaction temperature feature vector and the pH time series feature vector. The eigenvalues of each position in the flow rate control eigenvector are corrected to obtain the corrected flow rate control eigenvector; a Bayesian fusion module is used to use a Bayesian probability model to fuse the corrected flow rate control eigenvector and the reaction The temperature feature vector and the PH time series feature vector are used to obtain a posterior feature vector; and, a batching control result generation module is used to pass the posterior feature vector through a classifier to obtain a classification result, and the classification result is used to represent the current The first flow rate value of liquid ammonia at the time point should be increased or should be decreased and the second flow rate value of anhydrous hydrogen fluoride should be increased or should be decreased.
图1B图示了根据本申请实施例的氟化铵制备用的自动配料控制系统的应用场景图。如图1B所示,在该应用场景中,首先,通过各个传感器(例如,如图1B中所示意的流速传感器T1、温度传感器T2和PH值传感器T3)获取预定时间段内多个预定时间点的液氨的第一流速值、无水氟化氢的第二流速值、反应温度值和反应液PH值。然后,将获得的所述预定时间段内多个预定时间点的液氨的第一流速值、无水氟化氢的第二流速值、反应温度值和反应液PH值输入至部署有氟化铵制备用的自动配料控制算法的服务器中(例如,如图1B中所示意的云服务器S),其中,所述服务器能够以氟化铵制备用的自动配料控制算法对所述预定时间段内多个预定时间点的液氨的第一流速值、无水氟化氢的第二流速值、反应温度值和反应液PH值进行处理,以生成用于表示当前时间点的液氨的第一流速值应增大或应减小且无水氟化氢的第二流速值应增大或应减小的分类结果。Figure 1B illustrates an application scenario diagram of an automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application. As shown in Figure 1B, in this application scenario, first, multiple predetermined time points within a predetermined time period are acquired through various sensors (for example, the flow rate sensor T1, the temperature sensor T2 and the pH value sensor T3 as shown in Figure 1B) The first flow rate value of liquid ammonia, the second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the pH value of the reaction liquid. Then, the obtained first flow rate value of liquid ammonia, the second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the pH value of the reaction liquid at multiple predetermined time points within the predetermined time period are input into the prepared system equipped with ammonium fluoride. in a server using an automatic batching control algorithm (for example, the cloud server S as shown in FIG. 1B), wherein the server can use the automatic batching control algorithm for ammonium fluoride preparation to process multiple batches within the predetermined time period. The first flow rate value of liquid ammonia at the predetermined time point, the second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the pH value of the reaction liquid are processed to generate a first flow rate value of liquid ammonia that represents the current time point. The classification result is that the second flow rate value of anhydrous hydrogen fluoride should be increased or should be reduced.
在介绍了本申请的基本原理之后,下面将参考附图来具体介绍本申请的各种非限制性实施例。After introducing the basic principles of the present application, various non-limiting embodiments of the present application will be specifically introduced below with reference to the accompanying drawings.
示例性系统Example system
图2图示了根据本申请实施例的氟化铵制备用的自动配料控制系统的框图。如图2所示,根据本申请实施例的氟化铵制备用的自动配料控制系统200,包括:数据采集模块210,用于获取预定时间段内多个预定时间点的液氨的第一流速值、无水氟化氢的第二流速值、反应温度值和反应液PH值;配料速度结构化关联模块220,用于将所述预定时间段内多个预定时间点的液氨的第一流速值和无水氟化氢的第二流速值分别排列为第一流速向量和第二流速向量后,计算所述第一流速向量的转置向量与所述第二流速向量之间的乘积以得到流速控制矩阵;配料速度特征过滤模块230,用于将所述流速控制矩阵通过作为过滤器的第一卷积神经网络以得到流速控制特征向量;时序编码模块240,用于将所述预定时间段内多个预定时间点的反应温度值和反应液PH值分别通过包含一维卷积层的时序编码器以得到反应温度特征向量和PH时序特征向量;特征校正模块250,用于基于所述反应温度特征向量和PH时序特征向量,对所述流速控制特征向量中各个位置的特征值进行校正以得到校正后流速控制特征向量;贝叶斯融合模块260,用于使用贝叶斯概率模型来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到后验特征向量;以及,配料控制结果生成模块270,用于将所述后验特征向量通过分类器以得到分类结果,所述分类结果用于表示当前时间点的液氨的第一流速值应增大或应减小且无水氟化氢的第二流速值应增大或应减小。Figure 2 illustrates a block diagram of an automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application. As shown in Figure 2, the automatic batching control system 200 for ammonium fluoride preparation according to the embodiment of the present application includes: a data acquisition module 210, used to obtain the first flow rate of liquid ammonia at multiple predetermined time points within a predetermined time period. value, the second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the pH value of the reaction liquid; the batching speed structured correlation module 220 is used to combine the first flow rate value of liquid ammonia at multiple predetermined time points within the predetermined time period and the second flow rate values of anhydrous hydrogen fluoride are arranged into the first flow rate vector and the second flow rate vector respectively, then calculate the product between the transposed vector of the first flow rate vector and the second flow rate vector to obtain the flow rate control matrix ; Ingredient speed feature filtering module 230, used to pass the flow speed control matrix through the first convolutional neural network as a filter to obtain the flow speed control feature vector; Time series encoding module 240, used to combine multiple data within the predetermined time period The reaction temperature value and reaction liquid PH value at the predetermined time point are respectively passed through a time series encoder including a one-dimensional convolution layer to obtain a reaction temperature feature vector and a PH time series feature vector; the feature correction module 250 is used to based on the reaction temperature feature vector and PH time series feature vector, correcting the feature values of each position in the flow speed control feature vector to obtain the corrected flow speed control feature vector; the Bayesian fusion module 260 is used to use the Bayesian probability model to fuse the correction The posterior flow rate control feature vector, the reaction temperature feature vector and the PH timing feature vector are used to obtain a posterior feature vector; and a batching control result generation module 270 is used to pass the posterior feature vector through a classifier to obtain classification As a result, the classification result is used to indicate that the first flow rate value of liquid ammonia at the current time point should be increased or decreased and the second flow rate value of anhydrous hydrogen fluoride should be increased or decreased.
具体地,在本申请实施例中,所述数据采集模块210、所述配料速度结构化关联模块220和所述配料速度特征过滤模块230,用于获取预定时间段内多个预定时间点的液氨的第一流速值、无水氟化氢的第二流速值、反应温度值和反应液PH值,并将所述预定时间段内多个预定时间点的液氨的第一流速值和无水氟化氢的第二流速值分别排列为第一流速向量和第二流速向量后,计算所述第一流速向量的转置向量与所述第二流速向量之间的乘积以得到流速控制矩阵,再将所述流速控制矩阵通过作为过滤器的第一卷积神经网络以得到流速控制特征向量。如前所述,应可以理解,在制备方案中,液氨与无水氟化氢加入反应槽中的流速控制与反应温度的协同对于提高反应效率和提高产品质量具有重要意义。因此,在本申请的技术方案中,期望在对于氟化铵进行制备的过中,基于多个预定时间点的所述液氨与所述无水氟化氢加入的流速值以及反应温度值和反应液PH值来对于所述液氨与所述无水氟化氢加入反应槽中的流速进行实时动态地控制,进而提高反应的效率以及产品的质量。Specifically, in the embodiment of the present application, the data collection module 210, the batching speed structured correlation module 220 and the batching speed feature filtering module 230 are used to obtain liquid data at multiple predetermined time points within a predetermined time period. The first flow rate value of ammonia, the second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the pH value of the reaction liquid, and the first flow rate value of liquid ammonia and anhydrous hydrogen fluoride at multiple predetermined time points within the predetermined time period After the second flow velocity values are arranged into the first flow velocity vector and the second flow velocity vector respectively, calculate the product between the transpose vector of the first flow velocity vector and the second flow velocity vector to obtain the flow velocity control matrix, and then The flow rate control matrix is passed through the first convolutional neural network as a filter to obtain the flow rate control feature vector. As mentioned above, it should be understood that in the preparation scheme, the synergy of flow rate control and reaction temperature of liquid ammonia and anhydrous hydrogen fluoride added to the reaction tank is of great significance for improving reaction efficiency and product quality. Therefore, in the technical solution of the present application, it is expected that in the process of preparing ammonium fluoride, the flow rate values of the liquid ammonia and the anhydrous hydrogen fluoride added at multiple predetermined time points, as well as the reaction temperature value and the reaction liquid The pH value is used to dynamically control the flow rate of the liquid ammonia and anhydrous hydrogen fluoride added to the reaction tank in real time, thereby improving the efficiency of the reaction and the quality of the product.
也就是,具体地,在本申请的技术方案中,首先,通过多个传感器获取预定时间段内多个预定时间点的液氨的第一流速值、无水氟化氢的第二流速值、反应温度值和反应液PH值。然后,为了提取出所述第一流速值和所述第二流速值之间的隐藏关联特征信息,进一步将所述预定时间段内多个预定时间点的液氨的第一流速值和无水氟化氢的第二流速值分别排列为第一流速向量和第二流速向量后,计算所述第一流速向量的转置向量与所述第二流速向量之间的乘积以得到流速控制矩阵,以整合流速信息后便于后续的特征挖掘。进一步地,使用在隐含关联特征提取方面具有优异表现的卷积神经网络模型来对所述流速控制矩阵进行特征提取和过滤,从而得到流速控制特征向量。That is, specifically, in the technical solution of the present application, first, multiple sensors are used to obtain the first flow rate value of liquid ammonia, the second flow rate value of anhydrous hydrogen fluoride, and the reaction temperature at multiple predetermined time points within a predetermined time period. value and the pH value of the reaction solution. Then, in order to extract the hidden correlation feature information between the first flow rate value and the second flow rate value, the first flow rate value of liquid ammonia at multiple predetermined time points within the predetermined time period and the anhydrous After the second flow rate values of hydrogen fluoride are respectively arranged into the first flow rate vector and the second flow rate vector, the product between the transposed vector of the first flow rate vector and the second flow rate vector is calculated to obtain a flow rate control matrix to integrate The flow rate information facilitates subsequent feature mining. Further, a convolutional neural network model with excellent performance in implicit correlation feature extraction is used to extract and filter features of the flow rate control matrix, thereby obtaining a flow rate control feature vector.
更具体地,在本申请的实施例中,所述配料速度特征过滤模块,进一步用于:所述第一卷积神经网络的各层在层的正向传递中对输入数据分别进行:对输入数据进行卷积处理以得到卷积特征图; 对所述卷积特征图进行基于局部特征矩阵的均值池化以得到池化特征图;以及,对所述池化特征图进行非线性激活以得到激活特征图;其中,所述第一卷积神经网络的最后一层的输出为所述流速控制特征向量,所述第一卷积神经网络的第一层的输入为所述流速控制矩阵。More specifically, in the embodiment of the present application, the batching speed feature filtering module is further used to perform: each layer of the first convolutional neural network on the input data in the forward transfer of the layer: The data is convolved to obtain a convolution feature map; the convolution feature map is subjected to mean pooling based on a local feature matrix to obtain a pooled feature map; and, the pooled feature map is subjected to nonlinear activation to obtain Activating the feature map; wherein, the output of the last layer of the first convolutional neural network is the flow rate control feature vector, and the input of the first layer of the first convolutional neural network is the flow rate control matrix.
具体地,在本申请实施例中,所述时序编码模块240,用于将所述预定时间段内多个预定时间点的反应温度值和反应液PH值分别通过包含一维卷积层的时序编码器以得到反应温度特征向量和PH时序特征向量。应可以理解,对于所述预定时间段内多个预定时间点的反应温度值和反应液PH值,考虑到由于所述反应温度值和所述反应液PH值在时间上都具有着特殊的隐含特征信息,因此,为了更为充分地提取出这种隐含特征,在本申请的技术方案中,使用包含一维卷积层的时序编码器分别对所述预定时间段内多个预定时间点的反应温度值和反应液PH值进行编码以得到反应温度特征向量和PH时序特征向量。相应地,在一个具体示例中,所述时序编码器由交替设置的全连接层和一维卷积层组成,其通过一维卷积编码分别提取出所述反应温度值和所述反应液PH值在时序维度上的关联和通过全连接编码分别提取所述反应温度值和所述反应液PH值的高维隐含特征。Specifically, in the embodiment of the present application, the time series encoding module 240 is used to pass the reaction temperature values and the pH values of the reaction liquid at multiple predetermined time points within the predetermined time period through a time series including a one-dimensional convolution layer. encoder to obtain the reaction temperature feature vector and PH timing feature vector. It should be understood that for the reaction temperature values and reaction liquid PH values at multiple predetermined time points within the predetermined time period, it is considered that the reaction temperature values and the reaction liquid PH values have special implications in time. Contains feature information. Therefore, in order to more fully extract such implicit features, in the technical solution of this application, a temporal encoder including a one-dimensional convolution layer is used to separately encode multiple predetermined times within the predetermined time period. The reaction temperature value of the point and the pH value of the reaction solution are encoded to obtain the reaction temperature feature vector and pH time series feature vector. Correspondingly, in a specific example, the temporal encoder consists of alternately arranged fully connected layers and one-dimensional convolutional layers, which respectively extract the reaction temperature value and the reaction liquid PH through one-dimensional convolutional coding. The correlation of values in the time series dimension and the high-dimensional hidden features of the reaction temperature value and the pH value of the reaction solution are respectively extracted through fully connected coding.
更具体地,在本申请实施例中,所述时序编码模块,包括:首先,将所述预定时间段内多个预定时间点的反应温度值按照时间维度排列为温度输入向量;接着,使用所述时序编码器的全连接层以如下公式对所述温度输入向量进行全连接编码以提取出所述温度输入向量中各个位置的特征值的高维隐含特征,其中,所述公式为:
Figure PCTCN2022119586-appb-000018
其中X是所述输入向量,Y是输出向量,W是权重矩阵,B是偏置向量,
Figure PCTCN2022119586-appb-000019
表示矩阵乘;然后,使用所述时序编码器的一维卷积层以如下公式对所述温度输入向量进行一维卷积编码以提取出所述温度输入向量中各个位置的特征值间的高维隐含关联特征,其中,所述公式为:
More specifically, in the embodiment of the present application, the time series encoding module includes: first, arranging the reaction temperature values at multiple predetermined time points within the predetermined time period into a temperature input vector according to the time dimension; then, using the The fully connected layer of the temporal encoder performs fully connected encoding on the temperature input vector using the following formula to extract high-dimensional implicit features of the eigenvalues of each position in the temperature input vector, where the formula is:
Figure PCTCN2022119586-appb-000018
where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector,
Figure PCTCN2022119586-appb-000019
represents the matrix multiplication; then, use the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the temperature input vector with the following formula to extract the high-dimensional hidden between the eigenvalues of each position in the temperature input vector Contains associated features, where the formula is:
Figure PCTCN2022119586-appb-000020
Figure PCTCN2022119586-appb-000020
其中,a为卷积核在x方向上的宽度、F为卷积核参数向量、G为与卷积核函数运算的局部向量矩阵,w为卷积核的尺寸,X表示所述输入向量。进一步地,将所述预定时间段内多个预定时间点的反应液PH值按照时间维度排列为PH值输入向量;接着,使用所述时序编码器的全连接层以如下公式对所述PH值输入向量进行全连接编码以提取出所述PH值输入向量中各个位置的特征值的高维隐含特征,其中,所述公式为:
Figure PCTCN2022119586-appb-000021
其中X是所述输入向量,Y是输出向量,W是权重矩阵,B是偏置向量,
Figure PCTCN2022119586-appb-000022
表示矩阵乘;然后,使用所述时序编码器的一维卷积层以如下公式对所述PH值输入向量进行一维卷积编码以提取出所述PH值输入向量中各个位置的特征值间的高维隐含关联特征,其中,所述公式为:
Among them, a is the width of the convolution kernel in the x direction, F is the convolution kernel parameter vector, G is the local vector matrix that operates with the convolution kernel function, w is the size of the convolution kernel, and X represents the input vector. Further, the pH values of the reaction solution at multiple predetermined time points within the predetermined time period are arranged into a pH value input vector according to the time dimension; then, the fully connected layer of the temporal encoder is used to calculate the pH value according to the following formula The input vector is fully connected to extract the high-dimensional hidden features of the eigenvalues at each position in the PH value input vector, where the formula is:
Figure PCTCN2022119586-appb-000021
where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector,
Figure PCTCN2022119586-appb-000022
represents matrix multiplication; then, use the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the PH value input vector with the following formula to extract the feature value between each position in the PH value input vector The high-dimensional implicit correlation characteristics of , where the formula is:
Figure PCTCN2022119586-appb-000023
Figure PCTCN2022119586-appb-000023
其中,a为卷积核在x方向上的宽度、F为卷积核参数向量、G为与卷积核函数运算的局部向量矩阵,w为卷积核的尺寸,X表示所述输入向量。Among them, a is the width of the convolution kernel in the x direction, F is the convolution kernel parameter vector, G is the local vector matrix that operates with the convolution kernel function, w is the size of the convolution kernel, and X represents the input vector.
图3图示了根据本申请实施例的氟化铵制备用的自动配料控制系统中时序编码模块的框图。如图3所示,所述时序编码模块240,包括:温度时序编码单元241,用于将所述预定时间段内多个预定时间点的反应温度值按照时间维度排列为温度输入向量;使用所述时序编码器的全连接层以如下公式对所述温度输入向量进行全连接编码以提取出所述温度输入向量中各个位置的特征值的高维隐含特征,其中,所述公式为:
Figure PCTCN2022119586-appb-000024
其中X是所述输入向量,Y是输出向量,W是权重矩阵,B是偏置向量,
Figure PCTCN2022119586-appb-000025
表示矩阵乘;使用所述时序编码器的一维卷积层以如下公式对所述温度输入向量进行一维卷积编码以提取出所述温度输入向量中各个位置的特征值间的高维隐含关联特征,其中,所述公式为:
Figure 3 illustrates a block diagram of the timing coding module in the automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application. As shown in Figure 3, the time series encoding module 240 includes: a temperature time series encoding unit 241, used to arrange the reaction temperature values at multiple predetermined time points within the predetermined time period into a temperature input vector according to the time dimension; using the The fully connected layer of the temporal encoder performs fully connected encoding on the temperature input vector using the following formula to extract high-dimensional implicit features of the eigenvalues of each position in the temperature input vector, where the formula is:
Figure PCTCN2022119586-appb-000024
where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector,
Figure PCTCN2022119586-appb-000025
represents matrix multiplication; use the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the temperature input vector with the following formula to extract the high-dimensional implicit correlation between the eigenvalues of each position in the temperature input vector Characteristics, where the formula is:
Figure PCTCN2022119586-appb-000026
Figure PCTCN2022119586-appb-000026
其中,a为卷积核在x方向上的宽度、F为卷积核参数向量、G为与卷积核函数运算的局部向量矩阵,w为卷积核的尺寸,X表示所述输入向量。PH时序编码单元242,用于将所述预定时间段内多个预定时间点的反应液PH值按照时间维度排列为PH值输入向量;使用所述时序编码器的全连接层以如下公式对所述PH值输入向量进行全连接编码以提取出所述PH值输入向量中各个位置的特征值的高维隐含特征,其中,所述公式为:
Figure PCTCN2022119586-appb-000027
其中X是所述输入向量,Y是输出向量,W是权重矩阵,B是偏置向量,
Figure PCTCN2022119586-appb-000028
表示矩阵乘;使用所述时序编码器的一维卷积层以如下公式对所述PH值输入向量进行一维卷积编码以提取出所述PH值输入向量中各个位置的特征值间的高维隐含关联特征,其中,所述公式为:
Among them, a is the width of the convolution kernel in the x direction, F is the convolution kernel parameter vector, G is the local vector matrix that operates with the convolution kernel function, w is the size of the convolution kernel, and X represents the input vector. The PH timing encoding unit 242 is used to arrange the PH values of the reaction solution at multiple predetermined time points within the predetermined time period into a PH value input vector according to the time dimension; use the fully connected layer of the timing encoder to calculate the PH values using the following formula: The PH value input vector is fully connected to extract the high-dimensional hidden features of the eigenvalues at each position in the PH value input vector, where the formula is:
Figure PCTCN2022119586-appb-000027
where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector,
Figure PCTCN2022119586-appb-000028
represents matrix multiplication; use the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the PH value input vector with the following formula to extract the high-dimensional hidden between the eigenvalues of each position in the PH value input vector. Contains associated features, where the formula is:
Figure PCTCN2022119586-appb-000029
Figure PCTCN2022119586-appb-000029
其中,a为卷积核在x方向上的宽度、F为卷积核参数向量、G为与卷积核函数运算的局部向量矩阵,w为卷积核的尺寸,X表示所述输入向量。Among them, a is the width of the convolution kernel in the x direction, F is the convolution kernel parameter vector, G is the local vector matrix that operates with the convolution kernel function, w is the size of the convolution kernel, and X represents the input vector.
具体地,在本申请实施例中,所述特征校正模块250,用于基于所述反应温度特征向量和PH时序特征向量,对所述流速控制特征向量中各个位置的特征值进行校正以得到校正后流速控制特征向量。应可以理解,由于在将所述流速控制矩阵通过作为过滤器的第一卷积神经网络以得到流速控制特征向量时,所述第一卷积神经网络作为过滤器的特征提取并不能够完全保留所述第一输入向量和所述第二输入向量的时序特征,这使得所述流速控制特征向量与遵循时序分布的所述反应温度特征向量和所述PH时序特征向量之间会存在特征分布上的偏差。因此,在本申请的技术方案中,进一步基于所述反应温度特征向量和所述PH时序特征向量的时序分布对所述流速控制特征向量进行校正。也就是,考虑到所述流速控制特征向量与所述反应温度特征向量和所述PH时序特征向量之间由于特征分布的差异而存在各向异性,则体现为其向量表示驻留在高维特征空间的一个狭窄子集中。因此,通过上述校正来进行所述流速控制特征向量相对于所述反应温度特征向量和所述PH时序特征向量的对比搜索空间同向化,因此将所述流速控制特征向量转换到与所述反应温度特征向量和所述PH时序特征向量各向同性且有区分度的表示空间,增强了特征表示的分布一致性,进而提高了分类的准确性。Specifically, in the embodiment of the present application, the feature correction module 250 is used to correct the feature values of each position in the flow rate control feature vector based on the reaction temperature feature vector and the pH timing feature vector to obtain a correction. Post flow velocity control eigenvector. It should be understood that when the flow rate control matrix is passed through the first convolutional neural network as a filter to obtain the flow rate control feature vector, the feature extraction of the first convolutional neural network as a filter cannot be completely preserved. The timing characteristics of the first input vector and the second input vector result in a feature distribution between the flow rate control feature vector and the reaction temperature feature vector and the PH timing feature vector that follow the timing distribution. deviation. Therefore, in the technical solution of the present application, the flow rate control feature vector is further corrected based on the time series distribution of the reaction temperature feature vector and the pH time series feature vector. That is, considering that there is anisotropy between the flow rate control feature vector, the reaction temperature feature vector, and the pH timing feature vector due to the difference in feature distribution, it is reflected that its vector representation resides in high-dimensional features. a narrow subset of space. Therefore, the comparison search space of the flow rate control eigenvector with respect to the reaction temperature eigenvector and the PH timing eigenvector is isotropic through the above correction, so that the flow rate control eigenvector is converted to the same direction as the reaction temperature eigenvector. The isotropic and differentiated representation space of the temperature feature vector and the PH time series feature vector enhances the distribution consistency of the feature representation, thereby improving the accuracy of classification.
更具体地,在本申请实施例中,所述特征校正模块,进一步用于:基于预定超参数与所述流速控制特征向量中各个位置的特征值与所述反应温度特征向量中各个位置的特征值之间的第一距离之间的差值与所述第一距离之间的较大者,以及,所述预定超参数与所述流速控制特征向量中各个位置的特征值与所述PH时序特征向量中各个位置的特征值之间的第二距离之间的差值与所述第二距离之间的较大者之间的加和值,对所述流速控制特征向量中各个位置的特征值进行校正以得到所述校正后流速控制特征向量。相应地,在一个具体示例中,基于所述反应温度特征向量和PH时序特征向量,以如下公式对所述流速控制特征向量中各个位置的特征值进行校正以得到所述校正后流速控制特征向量;其中,所述公式为:
Figure PCTCN2022119586-appb-000030
More specifically, in the embodiment of the present application, the feature correction module is further configured to: based on predetermined hyperparameters and the feature values of each position in the flow rate control feature vector and the features of each position in the reaction temperature feature vector. The greater of the difference between the first distance between values and the first distance, and the characteristic value of each position in the predetermined hyperparameter and the flow rate control characteristic vector and the PH timing sequence The sum value between the difference between the second distances between the characteristic values of each position in the feature vector and the larger of the second distances, for the characteristics of each position in the flow velocity control feature vector The value is corrected to obtain the corrected flow rate control characteristic vector. Correspondingly, in a specific example, based on the reaction temperature feature vector and the pH timing feature vector, the feature values of each position in the flow rate control feature vector are corrected with the following formula to obtain the corrected flow rate control feature vector ;wherein, the formula is:
Figure PCTCN2022119586-appb-000030
其中f 1,f 2和f 3分别是所述反应温度特征向量、所述PH时序特征向量和所述流速控制特征向量的相应位置的归一化到[0,1]区间内的特征值,d(f 3,f 1)表示所述流速控制特征向量中各个位置的特征值与所述反应温度特征向量中各个位置的特征值之间的所述第一距离,d(f 3,f 2)表示所述流速控制特征向量中各个位置的特征值与所述PH时序特征向量中各个位置的特征值之间的所述第二距离,ρ是所述预定超参数。 Where f 1 , f 2 and f 3 are respectively the eigenvalues of the corresponding positions of the reaction temperature eigenvector, the PH timing eigenvector and the flow rate control eigenvector normalized to the [0,1] interval, d(f 3 , f 1 ) represents the first distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the reaction temperature eigenvector, d(f 3 , f 2 ) represents the second distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the PH timing feature vector, and ρ is the predetermined hyperparameter.
具体地,在本申请实施例中,所述贝叶斯融合模块260和所述配料控制结果生成模块270,用于使用贝叶斯概率模型来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到后验特征向量,并将所述后验特征向量通过分类器以得到分类结果,所述分类结果用于表示当前时间点的液氨的第一流速值应增大或应减小且无水氟化氢的第二流速值应增大或应减小。应可以理解,考虑到使用所述校正后流速控制特征向量作为先验概率,在本申请的技术方案的目的是在新的证据,即在有反应温度值和反应液PH值发生变化时,更新先验概率得到后验概率。那么根据贝叶斯公式,后验概率为先验概率乘以事件概率除以证据概率,因此,在本申请的技术方案中,使用贝叶斯概率模型来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到后验特征向量,其中所述校正后流速控制特征向量作为先验,所述反应温度特征向量作为事件,且所述PH时序特征向量作为证据。这样,就可以将所述后验特征向量通过分类器以获得用于表示当前时间点的液氨的第一流速值应增大或应减小且无水氟化氢的第二流速值应增大或应减小的分类结果。Specifically, in the embodiment of the present application, the Bayesian fusion module 260 and the batching control result generation module 270 are used to use a Bayesian probability model to fuse the corrected flow rate control feature vector, the reaction The temperature feature vector and the PH time series feature vector are used to obtain a posteriori feature vector, and the posteriori feature vector is passed through a classifier to obtain a classification result. The classification result is used to represent the first flow rate of liquid ammonia at the current time point. The value should be increased or should be decreased and the second flow rate value of anhydrous hydrogen fluoride should be increased or should be decreased. It should be understood that, taking into account the use of the corrected flow rate control feature vector as a priori probability, the purpose of the technical solution in this application is to update based on new evidence, that is, when there is a change in the reaction temperature value and the pH value of the reaction solution. The prior probability gives the posterior probability. Then according to the Bayesian formula, the posterior probability is the prior probability multiplied by the event probability divided by the evidence probability. Therefore, in the technical solution of this application, the Bayesian probability model is used to fuse the corrected flow rate control feature vector, The reaction temperature feature vector and the PH timing feature vector are used to obtain a posteriori feature vector, where the corrected flow rate control feature vector serves as a priori, the reaction temperature feature vector serves as an event, and the PH timing feature vector serves as evidence. In this way, the posterior feature vector can be passed through the classifier to obtain a first flow rate value indicating that the liquid ammonia at the current time point should increase or decrease and the second flow rate value of anhydrous hydrogen fluoride should increase or decrease. Classification results should be reduced.
相应地,在一个具体示例中,使用所述分类器以如下公式对所述后验特征向量进行处理以获得所述分类结果,其中,所述公式为:softmax{(W n,B n):…:(W 1,B 1)|X},其中,W 1到W n为权重矩阵,B 1到B n为偏置向量,X为所述后验特征向量。 Correspondingly, in a specific example, the classifier is used to process the posterior feature vector with the following formula to obtain the classification result, where the formula is: softmax{(W n ,B n ): …:(W 1 ,B 1 )|X}, where W 1 to W n are weight matrices, B 1 to B n are bias vectors, and X is the posterior feature vector.
更具体地,在本申请实施例中,所述贝叶斯融合模块,进一步用于:使用贝叶斯概率模型以如下公式来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到所述后验特征向量;其中,所述公式为:More specifically, in the embodiment of the present application, the Bayesian fusion module is further used to: use the Bayesian probability model to fuse the corrected flow rate control feature vector, the reaction temperature feature vector and the following formula: The PH time series feature vector is used to obtain the posterior feature vector; wherein, the formula is:
qi=pi*ai/biqi=pi*ai/bi
其中,pi是所述校正后流速控制特征向量中的各个位置的特征值,ai和bi分别是所述反应温度特征向量和所述PH时序特征向量中的各个位置的特征值,而qi是所述后验特征向量中的各个位置的特征值。Wherein, pi is the characteristic value of each position in the corrected flow rate control characteristic vector, ai and bi are the characteristic values of each position in the reaction temperature characteristic vector and the pH timing characteristic vector respectively, and qi is the characteristic value of each position in the corrected flow rate control characteristic vector. The eigenvalues of each position in the posterior eigenvector.
综上,基于本申请实施例的所述氟化铵制备用的自动配料控制系统200被阐明,其通过采用人 工智能控制技术,从液氨的流速值、无水氟化氢的流速值、反应温度值和反应液PH值出发,利用深度神经网络模型来挖掘出各个数据在时序维度上的隐含特征关联信息,并利用贝叶斯来融合所述各个数据的关联特征信息以对于所述液氨与所述无水氟化氢加入反应槽中的流速进行实时动态地控制,进而提高反应的效率以及产品的质量。In summary, the automatic batching control system 200 for the preparation of ammonium fluoride based on the embodiment of the present application has been clarified, which uses artificial intelligence control technology to determine the flow rate value of liquid ammonia, the flow rate value of anhydrous hydrogen fluoride, and the reaction temperature value. Starting from the pH value of the reaction liquid, a deep neural network model is used to mine the implicit feature correlation information of each data in the time series dimension, and Bayes is used to fuse the correlation feature information of each data to compare the liquid ammonia and The flow rate of the anhydrous hydrogen fluoride added into the reaction tank is dynamically controlled in real time, thereby improving the efficiency of the reaction and the quality of the product.
如上所述,根据本申请实施例的氟化铵制备用的自动配料控制系统200可以实现在各种终端设备中,例如氟化铵制备用的自动配料控制算法的服务器等。在一个示例中,根据本申请实施例的氟化铵制备用的自动配料控制系统200可以作为一个软件模块和/或硬件模块而集成到终端设备中。例如,该氟化铵制备用的自动配料控制系统200可以是该终端设备的操作系统中的一个软件模块,或者可以是针对于该终端设备所开发的一个应用程序;当然,该氟化铵制备用的自动配料控制系统200同样可以是该终端设备的众多硬件模块之一。As mentioned above, the automatic batching control system 200 for the preparation of ammonium fluoride according to the embodiment of the present application can be implemented in various terminal devices, such as a server of the automatic batching control algorithm for the preparation of ammonium fluoride, etc. In one example, the automatic batching control system 200 for ammonium fluoride preparation according to the embodiment of the present application can be integrated into the terminal device as a software module and/or hardware module. For example, the automatic batching control system 200 for ammonium fluoride preparation can be a software module in the operating system of the terminal equipment, or can be an application program developed for the terminal equipment; of course, the ammonium fluoride preparation The automatic batching control system 200 used can also be one of the many hardware modules of the terminal equipment.
替换地,在另一示例中,该氟化铵制备用的自动配料控制系统200与该终端设备也可以是分立的设备,并且该氟化铵制备用的自动配料控制系统200可以通过有线和/或无线网络连接到该终端设备,并且按照约定的数据格式来传输交互信息。Alternatively, in another example, the automatic batching control system 200 for ammonium fluoride preparation and the terminal device can also be separate devices, and the automatic batching control system 200 for ammonium fluoride preparation can be connected via wired and/or Or a wireless network is connected to the terminal device, and interactive information is transmitted according to the agreed data format.
示例性方法Example methods
图4图示了氟化铵制备用的自动配料控制系统的控制方法的流程图。如图4所示,根据本申请实施例的氟化铵制备用的自动配料控制系统的控制方法,包括步骤:S110,获取预定时间段内多个预定时间点的液氨的第一流速值、无水氟化氢的第二流速值、反应温度值和反应液PH值;S120,将所述预定时间段内多个预定时间点的液氨的第一流速值和无水氟化氢的第二流速值分别排列为第一流速向量和第二流速向量后,计算所述第一流速向量的转置向量与所述第二流速向量之间的乘积以得到流速控制矩阵;S130,将所述流速控制矩阵通过作为过滤器的第一卷积神经网络以得到流速控制特征向量;S140,将所述预定时间段内多个预定时间点的反应温度值和反应液PH值分别通过包含一维卷积层的时序编码器以得到反应温度特征向量和PH时序特征向量;S150,基于所述反应温度特征向量和PH时序特征向量,对所述流速控制特征向量中各个位置的特征值进行校正以得到校正后流速控制特征向量;S160,使用贝叶斯概率模型来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到后验特征向量;以及,S170,将所述后验特征向量通过分类器以得到分类结果,所述分类结果用于表示当前时间点的液氨的第一流速值应增大或应减小且无水氟化氢的第二流速值应增大或应减小。Figure 4 illustrates a flow chart of a control method of an automatic batching control system for ammonium fluoride preparation. As shown in Figure 4, the control method of the automatic batching control system for ammonium fluoride preparation according to the embodiment of the present application includes the steps: S110, obtaining the first flow rate value of liquid ammonia at multiple predetermined time points within a predetermined time period, The second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the pH value of the reaction liquid; S120, separate the first flow rate value of liquid ammonia and the second flow rate value of anhydrous hydrogen fluoride at multiple predetermined time points within the predetermined time period, respectively. After being arranged into the first flow velocity vector and the second flow velocity vector, calculate the product between the transpose vector of the first flow velocity vector and the second flow velocity vector to obtain the flow velocity control matrix; S130, pass the flow velocity control matrix through Use the first convolutional neural network as a filter to obtain the flow rate control feature vector; S140, pass the reaction temperature values and reaction liquid PH values at multiple predetermined time points within the predetermined time period through a time series including a one-dimensional convolution layer. encoder to obtain the reaction temperature feature vector and the PH timing feature vector; S150, based on the reaction temperature feature vector and the PH timing feature vector, correct the eigenvalues of each position in the flow rate control feature vector to obtain the corrected flow rate control Feature vector; S160, use a Bayesian probability model to fuse the corrected flow rate control feature vector, the reaction temperature feature vector and the PH timing feature vector to obtain a posterior feature vector; and, S170, convert the posterior feature vector The experimental feature vector is passed through the classifier to obtain a classification result, which is used to indicate that the first flow rate value of liquid ammonia at the current time point should be increased or decreased and the second flow rate value of anhydrous hydrogen fluoride should be increased or should be increased. decrease.
图5图示了根据本申请实施例的氟化铵制备用的自动配料控制系统的控制方法的架构示意图。如图5所示,在所述氟化铵制备用的自动配料控制系统的控制方法的网络架构中,首先,将获得的所述预定时间段内多个预定时间点的液氨的第一流速值(例如,如图5中所示意的P1)和无水氟化氢的第二流速值(例如,如图5中所示意的P2)分别排列为第一流速向量(例如,如图5中所示意的V1)和第二流速向量(例如,如图5中所示意的V2)后,计算所述第一流速向量的转置向量与所述第二流速向量之间的乘积以得到流速控制矩阵(例如,如图5中所示意的M);接着,将所述流速控制矩阵通过作为过滤器的第一卷积神经网络(例如,如图5中所示意的CNN1)以得到流速控制特征向量(例如,如图5中所示意的VF1);然后,将获得的所述预定时间段内多个预定时间点的反应温度值(例如,如图5中所示意的Q1)和反应液PH值(例如,如图5中所示意的Q2)分别通过包含一维卷积层的时序编码器(例如,如图5中所示意的E)以得到反应温度特征向量(例如,如图5中所示意的VF2)和PH时序特征向量(例如,如图5中所示意的VF3);接着,基于所述反应温度特征向量和PH时序特征向量,对所述流速控制特征向量中各个位置的特征值进行校正以得到校正后流速控制特征向量(例如,如图5中所示意的VF4);然后,使用贝叶斯概率模型来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到后验特征向量(例如,如图5中所示意的VF);以及,最后,将所述后验特征向量通过分类器(例如,如图5中所示意的圈S)以得到分类结果,所述分类结果用于表示当前时间点的液氨的第一流速值应增大或应减小且无水氟化氢的第二流速值应增大或应减小。Figure 5 illustrates a schematic structural diagram of a control method of an automatic batching control system for ammonium fluoride preparation according to an embodiment of the present application. As shown in Figure 5, in the network architecture of the control method of the automatic batching control system for ammonium fluoride preparation, first, the first flow rates of liquid ammonia at multiple predetermined time points within the predetermined time period are obtained. The value (e.g., P1 as illustrated in Figure 5) and the second flow rate value of anhydrous hydrogen fluoride (e.g., P2 as illustrated in Figure 5) are respectively arranged as a first flow rate vector (e.g., as illustrated in Figure 5 After V1) and the second flow velocity vector (for example, V2 as illustrated in Figure 5), the product between the transpose vector of the first flow velocity vector and the second flow velocity vector is calculated to obtain the flow velocity control matrix ( For example, M) as shown in Figure 5; then, the flow rate control matrix is passed through the first convolutional neural network as a filter (for example, CNN1 as shown in Figure 5) to obtain the flow rate control feature vector ( For example, VF1 as shown in Figure 5); then, the obtained reaction temperature values (for example, Q1 as shown in Figure 5) and the reaction liquid PH value (for example, Q1 as shown in Figure 5) at multiple predetermined time points within the predetermined time period ( For example, Q2 as shown in Figure 5) are respectively passed through a temporal encoder (for example, E as shown in Figure 5) including a one-dimensional convolution layer to obtain the reaction temperature feature vector (for example, as shown in Figure 5 VF2) and PH timing feature vector (for example, VF3 as shown in Figure 5); then, based on the reaction temperature feature vector and PH timing feature vector, the eigenvalues of each position in the flow rate control feature vector are Calibrate to obtain the corrected flow rate control feature vector (for example, VF4 as illustrated in Figure 5); then, use a Bayesian probability model to fuse the corrected flow rate control feature vector, the reaction temperature feature vector and the PH the temporal feature vector to obtain the posterior feature vector (for example, VF as illustrated in Figure 5); and, finally, pass the posterior feature vector through the classifier (for example, the circle S as illustrated in Figure 5) To obtain a classification result, the classification result is used to indicate that the first flow rate value of liquid ammonia at the current time point should be increased or decreased and the second flow rate value of anhydrous hydrogen fluoride should be increased or decreased.
使用语义理解模型(例如,如图5中所示意的SUM)分别将获取的多个无线AP同时申报注册时的所述多个无线AP的申报注册信息(例如,如图5中所示意的IN1-INn)转化为语义特征向量(例如,如图5中所示意的VS1-VSn);接着,将所述流速控制矩阵通过作为过滤器的第一卷积神经网络以得到流速控制特征向量(例如,如图5中所示意的MR);然后,使用卷积神经网络(例如,如图5中所示意的CNN)从所述注册信息矩阵中提取出注册信息特征图(例如,如图5中所示意的FR),所述注册信息特征图的尺度为L*S*C,L代表语义特征向量的长度,S代表无线AP的数目,且C代表通道数;接着,将所述注册信息特征图在S维度上的每个L*C的特征矩阵进行特征值分解,以获得对应于每个所述L*C的特征矩阵的对角本征值矩阵(例如,如图5中所示意的MD1-MDn)和本征向量矩阵(例如,如图5中所示意的ME1-MEn);然后,使用贝叶斯概率模型来融合所述校正后流速控制特 征向量、所述反应温度特征向量和所述PH时序特征向量以得到后验特征向量(例如,如图5中所示意的VE);以及,最后,将所述本征值向量作为分类向量输入分类器(例如,如图5中所示意的圈S)以获得分类结果,所述分类结果用于表示无线AP的申报注册是否正确。Use a semantic understanding model (for example, SUM as shown in Figure 5) to separately apply the declared registration information of the multiple wireless APs (for example, IN1 as shown in Figure 5) when the obtained multiple wireless APs simultaneously declare registration. -INn) into semantic feature vectors (for example, VS1-VSn as shown in Figure 5); then, the flow rate control matrix is passed through the first convolutional neural network as a filter to obtain the flow rate control feature vector (for example, VS1-VSn as shown in Figure 5) , MR as shown in Figure 5); then, use a convolutional neural network (for example, CNN as shown in Figure 5) to extract the registration information feature map (for example, as shown in Figure 5) from the registration information matrix FR as shown), the scale of the registration information feature map is L*S*C, L represents the length of the semantic feature vector, S represents the number of wireless APs, and C represents the number of channels; then, the registration information features The eigenvalue matrix of each L*C of the graph in the S dimension is eigenvalue decomposed to obtain the diagonal eigenvalue matrix corresponding to the eigenmatrix of each said L*C (for example, as illustrated in Figure 5 MD1-MDn) and the eigenvector matrix (for example, ME1-MEn as illustrated in Figure 5); then, a Bayesian probability model is used to fuse the corrected flow rate control eigenvector, the reaction temperature eigenvector and The PH time series feature vector is used to obtain a posterior feature vector (for example, VE as shown in Figure 5); and, finally, the eigenvalue vector is input into a classifier as a classification vector (for example, as shown in Figure 5 The schematic circle S) is used to obtain the classification result, which is used to indicate whether the declaration and registration of the wireless AP is correct.
更具体地,在步骤S110、步骤S120和步骤S130中,获取预定时间段内多个预定时间点的液氨的第一流速值、无水氟化氢的第二流速值、反应温度值和反应液PH值,并将所述预定时间段内多个预定时间点的液氨的第一流速值和无水氟化氢的第二流速值分别排列为第一流速向量和第二流速向量后,计算所述第一流速向量的转置向量与所述第二流速向量之间的乘积以得到流速控制矩阵,再将所述流速控制矩阵通过作为过滤器的第一卷积神经网络以得到流速控制特征向量。应可以理解,在制备方案中,液氨与无水氟化氢加入反应槽中的流速控制与反应温度的协同对于提高反应效率和提高产品质量具有重要意义。因此,在本申请的技术方案中,期望在对于氟化铵进行制备的过中,基于多个预定时间点的所述液氨与所述无水氟化氢加入的流速值以及反应温度值和反应液PH值来对于所述液氨与所述无水氟化氢加入反应槽中的流速进行实时动态地控制,进而提高反应的效率以及产品的质量。More specifically, in steps S110, S120 and S130, the first flow rate value of liquid ammonia, the second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the reaction liquid PH at multiple predetermined time points within the predetermined time period are obtained value, and after arranging the first flow rate values of liquid ammonia and the second flow rate values of anhydrous hydrogen fluoride at multiple predetermined time points within the predetermined time period into the first flow rate vector and the second flow rate vector respectively, calculate the The product of the transposed vector of the first flow vector and the second flow vector is used to obtain the flow control matrix, and then the flow control matrix is passed through the first convolutional neural network as a filter to obtain the flow control feature vector. It should be understood that in the preparation scheme, the synergy of the flow rate control and reaction temperature of liquid ammonia and anhydrous hydrogen fluoride added to the reaction tank is of great significance for improving reaction efficiency and product quality. Therefore, in the technical solution of the present application, it is expected that in the process of preparing ammonium fluoride, the flow rate values of the liquid ammonia and the anhydrous hydrogen fluoride added at multiple predetermined time points, as well as the reaction temperature value and the reaction liquid The pH value is used to dynamically control the flow rate of the liquid ammonia and anhydrous hydrogen fluoride added to the reaction tank in real time, thereby improving the efficiency of the reaction and the quality of the product.
也就是,具体地,在本申请的技术方案中,首先,通过多个传感器获取预定时间段内多个预定时间点的液氨的第一流速值、无水氟化氢的第二流速值、反应温度值和反应液PH值。然后,为了提取出所述第一流速值和所述第二流速值之间的隐藏关联特征信息,进一步将所述预定时间段内多个预定时间点的液氨的第一流速值和无水氟化氢的第二流速值分别排列为第一流速向量和第二流速向量后,计算所述第一流速向量的转置向量与所述第二流速向量之间的乘积以得到流速控制矩阵,以整合流速信息后便于后续的特征挖掘。进一步地,使用在隐含关联特征提取方面具有优异表现的卷积神经网络模型来对所述流速控制矩阵进行特征提取和过滤,从而得到流速控制特征向量。That is, specifically, in the technical solution of the present application, first, multiple sensors are used to obtain the first flow rate value of liquid ammonia, the second flow rate value of anhydrous hydrogen fluoride, and the reaction temperature at multiple predetermined time points within a predetermined time period. value and the pH value of the reaction solution. Then, in order to extract the hidden correlation feature information between the first flow rate value and the second flow rate value, the first flow rate value of liquid ammonia at multiple predetermined time points within the predetermined time period and the anhydrous After the second flow rate values of hydrogen fluoride are respectively arranged into the first flow rate vector and the second flow rate vector, the product between the transposed vector of the first flow rate vector and the second flow rate vector is calculated to obtain a flow rate control matrix to integrate The flow rate information facilitates subsequent feature mining. Further, a convolutional neural network model with excellent performance in implicit correlation feature extraction is used to extract and filter features of the flow rate control matrix, thereby obtaining a flow rate control feature vector.
更具体地,在步骤S140中,将所述预定时间段内多个预定时间点的反应温度值和反应液PH值分别通过包含一维卷积层的时序编码器以得到反应温度特征向量和PH时序特征向量。应可以理解,对于所述预定时间段内多个预定时间点的反应温度值和反应液PH值,考虑到由于所述反应温度值和所述反应液PH值在时间上都具有着特殊的隐含特征信息,因此,为了更为充分地提取出这种隐含特征,在本申请的技术方案中,使用包含一维卷积层的时序编码器分别对所述预定时间段内多个预定时间点的反应温度值和反应液PH值进行编码以得到反应温度特征向量和PH时序特征向量。相应地,在一个具体示例中,所述时序编码器由交替设置的全连接层和一维卷积层组成,其通过一维卷积编码分别提取出所述反应温度值和所述反应液PH值在时序维度上的关联和通过全连接编码分别提取所述反应温度值和所述反应液PH值的高维隐含特征。More specifically, in step S140, the reaction temperature values and reaction liquid PH values at multiple predetermined time points within the predetermined time period are passed through a temporal encoder including a one-dimensional convolution layer to obtain the reaction temperature feature vector and PH. Time series feature vector. It should be understood that for the reaction temperature values and reaction liquid PH values at multiple predetermined time points within the predetermined time period, it is considered that the reaction temperature values and the reaction liquid PH values have special implications in time. Contains feature information. Therefore, in order to more fully extract such implicit features, in the technical solution of this application, a temporal encoder including a one-dimensional convolution layer is used to separately encode multiple predetermined times within the predetermined time period. The reaction temperature value of the point and the pH value of the reaction solution are encoded to obtain the reaction temperature feature vector and pH time series feature vector. Correspondingly, in a specific example, the temporal encoder consists of alternately arranged fully connected layers and one-dimensional convolutional layers, which respectively extract the reaction temperature value and the reaction liquid PH through one-dimensional convolutional coding. The correlation of values in the time series dimension and the high-dimensional hidden features of the reaction temperature value and the pH value of the reaction solution are respectively extracted through fully connected coding.
更具体地,在步骤S150中,基于所述反应温度特征向量和PH时序特征向量,对所述流速控制特征向量中各个位置的特征值进行校正以得到校正后流速控制特征向量。应可以理解,由于在将所述流速控制矩阵通过作为过滤器的第一卷积神经网络以得到流速控制特征向量时,所述第一卷积神经网络作为过滤器的特征提取并不能够完全保留所述第一输入向量和所述第二输入向量的时序特征,这使得所述流速控制特征向量与遵循时序分布的所述反应温度特征向量和所述PH时序特征向量之间会存在特征分布上的偏差。因此,在本申请的技术方案中,进一步基于所述反应温度特征向量和所述PH时序特征向量的时序分布对所述流速控制特征向量进行校正。也就是,考虑到所述流速控制特征向量与所述反应温度特征向量和所述PH时序特征向量之间由于特征分布的差异而存在各向异性,则体现为其向量表示驻留在高维特征空间的一个狭窄子集中。因此,通过上述校正来进行所述流速控制特征向量相对于所述反应温度特征向量和所述PH时序特征向量的对比搜索空间同向化,因此将所述流速控制特征向量转换到与所述反应温度特征向量和所述PH时序特征向量各向同性且有区分度的表示空间,增强了特征表示的分布一致性,进而提高了分类的准确性。More specifically, in step S150, based on the reaction temperature feature vector and the pH timing feature vector, the feature values of each position in the flow rate control feature vector are corrected to obtain a corrected flow rate control feature vector. It should be understood that when the flow rate control matrix is passed through the first convolutional neural network as a filter to obtain the flow rate control feature vector, the feature extraction of the first convolutional neural network as a filter cannot be completely preserved. The timing characteristics of the first input vector and the second input vector result in a feature distribution between the flow rate control feature vector and the reaction temperature feature vector and the PH timing feature vector that follow the timing distribution. deviation. Therefore, in the technical solution of the present application, the flow rate control feature vector is further corrected based on the time series distribution of the reaction temperature feature vector and the pH time series feature vector. That is, considering that there is anisotropy between the flow rate control feature vector, the reaction temperature feature vector, and the pH timing feature vector due to the difference in feature distribution, it is reflected that its vector representation resides in high-dimensional features. a narrow subset of space. Therefore, the comparison search space of the flow rate control eigenvector with respect to the reaction temperature eigenvector and the PH time series eigenvector is isotropic through the above correction, so that the flow rate control eigenvector is converted to the same direction as the reaction temperature eigenvector. The isotropic and differentiated representation space of the temperature feature vector and the PH time series feature vector enhances the distribution consistency of the feature representation, thereby improving the accuracy of classification.
更具体地,在步骤S160和步骤S170中,使用贝叶斯概率模型来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到后验特征向量,并将所述后验特征向量通过分类器以得到分类结果,所述分类结果用于表示当前时间点的液氨的第一流速值应增大或应减小且无水氟化氢的第二流速值应增大或应减小。应可以理解,考虑到使用所述校正后流速控制特征向量作为先验概率,在本申请的技术方案的目的是在新的证据,即在有反应温度值和反应液PH值发生变化时,更新先验概率得到后验概率。那么根据贝叶斯公式,后验概率为先验概率乘以事件概率除以证据概率,因此,在本申请的技术方案中,使用贝叶斯概率模型来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到后验特征向量,其中所述校正后流速控制特征向量作为先验,所述反应温度特征向量作为事件,且所述PH时序特征向量作为证据。这样,就可以将所述后验特征向量通过分类器以获得用于表示当前时间点的液氨的第一流速值应增大或应减小且无水氟化氢的第二流速值应增大或应减小的分类结果。More specifically, in steps S160 and S170, a Bayesian probability model is used to fuse the corrected flow rate control feature vector, the reaction temperature feature vector and the PH timing feature vector to obtain a posterior feature vector, and The posterior feature vector is passed through a classifier to obtain a classification result, which is used to indicate that the first flow rate value of liquid ammonia at the current time point should be increased or decreased and the second flow rate value of anhydrous hydrogen fluoride should be increase or should decrease. It should be understood that, taking into account the use of the corrected flow rate control feature vector as a priori probability, the purpose of the technical solution in this application is to update based on new evidence, that is, when there is a change in the reaction temperature value and the pH value of the reaction solution. The prior probability gives the posterior probability. Then according to the Bayesian formula, the posterior probability is the prior probability multiplied by the event probability divided by the evidence probability. Therefore, in the technical solution of this application, the Bayesian probability model is used to fuse the corrected flow rate control feature vector, The reaction temperature feature vector and the PH timing feature vector are used to obtain a posteriori feature vector, where the corrected flow rate control feature vector serves as a priori, the reaction temperature feature vector serves as an event, and the PH timing feature vector serves as evidence. In this way, the posterior feature vector can be passed through the classifier to obtain a first flow rate value indicating that the liquid ammonia at the current time point should increase or decrease and the second flow rate value of anhydrous hydrogen fluoride should increase or decrease. Classification results should be reduced.
综上,基于本申请实施例的所述氟化铵制备用的自动配料控制系统的控制方法被阐明,其通过采用人工智能控制技术,从液氨的流速值、无水氟化氢的流速值、反应温度值和反应液PH值出发, 利用深度神经网络模型来挖掘出各个数据在时序维度上的隐含特征关联信息,并利用贝叶斯来融合所述各个数据的关联特征信息以对于所述液氨与所述无水氟化氢加入反应槽中的流速进行实时动态地控制,进而提高反应的效率以及产品的质量。In summary, the control method of the automatic batching control system for the preparation of ammonium fluoride based on the embodiments of the present application has been clarified. By using artificial intelligence control technology, the flow rate value of liquid ammonia, the flow rate value of anhydrous hydrogen fluoride, and the reaction Starting from the temperature value and pH value of the reaction liquid, a deep neural network model is used to mine the implicit feature correlation information of each data in the time series dimension, and Bayesian is used to fuse the correlation feature information of each data to predict the liquid. The flow rate of ammonia and the anhydrous hydrogen fluoride added to the reaction tank is dynamically controlled in real time, thereby improving the efficiency of the reaction and the quality of the product.
示例性计算机程序产品和计算机可读存储介质Example computer program products and computer-readable storage media
除了上述方法和设备以外,本申请的实施例还可以是计算机程序产品,其包括计算机程序指令,所述计算机程序指令在被处理器运行时使得所述处理器执行本说明书上述“示例性方法”部分中描述的根据本申请各种实施例的氟化铵制备用的自动配料控制系统的控制方法中的功能中的步骤。In addition to the above-mentioned methods and devices, embodiments of the present application may also be computer program products, which include computer program instructions that, when executed by a processor, cause the processor to execute the “exemplary method” described above in this specification. The steps in the functions of the control method of the automatic batching control system for ammonium fluoride preparation according to various embodiments of the present application are described in the section.
所述计算机程序产品可以以一种或多种程序设计语言的任意组合来编写用于执行本申请实施例操作的程序代码,所述程序设计语言包括面向对象的程序设计语言,诸如Java、C++等,还包括常规的过程式程序设计语言,诸如“C”语言或类似的程序设计语言。程序代码可以完全地在用户计算设备上执行、部分地在用户设备上执行、作为一个独立的软件包执行、部分在用户计算设备上部分在远程计算设备上执行、或者完全在远程计算设备或服务器上执行。The computer program product can be used to write program codes for performing the operations of the embodiments of the present application in any combination of one or more programming languages, including object-oriented programming languages, such as Java, C++, etc. , also includes conventional procedural programming languages, such as the "C" language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server execute on.
此外,本申请的实施例还可以是计算机可读存储介质,其上存储有计算机程序指令,所述计算机程序指令在被处理器运行时使得所述处理器执行本说明书上述“示例性方法”部分中描述的氟化铵制备用的自动配料控制系统的控制方法中的步骤。In addition, embodiments of the present application may also be a computer-readable storage medium having computer program instructions stored thereon. When the computer program instructions are run by a processor, the computer program instructions cause the processor to execute the above-mentioned "example method" part of this specification. The steps in the control method of the automatic batching control system for ammonium fluoride preparation described in.
所述计算机可读存储介质可以采用一个或多个可读介质的任意组合。可读介质可以是可读信号介质或者可读存储介质。可读存储介质例如可以包括但不限于电、磁、光、电磁、红外线、或半导体的系统、系统或器件,或者任意以上的组合。可读存储介质的更具体的例子(非穷举的列表)包括:具有一个或多个导线的电连接、便携式盘、硬盘、随机存取存储器(RAM)、只读存储器(ROM)、可擦式可编程只读存储器(EPROM或闪存)、光纤、便携式紧凑盘只读存储器(CD-ROM)、光存储器件、磁存储器件、或者上述的任意合适的组合。The computer-readable storage medium may be any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. Readable storage media may include, for example, but are not limited to, electrical, magnetic, optical, electromagnetic, infrared, or semiconductor systems, systems or devices, or any combination thereof. More specific examples (non-exhaustive list) of readable storage media include: electrical connection with one or more conductors, portable disk, hard disk, random access memory (RAM), read only memory (ROM), erasable programmable read-only memory (EPROM or flash memory), optical fiber, portable compact disk read-only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
以上结合具体实施例描述了本申请的基本原理,但是,需要指出的是,在本申请中提及的优点、优势、效果等仅是示例而非限制,不能认为这些优点、优势、效果等是本申请的各个实施例必须具备的。另外,上述公开的具体细节仅是为了示例的作用和便于理解的作用,而非限制,上述细节并不限制本申请为必须采用上述具体的细节来实现。The basic principles of the present application have been described above in conjunction with specific embodiments. However, it should be pointed out that the advantages, advantages, effects, etc. mentioned in this application are only examples and not limitations. These advantages, advantages, effects, etc. cannot be considered to be Each embodiment of this application must have. In addition, the specific details disclosed above are only for the purpose of illustration and to facilitate understanding, and are not limiting. The above details do not limit the application to be implemented using the above specific details.
本申请中涉及的器件、装置、设备、系统的方框图仅作为例示性的例子并且不意图要求或暗示必须按照方框图示出的方式进行连接、布置、配置。如本领域技术人员将认识到的,可以按任意方式连接、布置、配置这些器件、装置、设备、系统。诸如“包括”、“包含”、“具有”等等的词语是开放性词汇,指“包括但不限于”,且可与其互换使用。这里所使用的词汇“或”和“和”指词汇“和/或”,且可与其互换使用,除非上下文明确指示不是如此。这里所使用的词汇“诸如”指词组“诸如但不限于”,且可与其互换使用。The block diagrams of the devices, devices, equipment, and systems involved in this application are only illustrative examples and are not intended to require or imply that they must be connected, arranged, or configured in the manner shown in the block diagrams. As those skilled in the art will recognize, these devices, devices, equipment, and systems may be connected, arranged, and configured in any manner. Words such as "includes," "includes," "having," etc. are open-ended terms that mean "including, but not limited to," and may be used interchangeably therewith. As used herein, the words "or" and "and" refer to the words "and/or" and are used interchangeably therewith unless the context clearly dictates otherwise. As used herein, the word "such as" refers to the phrase "such as, but not limited to," and may be used interchangeably therewith.
还需要指出的是,在本申请的装置、设备和方法中,各部件或各步骤是可以分解和/或重新组合的。这些分解和/或重新组合应视为本申请的等效方案。It should also be pointed out that in the device, equipment and method of the present application, each component or each step can be decomposed and/or recombined. These decompositions and/or recombinations shall be considered equivalent versions of this application.
提供所公开的方面的以上描述以使本领域的任何技术人员能够做出或者使用本申请。对这些方面的各种修改对于本领域技术人员而言是非常显而易见的,并且在此定义的一般原理可以应用于其他方面而不脱离本申请的范围。因此,本申请不意图被限制到在此示出的方面,而是按照与在此公开的原理和新颖的特征一致的最宽范围。The above description of the disclosed aspects is provided to enable any person skilled in the art to make or use the present application. Various modifications to these aspects will be readily apparent to those skilled in the art, and the general principles defined herein may be applied to other aspects without departing from the scope of the application. Thus, this application is not intended to be limited to the aspects shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
为了例示和描述的目的已经给出了以上描述。此外,此描述不意图将本申请的实施例限制到在此公开的形式。尽管以上已经讨论了多个示例方面和实施例,但是本领域技术人员将认识到其某些变型、修改、改变、添加和子组合。The foregoing description has been presented for the purposes of illustration and description. Furthermore, this description is not intended to limit the embodiments of the present application to the form disclosed herein. Although various example aspects and embodiments have been discussed above, those skilled in the art will recognize certain variations, modifications, changes, additions and sub-combinations thereof.

Claims (10)

  1. 一种氟化铵制备用的自动配料控制系统,其特征在于,包括:数据采集模块,用于获取预定时间段内多个预定时间点的液氨的第一流速值、无水氟化氢的第二流速值、反应温度值和反应液PH值;配料速度结构化关联模块,用于将所述预定时间段内多个预定时间点的液氨的第一流速值和无水氟化氢的第二流速值分别排列为第一流速向量和第二流速向量后,计算所述第一流速向量的转置向量与所述第二流速向量之间的乘积以得到流速控制矩阵;配料速度特征过滤模块,用于将所述流速控制矩阵通过作为过滤器的第一卷积神经网络以得到流速控制特征向量;时序编码模块,用于将所述预定时间段内多个预定时间点的反应温度值和反应液PH值分别通过包含一维卷积层的时序编码器以得到反应温度特征向量和PH时序特征向量;特征校正模块,用于基于所述反应温度特征向量和PH时序特征向量,对所述流速控制特征向量中各个位置的特征值进行校正以得到校正后流速控制特征向量;贝叶斯融合模块,用于使用贝叶斯概率模型来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到后验特征向量;以及配料控制结果生成模块,用于将所述后验特征向量通过分类器以得到分类结果,所述分类结果用于表示当前时间点的液氨的第一流速值应增大或应减小且无水氟化氢的第二流速值应增大或应减小。An automatic batching control system for the preparation of ammonium fluoride, characterized in that it includes: a data acquisition module, used to obtain the first flow rate value of liquid ammonia and the second flow rate value of anhydrous hydrogen fluoride at multiple predetermined time points within a predetermined time period. Flow rate value, reaction temperature value and reaction liquid PH value; batching speed structured correlation module, used to combine the first flow rate value of liquid ammonia and the second flow rate value of anhydrous hydrogen fluoride at multiple predetermined time points within the predetermined time period After being arranged into the first flow velocity vector and the second flow velocity vector respectively, calculate the product between the transpose vector of the first flow velocity vector and the second flow velocity vector to obtain the flow velocity control matrix; the batching velocity characteristic filter module is used to The flow rate control matrix is passed through the first convolutional neural network as a filter to obtain the flow rate control feature vector; a time series encoding module is used to combine the reaction temperature values and reaction liquid PH at multiple predetermined time points within the predetermined time period. The values are respectively passed through a time series encoder including a one-dimensional convolution layer to obtain a reaction temperature feature vector and a PH time series feature vector; a feature correction module is used to calculate the flow rate control feature based on the reaction temperature feature vector and PH time series feature vector. The eigenvalues of each position in the vector are corrected to obtain the corrected flow rate control eigenvector; a Bayesian fusion module is used to use a Bayesian probability model to fuse the corrected flow rate control eigenvector, the reaction temperature eigenvector and The PH time series feature vector is used to obtain a posteriori feature vector; and a batching control result generation module is used to pass the posteriori feature vector through a classifier to obtain a classification result, and the classification result is used to represent the liquid ammonia at the current time point. The first flow rate value of should be increased or should be decreased and the second flow rate value of anhydrous hydrogen fluoride should be increased or should be decreased.
  2. 根据权利要求1所述的氟化铵制备用的自动配料控制系统,其特征在于,所述配料速度特征过滤模块,进一步用于:所述第一卷积神经网络的各层在层的正向传递中对输入数据分别进行:对输入数据进行卷积处理以得到卷积特征图;对所述卷积特征图进行基于局部特征矩阵的均值池化以得到池化特征图;以及The automatic batching control system for ammonium fluoride preparation according to claim 1, characterized in that the batching speed characteristic filter module is further used to: each layer of the first convolutional neural network is in the forward direction of the layer. During the transfer, the input data are separately processed: convolution processing is performed on the input data to obtain a convolution feature map; mean pooling based on the local feature matrix is performed on the convolution feature map to obtain a pooled feature map; and
    对所述池化特征图进行非线性激活以得到激活特征图;其中,所述第一卷积神经网络的最后一层的输出为所述流速控制特征向量,所述第一卷积神经网络的第一层的输入为所述流速控制矩阵。Nonlinear activation is performed on the pooled feature map to obtain an activation feature map; wherein, the output of the last layer of the first convolutional neural network is the flow rate control feature vector, and the output of the last layer of the first convolutional neural network is the flow rate control feature vector. The input to the first layer is the flow rate control matrix.
  3. 根据权利要求2所述的氟化铵制备用的自动配料控制系统,其特征在于,所述时序编码模块,包括:温度时序编码单元,用于将所述预定时间段内多个预定时间点的反应温度值按照时间维度排列为温度输入向量;使用所述时序编码器的全连接层以如下公式对所述温度输入向量进行全连接编码以提取出所述温度输入向量中各个位置的特征值的高维隐含特征,其中,所述公式为:
    Figure PCTCN2022119586-appb-100001
    其中X是所述输入向量,Y是输出向量,W是权重矩阵,B是偏置向量,
    Figure PCTCN2022119586-appb-100002
    表示矩阵乘;以及,使用所述时序编码器的一维卷积层以如下公式对所述温度输入向量进行一维卷积编码以提取出所述温度输入向量中各个位置的特征值间的高维隐含关联特征,其中,所述公式为:
    The automatic batching control system for ammonium fluoride preparation according to claim 2, characterized in that the time sequence encoding module includes: a temperature time sequence encoding unit for converting the temperature at multiple predetermined time points within the predetermined time period. The reaction temperature values are arranged into temperature input vectors according to the time dimension; use the fully connected layer of the temporal encoder to fully connect the temperature input vector with the following formula to extract the characteristic values of each position in the temperature input vector. High-dimensional latent features, where the formula is:
    Figure PCTCN2022119586-appb-100001
    where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector,
    Figure PCTCN2022119586-appb-100002
    represents a matrix multiplication; and, using the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the temperature input vector with the following formula to extract the high-dimensional hidden between the eigenvalues of each position in the temperature input vector Contains associated features, where the formula is:
    Figure PCTCN2022119586-appb-100003
    Figure PCTCN2022119586-appb-100003
    其中,a为卷积核在x方向上的宽度、F为卷积核参数向量、G为与卷积核函数运算的局部向量矩阵,w为卷积核的尺寸,X表示所述输入向量;PH时序编码单元,用于将所述预定时间段内多个预定时间点的反应液PH值按照时间维度排列为PH值输入向量;使用所述时序编码器的全连接层以如下公式对所述PH值输入向量进行全连接编码以提取出所述PH值输入向量中各个位置的特征值的高维隐含特征,其中,所述公式为:
    Figure PCTCN2022119586-appb-100004
    其中X是所述输入向量,Y是输出向量,W是权重矩阵,B是偏置向量,
    Figure PCTCN2022119586-appb-100005
    表示矩阵乘;以及使用所述时序编码器的一维卷积层以如下公式对所述PH值输入向量进行一维卷积编码以提取出所述PH值输入向量中各个位置的特征值间的高维隐含关联特征,其中,所述公式为:
    Among them, a is the width of the convolution kernel in the x direction, F is the convolution kernel parameter vector, G is the local vector matrix that operates with the convolution kernel function, w is the size of the convolution kernel, and X represents the input vector; PH timing encoding unit, used to arrange the PH values of the reaction solution at multiple predetermined time points within the predetermined time period into a PH value input vector according to the time dimension; use the fully connected layer of the timing encoder to calculate the The PH value input vector is fully connected and encoded to extract the high-dimensional hidden features of the eigenvalues at each position in the PH value input vector, where the formula is:
    Figure PCTCN2022119586-appb-100004
    where X is the input vector, Y is the output vector, W is the weight matrix, and B is the bias vector,
    Figure PCTCN2022119586-appb-100005
    represents matrix multiplication; and uses the one-dimensional convolution layer of the temporal encoder to perform one-dimensional convolution encoding on the PH value input vector with the following formula to extract the relationship between the feature values of each position in the PH value input vector High-dimensional implicit correlation features, where the formula is:
    Figure PCTCN2022119586-appb-100006
    Figure PCTCN2022119586-appb-100006
    其中,a为卷积核在x方向上的宽度、F为卷积核参数向量、G为与卷积核函数运算的局部向量矩阵,w为卷积核的尺寸,X表示所述输入向量。Among them, a is the width of the convolution kernel in the x direction, F is the convolution kernel parameter vector, G is the local vector matrix that operates with the convolution kernel function, w is the size of the convolution kernel, and X represents the input vector.
  4. 根据权利要求3所述的氟化铵制备用的自动配料控制系统,其特征在于,所述特征校正模块,进一步用于基于预定超参数与所述流速控制特征向量中各个位置的特征值与所述反应温度特征向量中各个位置的特征值之间的第一距离之间的差值与所述第一距离之间的较大者,以及,所述预定超参数与所述流速控制特征向量中各个位置的特征值与所述PH时序特征向量中各个位置的特征值之间的第二距离之间的差值与所述第二距离之间的较大者之间的加和值,对所述流速控制特征向量中各个位置的特征值进行校正以得到所述校正后流速控制特征向量。The automatic batching control system for the preparation of ammonium fluoride according to claim 3, characterized in that the feature correction module is further used to control the eigenvalues of each position in the eigenvector based on predetermined hyperparameters and the flow rate. The greater of the difference between the first distance between the characteristic values of each position in the reaction temperature feature vector and the first distance, and the predetermined hyperparameter and the flow rate control feature vector, whichever is greater The sum value between the larger of the difference between the feature value of each position and the second distance between the feature value of each position in the PH time series feature vector and the second distance, for all The characteristic values of each position in the flow velocity control characteristic vector are corrected to obtain the corrected flow velocity control characteristic vector.
  5. 根据权利要求4所述的氟化铵制备用的自动配料控制系统,其特征在于,所述特征校正模块,进一步用于:基于所述反应温度特征向量和PH时序特征向量,以如下公式对所述流速控制特征向量中各个位置的特征值进行校正以得到所述校正后流速控制特征向量;其中,所述公式为:
    Figure PCTCN2022119586-appb-100007
    Figure PCTCN2022119586-appb-100008
    The automatic batching control system for ammonium fluoride preparation according to claim 4, characterized in that the characteristic correction module is further used to: based on the reaction temperature characteristic vector and the pH timing characteristic vector, use the following formula to calculate the The characteristic values of each position in the flow velocity control characteristic vector are corrected to obtain the corrected flow velocity control characteristic vector; wherein, the formula is:
    Figure PCTCN2022119586-appb-100007
    Figure PCTCN2022119586-appb-100008
    其中f 1,f 2和f 3分别是所述反应温度特征向量、所述PH时序特征向量和所述流速控制特征向量 的相应位置的归一化到[0,1]区间内的特征值,d(f 3,f 1)表示所述流速控制特征向量中各个位置的特征值与所述反应温度特征向量中各个位置的特征值之间的所述第一距离,d(f 3,f 2)表示所述流速控制特征向量中各个位置的特征值与所述PH时序特征向量中各个位置的特征值之间的所述第二距离,ρ是所述预定超参数。 Where f 1 , f 2 and f 3 are respectively the eigenvalues of the corresponding positions of the reaction temperature eigenvector, the PH timing eigenvector and the flow rate control eigenvector normalized to the [0,1] interval, d(f 3 , f 1 ) represents the first distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the reaction temperature eigenvector, d(f 3 , f 2 ) represents the second distance between the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the PH timing feature vector, and ρ is the predetermined hyperparameter.
  6. 根据权利要求5所述的氟化铵制备用的自动配料控制系统,其特征在于,所述贝叶斯融合模块,进一步用于:使用贝叶斯概率模型以如下公式来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到所述后验特征向量;其中,所述公式为:The automatic batching control system for ammonium fluoride preparation according to claim 5, characterized in that the Bayesian fusion module is further used to: use a Bayesian probability model to fuse the corrected flow rate with the following formula Control the eigenvector, the reaction temperature eigenvector and the PH timing eigenvector to obtain the posterior eigenvector; wherein, the formula is:
    qi=pi*ai/biqi=pi*ai/bi
    其中,pi是所述校正后流速控制特征向量中的各个位置的特征值,ai和bi分别是所述反应温度特征向量和所述PH时序特征向量中的各个位置的特征值,而qi是所述后验特征向量中的各个位置的特征值。Wherein, pi is the characteristic value of each position in the corrected flow rate control characteristic vector, ai and bi are the characteristic values of each position in the reaction temperature characteristic vector and the pH timing characteristic vector respectively, and qi is the characteristic value of each position in the corrected flow rate control characteristic vector. The eigenvalues of each position in the posterior eigenvector.
  7. 根据权利要求6所述的氟化铵制备用的自动配料控制系统,其特征在于,所述配料控制结果生成模块,进一步用于使用所述分类器以如下公式对所述后验特征向量进行处理以获得所述分类结果,其中,所述公式为:softmax{W n,B n):…:(W 1,B 1)|X},其中,W 1到W n为权重矩阵,B 1到B n为偏置向量,X为所述后验特征向量。 The automatic batching control system for ammonium fluoride preparation according to claim 6, characterized in that the batching control result generation module is further used to use the classifier to process the posterior feature vector with the following formula To obtain the classification result, the formula is: softmax{W n ,B n ):...:(W 1 ,B 1 )|X}, where W 1 to W n are weight matrices, and B 1 to B n is the bias vector, and X is the posterior feature vector.
  8. 一种氟化铵制备用的自动配料控制系统的控制方法,其特征在于,包括:A control method for an automatic batching control system for ammonium fluoride preparation, which is characterized by including:
    获取预定时间段内多个预定时间点的液氨的第一流速值、无水氟化氢的第二流速值、反应温度值和反应液PH值;将所述预定时间段内多个预定时间点的液氨的第一流速值和无水氟化氢的第二流速值分别排列为第一流速向量和第二流速向量后,计算所述第一流速向量的转置向量与所述第二流速向量之间的乘积以得到流速控制矩阵;将所述流速控制矩阵通过作为过滤器的第一卷积神经网络以得到流速控制特征向量;将所述预定时间段内多个预定时间点的反应温度值和反应液PH值分别通过包含一维卷积层的时序编码器以得到反应温度特征向量和PH时序特征向量;基于所述反应温度特征向量和PH时序特征向量,对所述流速控制特征向量中各个位置的特征值进行校正以得到校正后流速控制特征向量;使用贝叶斯概率模型来融合所述校正后流速控制特征向量、所述反应温度特征向量和所述PH时序特征向量以得到后验特征向量;以及Obtain the first flow rate value of liquid ammonia, the second flow rate value of anhydrous hydrogen fluoride, the reaction temperature value and the pH value of the reaction liquid at multiple predetermined time points within the predetermined time period; After the first flow rate value of liquid ammonia and the second flow rate value of anhydrous hydrogen fluoride are arranged into the first flow rate vector and the second flow rate vector respectively, calculate the relationship between the transpose vector of the first flow rate vector and the second flow rate vector. The product of The liquid PH value passes through a time series encoder containing a one-dimensional convolution layer to obtain a reaction temperature feature vector and a PH time series feature vector; based on the reaction temperature feature vector and PH time series feature vector, each position in the flow rate control feature vector is The eigenvalues are corrected to obtain the corrected flow rate control eigenvector; a Bayesian probability model is used to fuse the corrected flow rate control eigenvector, the reaction temperature eigenvector and the PH timing eigenvector to obtain a posteriori feature vector ;as well as
    将所述后验特征向量通过分类器以得到分类结果,所述分类结果用于表示当前时间点的液氨的第一流速值应增大或应减小且无水氟化氢的第二流速值应增大或应减小。The posterior feature vector is passed through a classifier to obtain a classification result, which is used to indicate that the first flow rate value of liquid ammonia at the current time point should be increased or decreased and the second flow rate value of anhydrous hydrogen fluoride should be increase or should decrease.
  9. 根据权利要求8所述的氟化铵制备用的自动配料控制系统的控制方法,其特征在于,所述将所述流速控制矩阵通过作为过滤器的第一卷积神经网络以得到流速控制特征向量,包括:所述第一卷积神经网络的各层在层的正向传递中对输入数据分别进行:对输入数据进行卷积处理以得到卷积特征图;对所述卷积特征图进行基于局部特征矩阵的均值池化以得到池化特征图;以及对所述池化特征图进行非线性激活以得到激活特征图;其中,所述第一卷积神经网络的最后一层的输出为所述流速控制特征向量,所述第一卷积神经网络的第一层的输入为所述流速控制矩阵。The control method of the automatic batching control system for ammonium fluoride preparation according to claim 8, characterized in that the flow rate control matrix is passed through the first convolutional neural network as a filter to obtain the flow rate control feature vector. , including: each layer of the first convolutional neural network separately performs convolution processing on the input data in the forward transfer of the layer to obtain a convolution feature map; performs a convolution-based feature map on the convolution feature map. Mean pooling of the local feature matrix to obtain a pooled feature map; and nonlinear activation of the pooled feature map to obtain an activation feature map; wherein the output of the last layer of the first convolutional neural network is The flow rate control feature vector is the flow rate control matrix, and the input of the first layer of the first convolutional neural network is the flow rate control matrix.
  10. 根据权利要求9所述的氟化铵制备用的自动配料控制系统的控制方法,其特征在于,所述基于所述反应温度特征向量和PH时序特征向量,对所述流速控制特征向量中各个位置的特征值进行校正以得到校正后流速控制特征向量,包括:基于预定超参数与所述流速控制特征向量中各个位置的特征值与所述反应温度特征向量中各个位置的特征值之间的第一距离之间的差值与所述第一距离之间的较大者,以及,所述预定超参数与所述流速控制特征向量中各个位置的特征值与所述PH时序特征向量中各个位置的特征值之间的第二距离之间的差值与所述第二距离之间的较大者之间的加和值,对所述流速控制特征向量中各个位置的特征值进行校正以得到所述校正后流速控制特征向量。The control method of the automatic batching control system for ammonium fluoride preparation according to claim 9, characterized in that, based on the reaction temperature feature vector and the pH timing feature vector, each position in the flow rate control feature vector is Correcting the eigenvalues to obtain the corrected flow rate control eigenvector, including: based on the first difference between the predetermined hyperparameter and the eigenvalues of each position in the flow rate control eigenvector and the eigenvalues of each position in the reaction temperature eigenvector. The larger of the difference between a distance and the first distance, and the characteristic value of each position in the predetermined hyperparameter and the flow rate control feature vector and each position in the PH timing feature vector The sum value between the difference between the second distance between the characteristic values and the larger of the second distances, the characteristic values of each position in the flow control characteristic vector are corrected to obtain The corrected flow rate control feature vector.
PCT/CN2022/119586 2022-08-05 2022-09-19 Automatic batching control system for ammonium fluoride preparation and control method thereof WO2024026993A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210939857.4 2022-08-05
CN202210939857.4A CN115309215B (en) 2022-08-05 2022-08-05 Automatic batching control system for preparing ammonium fluoride and control method thereof

Publications (1)

Publication Number Publication Date
WO2024026993A1 true WO2024026993A1 (en) 2024-02-08

Family

ID=83860411

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/119586 WO2024026993A1 (en) 2022-08-05 2022-09-19 Automatic batching control system for ammonium fluoride preparation and control method thereof

Country Status (2)

Country Link
CN (1) CN115309215B (en)
WO (1) WO2024026993A1 (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115688592B (en) * 2022-11-09 2023-05-09 福建德尔科技股份有限公司 Rectification control system and method for preparing electronic-grade carbon tetrafluoride
CN115903705B (en) * 2022-11-30 2023-07-14 福建省杭氟电子材料有限公司 Production management control system for electronic grade hexafluorobutadiene preparation
CN115936682B (en) * 2022-12-21 2023-11-07 江西有源工业废物回收处理有限公司 Waste recovery system and method for printed circuit board
CN115841644B (en) * 2022-12-29 2023-12-22 吕梁市经开区信息化投资建设有限公司 Control system and method for urban infrastructure engineering equipment based on Internet of Things
CN116825215B (en) * 2023-02-28 2024-04-16 福建省龙德新能源有限公司 Fluid circulation reaction control system and method for lithium hexafluorophosphate preparation
CN116859830B (en) * 2023-03-27 2024-01-26 福建天甫电子材料有限公司 Production management control system for electronic grade ammonium fluoride production
CN116047987B (en) * 2023-03-31 2023-06-16 福建天甫电子材料有限公司 Intelligent control system for producing electronic-grade buffer oxide etching solution
CN116562760B (en) * 2023-05-09 2024-04-26 杭州君方科技有限公司 Textile chemical fiber supply chain supervision method and system thereof
CN116404212B (en) * 2023-05-22 2024-02-27 中国电建集团江西省电力建设有限公司 Capacity equalization control method and system for zinc-iron flow battery system
CN117018858A (en) * 2023-08-11 2023-11-10 滁州锡安环保科技有限责任公司 Industrial waste gas purifying apparatus and control method thereof

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1955115A (en) * 2005-10-27 2007-05-02 上海三爱思试剂有限公司 Synthetic method of special ammonium fluoride for electronic industry
CN102557076A (en) * 2010-12-08 2012-07-11 上海华谊微电子材料有限公司 Method for producing electronic-grade ammonium fluoride water solution
US20150314246A1 (en) * 2012-07-18 2015-11-05 Labminds Ltd. Automated solution dispenser
US20160296902A1 (en) * 2016-06-17 2016-10-13 Air Liquide Electronics U.S. Lp Deterministic feedback blender
CN206188624U (en) * 2016-11-24 2017-05-24 宜昌南玻光电玻璃有限公司 Ultra -thin glass cooperation material temperature control system
CN109999527A (en) * 2019-04-25 2019-07-12 青岛杰瑞工控技术有限公司 A kind of multi-fluid intelligence ingredient control method
CN114815930A (en) * 2022-06-30 2022-07-29 烟台黄金职业学院 Temperature control system of calcinator and temperature control method thereof

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB1400862A (en) * 1972-08-24 1975-07-16 Fitzwilton Ltd Production of hydrogen fluoride
US6350425B2 (en) * 1994-01-07 2002-02-26 Air Liquide America Corporation On-site generation of ultra-high-purity buffered-HF and ammonium fluoride
US20060280027A1 (en) * 2005-06-10 2006-12-14 Battelle Memorial Institute Method and apparatus for mixing fluids
CN105334884A (en) * 2015-11-20 2016-02-17 福建龙氟化工有限公司 Auto-controlling device of cooling water PH value of hydrogen fluoride equipment
CN106348314A (en) * 2016-09-12 2017-01-25 承德莹科精细化工股份有限公司 Numerical-control production method and production line for wet production of ammonium bifluoride
CN108910916B (en) * 2018-08-20 2022-02-15 福建永晶科技股份有限公司 Preparation method and preparation system of ammonium bifluoride
CN209367816U (en) * 2018-12-25 2019-09-10 福建龙氟化工有限公司 It is a kind of can consecutive production ammonium acid fluoride equipment

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1955115A (en) * 2005-10-27 2007-05-02 上海三爱思试剂有限公司 Synthetic method of special ammonium fluoride for electronic industry
CN102557076A (en) * 2010-12-08 2012-07-11 上海华谊微电子材料有限公司 Method for producing electronic-grade ammonium fluoride water solution
US20150314246A1 (en) * 2012-07-18 2015-11-05 Labminds Ltd. Automated solution dispenser
US20160296902A1 (en) * 2016-06-17 2016-10-13 Air Liquide Electronics U.S. Lp Deterministic feedback blender
CN206188624U (en) * 2016-11-24 2017-05-24 宜昌南玻光电玻璃有限公司 Ultra -thin glass cooperation material temperature control system
CN109999527A (en) * 2019-04-25 2019-07-12 青岛杰瑞工控技术有限公司 A kind of multi-fluid intelligence ingredient control method
CN114815930A (en) * 2022-06-30 2022-07-29 烟台黄金职业学院 Temperature control system of calcinator and temperature control method thereof

Also Published As

Publication number Publication date
CN115309215A (en) 2022-11-08
CN115309215B (en) 2023-03-07

Similar Documents

Publication Publication Date Title
WO2024026993A1 (en) Automatic batching control system for ammonium fluoride preparation and control method thereof
WO2024045247A1 (en) Production management and control system for ammonium fluoride production and control method therefor
CN115079572B (en) Energy management control system for preparing lithium hexafluorophosphate and control method thereof
Gu et al. Spherical space domain adaptation with robust pseudo-label loss
Geng et al. Novel transformer based on gated convolutional neural network for dynamic soft sensor modeling of industrial processes
WO2024021258A1 (en) Control system for intelligent production line of electronic-grade potassium hydroxide, and control method thereof
WO2024000798A1 (en) Production management control system for electronic-grade hydrofluoric acid preparation and control method thereof
WO2024021259A1 (en) Automatic batching system for buffered oxide etch production and batching method thereof
Wang et al. Efficient, multiple-range random walk algorithm to calculate the density of states
WO2022170840A1 (en) Late fusion multi-view clustering machine learning method and system based on bipartite graph
WO2022142855A1 (en) Loop closure detection method and apparatus, terminal device, and readable storage medium
WO2024000828A1 (en) Automatic batching system for production of photoresist stripping liquid, and batching method therefor
CN116859830B (en) Production management control system for electronic grade ammonium fluoride production
WO2023206724A1 (en) Rectification control system and control method for preparation of electronic-grade difluoromethane
CN111914887B (en) Novel multi-mode chemical process abnormal state detection method
CN116185099A (en) Automatic temperature control system for electronic grade hydrogen peroxide preparation
CN115221281A (en) Intellectual property retrieval system and retrieval method thereof
CN115903705A (en) Production management control system for preparing electronic grade hexafluobutadiene
CN115231525A (en) Intelligent separation and purification system for electronic-grade chlorine trifluoride
WO2023226227A1 (en) Automatic batching system for preparing electronic-grade hydrofluoric acid and batching method therefor
CN112906899A (en) Minimum mean square error detection method based on quantum computation
Wang et al. Thermodynamic modeling of HNO3‐H2SO4‐H2O ternary system with symmetric electrolyte NRTL model
WO2023065696A1 (en) Nearest neighbor search method and apparatus, terminal, and storage medium
Itahara et al. Optimal design of multiple-effect evaporators by dynamic programming
CN116825215B (en) Fluid circulation reaction control system and method for lithium hexafluorophosphate preparation

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: 22953786

Country of ref document: EP

Kind code of ref document: A1