CN116911715A - Logistics identification and distribution robot based on artificial intelligence and control method thereof - Google Patents

Logistics identification and distribution robot based on artificial intelligence and control method thereof Download PDF

Info

Publication number
CN116911715A
CN116911715A CN202311169544.6A CN202311169544A CN116911715A CN 116911715 A CN116911715 A CN 116911715A CN 202311169544 A CN202311169544 A CN 202311169544A CN 116911715 A CN116911715 A CN 116911715A
Authority
CN
China
Prior art keywords
commodity
data
information
user
model
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
Application number
CN202311169544.6A
Other languages
Chinese (zh)
Other versions
CN116911715B (en
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.)
Y2T Technology Co Ltd
Original Assignee
Y2T Technology Co 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 Y2T Technology Co Ltd filed Critical Y2T Technology Co Ltd
Priority to CN202311169544.6A priority Critical patent/CN116911715B/en
Publication of CN116911715A publication Critical patent/CN116911715A/en
Application granted granted Critical
Publication of CN116911715B publication Critical patent/CN116911715B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/08Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
    • G06Q10/083Shipping
    • 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/29Geographical information databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/25Fusion techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Artificial Intelligence (AREA)
  • Evolutionary Computation (AREA)
  • Business, Economics & Management (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Computing Systems (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Mathematical Physics (AREA)
  • Economics (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Biomedical Technology (AREA)
  • Tourism & Hospitality (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Strategic Management (AREA)
  • Evolutionary Biology (AREA)
  • Quality & Reliability (AREA)
  • Operations Research (AREA)
  • Marketing (AREA)
  • Remote Sensing (AREA)
  • Health & Medical Sciences (AREA)
  • General Business, Economics & Management (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Human Resources & Organizations (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Development Economics (AREA)
  • Medical Informatics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application provides a logistics recognition and distribution robot based on artificial intelligence and a control method thereof, which aim to solve the problem that a user needs to manually input a distribution address in the conventional electronic commerce platform. The robot mainly comprises a data collection module, a data processing module, a data fusion module and an address generation module. The data collection module collects commodity information and associated user information, the data processing module cleans and performs characteristic engineering on the collected data, the data fusion module fuses the commodity information and the associated user information by using the BERT model, and the address generation module finally generates a distribution address for the commodity according to the fusion information by using the GPT model.

Description

Logistics identification and distribution robot based on artificial intelligence and control method thereof
Technical Field
The application belongs to the field of intersection of electronic commerce and artificial intelligence technology, and particularly relates to workflow allocation and address generation by using an artificial intelligence model. In particular, the application relates to an artificial intelligence-based logistics recognition and distribution robot and a control method thereof.
Background
In the current e-commerce platform, users often need to manually fill out or select delivery addresses already stored in the e-commerce platform when purchasing goods, and several major problems exist in this process. First, manually entering an address is not only time consuming, but can also lead to dispensing problems due to incorrect filling. Second, for a scenario where multiple items may require different shipping addresses, the user needs to repeat the address selection operation, which greatly reduces the shopping experience. For example, a user may wish to deliver office supplies to a corporate address and daily necessities to a residential address. Meanwhile, for a new user of the e-commerce platform, since the platform does not store their possible shipping addresses, the new user has to manually fill in the shipping addresses after purchasing the merchandise.
With the rapid development of artificial intelligence technology, especially the breakthrough in the fields of deep learning and natural language processing, artificial intelligence has achieved remarkable application results in a plurality of industries. Particularly in the e-commerce and logistics industries, the artificial intelligence technology can not only optimize commodity recommendation, but also improve the efficiency of warehouse management and logistics distribution. The algorithm can process a large amount of complex data, automatically solve the problems such as inventory management, demand prediction, optimal path planning and the like, and greatly improve the overall operation efficiency and user experience.
BERT is an advanced natural language processing model that understands data by a bi-directional transducer encoder to obtain deep information contained in the data, which is used in the present application to capture the deep information of the collected data.
GPT is a model with text generation as the main function. Unlike BERT, GPT uses a unidirectional transducer as its encoder and focuses on generating the next text from a given context. The GPT model has powerful natural language generation capabilities, including but not limited to text summarization, machine translation, and natural language dialogue, among other application scenarios. The high flexibility and generating capability make the GPT model excellent in processing various and complex text generating tasks, and the GPT model is used as a model for generating addresses in the application;
in view of the deep expression capability of the BERT and the text generation capability of the GPT, the application aims to automatically generate the delivery address for the user by combining the BERT and the information of the related user, and solves or partially solves the problem that the user needs to manually input or select the delivery address when shopping on an e-commerce platform.
Disclosure of Invention
The application provides a logistics recognition and distribution robot based on artificial intelligence and a control method thereof, which aim to solve the problems in the prior art proposed by the background art.
In order to achieve the above object, the present application provides a logistics recognition and distribution robot based on artificial intelligence, which is characterized in that the robot comprises the following modules:
the data collection module is used for collecting commodity information purchased by a user and associated user information;
the commodity information comprises commodity names, commodity descriptions, commodity prices, commodity comments, commodity scores, commodity categories and commodity discount information;
the related user information comprises a user name, a delivery address, a delivery telephone number and delivery commodity information of the related user, wherein the delivery commodity information comprises commodity names, commodity descriptions, commodity prices, commodity comments, commodity scores, commodity categories and commodity discount information of delivery commodities;
the data collection is completed through the following steps:
step 1: and (3) commodity information collection: the commodity information collection includes capturing name, description, price, comments, scores, categories, and discount information for the commodity purchased by the user from a database or other data source;
step 2: and (3) associated user identification: the associated user identification includes running a specific method to find other users associated with the current user, typically based on commonly purchased goods or cross-referenced contact information;
step 3: associated user information collection: the associated user information collection includes obtaining user names, delivery addresses, delivery telephone numbers of other users associated with the current user from a database or other data source;
step 4: and (5) collecting commodity information of the associated user: the related user commodity information collection comprises the steps of obtaining the name, description, price, comments, scores, categories and discount information of commodities purchased by the related user;
step 5: data integration: the data integration includes integrating all of the collected merchandise information and associated user information into a unified data structure for subsequent processing and analysis.
The data processing module is used for processing the data integrated by the data collecting module;
the processing process comprises the following steps:
step 1: data cleaning: the data cleaning comprises removing or correcting inconsistencies, missing values or obvious erroneous data in the data set;
step 2: text preprocessing: the text preprocessing comprises removing stop words and segmentation words for commodity descriptions, comments and other text fields;
step 3: data characteristic engineering: word2vec is used to generate word embeddings for the above-described word segmentation.
And a data fusion module: the method comprises the steps of fusing commodity information and associated user information together through BERT to obtain deep information;
the fusion steps are as follows:
step 1: BERT model configuration and initialization: the BERT model configuration and initialization comprises the steps of selecting a pre-trained BERT model, configuring model parameters such as the number of layers, the number of hidden units and the number of heads, and then initializing the model;
the method specifically comprises the following steps:
step 1.1: loading a pre-trained BERT model: acquiring a BERT model stored with pre-training weights;
step 1.2: parameter configuration: setting configuration parameters of the BERT model, including learning rate, batch size and optimizer type;
step 1.3: initializing a model: after all necessary parameters are configured, initializing a BERT model;
step 2: embedding words obtained by the data processing module into the BERT model to obtain fusion embedded information fused with commodity information and associated user information;
the method specifically comprises the following steps:
step 2.1: embedding and inputting words of commodity information and associated user information into the BERT model in parallel;
step 2.2: forward propagation calculation is carried out, and a multi-layer transducer network structure of the BERT model is adopted;
step 2.3: and obtaining the fused embedded from the output layer of the BERT model.
The address generation module is used for inputting the fusion vector output by the data fusion module into the trained GPT model and generating different addresses for different commodities purchased by a user;
the address generation process comprises the following steps:
step 1: GPT model preparation and configuration: the GPT model preparation and configuration comprises the steps of selecting a pre-trained GPT model and configuring parameters of the model, including the number of layers, the number of hidden units and the number of heads;
step 2: address generation policy configuration: the address generation policy configuration includes setting constraint conditions of the generated address, such as maximum generation length, generation temperature (controlling the diversity of generated text), and other necessary generation policies;
step 3: address generation performs: the address generation execution includes inputting the fusion vector and the generation policy to a GPT model to generate a final dispatch address.
The application also provides a control method of the logistics recognition and distribution robot based on artificial intelligence, which is characterized by comprising the following steps:
step 1: commodity data and associated user data are collected;
the method specifically comprises the following steps:
step 1.1: and (3) commodity information collection, namely capturing the names, descriptions, prices, comments, scores, categories and discount information of commodities purchased by the user from a database or other data source.
Step 1.2: associated user identification, running a specific method to find other users associated with the current user, typically based on commonly purchased goods or cross-referenced contact information.
Step 1.3: and (3) collecting associated user information, and acquiring the user names, distribution addresses and distribution telephone numbers of other users associated with the current user from a database or other data sources.
Step 1.4: and (5) collecting commodity information of the associated user, and acquiring the name, description, price, comments, scores, categories and discount information of the commodities purchased by the associated user.
Step 1.5: and integrating the data, namely integrating all the collected commodity information and the associated user information into a unified data structure so as to carry out subsequent processing and analysis.
Step 2: processing commodity data and associated user data collected according to the step 1;
the method specifically comprises the following steps:
step 2.1: data cleansing, removing or correcting inconsistencies, missing values, or apparent erroneous data in the data set.
Step 2.2: text preprocessing, namely removing stop words and segmentation words from commodity descriptions, comments and other text fields.
Step 2.3: and (3) data feature engineering, namely generating word embedding of the word segmentation by using word2 vec.
Step 3: fusing the commodity data processed in the step 2 with the associated user number data;
the method specifically comprises the following steps:
step 3.1: the BERT model configuration and initialization, selecting a pre-trained BERT model, configuring model parameters such as the layer number, the number of hidden units and the number of heads, and then initializing the model.
Step 3.2: and data input, namely embedding the words obtained by the data processing module into the BERT model to obtain the fusion embedded product fused with commodity information and associated user information.
Step 4: generating a distribution address for each commodity according to the result of the step 3;
the method specifically comprises the following steps:
step 4.1: GPT model preparation and configuration, selecting a pre-trained GPT model, and configuring parameters of the model, including the number of layers, the number of hidden units and the number of heads.
Step 4.2: the address generation policy configuration sets constraint conditions for generating the address, such as maximum generation length, generation temperature (controlling the diversity of generated text), and other necessary generation policies.
Step 4.3: and executing address generation, inputting the fusion vector and the generation strategy into a GPT model, and generating a final delivery address.
Drawings
FIG. 1 is a flow chart of a method for controlling a logistics recognition and distribution robot based on artificial intelligence.
Detailed Description
The following describes an embodiment of the present application in detail with reference to the drawings and examples, and as shown in fig. 1, the method for controlling a logistics recognition and distribution robot based on artificial intelligence provided by the present application includes the following steps:
step 1: commodity data and associated user data are collected;
the method specifically comprises the following steps:
step 1.1: and (3) commodity information collection, namely capturing the names, descriptions, prices, comments, scores, categories and discount information of commodities purchased by the user from a database or other data source.
Step 1.2: associated user identification, running a specific method to find other users associated with the current user, typically based on commonly purchased goods or cross-referenced contact information; one possible associated user determination method determines an associated user based on the registered contact of the current user. For example, the current user a registers an account of the e-commerce platform through a mobile phone number, and the commodity distribution telephone of the registered user B of the platform comprises the registered mobile phone number of the current user a, then the user B can be determined as an associated user of the current user a;
step 1.3: and (3) collecting associated user information, and acquiring the user names, distribution addresses and distribution telephone numbers of other users associated with the current user from a database or other data sources.
Step 1.4: and (5) collecting commodity information of the associated user, and acquiring the name, description, price, comments, scores, categories and discount information of the commodities purchased by the associated user.
Step 1.5: and integrating the data, namely integrating all the collected commodity information and the associated user information into a unified data structure so as to carry out subsequent processing and analysis.
Step 2: processing commodity data and associated user data collected according to the step 1;
the method specifically comprises the following steps:
step 2.1: data cleansing, removing or correcting inconsistencies, missing values, or apparent erroneous data in the data set.
Step 2.2: text preprocessing, namely removing stop words and segmentation words from commodity descriptions, comments and other text fields.
Step 2.3: and (3) data feature engineering, namely generating word embedding of the word segmentation by using word2 vec.
Step 3: fusing the commodity data processed in the step 2 with the associated user number data;
the method specifically comprises the following steps:
step 3.1: the BERT model configuration and initialization, selecting a pre-trained BERT model, configuring model parameters such as the layer number, the number of hidden units and the number of heads, and then initializing the model.
Step 3.2: and data input, namely embedding the words obtained by the data processing module into the BERT model to obtain the fusion embedded product fused with commodity information and associated user information.
One possible code implementation is as follows:
step 4: generating a distribution address for each commodity according to the result of the step 3;
the method specifically comprises the following steps:
step 4.1: GPT model preparation and configuration, selecting a pre-trained GPT model, and configuring parameters of the model, including the number of layers, the number of hidden units and the number of heads.
Step 4.2: the address generation policy configuration sets constraint conditions for generating the address, such as maximum generation length, generation temperature (controlling the diversity of generated text), and other necessary generation policies.
Step 4.3: and executing address generation, inputting the fusion vector and the generation strategy into a GPT model, and generating a final delivery address.
One possible code is as follows:
compared with the prior art, the application has the following beneficial effects:
the innovation of the present application is mainly embodied in two aspects. First aspect: the BERT and GPT models are utilized to automatically assign different logistics addresses to different commodities of a user. Second,: the information of the commodity and the information of the related user are innovatively fused by using the BERT, and the information is unified into the fusion vector with deep information and is input into the GPT model, so that the GPT model can automatically generate an address for the user without considering the user as a new user or an old user, and the user experience is greatly improved for the new user and the old user.
It should be noted that, in addition to the above-described embodiments, any reasonable modification of the present application should be regarded as being within the scope of the claimed application.

Claims (7)

1. Logistics recognition and distribution robot based on artificial intelligence, which is characterized by comprising the following modules:
the data collection module is used for collecting commodity information purchased by a user and associated user information;
the data processing module is used for processing commodity information and user related information collected by the data collecting module;
the data fusion module is used for fusing the commodity information and the associated user information together through BERT to obtain a fusion vector;
the address generation module is used for inputting the fusion vector output by the data fusion module into the trained GPT model and generating different addresses for different commodities purchased by the user.
2. The artificial intelligence based logistics recognition and distribution robot of claim 1, wherein the commodity information comprises commodity name, commodity description, commodity price, commodity comment, commodity score, commodity category, commodity discount information;
the related user information comprises a user name, a delivery address, a delivery telephone number and delivery commodity information of the related user, wherein the delivery commodity information comprises commodity names, commodity descriptions, commodity prices, commodity comments, commodity scores, commodity categories and commodity discount information of delivery commodities.
3. The artificial intelligence based logistics recognition dispensing robot of claim 1, wherein the data processing module performs data collection by:
step 1: and (3) commodity information collection: the commodity information collection includes capturing name, description, price, comments, scores, categories, and discount information for the commodity purchased by the user from a database or other data source;
step 2: and (3) associated user identification: the associated user identification includes running a specific method to find other users associated with the current user, typically based on commonly purchased goods or cross-referenced contact information;
step 3: associated user information collection: the associated user information collection includes obtaining user names, delivery addresses, delivery telephone numbers of other users associated with the current user from a database or other data source;
step 4: and (5) collecting commodity information of the associated user: the related user commodity information collection comprises the steps of obtaining the name, description, price, comments, scores, categories and discount information of commodities purchased by the related user;
step 5: data integration: the data integration includes integrating all of the collected merchandise information and associated user information into a unified data structure for subsequent processing and analysis.
4. The artificial intelligence based logistics recognition dispensing robot of claim 1, wherein the data processing module process comprises the steps of:
step 1: data cleaning: the data cleaning comprises removing or correcting inconsistencies, missing values or obvious erroneous data in the data set;
step 2: text preprocessing: the text preprocessing comprises removing stop words and segmentation words for commodity descriptions, comments and other text fields;
step 3: data characteristic engineering: word2vec is used to generate word embeddings for the above-described word segmentation.
5. The logistics recognition and distribution robot based on artificial intelligence of claim 1, wherein the step of fusing the data fusion module comprises:
step 1: BERT model configuration and initialization: the BERT model configuration and initialization comprises the steps of selecting a pre-trained BERT model, configuring model parameters such as the number of layers, the number of hidden units and the number of heads, and then initializing the model;
step 2: and embedding the words obtained by the data processing module into the BERT model to obtain the fusion embedded product fused with the commodity information and the associated user information.
6. The artificial intelligence based logistics recognition and distribution robot of claim 1, wherein the address generation module generates the distribution address for the different goods in accordance with the steps of:
step 1: GPT model preparation and configuration: the GPT model preparation and configuration comprises the steps of selecting a pre-trained GPT model and configuring parameters of the model, including the number of layers, the number of hidden units and the number of heads;
step 2: address generation policy configuration: the address generation strategy configuration comprises the steps of setting constraint conditions of the generated address, including maximum generation length, generation temperature and other necessary generation strategies;
step 3: address generation performs: the address generation execution includes inputting the fusion vector and the generation policy to a GPT model to generate a final dispatch address.
7. A logistic recognition and distribution robot control method based on artificial intelligence, characterized in that the robot is the robot according to claim 1, the control method comprising the steps of:
step 1: commodity data and associated user data are collected;
step 2: processing commodity data and associated user data collected according to the step 1;
step 3: fusing the commodity data processed in the step 2 with the associated user number data;
step 4: and generating a delivery address for each commodity according to the result of the step 3.
CN202311169544.6A 2023-09-12 2023-09-12 Logistics identification and distribution robot based on artificial intelligence and control method thereof Active CN116911715B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311169544.6A CN116911715B (en) 2023-09-12 2023-09-12 Logistics identification and distribution robot based on artificial intelligence and control method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311169544.6A CN116911715B (en) 2023-09-12 2023-09-12 Logistics identification and distribution robot based on artificial intelligence and control method thereof

Publications (2)

Publication Number Publication Date
CN116911715A true CN116911715A (en) 2023-10-20
CN116911715B CN116911715B (en) 2023-12-08

Family

ID=88358737

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311169544.6A Active CN116911715B (en) 2023-09-12 2023-09-12 Logistics identification and distribution robot based on artificial intelligence and control method thereof

Country Status (1)

Country Link
CN (1) CN116911715B (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090259561A1 (en) * 2008-04-15 2009-10-15 Donald Robert Martin Boys Method and System for Correlation of Product Quantities to Multiple Ship-to Addresses for a Single Online Order
CN103297551A (en) * 2012-02-29 2013-09-11 腾讯科技(深圳)有限公司 Method, server and system for automatically obtaining address
CN105630804A (en) * 2014-10-31 2016-06-01 阿里巴巴集团控股有限公司 Associated address determination method and apparatus
CN113378552A (en) * 2021-07-06 2021-09-10 焦点科技股份有限公司 Commodity title generation method based on multi-mode GPT2 model
CN113590893A (en) * 2021-06-22 2021-11-02 阿里巴巴新加坡控股有限公司 Control method, display method and electronic equipment
US20220030382A1 (en) * 2020-07-22 2022-01-27 Pandemic Insights, Inc. Privacy-protecting pandemic-bio-surveillance multi pathogen systems
CN114020921A (en) * 2021-12-17 2022-02-08 成都数联云算科技有限公司 Text processing method, device, equipment and storage medium
CN114610935A (en) * 2022-05-12 2022-06-10 之江实验室 Method and system for synthesizing semantic image of text control image style
US11657307B1 (en) * 2019-11-27 2023-05-23 Amazon Technologies, Inc. Data lake-based text generation and data augmentation for machine learning training
CN116521990A (en) * 2023-04-18 2023-08-01 微梦创科网络科技(中国)有限公司 Method, apparatus, electronic device and computer readable medium for material processing
CN116595023A (en) * 2023-05-31 2023-08-15 平安科技(深圳)有限公司 Address information updating method and device, electronic equipment and storage medium
CN116701734A (en) * 2023-08-07 2023-09-05 深圳市智慧城市科技发展集团有限公司 Address text processing method and device and computer readable storage medium

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090259561A1 (en) * 2008-04-15 2009-10-15 Donald Robert Martin Boys Method and System for Correlation of Product Quantities to Multiple Ship-to Addresses for a Single Online Order
CN103297551A (en) * 2012-02-29 2013-09-11 腾讯科技(深圳)有限公司 Method, server and system for automatically obtaining address
CN105630804A (en) * 2014-10-31 2016-06-01 阿里巴巴集团控股有限公司 Associated address determination method and apparatus
US11657307B1 (en) * 2019-11-27 2023-05-23 Amazon Technologies, Inc. Data lake-based text generation and data augmentation for machine learning training
US20220030382A1 (en) * 2020-07-22 2022-01-27 Pandemic Insights, Inc. Privacy-protecting pandemic-bio-surveillance multi pathogen systems
CN113590893A (en) * 2021-06-22 2021-11-02 阿里巴巴新加坡控股有限公司 Control method, display method and electronic equipment
CN113378552A (en) * 2021-07-06 2021-09-10 焦点科技股份有限公司 Commodity title generation method based on multi-mode GPT2 model
CN114020921A (en) * 2021-12-17 2022-02-08 成都数联云算科技有限公司 Text processing method, device, equipment and storage medium
CN114610935A (en) * 2022-05-12 2022-06-10 之江实验室 Method and system for synthesizing semantic image of text control image style
CN116521990A (en) * 2023-04-18 2023-08-01 微梦创科网络科技(中国)有限公司 Method, apparatus, electronic device and computer readable medium for material processing
CN116595023A (en) * 2023-05-31 2023-08-15 平安科技(深圳)有限公司 Address information updating method and device, electronic equipment and storage medium
CN116701734A (en) * 2023-08-07 2023-09-05 深圳市智慧城市科技发展集团有限公司 Address text processing method and device and computer readable storage medium

Also Published As

Publication number Publication date
CN116911715B (en) 2023-12-08

Similar Documents

Publication Publication Date Title
CN109492104B (en) Training method, classification method, system, device and medium of intention classification model
CN110276495A (en) Commercial articles ordering method, apparatus, computer and storage medium based on artificial intelligence
Bodendorf et al. Artificial neural networks for intelligent cost estimation–a contribution to strategic cost management in the manufacturing supply chain
Halty et al. Scheduling in cloud manufacturing systems: Recent systematic literature review
CN117608650B (en) Business flow chart generation method, processing device and storage medium
CN113781149B (en) Information recommendation method and device, computer readable storage medium and electronic equipment
CN114565429B (en) Intelligent provider matching method based on semantic graph model
CN113283671B (en) Method and device for predicting replenishment quantity, computer equipment and storage medium
CN116128461A (en) Bidirectional recommendation system and method for online recruitment
CN110796416A (en) Industrial networking based order processing method and computer storage medium
CN113283222A (en) Automatic report generation method and device, computer equipment and storage medium
Yuan et al. Research on technologies and application of data mining for cloud manufacturing resource services
CN116308219A (en) Generated RPA flow recommendation method and system based on Tranformer
Zheng et al. Supplier selection problem for multiple projects with uncertain demand and project life cycles
CN116911715B (en) Logistics identification and distribution robot based on artificial intelligence and control method thereof
CN114418602B (en) Online retailer product inventory decision method and system based on demand prediction
CN111861060A (en) Production optimization scheduling method for personalized production mode of daily chemical industry
Vavliakis et al. Optimizing Sales Forecasting in e-Commerce with ARIMA and LSTM Models.
CN111309770A (en) Automatic rule generating system and method based on unsupervised machine learning
US11935001B2 (en) Computer aided design assembly part scraping
CN115617986A (en) Intelligent bid inviting management system and management method thereof
Wang et al. Pivoting Retail Supply Chain with Deep Generative Techniques: Taxonomy, Survey and Insights
Tu et al. Computer-aided customer interface for rapid product development
Joshi Cross-functional integration: the role of information systems
Zhang et al. Task-driven e-manufacturing resource configurable model

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