CN112799742A - Machine learning training system and method based on micro-service - Google Patents
Machine learning training system and method based on micro-service Download PDFInfo
- Publication number
- CN112799742A CN112799742A CN202110177370.2A CN202110177370A CN112799742A CN 112799742 A CN112799742 A CN 112799742A CN 202110177370 A CN202110177370 A CN 202110177370A CN 112799742 A CN112799742 A CN 112799742A
- Authority
- CN
- China
- Prior art keywords
- task
- user
- management service
- service
- data
- 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.)
- Granted
Links
- 238000010801 machine learning Methods 0.000 title claims abstract description 36
- 238000012549 training Methods 0.000 title claims abstract description 25
- 238000000034 method Methods 0.000 title claims description 20
- 238000007726 management method Methods 0.000 claims abstract description 67
- 238000013523 data management Methods 0.000 claims abstract description 16
- 238000013500 data storage Methods 0.000 claims abstract description 14
- 230000004048 modification Effects 0.000 claims abstract description 9
- 238000012986 modification Methods 0.000 claims abstract description 9
- 230000009471 action Effects 0.000 claims abstract description 7
- 230000008859 change Effects 0.000 claims description 3
- 238000011161 development Methods 0.000 description 8
- 238000004891 communication Methods 0.000 description 6
- 230000008569 process Effects 0.000 description 4
- 238000010586 diagram Methods 0.000 description 3
- 230000006870 function Effects 0.000 description 3
- 238000012423 maintenance Methods 0.000 description 3
- 230000008901 benefit Effects 0.000 description 2
- 238000009434 installation Methods 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 238000004458 analytical method Methods 0.000 description 1
- 238000013475 authorization Methods 0.000 description 1
- 238000006243 chemical reaction Methods 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000007613 environmental effect Effects 0.000 description 1
- 230000036541 health Effects 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 230000007704 transition Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Artificial Intelligence (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Data Mining & Analysis (AREA)
- Evolutionary Computation (AREA)
- Medical Informatics (AREA)
- Computing Systems (AREA)
- Mathematical Physics (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The invention provides a machine learning practical training system based on microservice, which comprises a user data management service and a user operation interface, wherein the user data management service is used for responding to operation actions of a user, storing user related information and providing the user operation interface, and the user related information comprises a user name, a mobile phone number, a login password and user operation data; the task management service is connected with the user management service and used for providing a task management interface and maintaining the tasks and task states of the user; the data storage service is connected with the user management service and is used for providing storage and modification operations of the data set; the executive machine management service is connected with the task management service to realize the registration and discovery of the executive machine and allocate computing resources to tasks through a scheduling algorithm; the computing resource comprises a plurality of execution machines, and the execution machines are computers provided with machine learning code operating environments and are used for executing computing tasks; and simultaneously calls the task management service to record the starting execution time and the task state.
Description
Technical Field
The invention relates to the technical improvement field of micro-services, in particular to a machine learning practical training system based on micro-services.
Background
The technical personnel in the past need to install and configure a complete development environment before programming to run the written code, but it is difficult for beginners just contacting programming, especially when needing to configure various development environments, various errors often occur in the process, and the idea of giving up learning is shown. Especially, in the development environment related to machine learning, more software libraries need to be installed, even the hardware platform needs to be concerned, and the installation package adapted to the hardware is installed, otherwise, the normal operation cannot be realized.
The online compiler is really a good choice when it is overwhelmed by environmental issues. Compared with a local environment, the online compiler is very lightweight, the website can be obtained by opening the website at any time, the configuration is not needed, the code is typed in, the result can be obtained at once by RUN, and the online compiler can be switched back and forth among a plurality of compilers. On-line compilers of various programming languages exist at present, such as codingground [ https:// www.tutorialspoint.com/codingground.htm ], techio [ https:// tech.io/snippet ] and texter [ https:// texter.com ], and through analysis of the above three existing on-line compilers, the compilers only provide a basic programming language operating environment, do not have installation of some high-level tool libraries, and cannot meet the operating requirements of machine learning codes.
A series of processes for applying machine learning techniques typically include: converting real world problems to machine learning problems, collecting data, performing feature engineering, selecting or designing model architecture, adjusting model parameters, evaluating model performance, deploying machine learning to online services, and maintaining high availability of services. To complete the series of processes from beginning to end, a business problem expert, a data scientist, an algorithm expert, a development engineer capable of engineering an algorithm, an operation and maintenance engineer capable of ensuring the external stable service of the system are often needed, and in addition, people are also needed to be responsible for solving the problems of large-scale cluster operation and maintenance and the like which are necessary for supporting training, model service and the like. Such a complex process and personnel configuration, for the students just entering the door, especially at school, who are learning, to experience machine learning in a short period of time is simply not possible.
Disclosure of Invention
In view of the defects of the prior art, the invention aims to provide a micro-service-based machine learning practical training system and method, through the platform, common students can build simple machine learning models, and for more experienced students and teachers, detailed work such as environment building, model deployment, service operation and maintenance, resource application and the like is not needed, the time for deploying the models is reduced from a day level to a minute level, and the learning interest of the students and the working efficiency of the teachers are greatly improved.
To achieve the above and other related objects, the present invention provides a machine learning training system based on microservice, the system comprising:
the user data management service is used for responding to the operation action of the user, storing the relevant information of the user and providing a user operation interface, wherein the relevant information of the user comprises a user name, a mobile phone number, a login password and user operation data;
task management service, which is connected with the user management service and is used for providing a task management interface and maintaining tasks and task states of users, wherein the task states at least comprise: an initial state, a waiting state, an execution state, a stop state and a completion state;
a data storage service, connected to the user management service, for providing storage and modification operations for data sets, the modification operations including: adding, retrieving, updating and deleting operations to enable a user to query the public data set and the autonomously uploaded data set;
the executive machine management service is connected with the task management service, realizes the registration and discovery of the executive machine and distributes computing resources to tasks through a scheduling algorithm;
the computing resource comprises a plurality of execution machines, and the execution machines are computers provided with machine learning code operating environments and used for executing computing tasks; and simultaneously calls the task management service to record the starting execution time and the task state.
In one implementation, the user data management service is configured to: the task management service is called to register the task in the idle state, and a task list is obtained from the task management service and displayed on a user interface; and uploading a custom machine learning training data set to the data storage service, and obtaining a data set list from the data storage service.
In one implementation, the user data management service includes a web application and a web database;
the web application is used for responding to the operation action of the user;
the web database stores user related information, wherein the user related information comprises a user name, a mobile phone number, a login password and user operation data.
In one implementation, the execution engine management service is configured to assign an execution engine to a task in an idle state to change the task to a wait state, and manage the execution engine using the registration and discovery feature of the microservice, and register the execution engine with the execution engine management service after the execution engine is started.
In addition, a machine learning practical training method based on micro service is also disclosed, and the method comprises the following steps:
running task data preset by a user through a user data management service, and adding the task into a task list;
creating a task in an initial state for the task based on the task list through a task management service;
detecting a task having the initial state via the executive management service, allocating computing resources to the task, wherein the computing resources comprise at least one executive, and changing the task to be in a waiting state;
the execution machine detects the task belonging to the execution machine, changes the task into an execution state after executing the task, and stores the running data after the task is executed, wherein the task is in a completion state.
As described above, the machine learning practical training system and method based on microservices provided by the embodiments of the present invention provide a lightweight machine learning algorithm operating environment for relevant students, scientific researchers, and engineers from the perspective of users, and can be used on any device equipped with a web browser; because the computer resource execution machine can be dynamically registered, under certain authorization, a user can install client software and register the computer of the user into the execution machine, thereby achieving the purpose of fully utilizing the computer resource. From the perspective of a system manager, the system is realized through highly decoupled fine-grained micro-services, the micro-services are smaller in granularity and are concentrated on completing a small task, so that each micro-service can be independently deployed and expanded, and the machine learning practical training environment has the advantages of being high in expansibility, high in maintainability, high in elasticity, low in dependency, capable of effectively supporting DevOps, technical heterogeneity and the like.
Drawings
Fig. 1 is a schematic structural diagram of a micro-service based machine learning training system according to an embodiment of the present invention.
Fig. 2 is a schematic diagram of a specific application of the micro-service based machine learning training system according to the embodiment of the present invention.
Fig. 3 is a schematic diagram of another specific application of the microservice-based machine learning practical training system according to the embodiment of the present invention.
Detailed Description
The embodiments of the present invention are described below with reference to specific embodiments, and other advantages and effects of the present invention will be easily understood by those skilled in the art from the disclosure of the present specification. The invention is capable of other and different embodiments and of being practiced or of being carried out in various ways, and its several details are capable of modification in various respects, all without departing from the spirit and scope of the present invention.
Please refer to fig. 1-3. It should be noted that the drawings provided in the present embodiment are only for illustrating the basic idea of the present invention, and the components related to the present invention are only shown in the drawings rather than drawn according to the number, shape and size of the components in actual implementation, and the type, quantity and proportion of the components in actual implementation may be changed freely, and the layout of the components may be more complicated.
Fig. 1-2 show a machine learning training system based on microservice according to an embodiment of the present invention, including: the user data management service is used for responding to the operation action of the user, storing the relevant information of the user and providing a user operation interface, wherein the relevant information of the user comprises a user name, a mobile phone number, a login password and user operation data; task management service, which is connected with the user management service and is used for providing a task management interface and maintaining tasks and task states of users, wherein the task states at least comprise: an initial state, a waiting state, an execution state, a stop state and a completion state; a data storage service, connected to the user management service, for providing storage and modification operations for data sets, the modification operations including: adding, retrieving, updating and deleting operations to enable a user to query the public data set and the autonomously uploaded data set; the executive machine management service is connected with the task management service, realizes the registration and discovery of the executive machine and distributes computing resources to tasks through a scheduling algorithm; the computing resource comprises a plurality of execution machines, and the execution machines are computers provided with machine learning code operating environments and used for executing computing tasks; and simultaneously calls the task management service to record the starting execution time and the task state.
It should be noted that the machine learning training environment of the present invention employs a micro-service architecture, the micro-service has a clear context boundary to enhance the modularization of the application, each service component can be synchronously developed without interference or conflict, the development speed is much faster than that of the traditional application architecture, and further agile development iteration is realized, and each service module can be quickly built only by determining the role of each component in the architecture. The working principle of each functional service in the system of the invention is as follows:
user data management service: user information, user operational data (code, data sets, models, etc.) are maintained. For example, comprising a web application and a web database, through which information received by the web application is stored.
The user data management service is also a UI user operation interface, the main interface of which is shown in fig. 3. Its main functions are to respond to the user's operation actions and to store user-related information. The user related information comprises a user name, a mobile phone number, a login password, user operation data and the like.
Two services which interact with the user data management service are respectively a task management service and a data storage service. The service calls a task management service to register a task in an idle state, at the moment, fields contained in the task are shown in a third area of an initial state node in the graph 1, and task data are stored in the task management service; the service can acquire a task list from the task management service and display the task list to a user interface; the service can upload a user-defined machine learning training data set to the data storage service; the service may obtain a list of data sets from a data storage service.
Task management service: the tasks and task states (initial state, wait state, execute state, stop state, and complete state) of all users are maintained.
The task management service is a more important service in the system and mainly provides a task management interface. Providing the operations of adding, modifying, deleting and inquiring tasks.
First, as shown in fig. 1, the embodiment of the present invention provides a corresponding relationship between various states and task attributes, and correspondingly, descriptions of the task attributes and their corresponding relationships are given in table 1 and table 2, respectively. The method comprises the steps of starting a task at start, setting the task as an initial state idle, setting the task as a wait waiting state after the task is distributed to a server, starting execution to enter an execution state Run after the waiting condition is finished, setting the task as a finish state after the execution is finished, setting the task as a stop state if the execution is stopped, restarting the task after the execution is started, and setting the wait waiting state. The task can be terminated by deleting the task when the task is in wait state, stop state, idle initial state and finish completion state.
TABLE 1
Task attributes | Description of the invention |
task_num | Task numbering |
data_set | Data set |
code_content | Code content |
code_tag | Code label (operation environment) |
create_time | Task creation time |
server_info | Information of execution machine |
start_time | Start run time |
stop_time | Stopping running time |
finish_time | End runtime |
task_output | Task execution reporting |
TABLE 2
Status name | Description of the invention |
IDLE | Initial state |
WAIT | Wait state |
RUN | Execution state |
Stop | Rest state |
FINISH | Completion status |
As shown in fig. 2, the task management system includes task management and a task database, specifically, the task management may be a software program for performing task management, and is used to implement the task management according to the present invention, and specifically, a person skilled in the art may implement the present invention through a software code without detailed description.
Data storage service: storage of data sets and CRUD operations (add (Create), Retrieve (Retrieve), Update (Update) and Delete (Delete)) are provided.
The data storage service stores training data sets, and users can query public data sets and autonomously uploaded data sets.
An execution machine: a computer having a machine learning code execution environment installed therein actively registers and merges into the system with the execution machine management service by starting the computing service.
The execution machine refers to a series of dynamic services, which respectively search the service belonging to the wait state from the task management service, acquire a required data set from the data storage service according to the searched task data, and call the task management service to record the start execution time (start _ time), wherein the task is in a run state; after the task execution is finished, the task management service is called to record execution result data (task _ output and finish _ time), and the task is in a finish state at the moment. If the run state is present, the task is stopped, and the stop time (stop _ time) is recorded, wherein the task is in the stop state.
Executing machine management service: and realizing the registration and discovery of the execution machine, and allocating the execution machine computing resources to the tasks through a scheduling algorithm.
As shown in fig. 2, the execution machine management service includes execution machine management and an execution machine database, specifically, the execution machine management may be a software program for executing the execution machine management, and is used to implement the execution machine management according to the present invention, specifically, a person skilled in the art may implement the present invention by using a software code without detailed description.
The executive management service is a scheduling service, and the main function of the executive management service is to allocate an executive to a task in an idle state so that the task can be identified by the executive and can be subsequently processed. When the execution machines are required to be distributed, some execution machines need to be managed, the execution machine management service utilizes the registration of the microservice and the characteristic discovery management execution machine, and the execution machine is registered to the service after being started; before the executive machine management service distributes the executive machines to the tasks in idle states, health check is carried out, and the executive machines are found.
One microservice architecture system, in addition to a wide variety of services, another important element is communication between services. The communication relationship between the services of the system of the present invention is shown in fig. 2. The specific information interaction mode, communication protocol, implementation framework, and message format are explained below:
1. RESTful protocol
REST is essentially an architectural style in which presentation state transitions are a set of architectural constraints and principles. While software system architectures that satisfy this architectural style are considered RESTful. RESTful architecture emphasizes: 1) locating the resource using the URI; 2) performing resource operation through the expression, wherein the resource can be XML, JSON, binary files and the like; 3) the client makes the server generate the presentation layer state conversion by using 4 HTTP verbs (GET, POST, PUT, DELETE). The RESTful API refers to an API that makes calling resources very convenient and intuitive, while also reducing the complexity of the service.
Input and output interfaces related to the user data management service are RESTful, which is a communication protocol commonly used for Web development, and other protocols are not introduced, so that the independence of the service is maintained. As in fig. 2, communication using the RESTful interface is: registering tasks, task lists, uploading data and data lists.
2. RPC protocol
RPC (remote Procedure Call) is the "remote Procedure Call". An RPC is a service that allows a program to call a class method or function in another address space, usually on another machine. The method is a technology which is erected on a computer network and hides an underlying network, can call a remote program like calling a local service, and improves the throughput capacity under the condition of low coding cost.
The micro-service RPC framework has various types, the gRPC is used by Google, the gRPC is a high-performance framework for realizing RPC service for Google development and source opening, and is based on an http2.0 protocol, and the working efficiency of the framework is higher than that of a RESTful framework based on an http1.1 protocol. The method call, call parameters, response parameters and the like are transmitted between two servers, the parameters need to be serialized, the gRPC adopts the syntax of a protocol buffer (check proto), the method, the parameters and the response format to be called can be defined through the proto syntax, the remote method call can be conveniently completed, and the parameter extension and the parameter update are very facilitated.
The invention uses RPC mode to communicate with other back-end service except user data management service. As shown in fig. 2, the gRPC framework is used for communication: allocating an executive machine, discovering an idle task, executing a task, discovering a wait task, registering a service, discovering the service, naming a data set and a data file; fig. 3 is a design drawing of a user operation panel in a machine learning practical training environment according to an embodiment of the present invention.
The foregoing embodiments are merely illustrative of the principles and utilities of the present invention and are not intended to limit the invention. Any person skilled in the art can modify or change the above-mentioned embodiments without departing from the spirit and scope of the present invention. Accordingly, it is intended that all equivalent modifications or changes which can be made by those skilled in the art without departing from the spirit and technical spirit of the present invention be covered by the claims of the present invention.
Claims (5)
1. A machine learning training system based on microservice, the system comprising:
the user data management service is used for responding to the operation action of the user, storing the relevant information of the user and providing a user operation interface, wherein the relevant information of the user comprises a user name, a mobile phone number, a login password and user operation data;
task management service, which is connected with the user management service and is used for providing a task management interface and maintaining tasks and task states of users, wherein the task states at least comprise: an initial state, a waiting state, an execution state, a stop state and a completion state;
a data storage service, connected to the user management service, for providing storage and modification operations for data sets, the modification operations including: adding, retrieving, updating and deleting operations to enable a user to query the public data set and the autonomously uploaded data set;
the executive machine management service is connected with the task management service, realizes the registration and discovery of the executive machine and distributes computing resources to tasks through a scheduling algorithm;
the computing resource comprises a plurality of execution machines, and the execution machines are computers provided with machine learning code operating environments and used for executing computing tasks; and simultaneously calls the task management service to record the starting execution time and the task state.
2. The microservice-based machine learning training system of claim 1, wherein the user data management service is configured to: the task management service is called to register the task in the idle state, and a task list is obtained from the task management service and displayed on a user interface; and uploading a custom machine learning training data set to the data storage service, and obtaining a data set list from the data storage service.
3. The microservice-based machine learning training system of claim 1, wherein the user data management service comprises a web application and a web database;
the web application is used for responding to the operation action of the user;
the web database stores user related information, wherein the user related information comprises a user name, a mobile phone number, a login password and user operation data.
4. The microservice-based machine learning training system of claim 1, wherein the executive management service is configured to assign an executive to a task in idle state, change the task to wait state, and manage the executive using the registration and discovery feature of the microservice, the executive registering with the executive management service after starting.
5. A machine learning practical training method based on micro service is characterized by comprising the following steps:
running task data preset by a user through a user data management service, and adding the task into a task list;
creating a task in an initial state for the task based on the task list through a task management service;
detecting a task having the initial state via the executive management service, allocating computing resources to the task, wherein the computing resources comprise at least one executive, and changing the task to be in a waiting state;
the execution machine detects the task belonging to the execution machine, changes the task into an execution state after executing the task, and stores the running data after the task is executed, wherein the task is in a completion state.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110177370.2A CN112799742B (en) | 2021-02-09 | 2021-02-09 | Machine learning practical training system and method based on micro-service |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110177370.2A CN112799742B (en) | 2021-02-09 | 2021-02-09 | Machine learning practical training system and method based on micro-service |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112799742A true CN112799742A (en) | 2021-05-14 |
CN112799742B CN112799742B (en) | 2024-02-13 |
Family
ID=75814914
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110177370.2A Active CN112799742B (en) | 2021-02-09 | 2021-02-09 | Machine learning practical training system and method based on micro-service |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112799742B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114301986A (en) * | 2021-12-31 | 2022-04-08 | 上海孚典智能科技有限公司 | Micro-service scheduling and communication optimization system based on machine learning |
Citations (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106371931A (en) * | 2016-09-30 | 2017-02-01 | 电子科技大学 | Web framework-based high-performance geocomputation service system |
US9766927B1 (en) * | 2015-10-06 | 2017-09-19 | Amazon Technologies, Inc. | Data flow management in processing workflows |
CN107942720A (en) * | 2017-09-30 | 2018-04-20 | 成都飞机工业(集团)有限责任公司 | A kind of online flight Simulation System of portable type ground |
CN109144724A (en) * | 2018-07-27 | 2019-01-04 | 众安信息技术服务有限公司 | A kind of micro services resource scheduling system and method |
US20190087178A1 (en) * | 2017-09-18 | 2019-03-21 | International Business Machines Corporation | Adaptable management of web application state in a micro-service architecture |
CN109885389A (en) * | 2019-02-19 | 2019-06-14 | 山东浪潮云信息技术有限公司 | A kind of parallel deep learning scheduling training method and system based on container |
CN109920295A (en) * | 2019-04-01 | 2019-06-21 | 南京康尼电气技术有限公司 | A kind of intelligent industrial internet teaching experience system and method |
US20190356555A1 (en) * | 2018-05-17 | 2019-11-21 | Microsoft Technology Licensing, Llc | Machine learning microservice architecture design tools and methods |
CN110569675A (en) * | 2019-09-18 | 2019-12-13 | 上海海事大学 | Multi-Agent transaction information protection method based on block chain technology |
CN110633208A (en) * | 2019-08-22 | 2019-12-31 | 浙江大搜车软件技术有限公司 | Incremental code coverage rate testing method and system |
CN111324435A (en) * | 2020-02-06 | 2020-06-23 | 北京奇艺世纪科技有限公司 | Distributed task scheduling and registering method, device and distributed task scheduling system |
WO2020133967A1 (en) * | 2018-12-26 | 2020-07-02 | 深圳市网心科技有限公司 | Method for scheduling shared computing resources, shared computing system, server, and storage medium |
CN111475373A (en) * | 2020-03-10 | 2020-07-31 | 中国平安人寿保险股份有限公司 | Service control method and device under micro service, computer equipment and storage medium |
CN111913715A (en) * | 2020-07-30 | 2020-11-10 | 上海数策软件股份有限公司 | Micro-service based machine learning automation process management and optimization system and method |
CN112000448A (en) * | 2020-07-17 | 2020-11-27 | 北京计算机技术及应用研究所 | Micro-service architecture-based application management method |
US20200394566A1 (en) * | 2019-06-14 | 2020-12-17 | Open Text Sa Ulc | Systems and methods for lightweight cloud-based machine learning model service |
CN112311605A (en) * | 2020-11-06 | 2021-02-02 | 北京格灵深瞳信息技术有限公司 | Cloud platform and method for providing machine learning service |
CN112327813A (en) * | 2020-11-23 | 2021-02-05 | 华能国际电力股份有限公司 | Thermal power generating unit expert remote diagnosis system based on cloud service |
CN113434284A (en) * | 2021-08-27 | 2021-09-24 | 华控清交信息科技(北京)有限公司 | Privacy computation server side equipment, system and task scheduling method |
-
2021
- 2021-02-09 CN CN202110177370.2A patent/CN112799742B/en active Active
Patent Citations (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9766927B1 (en) * | 2015-10-06 | 2017-09-19 | Amazon Technologies, Inc. | Data flow management in processing workflows |
CN106371931A (en) * | 2016-09-30 | 2017-02-01 | 电子科技大学 | Web framework-based high-performance geocomputation service system |
US20190087178A1 (en) * | 2017-09-18 | 2019-03-21 | International Business Machines Corporation | Adaptable management of web application state in a micro-service architecture |
CN107942720A (en) * | 2017-09-30 | 2018-04-20 | 成都飞机工业(集团)有限责任公司 | A kind of online flight Simulation System of portable type ground |
US20190356555A1 (en) * | 2018-05-17 | 2019-11-21 | Microsoft Technology Licensing, Llc | Machine learning microservice architecture design tools and methods |
CN109144724A (en) * | 2018-07-27 | 2019-01-04 | 众安信息技术服务有限公司 | A kind of micro services resource scheduling system and method |
WO2020133967A1 (en) * | 2018-12-26 | 2020-07-02 | 深圳市网心科技有限公司 | Method for scheduling shared computing resources, shared computing system, server, and storage medium |
CN109885389A (en) * | 2019-02-19 | 2019-06-14 | 山东浪潮云信息技术有限公司 | A kind of parallel deep learning scheduling training method and system based on container |
CN109920295A (en) * | 2019-04-01 | 2019-06-21 | 南京康尼电气技术有限公司 | A kind of intelligent industrial internet teaching experience system and method |
US20200394566A1 (en) * | 2019-06-14 | 2020-12-17 | Open Text Sa Ulc | Systems and methods for lightweight cloud-based machine learning model service |
CN110633208A (en) * | 2019-08-22 | 2019-12-31 | 浙江大搜车软件技术有限公司 | Incremental code coverage rate testing method and system |
CN110569675A (en) * | 2019-09-18 | 2019-12-13 | 上海海事大学 | Multi-Agent transaction information protection method based on block chain technology |
CN111324435A (en) * | 2020-02-06 | 2020-06-23 | 北京奇艺世纪科技有限公司 | Distributed task scheduling and registering method, device and distributed task scheduling system |
CN111475373A (en) * | 2020-03-10 | 2020-07-31 | 中国平安人寿保险股份有限公司 | Service control method and device under micro service, computer equipment and storage medium |
CN112000448A (en) * | 2020-07-17 | 2020-11-27 | 北京计算机技术及应用研究所 | Micro-service architecture-based application management method |
CN111913715A (en) * | 2020-07-30 | 2020-11-10 | 上海数策软件股份有限公司 | Micro-service based machine learning automation process management and optimization system and method |
CN112311605A (en) * | 2020-11-06 | 2021-02-02 | 北京格灵深瞳信息技术有限公司 | Cloud platform and method for providing machine learning service |
CN112327813A (en) * | 2020-11-23 | 2021-02-05 | 华能国际电力股份有限公司 | Thermal power generating unit expert remote diagnosis system based on cloud service |
CN113434284A (en) * | 2021-08-27 | 2021-09-24 | 华控清交信息科技(北京)有限公司 | Privacy computation server side equipment, system and task scheduling method |
Non-Patent Citations (3)
Title |
---|
刘富春;胡芹;: "基于分布式离散事件系统监控理论的云资源动态调度", 信息与控制, no. 05, pages 558 - 563 * |
张千;梁鸿;石;关新全;: "基于框架技术的通用虚拟计算平台实现方法", 计算机工程, no. 09, pages 88 - 93 * |
曾明星;王晓波;周清平;郭鑫;: "基于云计算的软件工程专业校企合作实训平台构建研究", 现代教育技术, no. 01, pages 107 - 112 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114301986A (en) * | 2021-12-31 | 2022-04-08 | 上海孚典智能科技有限公司 | Micro-service scheduling and communication optimization system based on machine learning |
Also Published As
Publication number | Publication date |
---|---|
CN112799742B (en) | 2024-02-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110989983B (en) | Zero-coding application software rapid construction system | |
Rosenberg et al. | An end-to-end approach for QoS-aware service composition | |
US5758351A (en) | System and method for the creation and use of surrogate information system objects | |
Jazayeri | Some trends in web application development | |
CN108614776A (en) | Across the dynamic fixing method and system of language protocol test request | |
CN102375731B (en) | Coding-free integrated application platform system | |
CN108737168B (en) | Container-based micro-service architecture application automatic construction method | |
US7370335B1 (en) | System and method for providing a public application program interface | |
CN104954453A (en) | Data mining REST service platform based on cloud computing | |
CN101356522A (en) | Dynamically repositioning workflow by end users | |
KR101588592B1 (en) | Hybrid application development system based on object relational mapping and the method thereof | |
US20120089931A1 (en) | Lightweight operation automation based on gui | |
CN104850583A (en) | Distributed collaborative analysis system and method of massive climate pattern model output data | |
Alulema et al. | A model-driven engineering approach for the service integration of IoT systems | |
CN112799742B (en) | Machine learning practical training system and method based on micro-service | |
CN111381811A (en) | Software resource integration platform suitable for integration of multiple types of information systems | |
Uhryn et al. | Service-Oriented Architecture Development as an Integrating Platform in the Tourist Area. | |
CN100547967C (en) | Mesh operation supervisor and grid job management method | |
Luo et al. | Distributed web-based simulation optimization | |
CN109062548B (en) | Web service expansion method and system based on workflow construction | |
Hamida et al. | Integrated CHOReOS middleware-Enabling large-scale, QoS-aware adaptive choreographies | |
US20240176732A1 (en) | Advanced application of model operations in energy | |
CN113504898B (en) | Front-end assembly rapid processing method, system and computer storage medium for realizing business arrangement | |
US10157360B1 (en) | Smart bricks information system | |
Loke | Building taskable spaces over ubiquitous services |
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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant |