WO2022200069A1 - Software microservice generation - Google Patents

Software microservice generation Download PDF

Info

Publication number
WO2022200069A1
WO2022200069A1 PCT/EP2022/056230 EP2022056230W WO2022200069A1 WO 2022200069 A1 WO2022200069 A1 WO 2022200069A1 EP 2022056230 W EP2022056230 W EP 2022056230W WO 2022200069 A1 WO2022200069 A1 WO 2022200069A1
Authority
WO
WIPO (PCT)
Prior art keywords
machine learning
component
function
algorithm
fitness
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/EP2022/056230
Other languages
French (fr)
Other versions
WO2022200069A8 (en
Inventor
Adam Ziolkowski
Alistair MCCORMICK
Emmanuel FERREYRA OLIVARES
Johannes Noppen
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.)
British Telecommunications PLC
Original Assignee
British Telecommunications PLC
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 British Telecommunications PLC filed Critical British Telecommunications PLC
Priority to US18/551,481 priority Critical patent/US20240177066A1/en
Publication of WO2022200069A1 publication Critical patent/WO2022200069A1/en
Publication of WO2022200069A8 publication Critical patent/WO2022200069A8/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/12Computing arrangements based on biological models using genetic models
    • G06N3/126Evolutionary algorithms, e.g. genetic algorithms or genetic programming
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Definitions

  • Al Artificial intelligence
  • Al is applied in software to address a problem domain.
  • the selection of an Al algorithm and its configuration depends upon the problem domain and the effectiveness of the algorithm for addressing the problem.
  • Features of Al components are multidimensional and include architectural selections (such as type(s) of algorithm(s) (e.g. regressor or classifier, long-short-term-memory, deep neural network, convolutional neural network etc.), extent of supervision in training data, training technique and the like).
  • features include hyperparameters such as learning rate, layer depth, neuron function (e.g. linear, step, sigmoid, rectifier), adjustment factors and functions, iterations, stopping conditions, and a multitude of other configurable parameters.
  • a computer implemented method of deploying an artificial intelligence (Al) algorithm to model a function comprising: defining a verification test for verifying that the Al algorithm models the function, the fitness test being defined based on a set of input/output pairs each indicating the required output of the function for an input; defining a machine learning component having a machine learning algorithm and a configuration, the machine learning algorithm being trained based on training data to model the function; iteratively adapting the machine learning component over a plurality of generations, wherein each generation of the component is adapted by modifying the configuration of the component, and wherein the adaptation for a generation is selected from a set of candidate adaptations based on a determination of a fitness of the component so adapted, the fitness being determined by the verification test, wherein the iteration ceases in response to a stopping condition such that, on cessation, a latest generation of the machine learning component is selected to constitute the Al algorithm modelling the function.
  • Al artificial intelligence
  • At least a subset of the set of candidate adaptations is generated randomly.
  • Figure 1 is a block diagram a computer system suitable for the operation of embodiments of the present invention
  • Figure 3 is a flowchart of a method of deploying an artificial intelligence algorithm to model a function in accordance with embodiments of the present invention
  • FIG. 1 is a block diagram of a computer system suitable for the operation of embodiments of the present invention.
  • a central processor unit (CPU) 102 is communicatively connected to a storage 104 and an input/output (I/O) interface 106 via a data bus 108.
  • the storage 104 can be any read/write storage device such as a random- access memory (RAM) or a non-volatile storage device.
  • RAM random- access memory
  • An example of a non-volatile storage device includes a disk or tape storage device.
  • the I/O interface 106 is an interface to devices for the input or output of data, or for both input and output of data. Examples of I/O devices connectable to I/O interface 106 include a keyboard, a mouse, a display (such as a monitor) and a network connection.
  • FIG. 2 is a component diagram of an Al software deployment component 202 in accordance with embodiments of the present invention.
  • the Al software deployment component 202 is operable to deploy an Al algorithm 214 modelling a function 201 .
  • the particular nature of the function 201 is immaterial except that the function is modellable by an Al component using machine learning methods.
  • training data 230 is provided for training a machine learning (M/L) component 200 for modelling the function 201.
  • M/L machine learning
  • a set of input/output pairs 203 are provided to indicate a required output from the function 201 for a given input.
  • the efficacy of a machine learning component such as component 200 for modelling the function 201 is assessable by a verification test 220.
  • the machine learning algorithm of the component 200 is one of any number of suitable algorithms such as a deep neural network, a convolutional neural network, a regressor, a classifier, a long-short-term-memory, and other algorithms as will be apparent to those skilled in the art.
  • the machine learning algorithm of the component 200 is trained based on the training data 230 to model the function 201.
  • the configuration of the machine learning component 230 includes one or more of, inter alia: a layer depth; a neuron function; an adjustment factor; and an adjustment function.
  • the machine learning component 200 is defined by the Al deployment component 202.
  • the Al deployment component 202 undertakes an iterative adaptation of the machine learning component 200 over a plurality of generations such that each generation of the component is adapted by modifying one or more aspects of the configuration of the component.
  • a current generation of the machine learning component 200 indicated as Gen X component 204 (which, at a first generation, is constituted as the original machine learning component 200 itself), is processed to generate multiple candidate adaptations 206 for Gen X 204.
  • Each candidate adaptation 206 is an adaptation to the configuration of the Gen X component 204.
  • the adaptations can include modifications to any or all of the configuration parameters of the machine learning component.
  • One or more of the candidate adaptation 206 can be generated by, for example, a random selection of configuration parameters and/or a random adjustment to configuration parameters. Additionally or alternatively, candidate adaptations 206 can be generated based on a previous adaptation on which basis the Gen X component 204 was constituted.
  • a selector component 208 is a hardware, software, firmware or combination component operable to select a candidate adaptation 206 from the set of candidates on which basis a next generation of the component will be constituted, indicated as Gen Y component 210.
  • the selector 208 is operable to select based on a determination of a fitness of each candidate adaptation 206 by determining a fitness of the Gen X component 204 so adapted by each candidate adaptation 206.
  • the fitness is determined based on the verification test 220 for verifying if the Gen X component 204 so adapted by a candidate adaptation 206 suitably models the function 201.
  • the fitness determination is binary such that the component so adapted is determined to be fit or not fit based on the verification test 220.
  • the fitness determination can be non-binary such as by a measure of fitness based on, for example, an extent to which the function 201 is modelled where such extent can be measured in such a way.
  • the selector 208 selects a most fit candidate adaptation 206 as the next generation Gen Y component 210. In some embodiments, where two or more candidate adaptations 206 are deemed equally fit, then the selector 208 may select between them such as by random selection. In some embodiments, where multiple candidate adaptations 206 are equally fit or equally satisfy a fitness threshold, multiple instances of the Al deployment component 202 can be executed each based on a different one of the fit candidate adaptations. In such embodiments, a further selection can be required between a final generation identified by each instance of the deployment component 202, such as by using selection criteria including a degree of fitness of the final generations or the like.
  • multiple machine learning components 200 are defined, each having a machine learning algorithm and a configuration trained based on training data to model the function 201.
  • the Al deployment component 202 is further operable to iteratively adapt each such machine learning component such that, on satisfaction of the stopping condition 212, a measure of fitness of each of the latest generations of each machine learning component are compared to select a fittest machine learning component to constitute the Al algorithm.
  • Figure 3 is a flowchart of a method of deploying an artificial intelligence algorithm 214 to model a function 201 in accordance with embodiments of the present invention.
  • the method defines the verification test 220 for verifying that an Al algorithm models the function 201 .
  • the method defines a machine learning component 200 trained based on the training data 230 to model the function 201 .
  • the method iteratively adapts a configuration of the machine learning component over multiple generations until a stopping condition is reached.
  • a latest generation of the machine learning component is selected as the Al algorithm 214.
  • a software-controlled programmable processing device such as a microprocessor, digital signal processor or other processing device, data processing apparatus or system
  • a computer program for configuring a programmable device, apparatus or system to implement the foregoing described methods is envisaged as an aspect of the present invention.
  • the computer program may be embodied as source code or undergo compilation for implementation on a processing device, apparatus or system or may be embodied as object code, for example.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Biophysics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Mathematical Physics (AREA)
  • Computing Systems (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Medical Informatics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Computational Linguistics (AREA)
  • Molecular Biology (AREA)
  • General Health & Medical Sciences (AREA)
  • Physiology (AREA)
  • Biomedical Technology (AREA)
  • Genetics & Genomics (AREA)
  • Debugging And Monitoring (AREA)
  • Feedback Control In General (AREA)

Abstract

A computer implemented method of generating a software service for providing required software functionality comprising: accessing a software component having functionality including and exceeding the required functionality; defining verification test for verifying that the software component includes the required functionality; applying a genetic algorithm to the software component to iteratively adapt the software component over a plurality of generations, wherein each generation of the software component is adapted by removal of one or more portions of the software component of a preceding generation, wherein the adaptation for a generation is selected from a set of candidate adaptations based on a determination of a fitness of the component so adapted, the fitness being determined by the verification test, wherein the iteration of the genetic algorithm ceases in response to a stopping condition such that, on cessation, the latest generation of the software component constitutes the software service.

Description

Intelligent Al Architecture Selection
The present invention relates to the selection of artificial intelligence architecture for a problem domain.
Artificial intelligence (Al) is applied in software to address a problem domain. The selection of an Al algorithm and its configuration depends upon the problem domain and the effectiveness of the algorithm for addressing the problem. Features of Al components are multidimensional and include architectural selections (such as type(s) of algorithm(s) (e.g. regressor or classifier, long-short-term-memory, deep neural network, convolutional neural network etc.), extent of supervision in training data, training technique and the like). Also, features include hyperparameters such as learning rate, layer depth, neuron function (e.g. linear, step, sigmoid, rectifier), adjustment factors and functions, iterations, stopping conditions, and a multitude of other configurable parameters.
The selection of a “good-fit” type of Al and accompanying parameters is challenging and is not readily achieved in an automated manner to automatically deploy Al for software components. Accordingly, it would be advantageous to address these challenges.
According to a first aspect of the present invention, there is provided a computer implemented method of deploying an artificial intelligence (Al) algorithm to model a function comprising: defining a verification test for verifying that the Al algorithm models the function, the fitness test being defined based on a set of input/output pairs each indicating the required output of the function for an input; defining a machine learning component having a machine learning algorithm and a configuration, the machine learning algorithm being trained based on training data to model the function; iteratively adapting the machine learning component over a plurality of generations, wherein each generation of the component is adapted by modifying the configuration of the component, and wherein the adaptation for a generation is selected from a set of candidate adaptations based on a determination of a fitness of the component so adapted, the fitness being determined by the verification test, wherein the iteration ceases in response to a stopping condition such that, on cessation, a latest generation of the machine learning component is selected to constitute the Al algorithm modelling the function. Preferably, the multiple machine learning components are defined, each having a machine learning algorithm and a configuration trained based on training data to model the function, and wherein the iteratively adapting step is performed for each of the multiple machine learning components, the method further comprising: responsive to the stopping condition, a measure of fitness of each of the latest generation of each machine learning component are compared to select a fittest machine learning component to constitute the Al algorithm modelling the function.
Preferably, the configuration of the machine learning component includes one or more of: a layer depth; a neuron function; an adjustment factor; and an adjustment function. Preferably, the stopping condition includes one or more of: a predetermined number of iterations; and a predetermined threshold measure of fitness determined by the verification test.
Preferably, at least a subset of the set of candidate adaptations is generated randomly.
According to a second aspect of the present invention, there is a provided a computer system including a processor and memory storing computer program code for performing the steps of the method set out above.
According to a third aspect of the present invention, there is a provided a computer system including a processor and memory storing computer program code for performing the steps of the method set out above. Embodiments of the present invention will now be described, by way of example only, with reference to the accompanying drawings, in which:
Figure 1 is a block diagram a computer system suitable for the operation of embodiments of the present invention;
Figure 2 is a component diagram of an artificial intelligence software deployment component in accordance with embodiments of the present invention; and
Figure 3 is a flowchart of a method of deploying an artificial intelligence algorithm to model a function in accordance with embodiments of the present invention;
Figure 1 is a block diagram of a computer system suitable for the operation of embodiments of the present invention. A central processor unit (CPU) 102 is communicatively connected to a storage 104 and an input/output (I/O) interface 106 via a data bus 108. The storage 104 can be any read/write storage device such as a random- access memory (RAM) or a non-volatile storage device. An example of a non-volatile storage device includes a disk or tape storage device. The I/O interface 106 is an interface to devices for the input or output of data, or for both input and output of data. Examples of I/O devices connectable to I/O interface 106 include a keyboard, a mouse, a display (such as a monitor) and a network connection. Figure 2 is a component diagram of an Al software deployment component 202 in accordance with embodiments of the present invention. The Al software deployment component 202 is operable to deploy an Al algorithm 214 modelling a function 201 . The particular nature of the function 201 is immaterial except that the function is modellable by an Al component using machine learning methods. Thus, training data 230 is provided for training a machine learning (M/L) component 200 for modelling the function 201. Further, a set of input/output pairs 203 are provided to indicate a required output from the function 201 for a given input. The efficacy of a machine learning component such as component 200 for modelling the function 201 is assessable by a verification test 220. The verification test 220 is a software, hardware, firmware or combination component that is defined based on the set of input/ouput pairs 203 to verify that a machine learning component or any Al algorithm models the function 201 . In some embodiments, the verification test 220 is operable to identify an extent to which a machine learning component models the function 201 , such as a measure of efficacy, precision, correctness or other metric of a machine learning component. The Al deployment component 202 is a hardware, software, firmware or combination component embodying multi-generational adaptation process as described below. The Al deployment component 202 accesses a machine learning component 200 that is defined to have a machine learning algorithm and a configuration. The machine learning algorithm of the component 200 is one of any number of suitable algorithms such as a deep neural network, a convolutional neural network, a regressor, a classifier, a long-short-term-memory, and other algorithms as will be apparent to those skilled in the art. The machine learning algorithm of the component 200 is trained based on the training data 230 to model the function 201. The configuration of the machine learning component 230 includes one or more of, inter alia: a layer depth; a neuron function; an adjustment factor; and an adjustment function. In some embodiments the machine learning component 200 is defined by the Al deployment component 202.
The Al deployment component 202 undertakes an iterative adaptation of the machine learning component 200 over a plurality of generations such that each generation of the component is adapted by modifying one or more aspects of the configuration of the component. In particular, a current generation of the machine learning component 200, indicated as Gen X component 204 (which, at a first generation, is constituted as the original machine learning component 200 itself), is processed to generate multiple candidate adaptations 206 for Gen X 204. Each candidate adaptation 206 is an adaptation to the configuration of the Gen X component 204. The adaptations can include modifications to any or all of the configuration parameters of the machine learning component. One or more of the candidate adaptation 206 can be generated by, for example, a random selection of configuration parameters and/or a random adjustment to configuration parameters. Additionally or alternatively, candidate adaptations 206 can be generated based on a previous adaptation on which basis the Gen X component 204 was constituted.
A selector component 208 is a hardware, software, firmware or combination component operable to select a candidate adaptation 206 from the set of candidates on which basis a next generation of the component will be constituted, indicated as Gen Y component 210. The selector 208 is operable to select based on a determination of a fitness of each candidate adaptation 206 by determining a fitness of the Gen X component 204 so adapted by each candidate adaptation 206. The fitness is determined based on the verification test 220 for verifying if the Gen X component 204 so adapted by a candidate adaptation 206 suitably models the function 201. In some embodiments, the fitness determination is binary such that the component so adapted is determined to be fit or not fit based on the verification test 220. Alternatively, the fitness determination can be non-binary such as by a measure of fitness based on, for example, an extent to which the function 201 is modelled where such extent can be measured in such a way.
Thus, the selector 208 selects a most fit candidate adaptation 206 as the next generation Gen Y component 210. In some embodiments, where two or more candidate adaptations 206 are deemed equally fit, then the selector 208 may select between them such as by random selection. In some embodiments, where multiple candidate adaptations 206 are equally fit or equally satisfy a fitness threshold, multiple instances of the Al deployment component 202 can be executed each based on a different one of the fit candidate adaptations. In such embodiments, a further selection can be required between a final generation identified by each instance of the deployment component 202, such as by using selection criteria including a degree of fitness of the final generations or the like. The genetic algorithm 202 iterates such that the Gen Y component 210 determined by the selector 208 becomes the new Gen X component 204 at a subsequent iteration on which bases further candidate adaptations are determined for selection therebetween. In this way, the software component 200 is gradually adapted by removal of portions thereof over the iterative process of the genetic algorithm 202. The Al deployment component 202 includes a stopping condition 212 for determining when the iteration will cease. For example, the stopping condition 212 can includes one or more of, inter alia: a predetermined number of iterations; and a predetermined threshold measure of fitness determined by the verification test 220. On satisfaction of the stopping condition 212, the cessation of the iteration leaves a latest generation of the component which is used to constitute the Al algorithm 214. In some embodiments, multiple machine learning components 200 are defined, each having a machine learning algorithm and a configuration trained based on training data to model the function 201. In such embodiments, the Al deployment component 202 is further operable to iteratively adapt each such machine learning component such that, on satisfaction of the stopping condition 212, a measure of fitness of each of the latest generations of each machine learning component are compared to select a fittest machine learning component to constitute the Al algorithm.
Figure 3 is a flowchart of a method of deploying an artificial intelligence algorithm 214 to model a function 201 in accordance with embodiments of the present invention. Initially, at step 302, the method defines the verification test 220 for verifying that an Al algorithm models the function 201 . At step 304 the method defines a machine learning component 200 trained based on the training data 230 to model the function 201 . At step 306 the method iteratively adapts a configuration of the machine learning component over multiple generations until a stopping condition is reached. At step 308 a latest generation of the machine learning component is selected as the Al algorithm 214.
Insofar as embodiments of the invention described are implementable, at least in part, using a software-controlled programmable processing device, such as a microprocessor, digital signal processor or other processing device, data processing apparatus or system, it will be appreciated that a computer program for configuring a programmable device, apparatus or system to implement the foregoing described methods is envisaged as an aspect of the present invention. The computer program may be embodied as source code or undergo compilation for implementation on a processing device, apparatus or system or may be embodied as object code, for example.
Suitably, the computer program is stored on a carrier medium in machine or device readable form, for example in solid-state memory, magnetic memory such as disk or tape, optically or magneto-optically readable memory such as compact disk or digital versatile disk etc., and the processing device utilises the program or a part thereof to configure it for operation. The computer program may be supplied from a remote source embodied in a communications medium such as an electronic signal, radio frequency carrier wave or optical carrier wave. Such carrier media are also envisaged as aspects of the present invention.
It will be understood by those skilled in the art that, although the present invention has been described in relation to the above described example embodiments, the invention is not limited thereto and that there are many possible variations and modifications which fall within the scope of the invention. The scope of the present invention includes any novel features or combination of features disclosed herein. The applicant hereby gives notice that new claims may be formulated to such features or combination of features during prosecution of this application or of any such further applications derived therefrom. In particular, with reference to the appended claims, features from dependent claims may be combined with those of the independent claims and features from respective independent claims may be combined in any appropriate manner and not merely in the specific combinations enumerated in the claims.

Claims

1 . A computer implemented method of deploying an artificial intelligence (Al) algorithm to model a function comprising: defining a verification test for verifying that the Al algorithm models the function, the fitness test being defined based on a set of input/output pairs each indicating the required output of the function for an input; defining a machine learning component having a machine learning algorithm and a configuration, the machine learning algorithm being trained based on training data to model the function; iteratively adapting the machine learning component over a plurality of generations, wherein each generation of the component is adapted by modifying the configuration of the component, and wherein the adaptation for a generation is selected from a set of candidate adaptations based on a determination of a fitness of the component so adapted, the fitness being determined by the verification test, wherein the iteration ceases in response to a stopping condition such that, on cessation, a latest generation of the machine learning component is selected to constitute the Al algorithm modelling the function.
2. The method of claim 1 wherein the multiple machine learning components are defined, each having a machine learning algorithm and a configuration trained based on training data to model the function, and wherein the iteratively adapting step is performed for each of the multiple machine learning components, the method further comprising: responsive to the stopping condition, a measure of fitness of each of the latest generation of each machine learning component are compared to select a fittest machine learning component to constitute the Al algorithm modelling the function.
3. The method of claim 1 wherein the configuration of the machine learning component includes one or more of: a layer depth; a neuron function; an adjustment factor; and an adjustment function.
4. The method of any preceding claim wherein the stopping condition includes one or more of: a predetermined number of iterations; and a predetermined threshold measure of fitness determined by the verification test.
5. The method of any preceding claim wherein at least a subset of the set of candidate adaptations is generated randomly.
6. A computer system including a processor and memory storing computer program code for performing the steps of the method of any preceding claim.
7. A computer program element comprising computer program code to, when loaded into a computer system and executed thereon, cause the computer to perform the steps of a method as claimed in any of claims 1 to 5.
PCT/EP2022/056230 2021-03-22 2022-03-10 Software microservice generation Ceased WO2022200069A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US18/551,481 US20240177066A1 (en) 2021-03-22 2022-03-10 Intelligent ai architecture selection

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GB2103917.7 2021-03-22
GBGB2103917.7A GB202103917D0 (en) 2021-03-22 2021-03-22 Intelligent ai architecture selection

Publications (2)

Publication Number Publication Date
WO2022200069A1 true WO2022200069A1 (en) 2022-09-29
WO2022200069A8 WO2022200069A8 (en) 2022-11-17

Family

ID=75689856

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2022/056230 Ceased WO2022200069A1 (en) 2021-03-22 2022-03-10 Software microservice generation

Country Status (3)

Country Link
US (1) US20240177066A1 (en)
GB (1) GB202103917D0 (en)
WO (1) WO2022200069A1 (en)

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
BAKIRTZIS ANASTASIOS ET AL: "GENETIC ALGORITHMS - CHAPTER 19", 26 September 2016 (2016-09-26), XP055931627, Retrieved from the Internet <URL:https://onlinelibrary.wiley.com/doi/abs/10.1002/9781119175391.ch19> [retrieved on 20220615] *

Also Published As

Publication number Publication date
US20240177066A1 (en) 2024-05-30
WO2022200069A8 (en) 2022-11-17
GB202103917D0 (en) 2021-05-05

Similar Documents

Publication Publication Date Title
US11861280B2 (en) Device for generating verification vector for circuit design verification, circuit design system, and reinforcement learning method of the device and the circuit design system
CN112508243B (en) Training method and device for multi-fault prediction network model of power information system
US7243086B2 (en) Methods and systems for automatically generating provably correct computer program code
KR20210032521A (en) Determining the fit of machine learning models to data sets
US6947870B2 (en) Neural network model for electric submersible pump system
CN106575870A (en) System, method and apparatus and tangible computer readable medium for determining parameter settings for a power generation system
US11726817B2 (en) Scheduling multiple processes with varying delay sensitivity
CN118696304A (en) Thermal Abnormal Management
CN111798001A (en) Data processing system based on learning and model updating method
CN108223298B (en) Method and system for configuring a wind turbine
US20240177066A1 (en) Intelligent ai architecture selection
JP7828695B2 (en) Methods for training artificial intelligence models, computer systems, and computer programs (including using control limits to halt AI model training early).
CN114298146B (en) Sample expansion method, device, electronic device and storage medium
CN115437919A (en) Dynamic adaptive test case management method, electronic equipment and medium
CN118235117A (en) Method and system for generating and optimizing test cases for engineering programs
EP4315187A1 (en) Machine learning model management
KR102522597B1 (en) Interface system between Micro-Genetic Algorithm and Weather Research and Forecasting model(μ-GA-WRF) for the optimization of a scheme combination of physics parameterizations in the WRF model
CN118709058B (en) Configuration method, device and equipment of LED driving chip and storage medium
CN111008705B (en) Searching method, device and equipment
US12547943B2 (en) Systems and methods for resource allocation
CN115543855B (en) Semiconductor device parameter testing method, device, electronic device and storage medium
GB2590415A (en) Software code management
CN117493325A (en) Method and device for generating synthetic data
JP7359287B2 (en) Information processing device, control method and program
GB2605135A (en) Software Microservice Generation

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

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 18551481

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 22713918

Country of ref document: EP

Kind code of ref document: A1