CN107180035A - A kind of training pattern information output method and device - Google Patents

A kind of training pattern information output method and device Download PDF

Info

Publication number
CN107180035A
CN107180035A CN201610133577.9A CN201610133577A CN107180035A CN 107180035 A CN107180035 A CN 107180035A CN 201610133577 A CN201610133577 A CN 201610133577A CN 107180035 A CN107180035 A CN 107180035A
Authority
CN
China
Prior art keywords
model
training
logic
processing
pretreatment
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201610133577.9A
Other languages
Chinese (zh)
Inventor
毛仁歆
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Advanced New Technologies Co Ltd
Advantageous New Technologies Co Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201610133577.9A priority Critical patent/CN107180035A/en
Publication of CN107180035A publication Critical patent/CN107180035A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • G06F16/288Entity relationship models

Abstract

This application discloses a kind of training pattern information output method and device.A kind of training pattern information output method includes:Training sample data are pre-processed, pre-processed results are obtained, and the logic of the pretreatment is recorded;By the use of the pre-processed results as mode input data, training pattern is obtained by training managing;The characteristic information of the training pattern and the logic of pretreatment write-in model file are exported.Using application scheme, the artificial rewriting data prediction logic in model deployment phase can be avoided, the deployment difficulty and cost of model is effectively reduced.

Description

