Movatterモバイル変換


[0]ホーム

URL:


CN119204342A - Enterprise digital operation management system based on artificial intelligence - Google Patents

Enterprise digital operation management system based on artificial intelligence
Download PDF

Info

Publication number
CN119204342A
CN119204342ACN202411511871.XACN202411511871ACN119204342ACN 119204342 ACN119204342 ACN 119204342ACN 202411511871 ACN202411511871 ACN 202411511871ACN 119204342 ACN119204342 ACN 119204342A
Authority
CN
China
Prior art keywords
data
module
customer
service
customers
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
CN202411511871.XA
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.)
Wuxi Xishang Bank Co ltd
Original Assignee
Wuxi Xishang Bank 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 Wuxi Xishang Bank Co ltdfiledCriticalWuxi Xishang Bank Co ltd
Priority to CN202411511871.XApriorityCriticalpatent/CN119204342A/en
Publication of CN119204342ApublicationCriticalpatent/CN119204342A/en
Pendinglegal-statusCriticalCurrent

Links

Classifications

Landscapes

Abstract

Translated fromChinese

本发明公开了基于人工智能的企业数字化运营管理系统,具体涉及数字化管理技术领域,包括数据整合模块、行为预测模块、特征推荐模块、聚类细分模块、决策支持模块,数据整合模块对原始数据进行采集和整理并传送至行为预测模块、特征推荐模块,行为预测模块根据人工智能算法构建预测模型,分析客户行为和购买模式,预测客户需求和商业意图,特征推荐模块根据协同过滤算法,根据客户特征提供服务推荐,聚类细分模块根据聚类分析算法,对客户群体进行细分,决策支持模块根据客户群体类型,对服务等级进行定级,本申请运用人工智能技术对企业数字化运营进行优化扩展,以满足企业在B2B业务领域和B2C业务领域的转移发展,避免企业陷入数据孤岛和信息隔离。

The present invention discloses an enterprise digital operation management system based on artificial intelligence, which specifically relates to the field of digital management technology, including a data integration module, a behavior prediction module, a feature recommendation module, a clustering segmentation module, and a decision support module. The data integration module collects and organizes original data and transmits it to the behavior prediction module and the feature recommendation module. The behavior prediction module constructs a prediction model according to an artificial intelligence algorithm, analyzes customer behavior and purchase patterns, and predicts customer needs and business intentions. The feature recommendation module provides service recommendations according to customer characteristics based on a collaborative filtering algorithm. The clustering segmentation module segments customer groups based on a cluster analysis algorithm. The decision support module rates service levels according to customer group types. The present application uses artificial intelligence technology to optimize and expand the digital operation of enterprises to meet the transfer and development of enterprises in the B2B business field and the B2C business field, and avoids enterprises from falling into data islands and information isolation.

Description

