CN106485562B - Commodity information recommendation method and system based on user historical behaviors - Google Patents

Commodity information recommendation method and system based on user historical behaviors Download PDF

Info

Publication number
CN106485562B
CN106485562B CN201510555591.3A CN201510555591A CN106485562B CN 106485562 B CN106485562 B CN 106485562B CN 201510555591 A CN201510555591 A CN 201510555591A CN 106485562 B CN106485562 B CN 106485562B
Authority
CN
China
Prior art keywords
commodity
user
behavior
commodities
probability
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.)
Active
Application number
CN201510555591.3A
Other languages
Chinese (zh)
Other versions
CN106485562A (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.)
NANJING SUNING ELECTRONIC INFORMATION TECHNOLOGY Co.,Ltd.
Shenzhen yunwangwandian Technology Co.,Ltd.
Original Assignee
Suning Cloud Computing 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 Suning Cloud Computing Co Ltd filed Critical Suning Cloud Computing Co Ltd
Priority to CN201510555591.3A priority Critical patent/CN106485562B/en
Publication of CN106485562A publication Critical patent/CN106485562A/en
Application granted granted Critical
Publication of CN106485562B publication Critical patent/CN106485562B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a commodity information recommendation method based on user historical behaviors, which comprises the following steps of: s11, collecting historical behavior data of a user on an e-commerce website; s12, establishing a user commodity probability prediction feature vector according to the historical behavior data; s13, training the model according to the user commodity probability prediction feature vector to obtain a user recommended commodity prediction model; s14, inputting the user data to be predicted into a user recommended commodity prediction model, and measuring and calculating the predicted purchase probability of behavior commodities; s15, according to the predicted purchasing probability of the behavior commodity, the predicted purchasing probability of the related commodity is calculated, and the behavior commodity and the related commodity are combined to obtain a commodity recommendation list. The method and the system accurately analyze the behavior data of the user based on the historical behavior data of the user, provide an individualized commodity recommendation list for the user, and recommend commodities more accurately.

Description