A kind of training pattern information output method and device
Technical field
The application is related to data analysis technique field, more particularly to a kind of training pattern information output method and dress Put.
Background technology
Data mining engineer is after a model training task is completed, if the result of model evaluation meets It is expected that, then need to export the relevant information of the model in the form of model file, so that subsequent deployment is to being Practical application in system.
In order to make the model file of output to have preferable versatility, certain standard typically can be also used Form is exported to the relevant information of model, and model description standard relatively conventional at present includes PMML (Predictive Model Markup Language, Predictive Model Markup Language) etc..Ideally, only Want to be mounted with corresponding reference format resolver in system, then can easily read using the reference format The model file of output, and corresponding model is directly deployed in system.
However, according to the scheme of prior art, in output model file, the model only can be recorded in itself Characteristic information, such as the model y=ax obtained after being trained for one2+ bx+c, wherein x correspondence input data, Y correspondence output datas, a, b, c are respectively the parameter that training is drawn, then record is needed in model file Information includes formula ax2+ bx+c and a, b, c specific value, i.e., " input " → pair of " output " Answer relation information.But during hands-on model, engineer may be needed in given training sample Increase some specially treateds, such as Missing Data Filling, discretization etc. on the basis of notebook data.Such case Under, training sample data are not equivalent to the input data of model, in other words, are subsequently being deployed to model During system, the real data got can not directly input model and be calculated.And then, in model deployment Stage, in addition to the information in reading model file, in addition it is also necessary to developer manually write in systems with The corresponding Missing Data Filling of the model, discretization etc. handle logic, to coordinate model to use.It can be seen that, at this Kind in the case of, the versatility of model file has been difficult to embody, so result in model dispose difficulty lifting, Particularly when model needs to be transplanted between multiple systems, overall input cost will substantially increase.
The content of the invention
For above-mentioned technical problem, the application provides a kind of training pattern information output method and device, technology Scheme is as follows:
According to the first aspect of the application there is provided a kind of training pattern information output method, this method includes:
According to model training demand, training sample data are pre-processed, pre-processed results are obtained, and Logic to the pretreatment is recorded;
By the use of the pre-processed results as mode input data, training pattern is obtained by training managing;
The characteristic information of the training pattern and the logic of pretreatment write-in model file are exported.
According to the second aspect of the application, there is provided a kind of training pattern information output apparatus, it is characterised in that The device includes:
Pretreatment module, for being pre-processed to training sample data, obtains pre-processed results;
Logic record module is handled, is recorded for the logic to the pretreatment;
Training module, for by the use of the pre-processed results as mode input data, being obtained by training managing To training pattern;
Output module, for the characteristic information of the training pattern and the logic of the pretreatment to be write into mould Type file is exported.
The technical scheme that the embodiment of the present application is provided, during model training processing, to the pre- place of data The logic of reason is also recorded, and will pre-process write-in after the result that the final training of logical AND obtains collects In model file.So, in model deployment phase, reading model file is passed through, it is possible to pre-processed The relevant information of logical sum model, can be directly by data preprocessing module and mould according to this two parts information Type processing module automatic deployment is in system.Compared with prior art, application scheme can be made by locating in advance The model information that reason data training is obtained can also be preserved in general mode, so as to avoid in deployment rank The artificial re-writing step of section, effectively reduces the deployment difficulty and cost of model.
It should be appreciated that the general description of the above and detailed description hereinafter are only exemplary and explanatory, The application can not be limited.
Brief description of the drawings
, below will be to implementing in order to illustrate more clearly of the embodiment of the present application or technical scheme of the prior art The accompanying drawing used required in example or description of the prior art is briefly described, it should be apparent that, describe below In accompanying drawing be only some embodiments described in the application, for those of ordinary skill in the art, Other accompanying drawings can also be obtained according to these accompanying drawings.
Fig. 1 is the first schematic flow sheet of the training pattern information output method of the application;
Fig. 2 is second of schematic flow sheet of the training pattern information output method of the application;
Fig. 3 is the structural representation of the training pattern information output apparatus of the application.
Embodiment
In order that those skilled in the art more fully understand the technical scheme in the application, below in conjunction with this Shen Accompanying drawing that please be in embodiment, the technical scheme in the embodiment of the present application is described in detail, it is clear that institute The embodiment of description is only some embodiments of the present application, rather than whole embodiments.Based on the application In embodiment, the every other embodiment that those of ordinary skill in the art are obtained should all belong to this Shen The scope that please be protect.
For existing model file poor universality, be difficult to deployment the problem of, the application provides a kind of training pattern Information output method, shown in Figure 1, this method may comprise steps of:
Training sample data, according to model training demand, are pre-processed, obtain pre-processed results by S101, And the logic to pretreatment is recorded;
S102, by the use of the pre-processed results as mode input data, obtains training mould by training managing Type;
S103, the characteristic information of the training pattern and the logic of pretreatment write-in model file are entered Row output.
Data prediction is usually the processing scheme determined after data mining engineer repeatedly trial, and its is basic Purpose is to be processed transformation to original data, can better adapt to model.To number of training At typically can be including missing values processing, feature sliding-model control, combinations of features the step of pretreatment Reason, feature selecting processing etc..The application need not be simultaneously defined to the details that implements of these steps, Those skilled in the art can select suitable processing mode according to actual conditions, in addition, should according to actual With demand, above-mentioned each step be not necessarily in pretreatment it is necessary, for example, when training data sample When notebook data is exactly originally discretization value, then the process step of sliding-model control can be skipped.
Compared with prior art, the scheme of the application to data when pre-processing, after being used for Outside the data prediction result of continuous training pattern, in addition it is also necessary to which the logic to pretreatment is also recorded.So The reason for processing, is:In the model training stage, actually " pretreated number of training will be passed through According to " as input data train obtained model.But model is after deployment, it can be directly obtained Data are consistent with training sample data form, and such data can not directly input model and be counted Calculate.To solve the problem, application scheme when will obtain pre-processed results used processing logic also record Get off, and write model file.So, in model deployment phase, reading model file is passed through, so that it may , can be directly pre- by data according to this two parts information to obtain the relevant information of pretreatment logical sum model Processing module and model processing modules automatic deployment are in system.
Illustrate, it is assumed that in training sample data, feature field x span for (0,100], data Excavation teacher is by making repeated attempts, it is believed that turns to [0,100] is discrete 4 intervals and can obtain preferable effect: Specific corresponding discrete segment for (0,25], (26,50], (51,75], (76,100], respectively specify that corresponding discrete Value 0,1,2,3.
Assuming that using above-mentioned discretization results, final training obtains model for y=2x+3.According to prior art Implementation, only y=2x+3 can be write in model file, but by processing procedure above, it is right For the model, " x " of input should corresponding be actually the value 0,1,2,3 of discretization, still The data span that can be directly obtained in after model deployment is still consistent with training sample data (0,100], in order to ensure the proper use of of model, the processing logic of discretization then needs manually to re-write.And According to the scheme of the application, two parts information can be write in model file:
Part I is the characteristic information of model, is in this example y=2x+3;
Part II be pretreatment logic, in this example for:
(0,25]→0、
(26,50]→1
(51,75]→2
(76,100]→3
And then,, can be by model by the Part I information of reading model file in model deployment phase Processing module automatic deployment is in system, and by the Part II information of reading model file, can by with The sliding-model control module automatic deployment that the model coordinates is in system, it is to avoid artificial to rewrite sliding-model control mould Block.
Certainly, the above citing be only used for schematically illustrating, realistic model file in need specifically to advise Model writes corresponding information, and the application need not be simultaneously defined.
With reference to a more specifically embodiment, the scheme to the application is illustrated, in this embodiment, Final model file is exported using PMML forms.
Modeling process is divided into following steps by general modelling methodology in data mining:At missing values Reason, the processing of feature sliding-model control, combinations of features, feature selecting processing, model training, model evaluation. Wherein " model evaluation " belongs to the test to input output model, unrelated with application scheme, and preceding 4 steps " pretreatment " belonged in application scheme, based on said process, the application provides number as shown in Figure 2 According to training pattern information output method, wherein by S101a~S101d respectively correspond to missing values processing, feature from Dispersion processing, combinations of features processing, feature selecting processing, this 4 pre-treatment steps export two parts number According to:1) result that this step is obtained after handling input data;2) the processing logic of this step.
Correspondingly, overall handling process also includes two parts:On the one hand, 4 steps preprocessing process In for concatenation relation, i.e. training sample data input first S101a, previous step output result under The input of one step, is performed after 4 steps successively, S101d output pre-processed results, for subsequent step S102 carries out model training;On the other hand, 4 steps export processing logic respectively, are obtained with S102 training Model information carry out collect write-in model file.That is, in the model file of final output, except Outside record cast self information, the processing logical message of 4 pre-treatment steps, and 4 are also have recorded respectively The execution sequence of individual pre-treatment step.
In actual applications, can be by rewriting block code if some pre-treatment steps need not be performed To realize the closing of preprocessing function.
For the ease of being managed collectively and extending, for missing values processing, feature sliding-model control, combinations of features Processing and feature selecting handle 4 modules, can define unified module design specification, the application is with YAML Exemplified by form, specific design specification is schematically as follows:
In above-mentioned design specification, each processing module includes 3 submodules:Input submodule inputs, calculation Method module algorithm, output sub-module outputs, wherein subalgorithm module algorithm are optional, son Concatenated between module with schemas, datas, models and evaluations.In outputs submodules In, it can be respectively configured and whether export these four information:Wherein schemas is used for the place for exporting current block Result is managed, latter module can directly arrive database search according to the schemas of the output of previous module Data are used as the input of itself;Datas can be used for data output to local text;Models is used In the processing logic of current block, evaluations is then used for the file of the contents such as output model effect, general to use Show in visualization.It can be seen that,, at least should be in outputs for pretreatment module according to application scheme The value for configuring schemas and datas is true.
Below by taking feature sliding-model control as an example, the processing procedure to module is illustrated:
Assuming that the mark (taskId) of feature sliding-model control module is 10003, the module depends on missing values Processing module (taskId is 10002) is filled, it is assumed for convenience of description that sliding-model control module needs to use The input data (i.e. the output data of Missing Data Filling processing module) arrived is as follows, is entered in the form of schema Row expression:
The meaning expressed by the data is:Using 20150301 and 20150302 points in " user_table " table The data in area, while only alternative column x1, x2, x3.Wherein, what from was represented is that the value of present field is How to obtain, there are following several possibility:
“origin”:Value in current field is that original field is inherited
“fill”:Value in present field have passed through missing values processing
“discrete”:Value in present field have passed through discretization
“combine”:Value in present field have passed through combinations of features and obtain
“dummy”:Value in present field is obtained by dummy
On the basis of previous designs specification, design feature sliding-model control module is realized as follows:
The sliding-model control module is selected to x1, x2 and x3 using above-mentioned schema as input data Row carry out discretization.The discretization method of wherein x1 row is cut-point, the discretization of x2 row for given 1,5,9 The frequency discretization such as method is and discretization interval is 3, the discretization methods of x3 row is waits frequency discretization and every Individual interval number of samples is 5.
Notice in outputs submodules, schemas and models field values are true, show this The output of descretization module finally includes two parts:The result of sliding-model control is carried out to input data (schemas), and sliding-model control logic (models), what latter of which can be with JSON files Form is exported, and this document content is as follows:
It can be seen that, in the JSON files, the processing logic of discretization is expressed,:The discretization point of x1 row For-Inf~1,1~5,5~9,9~+Inf, the discretization interval of x2 row is-Inf~1,1~7,7~+Inf, x3 row Discretization interval be~Inf~2,2~7,7~+Inf.
After S102 training obtains model, the JSON files of the processing logic of this discretization are collected into most In whole PMML files, the following institute of specific writing mode of the contents of JSON files in PMML files Show:
As can be seen that the processing logic of discretization is really the Local for being written with PMML files In Transformations (LT, local conversion) section, Local Transformations are PMML standards Defined in data conversion section, dedicated for placing the preposition processing logic of data, support conventional data The functions such as filling, form conversion, discretization, also support customized data processing, LT sections can be by PMML Resolver is recognized.So, in follow-up model deployment phase, system is by parsing PMML model files In Local Transformations sections, it is possible to obtain the processing logic of discretization, and can be Automatically corresponding sliding-model control module is reconstructed in system.Certainly, in addition to sliding-model control, for other Data preprocessing module, such as combinations of features processing module, feature selecting processing module etc., can also be by Logic write-in model file will be handled accordingly according to similar method, and the embodiment of the present application will not enumerate.
Corresponding to above method embodiment, the application also provides a kind of training pattern information output apparatus, referring to Shown in Fig. 3, the device can include:
Pretreatment module 110, for according to model training demand, pre-processing, obtaining to training sample data To pre-processed results;
Logic record module 120 is handled, is recorded for the logic to pretreatment;
Training module 130, for by the use of pre-processed results as mode input data, being obtained by training managing Training pattern 140;
Output module, for the logic write-in model file of the characteristic information of training pattern and pretreatment to be entered Row output.
In a kind of embodiment of the application, pretreatment module 110 can be specifically for using following One or more modes are pre-processed to training sample data:
Missing values processing, the processing of feature sliding-model control, combinations of features, feature selecting processing.
In a kind of embodiment of the application, in pretreatment module 110 using various ways to training In the case of sample data is pre-processed, processing logic record module 120 can be specifically for:Record respectively The processing logic of each mode, and record the execution sequence of each mode.
In a kind of embodiment of the application, output module 140 can specifically use forecast model mark Remember language PMML form output model files.
Further, output module 140 can be specifically for writing PMML forms text by the logic of pretreatment In the local conversion section Local Transformations of part.
As seen through the above description of the embodiments, those skilled in the art can be understood that this Application can add the mode of required general hardware platform to realize by software.Understood based on such, this Shen The part that technical scheme please substantially contributes to prior art in other words can be in the form of software product Embody, the computer software product can be stored in storage medium, such as ROM/RAM, magnetic disc, CD etc., including some instructions to cause a computer equipment (can be personal computer, server, Or the network equipment etc.) perform method described in some parts of each embodiment of the application or embodiment.
Each embodiment in this specification is described by the way of progressive, identical phase between each embodiment As part mutually referring to what each embodiment was stressed is the difference with other embodiment. For device embodiment, because it is substantially similar to embodiment of the method, so describing to compare Simply, the relevent part can refer to the partial explaination of embodiments of method.Device embodiment described above is only It is only illustrative, wherein the module illustrated as separating component can be or may not be physics It is upper separated, when implementing application scheme can the function of each module in same or multiple softwares and/or Realized in hardware.Some or all of module therein can also be selected to realize this reality according to the actual needs Apply the purpose of a scheme.Those of ordinary skill in the art are without creative efforts, you can with Understand and implement.
Described above is only the embodiment of the application, it is noted that for the common of the art For technical staff, on the premise of the application principle is not departed from, some improvements and modifications can also be made, These improvements and modifications also should be regarded as the protection domain of the application.