Enterprise digital operation management system based on artificial intelligence
Technical Field
The invention relates to the technical field of digital management, in particular to an enterprise digital operation management system based on artificial intelligence.
Background
In the process of enterprise digital management, the requirements of B2B service and B2C service are different, B2B sales are usually complex, multiple steps and multiple buyers are involved, the time consumption of a sales period is possibly in units of years, compared with typical B2C sales, the transaction scale of B2B sales is larger and the frequency is lower, B2B products are not universally required, therefore, potential customers are fewer, B2C sales environments are not as complex as B2B sales environments, the whole B2C sales process is usually in units of days, and contact points in sales links are fewer, although the transaction scale is smaller, the number of products purchased each time is large, audience and clients of B2C sales are not as narrow as those of B2B sales, the enterprise pays attention to a wide audience group to conduct large-scale quick sales, and target audience managed by a client relationship management system is wider;
The enterprise originally taking the B2B service as a guide may be turned to the B2C market due to the rapidly changing market environmental pressure, while the enterprise originally taking the B2C service as a guide may consider the B2B market, and meanwhile, it is not realistic to keep two different customer relationship management systems, and the prior judgment on the service mode may not be accurate, so that the customer relationship management systems are integrated and optimized, the repeated basic operation is solved by using the artificial intelligence technology, and the analysis of the characteristics of the service individual is an effective method for reducing the labor cost.
In order to solve the above-mentioned defect, a technical scheme is proposed.
Disclosure of Invention
The invention aims to provide an enterprise digital operation management system based on artificial intelligence so as to solve the problems in the background technology.
In order to achieve the aim, the invention provides the technical scheme that the enterprise digital operation management system based on artificial intelligence comprises a data integration module, a behavior prediction module, a feature recommendation module, a cluster subdivision module and a decision support module;
The data integration module is used for collecting and arranging the original data and transmitting the arranged original data to the behavior prediction module and the characteristic recommendation module;
the behavior prediction module is used for constructing a prediction model according to an artificial intelligent algorithm, analyzing the client behavior and the purchase mode and predicting the client demands and the business intentions;
the feature recommendation module is used for providing service recommendation according to the client features according to the collaborative filtering algorithm;
the cluster subdivision module is used for subdividing the customer groups according to a cluster analysis algorithm;
the decision support module is used for grading the service grade according to the type of the customer group.
Preferably, the method for constructing the prediction model according to the artificial intelligence algorithm comprises the following steps:
Collecting client information, interaction data, sales data and use data, removing repeated data, processing missing values and abnormal values, normalizing or standardizing the collected data, wherein the client information comprises employee number Nu and tax payment amount Ta, the interaction data comprises E-mail interaction number En, telephone record number Tn and conference record number Mn, the sales data comprises purchase times Pn, contract amount Ac and purchase period Bc, and the use data comprises product use times Uc and fault feedback times Fn;
according to the collected data extraction characteristics, dividing the data into a training set and a testing set, setting initial super parameters by using a random forest algorithm, and training a random forest model by using the training set;
evaluating the performance of the model by using a test set, calculating the F1 score of the random forest model, and checking the stability of the random forest model through cross verification;
Performing super parameter tuning, and adjusting the number of trees and the maximum depth parameter;
And deploying the optimized random forest model, and predicting the purchase intention of the customer.
Preferably, in extracting the features according to the collected data, the feature selection method includes:
The method is characterized by comprising the steps of scaling a weight coefficient, an interaction coefficient, a consumption trend coefficient, calibrating the scale weight coefficient to Sc, the interaction coefficient to In, the consumption trend coefficient to Ct, calibrating the feedback coefficient to Tf, calculating the scale weight coefficient to Sc=Nu+Ta, calculating the interaction coefficient to In=Mn (En+Tn), and calculating the consumption trend coefficient to CtThe computational expression using feedback coefficients is
Preferably, the method for recommending the service by using the collaborative filtering algorithm comprises the following steps:
Collecting behavior data of scoring, browsing times and purchasing times of the service by a user;
performing service characteristic evaluation according to the behavior data of the service by the user;
Based on the service feature evaluation, calculating the similarity between users by using a similarity algorithm;
For each user, finding a plurality of similar users with highest similarity with the users;
recommending the service selected by the similar user for the target user according to the behavior of the similar user;
The definition logic of the service characteristic evaluation is as follows:
service feature evaluation=score× (number of purchases/number of browses).
Preferably, based on the service feature evaluation, the logic for calculating the similarity between the users by using the similarity algorithm is as follows:
Calibrating s to be the number of the service, and s= {1,2, 3..n }, wherein n is a positive integer, calculating the pearson correlation coefficient between users, and calculating the expression to beWherein An、Bn is the service characteristic evaluation of the user A and the user B to the service n,The service characteristics for all purchased services are evaluated for user a as a mean,And evaluating the mean value for the service characteristics of all purchased services for the user B.
Preferably, the cluster subdivision module is used for subdividing the customer group according to a cluster analysis algorithm, and the method comprises the following steps of;
The method comprises the steps of collecting employee number, annual purchase amount, consumption age, income and historical consumption amount of clients, determining a K value according to a K-means algorithm through an elbow method or a contour coefficient method, analyzing characteristics of each cluster according to a cluster analysis result, and classifying client types.
Preferably, the logic for analyzing the result of the cluster analysis is:
When the K-means cluster K value is 2, for B2B business clients, if the staff number and annual purchasing quantity of the clients in the cluster 1 are larger than those in the cluster 2, the clients in the cluster 1 are marked as large clients, the clients in the cluster 2 are marked as medium and small clients, and for B2C business clients, if the historical consumption limit and income of the clients in the cluster 1 are larger than those in the cluster 2 and the consumption age of the clients in the cluster 1 is smaller than those in the cluster 2, the clients in the cluster 1 are marked as high-income clients, and the clients in the cluster 2 are marked as medium-income clients.
Preferably, the decision support module is used for grading the service grade according to the customer group type as logic;
When the B2B business client is marked as a large client, setting the service level as V1 level, and providing customized solutions and bulk purchasing offers;
When B2B business clients are marked as small and medium-sized clients, setting the service level as V2 level, and providing flexible purchasing plans and supporting services;
When the B2C business clients are marked as high-income clients, setting the service level as S1 level, and providing high-end fashion and technological product recommendation and preferential activities;
When the B2C service client is marked as a medium income client, the service level is set to S2 level, and discount promotion of daily necessities and home service are provided.
In the technical scheme, the invention has the technical effects and advantages that:
According to the application, the artificial intelligence technology is used, and the digitized operation of an enterprise is optimized and expanded by combining with a customer relationship management system, so that the transfer development of the enterprise in the B2B service field and the B2C service field is satisfied, the situation that the enterprise uses two customer relationship management systems of different service tracks simultaneously to cause data island and information isolation barriers is avoided, the clients of different service types are analyzed and predicted based on the artificial intelligence technology, the stability of the relation of the clients is ensured, the cooperation state of the clients of different types is accurately controlled, and the energy cost of management staff is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings required for the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments described in the present application, and other drawings may be obtained according to these drawings for a person having ordinary skill in the art.
FIG. 1 is a block diagram of a system according to the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Referring to FIG. 1, the invention relates to an enterprise digital operation management system based on artificial intelligence, which comprises a data integration module, a behavior prediction module, a feature recommendation module, a cluster subdivision module and a decision support module;
The data integration module is used for collecting and arranging the original data and transmitting the arranged original data to the behavior prediction module and the characteristic recommendation module;
the behavior prediction module is used for constructing a prediction model according to an artificial intelligent algorithm, analyzing the client behavior and the purchase mode and predicting the client demands and the business intentions;
the feature recommendation module is used for providing service recommendation according to the client features according to the collaborative filtering algorithm;
the cluster subdivision module is used for subdividing the customer groups according to a cluster analysis algorithm;
the decision support module is used for grading the service grade according to the type of the customer group.
In conducting enterprise digitized operation management, enterprises have different requirements and conditions for customer relationship management of B2B services and B2C services, for B2B services, customers are typically companies or organizations, data sources including sales records, contracts, customer access records, industry reports, enterprise public data, etc., data types including enterprise scale, industry classifications, financial status, purchasing history, business requirements, etc., while for B2C services, customers are individual consumers, data sources including purchase records, browsing records, social media interactions, customer feedback, mobile application usage data, etc., data types including demographic information, purchase history, interest preferences, consumption behavior, etc., demographic information typically including age, gender, income level, etc., analysis targets for conducting B2B sales and conducting B2C sales are also different for B2B services, the layering logic of the analysis targets is to layer clients according to factors such as enterprise scale, purchasing quantity, cooperation time and the like, identify key clients and potential clients, evaluate the total value of the clients in the whole cooperation period, formulate a targeted client maintenance strategy, focus on value analysis on maintaining client relationship, track and optimize each stage from the potential clients to final ordering by adopting a sales funnel analysis mode, improve sales conversion rate, predict purchasing behavior, demand change, offer possibility and the like of the clients, and in B2C business, the subdivision logic of the analysis targets is to conduct client subdivision according to behavior, preference and demographic characteristics of consumers so as to conduct individuation, the aim of value analysis is to evaluate the value of the clients in the whole life period, formulate a retention and retrieval strategy and focus on analysis of the repeated consumption capability of the clients, in the field of analysis methods, B2B business and B2C business are also different, B2B business is analyzed through association rules, purchasing association among different products or services is identified so as to carry out cross sales or up-sales, business relationship and networks among enterprises are analyzed through relational network analysis so as to find potential cooperation opportunities, trend analysis is utilized to track and analyze industry trend and market dynamics, change of customer demands is predicted, personalized products or services are recommended according to historical behaviors of customers and behaviors of similar users for B2C business, a clustering analysis algorithm is utilized to divide customers into different groups so as to carry out targeted marketing and services, natural language processing technology is utilized to analyze comments and feedback of customers so as to know trends and demands of customers, use time sequence analysis is utilized to track and analyze industry trend and market dynamics, change of customer demands is predicted, and marketing activity time sequence is optimized;
Although big data analysis of B2B and B2C customer relationship management is different in data source, analysis target and analysis method, the final objective is the same, namely, the customer demand is known, the customer satisfaction is improved, sales and business growth are increased, so that the B2B business data and the B2C business data can be integrated and analyzed according to the common target to adapt to the rapidly-changing market environment.
The data integration module is used for collecting and arranging the original data and transmitting the arranged original data to the behavior prediction module and the characteristic recommendation module;
The original data comprises sales data, visitor information, financial information, purchasing history information, browsing data and individual information;
the method comprises the steps of storing original data by using a data lake, cleaning, converting and loading the original data by using a data warehouse, cleaning the data, identifying, correcting or deleting error, repeated and inconsistent data items in the data, converting the data from a source system format into a format applied to the data warehouse by using data conversion, converting data types, remapping fields, aggregating or decomposing the data, and the like, wherein the cleaned and converted data is loaded into the data warehouse, and the loading process involves sorting, indexing and optimizing the data, so that the query performance can be improved.
When the B2B and B2C business is involved, the integration and management of the data are critical to enterprises, the integration and management of the data can ensure that the data of all data sources are accurate, errors and redundant data are reduced, the reliability and effectiveness of business decisions can be improved by high-quality data, the consistency of data formats and structures of different business departments is ensured through data standardization, the problem of inconsistent data islands and information is avoided, deep data analysis can be performed through integration and management of the data, potential business opportunities and market trends are mined, the scientificity and the accuracy of business strategies can be improved by data integration and management, the decision risk is reduced, the data integration provides a basis for business process automation and intellectualization, the operation efficiency can be improved by robot process automation and artificial intelligence technology, human intervention and errors are reduced, the integrated data can help enterprises to manage and optimize resource allocation better, the resource waste and repeated construction are avoided, and the enterprises can optimize inventory management, supply chain operation and marketing strategies through data analysis, and the overall efficiency is improved.
The behavior prediction module is used for constructing a prediction model according to an artificial intelligent algorithm, analyzing the client behavior and the purchase mode and predicting the client demands and the business intentions;
The step of constructing a prediction model by using an artificial intelligence algorithm comprises the following steps:
Collecting client information, interaction data, sales data and use data, removing repeated data, processing missing values and abnormal values, normalizing or standardizing the collected data, wherein the client information comprises employee number Nu and tax payment amount Ta, the interaction data comprises E-mail interaction number En, telephone record number Tn and conference record number Mn, the sales data comprises purchase times Pn, contract amount Ac and purchase period Bc, and the use data comprises product use times Uc and fault feedback times Fn;
according to the collected data extraction characteristics, dividing the data into a training set and a testing set, setting initial super parameters by using a random forest algorithm, and training a random forest model by using the training set;
evaluating the performance of the model by using a test set, calculating the F1 score of the random forest model, and checking the stability of the random forest model through cross verification;
Performing super parameter tuning, and adjusting the number of trees and the maximum depth parameter;
And deploying the optimized random forest model, and predicting the purchase intention of the customer.
The random forest predicts by integrating a plurality of decision trees, each decision tree is trained on different random samples and feature subsets, the final prediction result is a consistency result of all trees, the accuracy and robustness of the model can be effectively improved, and because the random forest predicts by using a plurality of decision trees, the overfitting risk of a single tree is dispersed, even if some decision trees can be overfitted, the overall prediction result can still keep better generalization capability, the random forest can provide importance assessment of each feature, which features can be represented to be most contributed to the prediction result, the random forest can still keep better prediction performance when facing missing values and can be more robust when facing data noise and abnormal values, and is not easily influenced by extreme values by training by using different feature subsets.
In extracting features according to collected data, the feature selection method comprises the following steps:
The method is characterized by comprising the steps of scaling a weight coefficient, an interaction coefficient, a consumption trend coefficient, calibrating the scale weight coefficient to Sc, the interaction coefficient to In, the consumption trend coefficient to Ct, calibrating the feedback coefficient to Tf, calculating the scale weight coefficient to Sc=Nu+Ta, calculating the interaction coefficient to In=Mn (En+Tn), and calculating the consumption trend coefficient to CtThe computational expression using feedback coefficients is
The feature recommendation module is used for providing service recommendation according to the client features according to the collaborative filtering algorithm;
The service recommendation method by using the collaborative filtering algorithm comprises the following steps:
Collecting behavior data of scoring, browsing times and purchasing times of the service by a user;
performing service characteristic evaluation according to the behavior data of the service by the user;
Based on the service feature evaluation, calculating the similarity between users by using a similarity algorithm;
For each user, finding a plurality of similar users with highest similarity with the users;
And recommending the service selected by the similar user for the target user according to the behavior of the similar user.
The similarity algorithm comprises cosine similarity, pearson correlation coefficient and the like;
The definition logic of the service characteristic evaluation is as follows:
service feature evaluation=score× (number of purchases/number of browses);
logic for calculating the similarity between users with pearson correlation coefficients is:
Calibrating s to be the number of the service, and s= {1,2, 3..n }, wherein n is a positive integer, calculating the pearson correlation coefficient between users, and calculating the expression to beWherein An、Bn is the service characteristic evaluation of the user A and the user B to the service n,The service characteristics for all purchased services are evaluated for user a as a mean,And evaluating the mean value for the service characteristics of all purchased services for the user B.
Calculating the similarity between users using pearson correlation coefficients can effectively measure the similarity of scoring behavior of users, thereby providing personalized service recommendations for users in collaborative filtering algorithms.
The cluster subdivision module is used for subdividing the customer groups according to a cluster analysis algorithm;
The method comprises the steps of collecting employee number, annual purchase amount, consumption age, income and historical consumption amount of clients, determining a K value according to a K-means algorithm through an elbow method or a contour coefficient method, analyzing characteristics of each cluster according to a cluster analysis result, and classifying client types.
The decision support module is used for grading the service grade according to the type of the customer group;
When the K-means cluster K value is 2, for B2B business clients, if the staff number and annual purchasing quantity of the clients in the cluster 1 are larger than those in the cluster 2, the clients in the cluster 1 are marked as large clients, and the clients in the cluster 2 are marked as medium and small clients;
When the B2B business client is marked as a large client, setting the service level as V1 level, and providing customized solutions and bulk purchasing offers;
When B2B business clients are marked as small and medium-sized clients, setting the service level as V2 level, and providing flexible purchasing plans and supporting services;
When the B2C business clients are marked as high-income clients, setting the service level as S1 level, and providing high-end fashion and technological product recommendation and preferential activities;
When the B2C service client is marked as a medium income client, the service level is set to S2 level, and discount promotion of daily necessities and home service are provided.
According to the application, the artificial intelligence technology is used, and the digitized operation of an enterprise is optimized and expanded by combining with a customer relationship management system, so that the transfer development of the enterprise in the B2B service field and the B2C service field is satisfied, the situation that the enterprise uses two customer relationship management systems of different service tracks simultaneously to cause data island and information isolation barriers is avoided, the clients of different service types are analyzed and predicted based on the artificial intelligence technology, the stability of the relation of the clients is ensured, the cooperation state of the clients of different types is accurately controlled, and the energy cost of management staff is reduced.
The above formulas are all formulas with dimensions removed and numerical values calculated, the formulas are formulas with a large amount of data collected for software simulation to obtain the latest real situation, and preset parameters in the formulas are set by those skilled in the art according to the actual situation.
The above embodiments may be implemented in whole or in part by software, hardware, firmware, or any other combination. When implemented in software, the above-described embodiments may be implemented in whole or in part in the form of computer program product. The computer program product comprises one or more computer instructions or computer programs. When the computer instructions or computer program are loaded or executed on a computer, the processes or functions described in accordance with embodiments of the present application are produced in whole or in part. The computer may be a general purpose computer, a special purpose computer, a computer network, or other programmable apparatus. The computer instructions may be stored in a computer-readable storage medium or transmitted from one computer-readable storage medium to another computer-readable storage medium, for example, the computer instructions may be transmitted from one website site, computer, server, or data center to another website site, computer, server, or data center by wired or wireless means (e.g., infrared, wireless, microwave, etc.). The computer readable storage medium may be any available medium that can be accessed by a computer or a data storage device such as a server, data center, etc. that contains one or more sets of available media. The usable medium may be a magnetic medium (e.g., floppy disk, hard disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium. The semiconductor medium may be a solid state disk.
It should be understood that, in various embodiments of the present application, the sequence numbers of the foregoing processes do not mean the order of execution, and the order of execution of the processes should be determined by the functions and internal logic thereof, and should not constitute any limitation on the implementation process of the embodiments of the present application.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
It will be clear to those skilled in the art that, for convenience and brevity of description, reference may be made to the corresponding process in the foregoing method embodiment for the specific working process of the above-described system, which is not described herein again.
The functions, if implemented in the form of software functional units and sold or used as stand-alone goods, may be stored in a computer readable storage medium. Based on this understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art or in the form of software goods stored in a storage medium, including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present application. The storage medium includes various media capable of storing program codes, such as a usb disk, a removable hard disk, a read-only memory (ROM), a random access memory (RANLMM ACCESS memory), a magnetic disk, or an optical disk.
The foregoing is merely illustrative of the present application, and the present application is not limited thereto, and any person skilled in the art will readily recognize that variations or substitutions are within the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (8)

Translated fromChinese
1.基于人工智能的企业数字化运营管理系统,其特征在于,包括数据整合模块、行为预测模块、特征推荐模块、聚类细分模块、决策支持模块;1. An enterprise digital operation management system based on artificial intelligence, characterized by including a data integration module, a behavior prediction module, a feature recommendation module, a clustering and segmentation module, and a decision support module;数据整合模块用于对原始数据进行采集和整理,并将整理后的原始数据传送至行为预测模块、特征推荐模块;The data integration module is used to collect and organize the original data, and transmit the organized original data to the behavior prediction module and the feature recommendation module;行为预测模块用于根据人工智能算法构建预测模型,分析客户行为和购买模式,预测客户需求和商业意图;The behavior prediction module is used to build prediction models based on artificial intelligence algorithms, analyze customer behavior and purchasing patterns, and predict customer needs and business intentions;特征推荐模块用于根据协同过滤算法,根据客户特征提供服务推荐;The feature recommendation module is used to provide service recommendations based on customer characteristics according to collaborative filtering algorithms;聚类细分模块用于根据聚类分析算法,对客户群体进行细分;The clustering segmentation module is used to segment customer groups based on clustering analysis algorithms;决策支持模块用于根据客户群体类型,对服务等级进行定级。The decision support module is used to rate the service level according to the type of customer group.2.根据权利要求1所述的基于人工智能的企业数字化运营管理系统,其特征在于,根据人工智能算法构建预测模型的方法为:2. The enterprise digital operation management system based on artificial intelligence according to claim 1 is characterized in that the method of constructing a prediction model according to the artificial intelligence algorithm is:采集客户信息、交互数据、销售数据、使用数据,去除重复数据、处理缺失值和异常值,对采集数据进行归一化或标准化,客户信息为员工数量Nu和纳税额度Ta,交互数据包括电子邮件互动数En、电话记录数Tn、会议记录数Mn,销售数据包括购买次数Pn、合同金额Ac、购买周期Bc,使用数据包括产品使用次数Uc、故障反馈次数Fn;Collect customer information, interaction data, sales data, and usage data, remove duplicate data, process missing values and outliers, and normalize or standardize the collected data. Customer information includes the number of employees Nu and the tax amount Ta. Interaction data includes the number of email interactions En, the number of phone records Tn, and the number of meeting records Mn. Sales data includes the number of purchases Pn, the contract amount Ac, and the purchase cycle Bc. Usage data includes the number of product uses Uc and the number of fault feedback Fn.根据采集数据提取特征,将数据分为训练集和测试集,运用随机森林算法设置初始超参数,使用训练集训练随机森林模型;Extract features from the collected data, divide the data into training set and test set, use the random forest algorithm to set initial hyperparameters, and use the training set to train the random forest model;使用测试集评估模型性能,计算随机森林模型的F1分数,通过交叉验证检验随机森林模型的稳定性;Use the test set to evaluate model performance, calculate the F1 score of the random forest model, and test the stability of the random forest model through cross-validation;进行超参数调优,调整树的数量、最大深度参数;Perform hyperparameter tuning to adjust the number of trees and maximum depth parameters;将优化后的随机森林模型部署,并对客户的购买意图进行预测。The optimized random forest model is deployed to predict customers’ purchase intentions.3.根据权利要求2所述的基于人工智能的企业数字化运营管理系统,其特征在于,在根据采集数据提取特征中,特征的选取方法为:3. The enterprise digital operation management system based on artificial intelligence according to claim 2 is characterized in that, in extracting features according to collected data, the feature selection method is:特征包括规模权重系数、互动系数、消费倾向系数、使用反馈指数,标定规模权重系数为Sc,互动系数为In,消费倾向系数为Ct,使用反馈系数为Tf,规模权重系数的计算表达式为Sc=Nu*Ta,互动系数的计算表达式为In=Mn*(En+Tn),消费倾向系数的计算表达式为使用反馈系数的计算表达式为The characteristics include scale weight coefficient, interaction coefficient, consumption tendency coefficient, and usage feedback index. The scale weight coefficient is Sc, the interaction coefficient is In, the consumption tendency coefficient is Ct, and the usage feedback coefficient is Tf. The calculation expression of the scale weight coefficient is Sc=Nu*Ta, the calculation expression of the interaction coefficient is In=Mn*(En+Tn), and the calculation expression of the consumption tendency coefficient is The calculation expression using the feedback coefficient is4.根据权利要求1所述的基于人工智能的企业数字化运营管理系统,其特征在于,运用协同过滤算法进行服务推荐的方法为:4. The enterprise digital operation management system based on artificial intelligence according to claim 1, characterized in that the method of using collaborative filtering algorithm to recommend services is:收集用户对服务的评分、浏览次数、购买次数的行为数据;Collect user behavior data on service ratings, browsing times, and purchase times;根据用户对服务的行为数据进行服务特征评价;Evaluate service characteristics based on user behavior data on the service;基于服务特征评价,运用相似度算法计算用户之间的相似度;Based on the service feature evaluation, similarity algorithms are used to calculate the similarity between users;对每个用户,找到与用户相似度最高的若干个相似用户;For each user, find several similar users with the highest similarity to the user;根据相似用户的行为,为目标用户推荐相似用户选择的服务;Recommend services selected by similar users to target users based on their behaviors;服务特征评价的定义逻辑为:The definition logic of service feature evaluation is:服务特征评价=评分×(购买次数/浏览次数)。Service feature evaluation = score × (number of purchases/number of views).5.根据权利要求4所述的基于人工智能的企业数字化运营管理系统,其特征在于,基于服务特征评价,运用相似度算法计算用户之间的相似度的逻辑为:5. According to claim 4, the enterprise digital operation management system based on artificial intelligence is characterized in that the logic of calculating the similarity between users using the similarity algorithm based on the service feature evaluation is:标定s为服务的编号,且s={1,2,3…n},其中n为正整数,计算用户之间的皮尔逊相关系数,计算表达式为式中,An、Bn为用户A、用户B对服务n的服务特征评价,为用户A对所有已购买服务的服务特征评价均值,为用户B对所有已购买服务的服务特征评价均值。Let s be the service number, and s = {1, 2, 3…n}, where n is a positive integer. Calculate the Pearson correlation coefficient between users. The calculation expression is: Where An and Bn are the service feature evaluations of user A and user B on service n. is the average service feature evaluation of all purchased services by user A, is the mean service feature evaluation of all purchased services by user B.6.根据权利要求5所述的基于人工智能的企业数字化运营管理系统,其特征在于,聚类细分模块用于根据聚类分析算法,对客户群体进行细分的方法为;6. The enterprise digital operation management system based on artificial intelligence according to claim 5, characterized in that the clustering segmentation module is used to segment the customer groups according to the clustering analysis algorithm;采集客户的员工数量、年度采购量、消费年限、收入、历史消费额度,根据K-means算法,通过肘部法或轮廓系数方法确定K值,对聚类分析的结果,分析每个簇的特征,对客户类型进行分类。Collect the customer's number of employees, annual purchase volume, years of consumption, income, and historical consumption amount. According to the K-means algorithm, determine the K value through the elbow method or silhouette coefficient method. Based on the results of cluster analysis, analyze the characteristics of each cluster and classify the customer type.7.根据权利要求6所述的基于人工智能的企业数字化运营管理系统,其特征在于,对聚类分析结果进行分析的逻辑为:7. The enterprise digital operation management system based on artificial intelligence according to claim 6 is characterized in that the logic of analyzing the cluster analysis results is:当K-means聚类K值取2时,对于B2B业务客户,若簇1内客户的员工数量、年度采购量均大于簇2内客户,则标记簇1内客户为大型客户,标记簇2内客户为中小型客户;对于B2C业务客户,若簇1内客户的历史消费额度、收入均大于簇2内客户,且簇1内客户的消费年限小于簇2内客户,则标记簇1内客户为高收入客户,标记簇2内客户为中等收入客户。When the K value of K-means clustering is 2, for B2B business customers, if the number of employees and annual purchasing volume of customers in cluster 1 are greater than those in cluster 2, then the customers in cluster 1 are marked as large customers, and the customers in cluster 2 are marked as small and medium-sized customers; for B2C business customers, if the historical consumption amount and income of customers in cluster 1 are greater than those in cluster 2, and the consumption years of customers in cluster 1 are less than those of customers in cluster 2, then the customers in cluster 1 are marked as high-income customers, and the customers in cluster 2 are marked as medium-income customers.8.根据权利要求7所述的基于人工智能的企业数字化运营管理系统,其特征在于,决策支持模块用于根据客户群体类型,对服务等级进行定级的逻辑为;8. The enterprise digital operation management system based on artificial intelligence according to claim 7 is characterized in that the logic of the decision support module for grading the service level according to the customer group type is:当B2B业务客户被标记为大型客户时,设定服务等级为V1级,提供定制化的解决方案和大宗采购优惠;When a B2B business customer is marked as a large customer, the service level is set to V1, providing customized solutions and bulk purchase discounts;当B2B业务客户被标记为中小型客户时,设定服务等级为V2级,提供灵活的采购计划和支持服务;When B2B business customers are marked as small and medium-sized customers, the service level is set to V2, providing flexible procurement plans and support services;当B2C业务客户被标记为高收入客户时,设定服务等级为S1级,提供高端时尚和科技产品的推荐和优惠活动;When B2C business customers are marked as high-income customers, the service level is set to S1, providing recommendations and discounts on high-end fashion and technology products;当B2C业务客户被标记为中等收入客户时,设定服务等级为S2级,提供日用品的折扣促销和家庭服务。When a B2C business customer is marked as a middle-income customer, the service level is set to S2, providing discount promotions on daily necessities and home services.
CN202411511871.XA2024-10-282024-10-28 Enterprise digital operation management system based on artificial intelligencePendingCN119204342A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202411511871.XACN119204342A (en)2024-10-282024-10-28 Enterprise digital operation management system based on artificial intelligence

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202411511871.XACN119204342A (en)2024-10-282024-10-28 Enterprise digital operation management system based on artificial intelligence

Publications (1)

Publication NumberPublication Date
CN119204342Atrue CN119204342A (en)2024-12-27

Family

ID=94074352

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202411511871.XAPendingCN119204342A (en)2024-10-282024-10-28 Enterprise digital operation management system based on artificial intelligence

Country Status (1)

CountryLink
CN (1)CN119204342A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20210142384A1 (en)*2019-11-082021-05-13Accenture Global Solutions LimitedProspect recommendation
CN116205687A (en)*2023-01-092023-06-02广东联邦家私集团有限公司Intelligent recommendation method based on multi-source data fusion
CN118014586A (en)*2024-02-202024-05-10漳州信拾知识产权代理有限公司Customer hierarchical classification management system based on big data
CN118606559A (en)*2024-06-192024-09-06招商银行股份有限公司 Product recommendation method, device, equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20210142384A1 (en)*2019-11-082021-05-13Accenture Global Solutions LimitedProspect recommendation
CN116205687A (en)*2023-01-092023-06-02广东联邦家私集团有限公司Intelligent recommendation method based on multi-source data fusion
CN118014586A (en)*2024-02-202024-05-10漳州信拾知识产权代理有限公司Customer hierarchical classification management system based on big data
CN118606559A (en)*2024-06-192024-09-06招商银行股份有限公司 Product recommendation method, device, equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
康善同: "检索匹配 深度学习在搜索、广告、推荐系统中的应用", vol. 1, 30 June 2022, 机械工业出版社, pages: 116 - 117*
韩旭东;姚圣煜;王红燕;姚智;: "基于人工智能技术的寿险客户细分研究", 上海立信会计金融学院学报, no. 02, 20 April 2020 (2020-04-20), pages 62 - 75*

Similar Documents

PublicationPublication DateTitle
CN118132856B (en)Intelligent analysis method and system based on big data
Wu et al.User value identification based on improved RFM model and K‐means++ algorithm for complex data analysis
US20210125207A1 (en)Multi-layered market forecast framework for hotel revenue management by continuously learning market dynamics
US20120278091A1 (en)Sales prediction and recommendation system
CN116823498A (en)Personalized insurance product recommendation engine system based on big data analysis and machine learning
CN117252614A (en)Cross-border electronic commerce dynamic pricing method based on deep reinforcement learning
CN116034379A (en)Activity level measurement using deep learning and machine learning
CN111652735A (en)Insurance product recommendation method based on user behavior label characteristics and commodity characteristics
CN118964749A (en) Multi-channel, multi-language, fully automated customer acquisition marketing processing method and system
CN118897854B (en) An engine system based on data mining and analysis and its optimization method
CN119359357A (en) A method and system for full-process marketing management of auto insurance channels
CN116664158A (en)Novel retail analysis method and system based on big data
CN116860820A (en)User product preference analysis method and system based on data security
Wikamulia et al.Predictive business intelligence dashboard for food and beverage business
CN116304374B (en)Customer matching method and system based on package data
US20250299108A1 (en)Machine learning systems for automated database element processing and prediction output generation
CN118569906A (en) Potential customer mining and active registration guidance method and system based on big data analysis
KR102831812B1 (en)Prediction system and its control method, and learning method of the prediction system
CN118296389B (en)Construction and evaluation method of data index model
CN119722131A (en) A marketing management method and system based on big data analysis
CN118626959B (en)Regional alliance merchant data processing method and system
Chashmi et al.Predicting customer turnover using recursive neural networks
CN119250859A (en) A method and system for building a supplier supply data model based on big data
CN119204342A (en) Enterprise digital operation management system based on artificial intelligence
Fernandes et al.Consumer Behavioral Segmentation Analysis

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination

[8]ページ先頭

©2009-2025 Movatter.jp