Commodity information recommendation method and system based on user historical behaviors
Technical Field
The invention relates to a commodity information recommendation method and a commodity information recommendation system in the field of electronic commerce, in particular to a commodity information recommendation method and a commodity information recommendation system based on user historical behaviors.
Background
The method for recommending commodities by using the e-commerce user behaviors comprises the following steps: a leaderboard based on user behavior (e.g., a leaderboard of sales), recommendations based on the same behavior (e.g., people have watched item a at the same time, what item is also watched), recommendations based on the same topic (e.g., children's cell phone recommendations), recommendations based on user feedback (e.g., people all like items), and so forth. By asking questions, the customer answers the questions, directly knows the preference of the customer and recommends appropriate goods. In addition, a commodity recommendation method of the association rule equation is provided.
The method does not deeply mine the user behaviors and the influence of the user behaviors on the user value, the method directly and simply carries out recommendation by directly and simply utilizing the user behaviors or directly mines the incidence relation of the user behaviors for recommendation, personalized information of the user is not mined, a recommendation mode is lack of personalization, and the recommendation effect is poor.
In addition, the main methods for predicting the purchase probability of the existing users include: predicting a purchase probability using a purchase behavior of a user; and predicting the purchasing probability of the user by using information such as loyalty of the user. These methods are all based on the user or the purchase probability prediction of the user for the categories, and cannot predict the purchase probability of the goods or the single goods which are not purchased.
Disclosure of Invention
The technical problem is as follows: the technical problem to be solved by the invention is as follows: the method and the system are used for accurately analyzing the behavior data of the user based on the historical behavior data of the user, providing an individualized commodity recommendation list for the user and recommending commodities more accurately.
The technical scheme is as follows: in order to solve the above problem, the embodiment of the present invention adopts the following technical solutions:
in a first aspect, the present embodiment provides a method for recommending commodity information based on user historical behaviors, including the following steps:
s11, collecting historical behavior data of a user on an e-commerce website, wherein the historical behavior data comprises user information and commodity information;
s12, establishing a user commodity probability prediction feature vector according to the historical behavior data;
s13, training the model according to the user commodity probability prediction feature vector to obtain a user recommended commodity prediction model;
s14, inputting the user data to be predicted into a user recommended commodity prediction model, and measuring and calculating the predicted purchase probability of behavior commodities;
s15, according to the predicted purchasing probability of the behavior commodity, the predicted purchasing probability of the related commodity is calculated, and the behavior commodity and the related commodity are combined to obtain a commodity recommendation list.
With reference to the first aspect, as a first possible implementation manner, in S11, the historical behavior data is derived from a PC end, a WAP end, an APP end, and offline data; the user information comprises an identification ID of the user, the gender, the age and the access preference of the user; the commodity information comprises the identification code of the commodity, the commodity flow characteristic, the commodity behavior characteristic and the commodity decision cost.
With reference to the first aspect, as a second possible implementation manner, the establishing a user commodity probability prediction feature vector in S12 specifically includes:
s201, data cleaning: cleaning the abnormal data and the data which do not accord with the browsing habit of the user;
s202, performing feature processing to obtain a user feature value: the cleaned historical behavior characteristics of each terminal user are counted according to days, a user historical behavior characteristic counting function is respectively constructed, counting days is divided into M sections, the characteristic value of each section is measured and calculated according to a time attenuation function for each section, and the characteristic value of each section is accumulated to obtain a user characteristic value:
s203, establishing a user commodity probability prediction feature vector: the expression form of the user commodity probability prediction feature vector is as follows: fingerprint ID + commodity ID + user characteristic vector value of each terminal; the fingerprint ID represents the identification ID of the user, and the commodity ID represents the identification code of the commodity.
With reference to the first aspect, as a third possible implementation manner, the S15 specifically includes:
s301 determines the associated product: calculating the association degree of the associated commodities of the behavior commodity by adopting an association rule or a collaborative filtering algorithm according to access history data and purchase history data in the historical behavior data of the user, and taking the first b commodities with the highest association degree as an associated commodity set of the behavior commodity;
s302, calculating the purchase probability of the associated commodity according to the formula (1):
score _ i (Master _ Pos SKU _ Score _ i/max (SKU _ Score _ i) formula (1)
Wherein Score _ i represents the purchase probability of the associated item; master _ Pos represents the behavior commodity purchase probability; max (SKU _ Score _ i) represents the highest value of the association degree in the associated commodity set, and SKU _ Score _ i represents the association degree of the associated commodity SKU _ i and the behavior commodity;
s303, combining the behavior commodities and the associated commodities to generate a commodity recommendation list: if the behavior commodities are in the associated commodity set obtained in the step S301, sorting the behavior commodities and the associated commodities according to the predicted purchase probability of the behavior commodities and the associated commodities to obtain a commodity recommendation list; if the behavior commodity is not in the associated commodity set obtained in step S301 and the predicted purchase probability of the behavior commodity is smaller than the probability threshold, multiplying the predicted purchase probability of the behavior commodity by the penalty coefficient to obtain the final predicted purchase probability of the behavior commodity; and sequencing the associated commodities and the behavior commodities according to the predicted purchase probability of the commodities to obtain a commodity recommendation list.
With reference to the first aspect, as a fourth possible implementation manner, the method for recommending commodity information based on historical behaviors of a user further includes step S16: and (4) filtering and outputting the commodity recommendation list obtained in the step (S15) to generate a final commodity recommendation list.
With reference to the fourth possible implementation manner of the first aspect, as a fifth possible implementation manner, the step S16 specifically includes: taking the order commodities within the recent H days of the user, taking the commodity group to which the order commodities belong as a user filtering commodity group, and filtering the commodities belonging to the filtering commodity group in the commodity recommendation list obtained in the S16; and according to the predicted commodity purchasing probability, reordering the commodities in the filtered commodity recommendation list to generate a final commodity recommendation list.
In a second aspect, the present embodiment provides a commodity information recommendation system based on user historical behaviors, including:
an acquisition module: the system is used for collecting historical behavior data of a user on an e-commerce website;
a feature vector establishing module: the system is used for acquiring historical behavior data according to an acquisition module and establishing a user commodity probability prediction characteristic vector;
a model building module; the system is used for predicting the characteristic vector according to the user commodity probability established by the characteristic vector establishing module, training the model and obtaining a user recommended commodity prediction model;
the measuring and calculating module comprises: the system is used for inputting data into a user recommended commodity prediction model and measuring and calculating the predicted purchase probability of behavior commodities;
a first generation module: the system is used for calculating the predicted purchase probability of the associated commodities according to the predicted purchase probability of the behavior commodities measured and calculated by the measuring and calculating module, and combining the behavior commodities and the associated commodities to obtain a commodity recommendation list.
With reference to the second aspect, as a first possible implementation manner, the historical behavior data acquired by the acquisition module is derived from a PC end, a WAP end, an APP end, and offline data.
With reference to the second aspect, as a second possible implementation manner, the feature vector establishing module includes:
washing the submodule: the data processing device is used for cleaning the abnormal data and the data which do not accord with the browsing habit of the user;
the measuring and calculating submodule comprises: the method is used for respectively constructing a user historical behavior characteristic statistical function according to daily statistics on the historical behavior characteristics of each cleaned terminal user, dividing the statistical days into M sections, measuring and calculating the characteristic value of each section according to a time attenuation function on each section, and accumulating the characteristic value of each section to obtain a user characteristic value:
establishing a submodule: the method is used for establishing a user commodity probability prediction feature vector, and the expression form of the user commodity probability prediction feature vector is as follows: fingerprint ID + user ID + commodity ID + user characteristic value of each terminal; the fingerprint ID represents the identification ID of the user, the user ID represents the fingerprint identification of the user, and the commodity ID represents the identification code of the commodity.
With reference to the second aspect, as a third possible implementation manner, the first generating module includes:
determining a submodule: the system comprises a data acquisition module, a data processing module and a data processing module, wherein the data acquisition module is used for acquiring access history data and purchase history data in user history behavior data, calculating the association degree of associated commodities of the behavior commodity by adopting an association rule or a collaborative filtering algorithm, and taking the first b commodities with the highest association degree as an associated commodity set of the behavior commodity;
a calculation submodule: for calculating a purchase probability of the associated item;
a first generation submodule: the method is used for combining the behavior commodities and the associated commodities to generate a commodity recommendation list: if the behavior commodities are in the associated commodity set established by the determining submodule, sequencing according to the predicted purchase probability of the behavior commodities and the associated commodities to obtain a commodity recommendation list; if the behavior commodity is not in the associated commodity set established by the determining submodule and the predicted purchase probability of the behavior commodity is smaller than the probability threshold, multiplying the predicted purchase probability of the behavior commodity by a penalty coefficient to serve as the final predicted purchase probability of the behavior commodity; and sequencing the associated commodities and the behavior commodities according to the predicted purchase probability of the commodities to obtain a commodity recommendation list.
With reference to the second aspect, as a fourth possible implementation manner, the commodity information recommendation system based on the user historical behavior further includes a second generation module: and the system is used for filtering and outputting the commodity recommendation list obtained by the first generation module to generate a final commodity recommendation list.
With reference to the fourth possible implementation manner of the second aspect, as a fifth possible implementation manner, the second generating module includes:
a filtering commodity group establishing submodule: the order filtering system is used for taking order commodities within the last H days of a user and taking a commodity group to which the order commodities belong as a user filtering commodity group;
a filtering submodule: the commodity recommendation module is used for filtering commodities belonging to the filtered commodity group in the commodity recommendation list generated by the first generation module;
a second generation submodule: and according to the predicted commodity purchasing probability, reordering the commodities in the commodity recommendation list filtered by the filtering submodule to generate a final commodity recommendation list.
Has the advantages that: compared with the prior art, the commodity information recommendation method and system based on the user historical behaviors, provided by the embodiment of the invention, can provide personalized commodity recommendation for the user, and the recommendation is more accurate and meets the user requirements. The commodity information recommendation method based on the user historical behaviors is used for analyzing based on the historical behavior data of the user, building a user recommended commodity prediction model, incorporating related commodities related to the behavior commodities into a recommended commodity list, and generating a commodity recommendation list after comprehensively comparing purchase probabilities of the behavior commodities and the related commodities.
Drawings
FIG. 1 is a block flow diagram of an embodiment of a recommendation method of the present invention.
Fig. 2 is a block flow diagram of step S13 in an embodiment of the recommendation method of the present invention.
Fig. 3 is a block flow diagram of step S16 in an embodiment of the recommendation method of the present invention.
FIG. 4 is a block flow diagram of another embodiment of a recommendation method of the present invention.
FIG. 5 is a block diagram of the architecture of an embodiment of the recommendation system of the present invention.
FIG. 6 is a block diagram of a feature vector creation module in an embodiment of the recommendation system of the present invention.
FIG. 7 is a block diagram of a first generation module in an embodiment of the recommendation system of the present invention.
FIG. 8 is a block diagram of another embodiment of the recommendation system of the present invention.
FIG. 9 is a block diagram of a second generation module in another embodiment of the recommendation system of the present invention.
Detailed Description
The technical solution of the embodiment of the present invention is explained in detail below with reference to the accompanying drawings.
As shown in fig. 1, a commodity information recommendation method based on user historical behaviors of the embodiment includes the following steps:
s11, collecting historical behavior data of the user on the e-commerce website, wherein the historical behavior data comprises user information and commodity information;
s12, establishing a user commodity probability prediction feature vector according to the attributes and commodity features of the user and the historical behavior features of the user;
s13, training the model according to the user commodity probability prediction feature vector to obtain a user recommended commodity prediction model;
s14, inputting data into the user recommended commodity prediction model to obtain the predicted purchase probability of the behavior commodity;
s15, according to the predicted purchasing probability of the behavior commodity, the predicted purchasing probability of the related commodity is calculated, and the behavior commodity and the related commodity are combined to obtain a commodity recommendation list.
According to the recommendation method, the predicted purchase probability of the behavior commodity is measured and calculated by utilizing the historical behavior data of the user on the e-commerce website, and the behavior commodity and the associated commodity are combined to generate a commodity recommendation list. Because the behaviors of different users are different, the predicted purchase probability of behavior commodities is measured and calculated based on the historical behaviors of different users, so that the finally generated commodity recommendation list has individuation, and different commodity recommendation lists are generated for different users.
In order to make the recommended merchandise list more suitable for the user, in step S11, the historical behavior data is derived from the PC end, the WAP end, the APP end and the offline data. The data source of the multiple terminals is beneficial to expanding the historical behavior data acquisition range of the user, so that the acquired historical behavior data can reflect the historical requirements of the user more accurately, and a more accurate historical data basis is provided for the generation of a subsequent commodity recommendation list. The types of the collected historical behavior data can be determined according to actual needs, and the collected historical behavior data comprise user information and commodity information. For example, user tag information, user access information, user click information, duration of user browsing, user search information, user favorites, shopping cart information, pre-sale information, order sale information, and the like. The user information includes a user identification ID, user attribute information, and the like. The commodity information includes commodity identification codes, commodity characteristic information and the like. The user attribute information includes gender, age, access preference of the user. Wherein the access preferences reflect the user's preferences, such as color, style, etc. The attribute of the user can be obtained by modeling and identifying the attribute by using methods such as statistical analysis, machine learning and the like according to historical behavior data. The commodity characteristics comprise commodity flow characteristics, commodity behavior characteristics and commodity decision cost. The commodity flow characteristics refer to: PV, UV, conversion, sales, number of orders, sales growth rate, order growth rate, and the like. The commodity behavior characteristics are as follows: sales promotion, price reduction, new products, advance booking, money explosion goods, sales promotion force, price and the like. The commodity decision cost means: decision time for purchasing commodities, browsing times, browsing days and the like. The step of constructing the historical behavior characteristics of the user comprises the following steps: analyzing the historical behavior data of the user to obtain factors influencing the purchase of the user, respectively extracting factor characteristic values according to the factors to form factor numerical vectors, and obtaining the historical behavior characteristics of the user.
Preferably, as shown in fig. 2, the establishing of the user commodity probability prediction feature vector in S12 specifically includes:
s201, data cleaning: and cleaning the abnormal data.
Anomalous data is data that is significantly different, anomalous, or inconsistent from other data. For example, the following data to be filtered belong to the abnormal data: filtering users who join the shopping cart with the number of commodity categories > a commodity category threshold value Na; filtering the browsing records of the commodity detail pages with the browsing time being less than the browsing time threshold Nbs; filtering the browsing records of the commodity detail pages with the browsing time being greater than the browsing time threshold Ncs; if the user four-level page browsing number in one session is larger than a threshold Nd of the four-level page browsing number, filtering the session; the user accesses pv on the same day that is less than the pv threshold Ne, filtering the user.
Except for abnormal data, the data which do not accord with the browsing habit of the user can be cleaned, namely: and cleaning the abnormal data and the data which do not accord with the browsing habit of the user. The data which does not conform to the browsing habit of the user refers to data which is greatly different from the behavior of a normal shopping user, such as the browsing behavior of a crawler user or a list-swiping user.
S202, performing feature processing: according to the distribution of the historical behavior characteristics of each terminal user and according to daily statistics, respectively constructing a function shown in the formula (2):
Figure BDA0000795625030000101
formula (2)
Wherein, f (X) represents a user historical behavior feature statistical function, X represents a feature variable, a represents each feature threshold, and X represents the statistics of the feature variable X.
Setting the statistical days as N days, dividing the statistical days into M sections, and measuring and calculating the characteristic value of each section according to the time attenuation function shown in the formula (3);
Figure BDA0000795625030000102
formula (3)
Wherein, K represents the half-life of the decay function, t represents the number of days from this measurement, and if the eigenvalue of the previous day is calculated, t is 1, and if the eigenvalue of the previous two days is calculated, t is 2;
and (3) attenuating the characteristic value of each interval according to the formula (3), and accumulating to obtain the characteristic value of the final user:
Figure BDA0000795625030000103
formula (4)
Wherein N represents the number of statistical days of the historical behavior data, Nt represents 1: a sequence of integers of N/M;
s203, establishing a user commodity probability prediction feature vector: the expression form of the user commodity probability prediction feature vector is as follows: fingerprint ID + commodity ID + user characteristic vector value of each terminal.
The fingerprint ID represents the identification ID of the user. Such as cookie id, MEMI, membership code, etc. The article ID represents an identification code of the article.
The user commodity probability prediction feature vectors are respectively established according to different terminal users, and specifically:
(1) PC user: fingerprint ID (pc) + merchandise ID + behavioral characteristics;
(2) the WAP user: fingerprint ID (wap) + commodity ID + behavioral characteristics;
(3) APP user: fingerprint ID + commodity ID + behavior characteristics;
(4) a cross-screen user: fingerprint ID1(PC) + fingerprint ID2(WAP) + fingerprint ID3+ Commodity ID + behavior characteristics.
Wherein fingerprint ID (PC) represents PC user identification ID; fingerprint ID (WAP) represents WAP user identification ID; the fingerprint ID represents the APP user identification ID.
In step S13, the model is trained based on the user commodity probability prediction feature vector, and a user recommended commodity prediction model is obtained.
The trained model is established according to any one or more methods of logistic regression, lasso regression, random forms. During training, multi-terminal data such as a PC terminal, a WAP terminal and an APP terminal are respectively used for training the model. And taking the user commodity probability prediction feature vector of the commodity converted into the order in the shopping cart as the training set positive sample data. And taking the user commodity probability prediction feature vector of the SKU which is not converted into the order in the behavior as the reverse sample data of the training set. In the model training in this embodiment, a learning classification model is used to calculate the purchase probability of each commodity, including logistic regression, lasso regression, random forms, and the like.
Logistic regression model: under the condition of classification, the learned LR classifier obtains a group of weights, the weights are linearly added with training data to obtain a weighted value, and then the probability of the weighted value is calculated according to the form of a sigmoid function, so that the purchase probability is obtained.
lasso regression model: the Lasso (Least absolute shrinkage and selection operator, Tibshirani) method is a kind of compression estimation. It obtains a more refined model by constructing a penalty function so that it compresses some coefficients while setting some coefficients to zero. The advantage of subset puncturing is thus retained, and is a way to process biased estimates of data with complex collinearity. The basic idea of Lasso is to minimize the sum of the squared residuals under the constraint that the sum of the absolute values of the regression coefficients is less than a constant, thereby enabling the generation of some regression coefficients strictly equal to 0, resulting in an interpretable model. The prediction probability is more accurate.
random forms model: a random forest is a classifier that contains multiple decision trees and whose output classes are dependent on the mode of the class output by the individual trees. And calculating the purchase probability of the user according to the output category.
In step S14, the user data to be predicted is loaded into the user commodity prediction model, and the predicted purchase probability of the behavioral commodity is obtained.
Preferably, S15 specifically includes the following steps:
s301 determines the associated product: and calculating the association degree of the associated commodities of the behavior commodity by adopting an association rule or a collaborative filtering algorithm according to the access history data and the purchase history data in the historical behavior data of the user, taking the first b commodities with the highest association degree as an associated commodity set of the behavior commodity, wherein b is an integer and is greater than 1.
S302, calculating the purchase probability of the associated commodity according to the formula (1):
score _ i (Master _ Pos SKU _ Score _ i/max (SKU _ Score _ i) formula (1)
Wherein Score _ i represents the purchase probability of the associated item; master _ Pos represents the behavior commodity purchase probability; max (SKU _ Score _ i) represents the highest value of the association degree in the associated commodity set, and SKU _ Score _ i represents the association degree of the associated commodity SKU _ i and the behavior commodity;
s303, combining the behavior commodities and the associated commodities to obtain a recommendation list of the commodities:
if the behavior commodities are in the associated commodity set obtained in the step S301, sorting the behavior commodities and the associated commodities according to the predicted purchase probability of the behavior commodities and the associated commodities to obtain a commodity recommendation list; if the behavior commodity is not in the associated commodity set obtained in step S301 and the predicted purchase probability of the behavior commodity is smaller than the probability threshold, the predicted purchase probability of the behavior commodity is multiplied by the penalty coefficient to serve as the final predicted purchase probability of the behavior commodity, and the associated commodity and the behavior commodity are reordered according to the predicted purchase probability of the commodity to obtain a commodity recommendation list.
In step S303, the probability threshold and the penalty coefficient are selected according to the optimal standard of the comprehensive evaluation index (F-Measure), and the probability threshold and the penalty coefficient when the F-Measure is maximum are selected.
Wherein: hit rate is the total number of correctly identified individuals/the total number of identified individuals;
recall-the total number of correctly identified individuals/total number of individuals present in the test set;
under the condition that the hit rate and the recall rate indexes are contradictory, the hit rate and the recall rate indexes are comprehensively considered by adopting a comprehensive evaluation index (F-Measure, also called F-Score) to select an optimal value. F-Measure is a hit and recall weighted harmonic mean.
F-Measure=(1+a2) Hit rate recall rate/a2(hit + recall);
when the parameter a is 1, it is the most common F1, i.e., F1 is 2 hits recall/(hits + recall).
It can be seen that F1 combines the results of hit rate and recall rate. When F1 is higher, the method is more effective. F1 has the main function of adjusting the sequence.
As shown in fig. 4, the recommendation method provided in this embodiment adds step S16 on the basis of the foregoing embodiment: and (4) according to the commodity recommendation list obtained in the step (S15), filtering and outputting logic processing are carried out according to behavior filtering logic, and a final commodity recommendation list is output.
The specific process of filtering and outputting logic processing according to the behavior filtering logic is as follows: taking the order commodities within the recent H days of the user, taking the commodity group to which the order commodities belong as a user filtering commodity group, and filtering the commodities belonging to the filtering commodity group in the commodity recommendation list obtained in the S16; and according to the predicted purchase probability of the commodities, reordering the commodities in the filtered commodity recommendation list to obtain a final commodity recommendation list. Based on the commodities for which the user placed orders within the last H days, the user cannot buy the commodities again in the near future, so that the commodities for which the orders have been placed within the last H days do not appear in the final commodity recommendation list by adopting behavior filtering logic processing. The commodity recommendation list after the commodities are eliminated can reflect the requirements of the user more accurately.
The recommendation method of the embodiment comprehensively considers the user behavior and the commodity characteristics and the cross characteristics of the user behavior and the commodity characteristics, improves the prediction accuracy and further improves the recommendation accuracy. Cross-feature refers to a linear or non-linear combination of feature attributes. The cross features are richer in depiction of user behaviors, and the dimensionality of the feature variables is increased, so that the accuracy of the model is further increased.
And (3) carrying out precision testing: in the comparative example and the embodiment, the test data of the comparative example and the test data of the embodiment are obtained by calculation in a new time window by adopting the acquisition mode of the training data in the embodiment. The comparative example used a logistic regression model, and the present example used the model established in step S13. During calculation, the user characteristics adopted by the comparison example are browsing behaviors of the user, and the user characteristics adopted by the embodiment are user behavior characteristics and commodity characteristics. The comparative example and the present example output recommendation lists through model tests. According to the prediction results of the two, the prediction accuracy AUC of the comparative example is 0.70, and the prediction accuracy AUC of the present example is 0.83.
The recommendation results are sorted by comprehensive dimensionality, aiming at the condition that the recall rate and the hit rate of the recommended core evaluation index are inconsistent, the embodiment adopts a statistical method of comprehensive weighting harmonic mean to measure, and finally optimizes the recommendation sorting result by using the optimal value, namely, sorting is carried out according to the result corresponding to the maximum value of the comprehensive evaluation index, so that the accuracy of recommendation sorting is improved,
and a multi-level attenuation method is adopted to establish the historical behavior characteristics of the user. The historical behavior of the user is divided into M segments, and attenuation is performed in two dimensions of the segments and time. The method is used for reserving the continuous browsing habit of the user, considers that the user behaviors in the same section are continuous behaviors, and considers the influence of time on the purchase demand of the user. The multi-level attenuation method affects the sorted commodity scores, and the attenuation speed and interval cause different final characteristic vector values, so that the user scores are different. Since the commodity ranking of the user is arranged according to the size of the score, the different scores affect the ranking result (i.e., the recommendation ranking result).
The method predicts the purchase probability of the electronic commerce commodity by the user, and the prediction result is used as basic prediction data for accurate marketing, personalized recommendation and the like of the electronic commerce website.
In addition, as shown in fig. 5, there is also provided a commodity information recommendation system based on a user's historical behavior, the system including:
an acquisition module: the system is used for collecting historical behavior data of a user on an e-commerce website;
a feature vector establishing module: the system is used for acquiring historical behavior data according to an acquisition module and establishing a user commodity probability prediction characteristic vector;
a model building module; the system is used for predicting the characteristic vector according to the user commodity probability established by the characteristic vector establishing module, training the model and obtaining a user recommended commodity prediction model;
the measuring and calculating module comprises: the system is used for inputting data into a user recommended commodity prediction model and measuring and calculating the predicted purchase probability of behavior commodities;
a first generation module: the system is used for calculating the predicted purchase probability of the associated commodities according to the predicted purchase probability of the behavior commodities measured and calculated by the measuring and calculating module, and combining the behavior commodities and the associated commodities to obtain a commodity recommendation list.
In the system, the predicted purchase probability of the behavior commodity is measured and calculated by utilizing the historical behavior data of the user on the e-commerce website, and the behavior commodity and the associated commodity are combined to generate a commodity recommendation list. Because the behaviors of different users are different, the predicted purchase probability of behavior commodities is measured and calculated based on the historical behaviors of different users, so that the finally generated commodity recommendation list has individuation, and different commodity recommendation lists are generated for different users.
The historical behavior data collected by the collection module is from the PC end, the WAP end, the APP end and the offline data. The data source of the multiple terminals is beneficial to expanding the historical behavior data acquisition range of the user, so that the acquired historical behavior data can reflect the historical requirements of the user more accurately, and a more accurate historical data basis is provided for the generation of a subsequent commodity recommendation list. The historical behavior data includes user information and commodity information. The user information includes an identification ID of the user, user attribute information, and the like. The commodity information includes an identification code of the commodity, commodity characteristic information, and the like. The user attributes include gender, age, access preferences of the user. The commodity characteristics comprise commodity flow characteristics, commodity behavior characteristics and commodity decision cost.
As a preferred solution, as shown in fig. 6, the feature vector establishing module includes:
washing the submodule: the data processing device is used for cleaning the abnormal data and the data which do not accord with the browsing habit of the user;
the measuring and calculating submodule comprises: the method is used for respectively constructing a user historical behavior characteristic statistical function according to daily statistics on the historical behavior characteristics of each cleaned terminal user, dividing the statistical days into M sections, measuring and calculating the characteristic value of each section according to a time attenuation function on each section, and accumulating the characteristic value of each section to obtain a user characteristic value:
establishing a submodule: the method is used for establishing a user commodity probability prediction feature vector, and the expression form of the user commodity probability prediction feature vector is as follows: fingerprint ID + + commodity ID + user characteristic value of each terminal; the fingerprint ID represents the identification ID of the user, and the commodity ID represents the identification code of the commodity.
In the characteristic vector establishing module, a cleaning submodule is used for cleaning abnormal data and data which do not conform to the user browsing habit, then a measuring submodule is used for measuring and calculating a user characteristic value, and finally an establishing submodule is used for establishing a user commodity probability prediction characteristic vector. The measuring and calculating submodule measures and calculates the characteristic value of each interval according to the time attenuation function, and then accumulates the characteristic value of each interval. The multi-level attenuation method affects the sorted commodity scores, the final characteristic vector values are different due to the attenuation speed and the attenuation interval, so that the user scores are different, and the different scores affect the sorting result (namely, the recommended sorting result) because the commodity sorting of the user is arranged according to the scores.
In the cleansing submodule, the abnormal data refers to data that is significantly different, abnormal, or inconsistent from other data. For example, the following data to be filtered belong to the abnormal data: filtering users who join the shopping cart with the number of commodity categories > a commodity category threshold value Na; filtering the browsing records of the commodity detail pages with the browsing time being less than the browsing time threshold Nbs; filtering the browsing records of the commodity detail pages with the browsing time being greater than the browsing time threshold Ncs; if the user four-level page browsing number in one session is larger than a threshold Nd of the four-level page browsing number, filtering the session; the user accesses pv on the same day that is less than the pv threshold Ne, filtering the user.
The data which does not conform to the browsing habit of the user refers to data which is greatly different from the behavior of a normal shopping user, such as the browsing behavior of a crawler user or a list-swiping user.
Preferably, as shown in fig. 7, the first generating module includes:
determining a submodule: the system comprises a data acquisition module, a data processing module and a data processing module, wherein the data acquisition module is used for acquiring access history data and purchase history data in user history behavior data, calculating the association degree of associated commodities of the behavior commodity by adopting an association rule or a collaborative filtering algorithm, and taking the first b commodities with the highest association degree as an associated commodity set of the behavior commodity;
a calculation submodule: for calculating a purchase probability of the associated item according to equation (1):
score _ i (Master _ Pos SKU _ Score _ i/max (SKU _ Score _ i) formula (1)
Wherein Score _ i represents the purchase probability of the associated item; master _ Pos represents the behavior commodity purchase probability; max (SKU _ Score _ i) represents the highest value of the association degree in the associated commodity set, and SKU _ Score _ i represents the association degree of the associated commodity SKU _ i and the behavior commodity;
a first generation submodule: the method is used for combining the behavior commodities and the associated commodities to generate a commodity recommendation list: if the behavior commodities are in the associated commodity set established by the determining submodule, sequencing according to the predicted purchase probability of the behavior commodities and the associated commodities to obtain a commodity recommendation list; if the behavior commodity is not in the associated commodity set established by the determining submodule and the predicted purchase probability of the behavior commodity is smaller than the probability threshold, multiplying the predicted purchase probability of the behavior commodity by a penalty coefficient to serve as the final predicted purchase probability of the behavior commodity; and sequencing the associated commodities and the behavior commodities according to the predicted purchase probability of the commodities to obtain a commodity recommendation list.
In the first generation submodule, a probability threshold and a penalty coefficient are selected according to the optimal standard of a comprehensive evaluation index (F-Measure), and the probability threshold and the penalty coefficient when the F-Measure is maximum are selected.
The first generation submodule considers not only the behavior commodity but also the associated commodity, and takes the associated commodity and the behavior commodity together as the commodity to be recommended. When the recommended commodities are selected, the predicted purchase probability of the behavior commodities is processed differently according to whether the behavior commodities exist in the associated commodity set or not, and the associated commodities and the processed behavior commodities are sorted again according to the purchase probability, so that the positions of the behavior commodities in the recommended list are more in line with the requirements of the user.
As shown in fig. 8, the commodity information recommendation system based on the user historical behavior further includes a second generation module: and the system is used for filtering and outputting the commodity recommendation list obtained by the first generation module to generate a final commodity recommendation list. Since the commodities recently purchased by the user are generally not purchased again, the commodity recommendation list generated by the first generation module is filtered and output logically, so that no commodity recently purchased by the user exists in the final commodity recommendation list, and the commodity recommendation list is more in line with the real requirement of the user.
As shown in fig. 9, the second generating module includes:
a filtering commodity group establishing submodule: the method is used for taking the order commodities within the last H days of the user and taking the commodity group to which the order commodities belong as a user filtering commodity group. H is an integer, and H > 3.
A filtering submodule: the commodity filtering module is used for filtering commodities belonging to the filtered commodity group in the commodity recommendation list generated by the first generation module.
A second generation submodule: and according to the predicted commodity purchasing probability, reordering the commodities in the commodity recommendation list filtered by the filtering submodule to generate a final commodity recommendation list.
And selecting the filtering commodity group through the filtering commodity group establishing submodule. The filtered group of items are items recently purchased by the user. And the filtering submodule filters the commodities belonging to the filtered commodity group in the commodity recommendation list generated by the first generation module. And the second generation submodule reorders the commodities in the filtered commodity recommendation list according to the predicted commodity purchasing probability to generate a final commodity recommendation list. Through the three sub-modules, commodities which belong to the same type as the commodities recently purchased by the user in the commodity recommendation list generated by the first generation module are filtered out, so that the commodities arranged in the final commodity recommendation list meet the real requirements of the user.
Those skilled in the art will appreciate that the methods or systems for implementing the embodiments described above can be implemented via computer program instructions. The computer program instructions are loaded onto a programmable data processing apparatus, such as a computer, to cause corresponding instructions to be executed on the programmable data processing apparatus to implement the functions of the method or system of the above-described embodiments.
Those skilled in the art can make non-inventive technical improvements to the present application based on the above-described embodiments without departing from the spirit of the present invention. Such modifications are to be considered within the scope of the claims of the present application.

Claims (10)

1. A commodity information recommendation method based on user historical behaviors is characterized by comprising the following steps:
s11, collecting historical behavior data of a user on an e-commerce website, wherein the historical behavior data comprises user information and commodity information;
s12, establishing a user commodity probability prediction feature vector according to the historical behavior data;
s13, training the model according to the user commodity probability prediction feature vector to obtain a user recommended commodity prediction model;
s14, inputting the user data to be predicted into a user recommended commodity prediction model, and measuring and calculating the predicted purchase probability of behavior commodities;
s15, calculating the predicted purchase probability of the associated commodities according to the predicted purchase probability of the behavioral commodities, and combining the behavioral commodities and the associated commodities to obtain a commodity recommendation list;
the S15 specifically includes:
s301 determines the associated product: calculating the association degree of the associated commodities of the behavior commodity by adopting an association rule or a collaborative filtering algorithm according to access history data and purchase history data in the historical behavior data of the user, and taking the first b commodities with the highest association degree as an associated commodity set of the behavior commodity;
s302, calculating the purchase probability of the associated commodity according to the formula (1):
score _ i (Master _ Pos SKU _ Score _ i/max (SKU _ Score _ i) formula (1)
Wherein Score _ i represents the purchase probability of the associated item; master _ Pos represents the behavior commodity purchase probability; max (SKU _ Score _ i) represents the highest value of the association degree in the associated commodity set, and SKU _ Score _ i represents the association degree of the associated commodity SKU _ i and the behavior commodity;
s303, combining the behavior commodities and the associated commodities to generate a commodity recommendation list: if the behavior commodities are in the associated commodity set obtained in the step S301, sorting the behavior commodities and the associated commodities according to the predicted purchase probability of the behavior commodities and the associated commodities to obtain a commodity recommendation list; if the behavior commodity is not in the associated commodity set obtained in step S301 and the predicted purchase probability of the behavior commodity is smaller than the probability threshold, multiplying the predicted purchase probability of the behavior commodity by the penalty coefficient to obtain the final predicted purchase probability of the behavior commodity; and sequencing the associated commodities and the behavior commodities according to the predicted purchase probability of the commodities to obtain a commodity recommendation list.
2. The commodity information recommendation method based on the user historical behavior according to claim 1, wherein in S11, the historical behavior data is derived from a PC terminal, a WAP terminal, an APP terminal, and offline data; the user information comprises an identification ID of the user, the gender, the age and the access preference of the user; the commodity information comprises the identification code of the commodity, the commodity flow characteristic, the commodity behavior characteristic and the commodity decision cost.
3. The method for recommending commodity information based on user' S historical behavior according to claim 1, wherein in S12, establishing the user commodity probability prediction feature vector specifically comprises:
s201, data cleaning: cleaning the abnormal data and the data which do not accord with the browsing habit of the user;
s202, performing feature processing to obtain a user feature value: the cleaned historical behavior characteristics of each terminal user are counted according to days, a user historical behavior characteristic counting function is respectively constructed, counting days is divided into M sections, the characteristic value of each section is measured and calculated according to a time attenuation function for each section, and the characteristic value of each section is accumulated to obtain a user characteristic value:
s203, establishing a user commodity probability prediction feature vector: the expression form of the user commodity probability prediction feature vector is as follows: fingerprint ID + commodity ID + user characteristic vector value of each terminal; the fingerprint ID represents a user identification ID in the user information, and the commodity ID represents a commodity identification code in the commodity information.
4. The commodity information recommending method based on the user' S historical behavior according to claim 1, further comprising the step S16 of: and (4) filtering and outputting the commodity recommendation list obtained in the step (S15) to generate a final commodity recommendation list.
5. The commodity information recommendation method based on the user historical behaviors according to claim 4, wherein the step S16 specifically includes: taking the order commodities within the recent H days of the user, taking the commodity group to which the order commodities belong as a user filtering commodity group, and filtering the commodities belonging to the filtering commodity group in the commodity recommendation list obtained in the S16; and according to the predicted commodity purchasing probability, reordering the commodities in the filtered commodity recommendation list to generate a final commodity recommendation list.
6. A commodity information recommendation system based on user historical behaviors is characterized by comprising:
an acquisition module: the system is used for collecting historical behavior data of a user on an e-commerce website;
a feature vector establishing module: the system is used for acquiring historical behavior data according to an acquisition module and establishing a user commodity probability prediction characteristic vector;
a model building module; the system is used for predicting the characteristic vector according to the user commodity probability established by the characteristic vector establishing module, training the model and obtaining a user recommended commodity prediction model;
the measuring and calculating module comprises: the system is used for inputting data into a user recommended commodity prediction model and measuring and calculating the predicted purchase probability of behavior commodities;
a first generation module: the system comprises a calculation module, a behavior commodity recommendation module and a correlation commodity recommendation module, wherein the calculation module is used for calculating the predicted purchasing probability of the correlation commodity according to the predicted purchasing probability of the behavior commodity measured by the measurement module, and combining the behavior commodity and the correlation commodity to obtain a commodity recommendation list;
the first generating module comprises:
determining a submodule: the system comprises a data acquisition module, a data processing module and a data processing module, wherein the data acquisition module is used for acquiring access history data and purchase history data in user history behavior data, calculating the association degree of associated commodities of the behavior commodity by adopting an association rule or a collaborative filtering algorithm, and taking the first b commodities with the highest association degree as an associated commodity set of the behavior commodity;
a calculation submodule: for calculating a purchase probability of the associated item;
a first generation submodule: the method is used for combining the behavior commodities and the associated commodities to generate a commodity recommendation list: if the behavior commodities are in the associated commodity set established by the determining submodule, sequencing according to the predicted purchase probability of the behavior commodities and the associated commodities to obtain a commodity recommendation list; if the behavior commodity is not in the associated commodity set established by the determining submodule and the predicted purchase probability of the behavior commodity is smaller than the probability threshold, multiplying the predicted purchase probability of the behavior commodity by a penalty coefficient to serve as the final predicted purchase probability of the behavior commodity; and sequencing the associated commodities and the behavior commodities according to the predicted purchase probability of the commodities to obtain a commodity recommendation list.
7. The commodity information recommendation system based on the historical behaviors of the user according to claim 6, wherein the historical behavior data collected by the collection module is from a PC terminal, a WAP terminal, an APP terminal and offline data.
8. The commodity information recommendation system based on the historical behaviors of the user as claimed in claim 6, wherein said feature vector establishing module comprises:
washing the submodule: the data processing device is used for cleaning the abnormal data and the data which do not accord with the browsing habit of the user;
the measuring and calculating submodule comprises: the method is used for respectively constructing a user historical behavior characteristic statistical function according to daily statistics on the historical behavior characteristics of each cleaned terminal user, dividing the statistical days into M sections, measuring and calculating the characteristic value of each section according to a time attenuation function on each section, and accumulating the characteristic value of each section to obtain a user characteristic value:
establishing a submodule: the method is used for establishing a user commodity probability prediction feature vector, and the expression form of the user commodity probability prediction feature vector is as follows: fingerprint ID + user ID + commodity ID + user characteristic value of each terminal; the fingerprint ID represents the identification ID of the user, the user ID represents the fingerprint identification of the user, and the commodity ID represents the identification code of the commodity.
9. The commodity information recommendation system based on the user's historical behavior according to claim 6, further comprising a second generation module: and the system is used for filtering and outputting the commodity recommendation list obtained by the first generation module to generate a final commodity recommendation list.
10. The system for recommending commodity information based on historical behaviors of user according to claim 9, wherein said second generating module comprises:
a filtering commodity group establishing submodule: the order filtering system is used for taking order commodities within the last H days of a user and taking a commodity group to which the order commodities belong as a user filtering commodity group;
a filtering submodule: the commodity recommendation module is used for filtering commodities belonging to the filtered commodity group in the commodity recommendation list generated by the first generation module;
a second generation submodule: and according to the predicted commodity purchasing probability, reordering the commodities in the commodity recommendation list filtered by the filtering submodule to generate a final commodity recommendation list.
CN201510555591.3A 2015-09-01 2015-09-01 Commodity information recommendation method and system based on user historical behaviors Active CN106485562B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510555591.3A CN106485562B (en) 2015-09-01 2015-09-01 Commodity information recommendation method and system based on user historical behaviors

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510555591.3A CN106485562B (en) 2015-09-01 2015-09-01 Commodity information recommendation method and system based on user historical behaviors

Publications (2)

Publication Number Publication Date
CN106485562A CN106485562A (en) 2017-03-08
CN106485562B true CN106485562B (en) 2020-12-04

Family

ID=58237989

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510555591.3A Active CN106485562B (en) 2015-09-01 2015-09-01 Commodity information recommendation method and system based on user historical behaviors

Country Status (1)

Country Link
CN (1) CN106485562B (en)

Families Citing this family (94)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106934498A (en) * 2017-03-14 2017-07-07 携程旅游网络技术(上海)有限公司 The recommendation method and system of hotel's house type in OTA websites
CN106874522A (en) * 2017-03-29 2017-06-20 珠海习悦信息技术有限公司 Information recommendation method, device, storage medium and processor
CN109034853B (en) * 2017-06-09 2021-11-26 北京京东尚科信息技术有限公司 Method, device, medium and electronic equipment for searching similar users based on seed users
CN107169806B (en) * 2017-06-29 2020-11-03 北京京东尚科信息技术有限公司 Method and device for determining influence degree of commodity attribute on purchase decision
CN107332910B (en) * 2017-07-03 2020-07-31 北京京东尚科信息技术有限公司 Information pushing method and device
CN107481114B (en) * 2017-08-16 2021-09-10 北京京东尚科信息技术有限公司 Commodity recommendation method and device, electronic commerce system and storage medium
CN107578332A (en) * 2017-09-22 2018-01-12 深圳乐信软件技术有限公司 A kind of method, apparatus, equipment and storage medium for recommending cash commodity
CN107807967B (en) * 2017-10-13 2021-10-22 平安科技(深圳)有限公司 Real-time recommendation method, electronic device and computer-readable storage medium
CN107993085B (en) * 2017-10-19 2021-05-18 创新先进技术有限公司 Model training method, and user behavior prediction method and device based on model
CN107885796B (en) * 2017-10-27 2020-04-17 阿里巴巴集团控股有限公司 Information recommendation method, device and equipment
CN107729542B (en) * 2017-10-31 2021-05-04 咪咕音乐有限公司 Information scoring method and device and storage medium
CN110020133B (en) * 2017-11-07 2023-04-07 腾讯科技(深圳)有限公司 Content recommendation processing method and device, computer equipment and storage medium
CN107992530A (en) * 2017-11-14 2018-05-04 北京三快在线科技有限公司 Information recommendation method and electronic equipment
CN107908740B (en) * 2017-11-15 2022-11-22 百度在线网络技术(北京)有限公司 Information output method and device
CN107909439A (en) 2017-11-16 2018-04-13 阿里巴巴集团控股有限公司 The recommendation method, apparatus and electronic equipment of shared product
CN107944913B (en) * 2017-11-21 2022-03-22 重庆邮电大学 High-potential user purchase intention prediction method based on big data user behavior analysis
TWI645350B (en) * 2017-11-24 2018-12-21 財團法人工業技術研究院 Decision factors analyzing device and decision factors analyzing method
CN109903063A (en) * 2017-12-07 2019-06-18 北京京东尚科信息技术有限公司 Data processing method and its system, computer system and readable storage medium storing program for executing
CN109903104A (en) * 2017-12-08 2019-06-18 北京京东尚科信息技术有限公司 Method and device for data analysis
CN109919629A (en) * 2017-12-13 2019-06-21 深圳市宇轩网络技术有限公司 A kind of CRM system and method
CN109934654B (en) * 2017-12-18 2021-11-23 中国移动通信集团山东有限公司 Commodity recommendation method and system
US10922737B2 (en) 2017-12-22 2021-02-16 Industrial Technology Research Institute Interactive product recommendation method and non-transitory computer-readable medium
TWI665630B (en) * 2017-12-22 2019-07-11 財團法人工業技術研究院 Interactive product recommendation method and non-transitory computer-readable medium
CN108320213A (en) * 2018-01-31 2018-07-24 深圳春沐源控股有限公司 Electric business Method of Commodity Recommendation and electric business Platform Server
CN108416625A (en) * 2018-02-28 2018-08-17 阿里巴巴集团控股有限公司 The recommendation method and apparatus of marketing product
CN108346090A (en) * 2018-02-28 2018-07-31 深圳春沐源控股有限公司 Method of Commodity Recommendation and device
CN108198051A (en) * 2018-03-01 2018-06-22 口碑(上海)信息技术有限公司 Across the Method of Commodity Recommendation and device of merchandise classification
CN110347905B (en) * 2018-03-07 2023-05-16 阿里巴巴集团控股有限公司 Method, device and storage medium for determining information association degree and information recommendation
CN108596645B (en) * 2018-03-13 2021-09-21 创新先进技术有限公司 Information recommendation method, device and equipment
CN108537365A (en) * 2018-03-16 2018-09-14 拉扎斯网络科技(上海)有限公司 A kind of prediction technique and device of dispatching duration
CN108550068B (en) * 2018-04-16 2022-03-11 南京大学 Personalized commodity recommendation method and system based on user behavior analysis
CN108647811A (en) * 2018-04-26 2018-10-12 中国联合网络通信集团有限公司 Predict that user buys method, apparatus, equipment and the storage medium of equity commodity
CN110473040B (en) * 2018-05-10 2021-11-19 北京三快在线科技有限公司 Product recommendation method and device and electronic equipment
CN110490682B (en) * 2018-05-15 2024-02-09 北京京东尚科信息技术有限公司 Method and device for analyzing commodity attributes
CN108665355B (en) * 2018-05-18 2023-06-02 深圳壹账通智能科技有限公司 Financial product recommendation method, apparatus, device and computer storage medium
CN110555712A (en) * 2018-05-31 2019-12-10 北京京东尚科信息技术有限公司 Commodity association degree determining method and device
CN110599336B (en) * 2018-06-13 2020-12-15 北京九章云极科技有限公司 Financial product purchase prediction method and system
CN108960719B (en) * 2018-06-29 2021-10-15 北京京东尚科信息技术有限公司 Method and device for selecting products and computer readable storage medium
CN109146606B (en) * 2018-07-09 2022-02-22 广州品唯软件有限公司 Brand recommendation method, electronic equipment, storage medium and system
CN109191240B (en) * 2018-08-14 2021-06-08 北京九狐时代智能科技有限公司 Method and device for recommending commodities
CN108711110B (en) * 2018-08-14 2023-06-23 中国平安人寿保险股份有限公司 Insurance product recommendation method, apparatus, computer device and storage medium
CN109345302B (en) * 2018-09-27 2023-04-18 腾讯科技(深圳)有限公司 Machine learning model training method and device, storage medium and computer equipment
CN109493123A (en) * 2018-10-23 2019-03-19 佛山欧神诺云商科技有限公司 A kind of Method of Commodity Recommendation and device based on big data
CN109460816B (en) * 2018-11-16 2020-09-18 焦点科技股份有限公司 User behavior prediction method based on deep learning
CN109522197B (en) * 2018-11-23 2022-09-27 每日互动股份有限公司 Prediction method for user APP behaviors
CN111242713A (en) * 2018-11-29 2020-06-05 北京京东尚科信息技术有限公司 Information pushing method and device
CN111259229B (en) * 2018-11-30 2023-06-20 北京嘀嘀无限科技发展有限公司 Question recommending method and device
CN109685561B (en) * 2018-12-17 2021-03-02 北京字节跳动网络技术有限公司 Electronic certificate pushing method and device based on user behavior and electronic equipment
CN110046952B (en) * 2019-01-30 2021-12-10 创新先进技术有限公司 Recommendation model training method and device, and recommendation method and device
CN110008399B (en) * 2019-01-30 2023-04-07 创新先进技术有限公司 Recommendation model training method and device, and recommendation method and device
CN109961351B (en) * 2019-02-13 2023-02-07 平安科技(深圳)有限公司 Information recommendation method and device, storage medium and computer equipment
CN110427358B (en) * 2019-02-22 2021-04-30 北京沃东天骏信息技术有限公司 Data cleaning method and device and information recommendation method and device
CN109905873B (en) * 2019-02-25 2021-08-31 国家计算机网络与信息安全管理中心 Network account correlation method based on characteristic identification information
CN110490685A (en) * 2019-03-27 2019-11-22 南京国科双创信息技术研究院有限公司 A kind of Products Show method based on big data analysis
CN110264301A (en) * 2019-05-10 2019-09-20 拉扎斯网络科技(上海)有限公司 Recommended method, device, electronic equipment and non-volatile memory medium
CN110297970B (en) * 2019-05-28 2021-04-23 北京达佳互联信息技术有限公司 Information recommendation model training method and device
CN110288433A (en) * 2019-06-12 2019-09-27 达疆网络科技(上海)有限公司 One kind being based on clicking rate model prediction O2O real time individual sort method
CN110298730A (en) * 2019-06-18 2019-10-01 武汉久客网络科技有限公司 Commodity method for pushing and equipment based on machine learning algorithm under new retail mode
CN110347924A (en) * 2019-07-12 2019-10-18 广东工业大学 Fruits and vegetables market management system and fruit-vegetable information method for pushing
CN110428298A (en) * 2019-07-15 2019-11-08 阿里巴巴集团控股有限公司 A kind of shop recommended method, device and equipment
CN110442788A (en) * 2019-07-23 2019-11-12 北京奇艺世纪科技有限公司 A kind of information recommendation method and device
CN110428231A (en) * 2019-08-06 2019-11-08 重庆仙桃前沿消费行为大数据有限公司 Administrative information recommended method, device, equipment and readable storage medium storing program for executing
CN110415091A (en) * 2019-08-06 2019-11-05 重庆仙桃前沿消费行为大数据有限公司 Shop and Method of Commodity Recommendation, device, equipment and readable storage medium storing program for executing
CN110458627B (en) * 2019-08-19 2023-06-30 华南师范大学 Commodity sequence personalized recommendation method for dynamic preference of user
CN110689410B (en) * 2019-09-29 2021-09-03 京东数字科技控股有限公司 Data processing method, device, equipment and storage medium
CN112581205A (en) * 2019-09-30 2021-03-30 阿里巴巴集团控股有限公司 Order processing method and device, electronic equipment and computer readable storage medium
CN112766995A (en) * 2019-10-21 2021-05-07 招商证券股份有限公司 Article recommendation method and device, terminal device and storage medium
CN112837106A (en) * 2019-11-22 2021-05-25 上海哔哩哔哩科技有限公司 Commodity recommendation method and device and computer equipment
CN111105291B (en) * 2019-11-29 2022-07-12 江苏苏宁物流有限公司 Method and device for generating recommendation strategy data
CN111127155A (en) * 2019-12-24 2020-05-08 北京每日优鲜电子商务有限公司 Commodity recommendation method, commodity recommendation device, server and storage medium
CN111144946A (en) * 2019-12-27 2020-05-12 上海携程商务有限公司 Revenue management method, system, medium, and electronic device for airline company
CN111861623A (en) * 2019-12-30 2020-10-30 北京骑胜科技有限公司 Information recommendation method, device and equipment
CN111260142B (en) * 2020-01-19 2023-06-09 杭州网易再顾科技有限公司 Commodity index data prediction method and device, storage medium and electronic equipment
CN112052379A (en) * 2020-01-20 2020-12-08 河南紫联物联网技术有限公司 Intelligent terminal, and recommendation method and system of intelligent household equipment
CN113256362A (en) * 2020-02-12 2021-08-13 北京沃东天骏信息技术有限公司 Method and apparatus for outputting information
CN111311104B (en) * 2020-02-27 2023-08-25 第四范式(北京)技术有限公司 Recommendation method, device and system for configuration file
CN111325609A (en) * 2020-02-28 2020-06-23 京东数字科技控股有限公司 Commodity recommendation list determining method and device, electronic equipment and storage medium
CN111429203A (en) * 2020-03-02 2020-07-17 北京明略软件系统有限公司 Commodity recommendation method and device based on user behavior data
CN111914164A (en) * 2020-06-20 2020-11-10 武汉海云健康科技股份有限公司 Medication prediction method and system based on medical big data
CN111815415B (en) * 2020-07-14 2023-10-27 北京邮电大学 Commodity recommendation method, system and equipment
CN112101980B (en) * 2020-08-04 2024-04-02 北京思特奇信息技术股份有限公司 Method and system for analyzing purchasing preference of user
CN112132660B (en) * 2020-09-25 2023-12-26 尚娱软件(深圳)有限公司 Commodity recommendation method, system, equipment and storage medium
CN111882409B (en) * 2020-09-28 2020-12-08 武汉卓尔数字传媒科技有限公司 Method and device for recommending main body and electronic equipment
CN112348626A (en) * 2020-09-29 2021-02-09 北京沃东天骏信息技术有限公司 Article information processing method and device
CN112232888B (en) * 2020-11-06 2021-05-14 深圳市护家科技有限公司 Intelligent analysis system and method for consumer behaviors
CN112529612A (en) * 2020-11-26 2021-03-19 上海天健体育科技发展有限公司 Stadium dynamic pricing method and system based on big data
CN112613708A (en) * 2020-12-15 2021-04-06 航天信息股份有限公司 Method and system for managing multi-stage circulation of tax Ukey equipment
CN113139667B (en) * 2021-05-07 2024-02-20 深圳他米科技有限公司 Hotel room recommending method, device, equipment and storage medium based on artificial intelligence
CN113256384A (en) * 2021-06-03 2021-08-13 明品云(北京)数据科技有限公司 Commodity automatic selling method, device, computer readable storage medium and equipment
CN113516539A (en) * 2021-07-29 2021-10-19 中移(杭州)信息技术有限公司 Commodity recommendation method and device and computer-readable storage medium
CN114282942B (en) * 2021-12-22 2023-04-07 钻技(上海)信息科技有限公司 E-commerce platform popularization method and system
CN114782116B (en) * 2022-06-21 2022-09-13 湖北云猫数字智能科技有限公司 Advertisement pushing system based on shopping habits of users
CN114820142B (en) * 2022-06-29 2022-09-16 国能(北京)商务网络有限公司 Commodity information recommendation method for B-side purchasing user
CN116452303B (en) * 2023-06-14 2023-10-03 深圳市诚识科技有限公司 Electronic commerce data management method based on big data

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102479366A (en) * 2010-11-25 2012-05-30 阿里巴巴集团控股有限公司 Commodity recommending method and system
CN104866540A (en) * 2015-05-04 2015-08-26 华中科技大学 Personalized recommendation method based on group user behavior analysis

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103679494B (en) * 2012-09-17 2018-04-03 阿里巴巴集团控股有限公司 Commodity information recommendation method and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102479366A (en) * 2010-11-25 2012-05-30 阿里巴巴集团控股有限公司 Commodity recommending method and system
CN104866540A (en) * 2015-05-04 2015-08-26 华中科技大学 Personalized recommendation method based on group user behavior analysis

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
电子商务个性化推荐模型研究;张黎黎;《中国优秀硕士学位论文全文数据库 信息科技辑》;20090615(第06期);第I138-1169页 *

Also Published As

Publication number Publication date
CN106485562A (en) 2017-03-08

Similar Documents

Publication Publication Date Title
CN106485562B (en) Commodity information recommendation method and system based on user historical behaviors
CN108665311B (en) Electric commercial user time-varying feature similarity calculation recommendation method based on deep neural network
CN106251174A (en) Information recommendation method and device
CN111815415A (en) Commodity recommendation method, system and equipment
CN110008397B (en) Recommendation model training method and device
CN104239338A (en) Information recommendation method and information recommendation device
CN109685537B (en) User behavior analysis method, device, medium and electronic equipment
CN110148023A (en) The electric power integral Method of Commodity Recommendation and system that logic-based returns
CN109961311B (en) Client recommendation method and device, computing equipment and storage medium
CN111339439A (en) Collaborative filtering recommendation method and device fusing comment text and time sequence effect
CN107292713A (en) A kind of rule-based individual character merged with level recommends method
CN113469730A (en) Customer repurchase prediction method and device based on RF-LightGBM fusion model under non-contract scene
CN112417294A (en) Intelligent business recommendation method based on neural network mining model
CN112488863A (en) Dangerous seed recommendation method and related equipment in user cold start scene
CN115204985A (en) Shopping behavior prediction method, device, equipment and storage medium
CN114861050A (en) Feature fusion recommendation method and system based on neural network
Diamantaras et al. Predicting Shopping Intent of e-Commerce Users using LSTM Recurrent Neural Networks.
CN110502639B (en) Information recommendation method and device based on problem contribution degree and computer equipment
CN116127188A (en) Target feedback value determining method and device, electronic equipment and storage medium
CN114896506A (en) Product recommendation method, device, equipment and storage medium
Pinto et al. Hybrid recommendation system based on collaborative filtering and fuzzy numbers
CN115115403A (en) Method and device for classifying customers in target customer group, electronic equipment and storage medium
CN114817741A (en) Financial product accurate recommendation method and device
CN110956528B (en) Recommendation method and system for e-commerce platform
CN115456656A (en) Method and device for predicting purchase intention of consumer, electronic equipment and storage medium

Legal Events

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

Effective date of registration: 20201111

Address after: 210042 No. 1-1 Suning Avenue, Xuzhuang Software Park, Xuanwu District, Nanjing City, Jiangsu Province

Applicant after: Suning Cloud Computing Co.,Ltd.

Address before: 210042 Nanjing Province, Xuanwu District, Jiangsu Suning Avenue, Suning headquarters, No. 1

Applicant before: SUNING COMMERCE GROUP Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20210510

Address after: 518001 unit 3510-130, Luohu business center, 2028 Shennan East Road, Chengdong community, Dongmen street, Luohu District, Shenzhen City, Guangdong Province

Patentee after: Shenzhen yunwangwandian Technology Co.,Ltd.

Patentee after: NANJING SUNING ELECTRONIC INFORMATION TECHNOLOGY Co.,Ltd.

Address before: No.1-1 Suning Avenue, Xuzhuang Software Park, Xuanwu District, Nanjing, Jiangsu Province, 210042

Patentee before: Suning Cloud Computing Co.,Ltd.