Claims (10)

1. a kind of training pattern information output method, it is characterised in that this method includes:
According to model training demand, training sample data are pre-processed, pre-processed results are obtained, and Logic to the pretreatment is recorded;
By the use of the pre-processed results as mode input data, training pattern is obtained by training managing;
The characteristic information of the training pattern and the logic of pretreatment write-in model file are exported.
2. according to the method described in claim 1, it is characterised in that described that training sample data are carried out in advance One or more of processing, including following sub-step:
Missing values processing, the processing of feature sliding-model control, combinations of features, feature selecting processing.
3. method according to claim 2, it is characterised in that include multiple sub-steps in the pretreatment In the case of rapid, the logic of described pair of pretreatment is recorded, including:
The processing logic of each sub-steps is recorded respectively, and records the execution sequence of each sub-steps.
4. according to the method described in claim 1, it is characterised in that the model file uses forecast model Markup language PMML forms are exported.
5. method according to claim 5, it is characterised in that use PMML in the model file In the case that form is exported, the logic by processing writes model file, including:
The logic of the pretreatment is write to the local conversion section Local of PMML formatted files In Transformations.
6. a kind of training pattern information output apparatus, it is characterised in that the device includes:
Pretreatment module, for according to model training demand, pre-processing, obtaining to training sample data Pre-processed results;
Logic record module is pre-processed, is recorded for the logic to the pretreatment;
Training module, for by the use of the pre-processed results as mode input data, being obtained by training managing To training pattern;
Output module, for the characteristic information of the training pattern and the logic of the pretreatment to be write into mould Type file is exported.
7. device according to claim 6, it is characterised in that the pretreatment module, specifically for Training sample data are pre-processed using one or more of mode:
Missing values processing, the processing of feature sliding-model control, combinations of features, feature selecting processing.
8. device according to claim 7, it is characterised in that used in the pretreatment module a variety of In the case of mode is pre-processed to training sample data, it is described processing logic record module specifically for:
The processing logic of each mode is recorded respectively, and records the execution sequence of each mode.
9. device according to claim 6, it is characterised in that the output module, specifically for adopting With Predictive Model Markup Language PMML form output model files.
10. device according to claim 9, it is characterised in that use PMML in the model file In the case that form is exported, the output module, specifically for:
The logic of the pretreatment is write to the local conversion section Local of PMML formatted files In Transformations.
CN201610133577.9A 2016-03-09 2016-03-09 A kind of training pattern information output method and device Pending CN107180035A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610133577.9A CN107180035A (en) 2016-03-09 2016-03-09 A kind of training pattern information output method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610133577.9A CN107180035A (en) 2016-03-09 2016-03-09 A kind of training pattern information output method and device

