WO2023013436A1 - 予測方法、予測プログラム、予測装置、学習方法、学習プログラム及び学習装置 - Google Patents

予測方法、予測プログラム、予測装置、学習方法、学習プログラム及び学習装置 Download PDF

Info

Publication number
WO2023013436A1
WO2023013436A1 PCT/JP2022/028438 JP2022028438W WO2023013436A1 WO 2023013436 A1 WO2023013436 A1 WO 2023013436A1 JP 2022028438 W JP2022028438 W JP 2022028438W WO 2023013436 A1 WO2023013436 A1 WO 2023013436A1
Authority
WO
WIPO (PCT)
Prior art keywords
etching rate
prediction
model
etching
film
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/JP2022/028438
Other languages
English (en)
French (fr)
Japanese (ja)
Inventor
倫太郎 樋口
光則 中森
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tokyo Electron Ltd
Original Assignee
Tokyo Electron Ltd
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 Tokyo Electron Ltd filed Critical Tokyo Electron Ltd
Priority to JP2023540254A priority Critical patent/JPWO2023013436A1/ja
Publication of WO2023013436A1 publication Critical patent/WO2023013436A1/ja
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/04Manufacturing
    • HELECTRICITY
    • H10SEMICONDUCTOR DEVICES; ELECTRIC SOLID-STATE DEVICES NOT OTHERWISE PROVIDED FOR
    • H10PGENERIC PROCESSES OR APPARATUS FOR THE MANUFACTURE OR TREATMENT OF DEVICES COVERED BY CLASS H10
    • H10P50/00Etching of wafers, substrates or parts of devices
    • HELECTRICITY
    • H10SEMICONDUCTOR DEVICES; ELECTRIC SOLID-STATE DEVICES NOT OTHERWISE PROVIDED FOR
    • H10PGENERIC PROCESSES OR APPARATUS FOR THE MANUFACTURE OR TREATMENT OF DEVICES COVERED BY CLASS H10
    • H10P95/00Generic processes or apparatus for manufacture or treatments not covered by the other groups of this subclass