Publications (1)

Publication Number Publication Date
CN107180035A true CN107180035A (en) 2017-09-19

Family

ID=59830059

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610133577.9A Pending CN107180035A (en) 2016-03-09 2016-03-09 A kind of training pattern information output method and device

Country Status (1)

Country Link
CN (1) CN107180035A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108829415A (en) * 2018-05-29 2018-11-16 努比亚技术有限公司 Model loading method, server and computer readable storage medium
CN109697532A (en) * 2018-12-26 2019-04-30 北京量子保科技有限公司 A kind of Driving Test insures real-time air control model training method and electronic equipment
CN110232564A (en) * 2019-08-02 2019-09-13 南京擎盾信息科技有限公司 A kind of traffic accident law automatic decision method based on multi-modal data
CN110659834A (en) * 2019-09-26 2020-01-07 北京量子保科技有限公司 Driving test insurance dynamic premium model training method
CN111612158A (en) * 2020-05-22 2020-09-01 云知声智能科技股份有限公司 Model deployment method, device, equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1737795A (en) * 2005-06-10 2006-02-22 上海宝信软件股份有限公司 Method for data digging and knowledge discovery under multi data source cooperation condition
CN103914478A (en) * 2013-01-06 2014-07-09 阿里巴巴集团控股有限公司 Webpage training method and system and webpage prediction method and system
CN104700155A (en) * 2014-12-24 2015-06-10 天津南大通用数据技术股份有限公司 Method and system for predicting business model in business intelligence by PMML (predictive model markup language)

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1737795A (en) * 2005-06-10 2006-02-22 上海宝信软件股份有限公司 Method for data digging and knowledge discovery under multi data source cooperation condition
CN103914478A (en) * 2013-01-06 2014-07-09 阿里巴巴集团控股有限公司 Webpage training method and system and webpage prediction method and system
CN104700155A (en) * 2014-12-24 2015-06-10 天津南大通用数据技术股份有限公司 Method and system for predicting business model in business intelligence by PMML (predictive model markup language)

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
IBMDW: "PMML标准介绍及其在数据挖掘任务中的应用", 《HTTPS://WWW.OSCHINA.NET/QUESTION/129540_24606》 *
宋波等: "基于PMML的Score(评分)应用", 《HTTPS://WWW.IBM.COM/DEVELOPERWORKS/CN/XML/X-1207SONGB/》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108829415A (en) * 2018-05-29 2018-11-16 努比亚技术有限公司 Model loading method, server and computer readable storage medium
CN109697532A (en) * 2018-12-26 2019-04-30 北京量子保科技有限公司 A kind of Driving Test insures real-time air control model training method and electronic equipment
CN110232564A (en) * 2019-08-02 2019-09-13 南京擎盾信息科技有限公司 A kind of traffic accident law automatic decision method based on multi-modal data
CN110659834A (en) * 2019-09-26 2020-01-07 北京量子保科技有限公司 Driving test insurance dynamic premium model training method
CN111612158A (en) * 2020-05-22 2020-09-01 云知声智能科技股份有限公司 Model deployment method, device, equipment and storage medium
CN111612158B (en) * 2020-05-22 2024-03-01 云知声智能科技股份有限公司 Model deployment method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN107180035A (en) A kind of training pattern information output method and device
US7971175B2 (en) Method and system for implementing cached parameterized cells
US9104810B2 (en) Creating a test case
CN106777808B (en) Network resource generation method based on standardized CAD drawing
CN107844424A (en) Model-based testing system and method
CA2717728A1 (en) Systems and methods for mapping enterprise data
Júnior et al. A systematic mapping study on software architectures description based on ISO/IEC/IEEE 42010: 2011
CN110209584A (en) A kind of automatic generation of test data and relevant apparatus
Back et al. A study for production simulation model generation system based on data model at a shipyard
CN112579679A (en) Method and device for designing heterogeneous data model mapping strategy and automatically converting
US20180136793A1 (en) Visual work instructions for assembling product
US20160275219A1 (en) Simulating an industrial system
CN112052652B (en) Automatic generation method and device for electronic courseware script
CN113627816A (en) Evaluation management method and device, electronic equipment and storage medium
CN114238128A (en) Test case generation method and device, electronic equipment and computer readable medium
KR20140034350A (en) Method of personalized detailed clinical model for clinical concept
Poorkiany et al. An explorative study on management and maintenance of systems for design and manufacture of customized products
CN110389955A (en) A kind of data warehouse scheduling file automatic creation system and generation method
CN111933228A (en) Method and device for realizing project distribution and management system in clinical research
Schamp et al. State-based verification of industrial control programs with the use of a digital model
Kugler et al. Method for the generation of use case related views for Digital Twins
Barlas et al. Towards automated simulation input data
Liu Integrating process mining with discrete-event simulation modeling
Listl et al. An Architecture for Knowledge Graph based Simulation Support
CN115392805B (en) Transaction type contract compliance risk diagnosis method and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20200921

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20200921

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Advanced innovation technology Co.,Ltd.

Address before: A four-storey 847 mailbox in Grand Cayman Capital Building, British Cayman Islands

Applicant before: Alibaba Group Holding Ltd.

TA01 Transfer of patent application right
RJ01 Rejection of invention patent application after publication

Application publication date: 20170919

RJ01 Rejection of invention patent application after publication