Definitions

  • the present disclosure relates to a prediction method, a prediction program, a prediction device, a learning method, a learning program, and a learning device.
  • chemical liquid screening is performed to understand the etching characteristics of unknown film types. According to chemical liquid screening, it is possible to grasp which chemical liquid is used and under what conditions to perform etching appropriately.
  • the present disclosure provides a prediction method, a prediction program, a prediction device, a learning method, a learning program, and a learning device that can efficiently predict etching conditions.
  • a prediction method is a prediction method executed by a computer, and uses a model that outputs an etching rate based on feature amounts related to a film and a chemical solution in etching a substrate to estimate an etching rate for input conditions. and a providing step of providing the etch rate predicted by the predicting step.
  • etching conditions can be predicted efficiently.
  • FIG. 1 is a diagram explaining a model.
  • FIG. 2 is a block diagram showing a configuration example of the learning device according to the embodiment.
  • FIG. 3 is a flowchart showing the flow of learning processing for the first model.
  • FIG. 4 is a flowchart showing the flow of learning processing for the second model.
  • FIG. 5 is a block diagram illustrating a configuration example of a prediction device according to the embodiment;
  • FIG. 6 is a flowchart showing the flow of prediction processing using the first model.
  • FIG. 7 is a flowchart showing the flow of prediction processing using the second model.
  • FIG. 8 is a flowchart showing the flow of search processing.
  • FIG. 9 is a diagram showing an example of experimental data.
  • FIG. 10 is a diagram showing an example of experimental data.
  • FIG. 11 is a diagram illustrating a method of calculating activation energy.
  • FIG. 12 is a diagram illustrating an example of a computer that executes programs.
  • the etching rate varies depending on the film and chemical conditions. Conversely, in order to perform etching at a desired etching rate, it is necessary to set conditions suitable for the etching rate.
  • the learning device of the embodiment generates a model representing the relationship between various conditions and the etching rate using a machine learning technique. Furthermore, the prediction device of the embodiment uses the generated model to predict the etching rate or various conditions other than the etching rate.
  • FIG. 1 is a diagram explaining a model.
  • an experimental data DB 121 is created by accumulating the results of etching experiments.
  • the experimental data DB 121 includes film types, deposition conditions, chemical liquid types, processing conditions, and etching rates (ER).
  • the first model is generated by learning the experimental data DB 121.
  • X is a condition group included in the experimental data DB 121 and is a feature amount of the first model.
  • an experimental data DB 121a is obtained.
  • the second model is generated by learning the experimental data DB 121a.
  • the model may be a linear or nonlinear regression model.
  • the first model is a regression model with X as an explanatory variable and ER as an objective variable.
  • the second model is a regression model with Y and Z as explanatory variables and ER as an objective variable.
  • explanatory variables may be referred to as feature quantities.
  • X, Y and Z may be vectors.
  • each of the film types, deposition conditions, chemical liquid types, processing conditions, material physical properties, and chemical liquid physical properties shown in FIG. 1 may include a plurality of feature quantities.
  • processing conditions may include temperature and processing time.
  • each feature amount may be a qualitative variable or a quantitative variable.
  • film type, chemical liquid type, etc. may be qualitative variables.
  • the film formation conditions and processing conditions may include quantitative variables such as temperature and concentration.
  • the material physical properties and chemical liquid physical properties may include quantitative variables.
  • the learning device generates the model.
  • the prediction device performs prediction processing using the model generated by the learning device.
  • the learning device and the prediction device may be realized by the same device.
  • FIG. 2 is a block diagram showing a configuration example of the learning device according to the embodiment.
  • the learning device 10 has an I/F (interface) section 11, a storage section 12 and a control section 13.
  • the I/F unit 11 is an interface for exchanging data between other devices.
  • the I/F unit 11 is a NIC (Network Interface Card).
  • the I/F section 11 may be connected to input/output devices such as a mouse, keyboard, display, and speaker.
  • the storage unit 12 is implemented by, for example, a RAM (Random Access Memory), a semiconductor memory device such as flash memory, or a storage device such as a hard disk or optical disk.
  • a RAM Random Access Memory
  • semiconductor memory device such as flash memory
  • storage device such as a hard disk or optical disk.
  • the storage unit 12 stores an experimental data DB 121, material information 122, chemical solution information 123, and model information 124.
  • the experimental data DB 121 is a database created by accumulating the results of etching experiments, as explained in FIG.
  • the material information 122 is information that associates the film type with the material properties of the film.
  • Material physical properties include, for example, atomic composition, crystallinity, binding energy, and the like.
  • the crystallinity is, for example, a value indicating whether the film is crystalline or amorphous.
  • the crystallinity may also be an index related to the crystal structure of the film, such as plane orientation and defect density.
  • the chemical liquid information 123 is information that associates chemical liquid types and chemical liquid physical properties.
  • Chemical properties include, for example, ORP (Oxidation-Reduction Potential), pH, dielectric constant, and the like.
  • the physical properties of the material information 122 and the chemical information 123 may be measured values or information obtained from literature or the like.
  • the model information 124 is information for constructing a model.
  • the model information 124 is generated and updated by learning processing executed by the learning device 10 .
  • model information 124 is assumed to be parameters such as coefficients of the first model and the second model shown in FIG.
  • the control unit 13 can execute programs stored in an internal storage device using the RAM as a work area, for example, by a CPU (Central Processing Unit), MPU (Micro Processing Unit), GPU (Graphics Processing Unit), etc. It is realized by a CPU (Central Processing Unit), MPU (Micro Processing Unit), GPU (Graphics Processing Unit), etc. It is realized by a CPU (Central Processing Unit), MPU (Micro Processing Unit), GPU (Graphics Processing Unit), etc. It is realized by a CPU (Central Processing Unit), MPU (Micro Processing Unit), GPU (Graphics Processing Unit), etc. It is realized by a CPU (Central Processing Unit), MPU (Micro Processing Unit), GPU (Graphics Processing Unit), etc. It is realized by a CPU (Central Processing Unit), MPU (Micro Processing Unit), GPU (Graphics Processing Unit), etc. It is realized by a CPU (Central Processing Unit), MPU (Micro Processing Unit), GPU (Graphics Processing Unit), etc. It is realized by a CPU (Central Processing Unit), MPU (
  • control unit 13 may be realized by an integrated circuit such as ASIC (Application Specific Integrated Circuit) and FPGA (Field Programmable Gate Array).
  • ASIC Application Specific Integrated Circuit
  • FPGA Field Programmable Gate Array
  • the control unit 13 has an acquisition unit 131, a prediction unit 132, and an update unit 133. Note that the internal configuration of the control unit 13 is not limited to the configuration described here, and may be another configuration as long as it performs the information processing described later.
  • the acquisition unit 131 acquires a value indicating the physical properties of the film and a value indicating the physical properties of the chemical solution based on the type of film and the type of chemical solution included in the input conditions.
  • the acquisition unit 131 acquires the material properties corresponding to the film type in the experimental data DB 121 from the material information 122 . Further, the acquisition unit 131 acquires the chemical solution physical properties corresponding to the chemical solution type in the experimental data DB 121 from the chemical solution information 123 .
  • the material properties are an example of values that indicate the physical properties of the film.
  • the physical properties of the chemical solution are examples of values indicating the physical properties of the chemical solution.
  • the acquisition unit 131 can obtain the experimental data DB 121a by adding the physical properties of the material and the physical properties of the chemical solution to the experimental data DB 121. As described with reference to FIG. 1, the experimental data DB 121a is used for learning the second model.
  • the prediction unit 132 predicts the etching rate for the input conditions by using a model that outputs the etching rate based on the feature values related to the film and the chemical solution in the etching of the substrate.
  • the first model and the second model are examples of models that output the etching rate based on the feature values related to the film and the chemical liquid in the etching of the substrate.
  • the update unit 133 updates the parameters of the model so that the difference between the ER predicted by the prediction unit 132 and the correct ER is reduced. For example, the updating unit 133 updates the coefficients of the regression model using the method of least squares. The updating unit 133 updates the model information 124 .
  • the prediction unit 132 inputs the film type, film formation conditions, chemical liquid type, and processing conditions of the experimental data DB 121 into the first model, and outputs ER. Then, the updating unit 133 updates the parameters of the first model so that the difference between the ER output by the first model and the ER of the experimental data DB 121 becomes smaller.
  • the learning device 10 can obtain a regression model such as formula (1) as the first model.
  • x n (n is a positive integer) is a feature amount.
  • the coefficient of xn is a parameter obtained by learning processing and included in the model information 124 .
  • x 1 , x 2 , and x 3 are feature quantities corresponding to film type, film formation conditions, and chemical solution temperature (one of processing conditions), respectively.
  • the prediction unit 132 inputs the physical properties of the material and the physical properties of the liquid medicine of the experimental data DB 121a into the second model, and outputs the ER. Then, the update unit 133 updates the parameters of the second model so that the difference between the ER output by the second model and the ER of the experimental data DB 121a is reduced.
  • the learning device 10 can obtain a regression model such as Equation (2) as the second model.
  • y n and z n (n is a positive integer) in equation (2) are feature quantities.
  • the coefficients of y n and z n in equation (2) are parameters obtained by learning processing and included in the model information 124 .
  • y 1 and y 2 are feature quantities corresponding to material properties.
  • z 1 and z 2 in the formula (2) are feature quantities corresponding to chemical liquid physical properties.
  • the learning device 10 may generate a nonlinear regression model. Further, the learning device 10 may further update the model information 124 when the experimental data DB 121 is changed.
  • FIG. 3 is a flowchart showing the flow of learning processing for the first model.
  • FIG. 4 is a flowchart showing the flow of learning processing for the second model.
  • the learning device 10 first inputs the feature amount obtained from the experimental data into the first model to predict the etching rate (step S101).
  • the learning device 10 updates the parameters of the first model so that the predicted etching rate approaches the correct etching rate (step S102).
  • the learning device 10 first acquires material properties corresponding to the type of film and chemical liquid properties corresponding to the type of chemical liquid (step S111).
  • the learning device 10 inputs the feature quantity including the physical properties of the material and the physical properties of the chemical solution into the second model to predict the etching rate (step S112).
  • the learning device 10 updates the parameters of the second model so that the predicted etching rate approaches the correct etching rate (step S113).
  • FIG. 5 is a block diagram illustrating a configuration example of a prediction device according to the embodiment.
  • the prediction device 20 has an I/F section 21, a storage section 22 and a control section 23.
  • the I/F unit 21 is an interface for exchanging data between other devices.
  • the I/F unit 21 is a NIC.
  • the I/F section 21 may be connected to input/output devices such as a mouse, keyboard, display, and speaker.
  • the storage unit 22 is realized by, for example, a semiconductor memory device such as a RAM, a flash memory, or a storage device such as a hard disk or an optical disk.
  • the storage unit 22 stores an experimental data DB 121, material information 221, chemical solution information 222, and model information 223.
  • the material information 221 and the chemical information 222 are the same information as the material information 122 and the chemical information 123 of the learning device 10, respectively.
  • the model information 223 is information for constructing a learned model.
  • the model information 223 is information similar to the model information 124 of the learning device 10 . However, it is assumed that the model information 223 has been updated (or generated) by the learning device 10 .
  • model information 223 is assumed to be parameters such as coefficients of the first model and the second model shown in FIG.
  • the control unit 23 is realized, for example, by executing a program stored in an internal storage device using a RAM as a work area by a CPU, MPU, GPU, or the like.
  • control unit 23 may be realized by an integrated circuit such as ASIC and FPGA, for example.
  • the control unit 23 has an acquisition unit 231 , a prediction unit 232 , a search unit 233 and a provision unit 234 . Note that the internal configuration of the control unit 23 is not limited to the configuration described here, and may be another configuration as long as it performs the information processing described later.
  • the acquisition unit 231 acquires a value indicating the physical properties of the film and a value indicating the physical properties of the chemical solution based on the type of film and the type of chemical solution included in the input conditions.
  • the prediction device 20 accepts input of some feature amounts as input conditions. Also, the prediction device 20 may receive input of information for specifying a part of the feature amount.
  • the acquisition unit 231 acquires material properties corresponding to the film type from the material information 221. Further, for example, when a chemical liquid type is input to the prediction device 20 , the acquisition unit 231 acquires chemical liquid properties corresponding to the chemical liquid type from the chemical liquid information 222 .
  • the prediction unit 232 predicts the etching rate for the input conditions by using a model that outputs the etching rate based on the feature values related to the film and the chemical solution in the etching of the substrate.
  • the prediction unit 232 predicts the etching rate using a first model that outputs the etching rate based on feature amounts including film type, film deposition conditions, chemical liquid type, and etching processing conditions.
  • the prediction unit 232 predicts the etching rate using a second model that outputs the etching rate based on the feature amount including the values indicating the physical properties of the material and the physical properties of the chemical solution.
  • the search unit 233 searches for feature amounts related to the film and the chemical based on the designated etching rate. Thereby, the prediction device 20 can predict not only the etching rate but also other feature quantities.
  • the search unit 233 uses the first model to search for at least one of the film type, film formation conditions, chemical liquid type, and processing conditions from the etching rate, and outputs the search results as recommended conditions.
  • the searching unit 233 searches for at least one of material properties and chemical liquid properties from the etching rate using the second model, and outputs the search results as recommended conditions.
  • the search unit 233 searches for the chemical liquid type or the chemical liquid physical properties from the etching rate and film-related conditions (film type, film formation conditions, material physical properties, etc.) using the second model, and the search result is used as a valid method. Output as a drug solution candidate.
  • the provision unit 234 provides the etching rate predicted by the prediction unit 232. Also, the providing unit 234 provides the feature amount (search result) searched by the searching unit 233 .
  • the provision unit 234 outputs the prediction result and the search result in a predetermined data format such as text, voice, and image via the I/F unit 21.
  • the providing unit 234 may transmit the etching rate or the search result to the external device via the network connected to the I/F unit 21. Further, for example, the providing unit 234 may cause the display unit connected to the I/F unit 21 to display the etching rate or the search result.
  • FIG. 6 is a flowchart showing the flow of prediction processing using the first model.
  • FIG. 7 is a flowchart showing the flow of prediction processing using the second model.
  • FIG. 8 is a flowchart showing the flow of search processing.
  • the prediction device 20 inputs the feature amount obtained from the input conditions to the first model to predict the etching rate (step S201).
  • the prediction device 20 provides the predicted etching rate (step S202).
  • the prediction device 20 acquires material properties according to the type of film and chemical properties according to the type of chemical (step S211).
  • the prediction device 20 inputs the feature amount including the physical properties of the material and the physical properties of the chemical solution into the second model to predict the etching rate (step S212).
  • the prediction device 20 provides the predicted etching rate (step S213).
  • the prediction device 20 uses the second model to search for the feature amount related to the chemical solution from the input conditions and etching rate related to the film (step S221).
  • the prediction device 20 provides the searched feature amount (step S222).
  • Example 1 A specific example of the etching rate prediction process and search process will be described with reference to FIG.
  • FIG. 9 is a diagram showing an example of experimental data.
  • “Film” in Fig. 9 is the type of film.
  • “Depo” in FIG. 9 is a film forming condition.
  • “Chem_1”, “Chem_2”, “Chem_1_vol ratio”, “Chem_2_vol ratio” and “Chem_1_vconc (vol%)” in Fig. 9 are chemical types.
  • “Temp (deg.C)” and “Process time (min)” in FIG. 9 are processing conditions.
  • the learning device 10 generates a regression model like Equation (3) from the experimental data shown in FIG.
  • x n (n is a positive integer) is a feature amount.
  • x 1 , x 2 , and x 3 are respectively “Chem_1_vconc (vol%)” (HF concentration), “Temp (deg.C)” (temperature), “Process time (min)” (processing time). It is also assumed that xn is normalized to be in the range of 0 to 1.
  • the learning device 10 can generate a regression model using some feature amounts of experimental data after performing feature selection by a predetermined method.
  • the etching rate can be predicted from the input conditions, and each condition can be searched based on the etching rate.
  • Example 2 A specific example of the etching rate prediction process for a new film will be described with reference to FIG.
  • FIG. 10 is a diagram showing an example of experimental data.
  • “Film” in Fig. 10 is the type of film.
  • “Depo” and “Depo_temp (deg.C)” in FIG. 10 are film forming conditions.
  • “Chem_1”, “Chem_2”, “Chem_1_vol ratio”, “Chem_2_vol ratio”, and “Chem_1_vconc (vol%)” in Fig. 10 are chemical liquid types.
  • “Temp (deg.C)” in FIG. 10 is a processing condition.
  • the learning device 10 generates a regression model like Equation (4) from the experimental data shown in FIG.
  • x n (n is a positive integer) is a feature amount.
  • x 1 and x 2 respectively correspond to "Depo_temp (deg.C)” (film formation temperature) and “Chem_1_vconc (vol%)” (HF concentration) in FIG. It is also assumed that xn is normalized to be in the range of 0 to 1.
  • the etching rate can be predicted even when the film formation temperature of the input condition does not exist in the experimental data (new film).
  • the providing unit 234 can provide the activation energy calculated from the relationship between the input processing temperature and the etching rate predicted by the prediction unit 232 .
  • a method for calculating the activation energy will be described with reference to FIG.
  • FIG. 11 is a diagram illustrating a method of calculating activation energy.
  • the providing unit 234 plots the reaction (etching) rate constant ln k based on the predicted etching rate or the experimental data etching rate and the reciprocal of the etching processing temperature T.
  • the providing unit 234 can calculate the activation energy Ea from the slope of the straight line 301 obtained by approximating the plotted points by the formula (5).
  • a of (5) Formula is a constant and R is a gas constant.
  • the prediction device 20 can provide not only the etching rate but also the activation energy.
  • the prediction unit 132 of the learning device 10 uses a model that outputs an etching rate based on feature amounts related to a film and a chemical solution in substrate etching, and uses a model that outputs an etching rate for an input input condition. Predict rates.
  • the updating unit 133 also updates the parameters of the model so that the difference between the etching rate predicted by the prediction unit 132 and the correct etching rate becomes smaller. As a result, according to the embodiment, it is possible to obtain a model that can efficiently predict etching conditions.
  • the prediction unit 232 of the prediction device 20 of the embodiment predicts the etching rate for the inputted input conditions using a model that outputs the etching rate based on the feature values of the film and the chemical solution in the etching of the substrate. Also, the providing unit 234 provides the etching rate predicted by the predicting unit 232 . As a result, according to the embodiment, etching conditions can be predicted efficiently.
  • the prediction unit 232 of the prediction device 20 of the embodiment estimates the etching rate using a model that outputs the etching rate based on feature amounts including film type, film deposition conditions, chemical liquid type, and etching processing conditions. Predict. As a result, according to the embodiment, it is possible to easily predict the etching rate using feature amounts similar to experimental data.
  • the prediction unit 232 of the prediction device 20 of the embodiment predicts the etching rate using a model that outputs the etching rate based on the feature amount including the value indicating the physical properties of the film and the value indicating the physical properties of the chemical solution. As a result, according to the embodiment, it is possible to predict the etching rate with high accuracy using the feature values relating to the physical properties of the film and the chemical solution.
  • the acquisition unit 231 of the prediction device 20 of the embodiment acquires a value indicating the physical properties of the film and a value indicating the physical properties of the chemical solution based on the type of film and the type of chemical solution included in the input conditions.
  • the prediction unit 232 uses a model to predict the etching rate for the value acquired by the acquisition unit 231 . As a result, according to the embodiment, it is possible to automatically acquire the feature values relating to the physical properties of the film and the chemical solution.
  • the search unit 233 of the prediction device 20 of the embodiment uses the model to search for feature amounts related to the film and the chemical based on the designated etching rate. Also, the providing unit 234 provides the feature amount searched by the searching unit 233 . As a result, according to the embodiment, conditions other than the etching rate can be obtained by searching.
  • the prediction unit 232 of the prediction device 20 of the embodiment predicts the etching rate for the input processing temperature using a model that outputs the etching rate based on the feature amount including the etching processing temperature.
  • the providing unit 234 also provides the activation energy calculated from the relationship between the input processing temperature and the etching rate predicted by the prediction unit 232 . As a result, according to the embodiment, it is possible to provide analysis results from a viewpoint different from the etching rate.
  • FIG. 12 is a diagram illustrating an example of a computer that executes programs.
  • the computer 1000 has a computer 1010 that executes various arithmetic processes, an input device 1020 that receives data input, and a monitor 1030.
  • the computer 1000 also has an interface device 1040 for connecting with various devices, and a communication device 1050 for connecting with other information processing devices or the like by wire or wirelessly.
  • Computer 1000 also has RAM 1060 and storage device 1070 for temporarily storing various information. Each device 1010 - 1070 is also connected to a bus 1080 .
  • the storage device 1070 stores programs having functions similar to those of the acquisition unit 231, the prediction unit 232, the search unit 233, and the provision unit 234 shown in FIG. Also, the storage device 1070 stores material information 221 , chemical solution information 222 and model information 223 .
  • the input device 1020 receives input of various information such as operation information from the user of the computer 1000, for example.
  • the monitor 1030 displays various screens such as a display screen to the user of the computer 1000, for example.
  • the interface device 1040 is connected with, for example, a printing device.
  • the communication device 1050 is connected to, for example, a network (not shown) and exchanges various information with other information processing devices.
  • the computer 1010 performs various processes by reading each program stored in the storage device 1070, developing it in the RAM 1060, and executing it. Further, these programs can cause the computer 1000 to function as the acquiring unit 231, the predicting unit 232, the searching unit 233, and the providing unit 234 shown in FIG.
  • the above program does not necessarily have to be stored in the storage device 1070.
  • the computer 1000 may read and execute a program stored in a storage medium readable by the computer 1000 .
  • storage media readable by the computer 1000 include portable recording media such as CD-ROMs, DVDs (Digital Versatile Discs), USB (Universal Serial Bus) memories, semiconductor memories such as flash memories, and hard disk drives.
  • the program may be stored in a device connected to a public line, the Internet, a LAN, etc., and the computer 1000 may read out the program from the device and execute the program.
  • the learning device 10 is also realized by a computer having the same configuration as the computer described here.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • Physics & Mathematics (AREA)
  • Economics (AREA)
  • General Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Marketing (AREA)
  • Software Systems (AREA)
  • Development Economics (AREA)
  • Operations Research (AREA)
  • General Engineering & Computer Science (AREA)
  • Computing Systems (AREA)
  • Game Theory and Decision Science (AREA)
  • Medical Informatics (AREA)
  • Evolutionary Computation (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Data Mining & Analysis (AREA)
  • Mathematical Physics (AREA)
  • Quality & Reliability (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Artificial Intelligence (AREA)
  • Manufacturing & Machinery (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Drying Of Semiconductors (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
PCT/JP2022/028438 2021-08-05 2022-07-22 予測方法、予測プログラム、予測装置、学習方法、学習プログラム及び学習装置 Ceased WO2023013436A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2023540254A JPWO2023013436A1 (https=) 2021-08-05 2022-07-22

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2021-129221 2021-08-05
JP2021129221 2021-08-05

Publications (1)

Publication Number Publication Date
WO2023013436A1 true WO2023013436A1 (ja) 2023-02-09

Family

ID=85155598

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/028438 Ceased WO2023013436A1 (ja) 2021-08-05 2022-07-22 予測方法、予測プログラム、予測装置、学習方法、学習プログラム及び学習装置

Country Status (3)

Country Link
JP (1) JPWO2023013436A1 (https=)
TW (1) TW202310033A (https=)
WO (1) WO2023013436A1 (https=)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2025263366A1 (ja) * 2024-06-21 2025-12-26 東京エレクトロン株式会社 基板処理方法、基板処理システム及びパラメータの補正方法

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006332619A (ja) * 2005-04-28 2006-12-07 Semiconductor Energy Lab Co Ltd 半導体装置の作製方法
JP2009177007A (ja) * 2008-01-25 2009-08-06 Panasonic Corp 絶縁膜のエッチング方法
JP2011029443A (ja) * 2009-07-27 2011-02-10 Panasonic Corp ウェット処理方法及びウェット処理システム
JP2014220430A (ja) * 2013-05-09 2014-11-20 東京エレクトロン株式会社 基板処理方法、プログラム、制御装置、成膜装置及び基板処理システム
WO2016104433A1 (ja) * 2014-12-26 2016-06-30 倉敷紡績株式会社 珪素濃度又はエッチング選択比の測定方法及び測定装置
JP2018032781A (ja) * 2016-08-25 2018-03-01 東京応化工業株式会社 エッチング液、及びエッチング方法
JP2019106476A (ja) * 2017-12-13 2019-06-27 オムロン株式会社 監視システム、学習装置、学習方法、監視装置及び監視方法
JP2021072294A (ja) * 2019-10-29 2021-05-06 倉敷紡績株式会社 基板のエッチング方法

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006332619A (ja) * 2005-04-28 2006-12-07 Semiconductor Energy Lab Co Ltd 半導体装置の作製方法
JP2009177007A (ja) * 2008-01-25 2009-08-06 Panasonic Corp 絶縁膜のエッチング方法
JP2011029443A (ja) * 2009-07-27 2011-02-10 Panasonic Corp ウェット処理方法及びウェット処理システム
JP2014220430A (ja) * 2013-05-09 2014-11-20 東京エレクトロン株式会社 基板処理方法、プログラム、制御装置、成膜装置及び基板処理システム
WO2016104433A1 (ja) * 2014-12-26 2016-06-30 倉敷紡績株式会社 珪素濃度又はエッチング選択比の測定方法及び測定装置
JP2018032781A (ja) * 2016-08-25 2018-03-01 東京応化工業株式会社 エッチング液、及びエッチング方法
JP2019106476A (ja) * 2017-12-13 2019-06-27 オムロン株式会社 監視システム、学習装置、学習方法、監視装置及び監視方法
JP2021072294A (ja) * 2019-10-29 2021-05-06 倉敷紡績株式会社 基板のエッチング方法

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2025263366A1 (ja) * 2024-06-21 2025-12-26 東京エレクトロン株式会社 基板処理方法、基板処理システム及びパラメータの補正方法

Also Published As

Publication number Publication date
TW202310033A (zh) 2023-03-01
JPWO2023013436A1 (https=) 2023-02-09

Similar Documents

Publication Publication Date Title
US12190236B2 (en) Predicting properties of materials from physical material structures
TW201104452A (en) Method and system for detection of tool performance degradation and mismatch
JP6484449B2 (ja) 予測装置、予測方法および予測プログラム
JP2021193623A (ja) 試験評価システム、プログラムおよび試験評価方法
EP4118658B1 (en) Retrosynthesis using neural networks
JP6718500B2 (ja) 生産システムにおける出力効率の最適化
US20230140696A1 (en) Method and system for optimizing parameter intervals of manufacturing processes based on prediction intervals
TWI905657B (zh) 用於製程監測及控制之系統及方法
EP4310736A1 (en) Method and system of generating causal structure
JP7841927B2 (ja) 製造システムにおける多変量時系列データの予測方法およびシステム
TW202407483A (zh) 模型產生方法、電腦程式及資訊處理裝置
WO2023013436A1 (ja) 予測方法、予測プログラム、予測装置、学習方法、学習プログラム及び学習装置
Masselot et al. Constrained groupwise additive index models
JP7406664B1 (ja) 学習モデルの生成方法、情報処理装置、コンピュータプログラム、物質の選別方法及び模擬実験値の生成方法
CN117546170B (zh) 用于建立基于物理的模型的系统及方法
US12298749B2 (en) Method and device for predicting defects
CN115203540B (zh) 内容项推荐方法、装置、服务器及存储介质
US12248534B2 (en) Automated feature engineering for predictive modeling using deep reinforcement learning
Khan et al. Fast robust estimation of prediction error based on resampling
CN114021654A (zh) 铝电解槽过热度识别方法、系统、设备及介质
Hortaçsu et al. Structural econometric modeling in industrial organization and quantitative marketing: theory and applications
CN119626418A (zh) 利用多模态大模型辅助材料合成的方法、系统及存储介质
JP2023512508A (ja) 異なる時定数を使用するモーメント推定を用いた学習
CN118536393A (zh) 一种强化学习驱动的材料逆向设计优化方法、设备、介质及产品
JP2022551687A (ja) 非定常システムのモデル管理

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

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2023540254

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 22852860

Country of ref document: EP

Kind code of ref document: A1