CN103136694A - Collaborative filtering recommendation method based on search behavior perception - Google Patents

Collaborative filtering recommendation method based on search behavior perception Download PDF

Info

Publication number
CN103136694A
CN103136694A CN2013100916386A CN201310091638A CN103136694A CN 103136694 A CN103136694 A CN 103136694A CN 2013100916386 A CN2013100916386 A CN 2013100916386A CN 201310091638 A CN201310091638 A CN 201310091638A CN 103136694 A CN103136694 A CN 103136694A
Authority
CN
China
Prior art keywords
behavior
user
search behavior
search
machine model
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN2013100916386A
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.)
Southeast University
Focus Technology Co Ltd
Original Assignee
Southeast University
Focus Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Southeast University, Focus Technology Co Ltd filed Critical Southeast University
Priority to CN2013100916386A priority Critical patent/CN103136694A/en
Publication of CN103136694A publication Critical patent/CN103136694A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a collaborative filtering recommendation method based on search behavior perception. The method includes the following steps: (1) analyzing inquiry behaviors and search behaviors of a user on an e-commerce website; (2) constructing user-product keyword tensor based on search behavior context; (3) constructing a training dataset of a factor machine model and mapping tensor data into vector data; (4) establishing a recommendation method frame based on the factor machine model and utilizing an improved alternate least squares algorithm to carry out parameter estimation; and (5) evaluating the recommendation method based on the factor machine model through an experiment. The collaborative filtering recommendation method based on the search behavior perception utilizes context information ignored by a traditional collaborative filtering recommendation method, solves the problem that a traditional individuation recommendation method cannot provide a recommended result which expresses the intent of the user on a business to business e-commerce website, and is better than a traditional method in accuracy and timeliness of the recommended result.

Description

基于搜索行为感知的协同过滤推荐方法Collaborative filtering recommendation method based on search behavior perception

技术领域technical field

本发明涉及互联网个性化推荐领域,特别是涉及一种基于搜索行为感知的协同过滤推荐方法。The invention relates to the field of Internet personalized recommendation, in particular to a collaborative filtering recommendation method based on search behavior perception.

背景技术Background technique

近年来个性化推荐系统在互联网上的成功应用为互联网公司开创了新的机遇,特别是电子商务网站,特定领域的B2C电子商务网站上有30%的购买业务来自个性化推荐系统。但是,推荐系统在B2B电子商务网站上没有得到广泛应用。B2B电子商务网站在商务活动中扮演中介角色,买家通过B2B电子商务网站寻找目标产品的供应商。在这一过程中,买家首先输入与目标产品相关的搜索关键词,电子商务网站返回来自不同供应商的大量同类型的产品,然后买家通过浏览产品的详细信息选择满足需求的产品并向其供应商进行询盘。B2B电子商务网站上的推荐系统旨在为用户提供合适的产品候选,帮助用户更有效地完成上述商务活动,从而提高用户对网站的满意度和依赖度。In recent years, the successful application of personalized recommendation systems on the Internet has created new opportunities for Internet companies, especially e-commerce websites. 30% of the purchase business on B2C e-commerce websites in specific fields comes from personalized recommendation systems. However, recommender systems are not widely used on B2B e-commerce websites. B2B e-commerce websites play an intermediary role in business activities, and buyers look for suppliers of target products through B2B e-commerce websites. In this process, the buyer first enters the search keywords related to the target product, and the e-commerce website returns a large number of products of the same type from different suppliers. Its suppliers make inquiries. The recommendation system on a B2B e-commerce website aims to provide users with suitable product candidates and help users complete the above business activities more effectively, thereby improving user satisfaction and dependence on the website.

协同过滤推荐算法是个性化推荐系统中最常用的一种推荐算法。协同过滤算法分析用户的兴趣,在用户群中找到目标用户的相似用户,并且综合这些相似用户对某一物品的评价,最后形成该目标用户对特定物品的喜好程度的预测。两种主要的协同过滤方法分别是基于近邻模型的方法和基于隐语义模型(latentfactor model)的方法。基于近邻模型的方法利用用户的历史行为数据,通过使用皮尔逊(Pearson)相关性和夹角余弦等方式来计算用户(物品)的相似度,得到用户(物品)的近邻集合,然后使用与这些近邻相关的行为数据计算目标用户对特定物品的评分从而进行推荐。基于隐语义模型的方法其核心思想是通过隐含特征(latent factor)联系用户兴趣和物品,它通过矩阵因子分解(MatrixFactorization)等算法把用户评分矩阵分解为低秩的用户矩阵和物品矩阵,根据用户特征向量和物品特征向量的内积得到用户对物品的评分预测值。基于隐语义模型的方法在推荐系统中被广泛应用。Collaborative filtering recommendation algorithm is the most commonly used recommendation algorithm in personalized recommendation system. The collaborative filtering algorithm analyzes the user's interests, finds similar users of the target user in the user group, and synthesizes the evaluation of a certain item by these similar users, and finally forms a prediction of the target user's preference for a specific item. The two main collaborative filtering methods are the method based on the neighbor model and the method based on the latent factor model. The method based on the neighbor model uses the user's historical behavior data to calculate the similarity of the user (item) by using methods such as Pearson correlation and angle cosine, and obtains the set of neighbors of the user (item), and then uses these The neighbor-related behavior data calculates the target user's rating for a specific item to make recommendations. The core idea of the method based on the latent semantic model is to link user interests and items through latent factors. It decomposes the user rating matrix into a low-rank user matrix and item matrix through algorithms such as Matrix Factorization. According to The inner product of the user feature vector and the item feature vector is used to obtain the predicted value of the user's rating for the item. Methods based on latent semantic models are widely used in recommender systems.

在B2B电子商务网站上,利用协同关系能够根据用户的偏好筛选产品,然而完全基于协同的推荐结果可能无法体现用户的意图。基于上下文感知的协同过滤算法提供了解决这一问题的方法。上下文感知协同过滤方法可以分为三种类型:1)上下文前过滤(contextual pre-filtering)方法,即通过上下文驱动数据选择或数据构造;2)上下文后过滤(contextual post-filtering)方法,即通过上下文过滤推荐结果;3)上下文建模(contextual modeling)方法,即将上下文融合到模型中。在上下文感知推荐方法的研究中,上下文建模方法因为其超过传统方法的优越性能而迅速被重视。在实际应用中,如果使用关键词表示用户的搜索行为,那么感知用户搜索行为的模型同时包含用户、产品、关键词以及三者之间的关系。协同过滤任务定义为:根据用户、产品、关键词构成的张量中部分元素的值,预测张量中缺失元素的值。On B2B e-commerce websites, synergistic relationships can be used to filter products according to user preferences, but recommendations based entirely on synergy may not reflect user intentions. Context-aware collaborative filtering algorithms provide a solution to this problem. Context-aware collaborative filtering methods can be divided into three types: 1) contextual pre-filtering methods, which drive data selection or data construction through context; 2) contextual post-filtering methods, which pass Contextual filtering recommendation results; 3) contextual modeling (contextual modeling) method, which integrates context into the model. In the research of context-aware recommendation methods, the context modeling method has been paid attention rapidly because of its superior performance over traditional methods. In practical applications, if keywords are used to represent user's search behavior, then the model for perceiving user's search behavior includes users, products, keywords and the relationship between the three at the same time. The collaborative filtering task is defined as: predicting the value of missing elements in the tensor according to the values of some elements in the tensor composed of users, products and keywords.

张量的因子分解算法具有较高的计算复杂度,从而导致基于张量因子分解的方法不适用于大规模的推荐任务。因子机(Factorization Machine)模型是目前最好的上下文感知模型。它的参数个数是线性增加的,并且每个参数都具有解析解,从而有效地解决了计算复杂度的问题,并且保留了上下文感知的协同过滤算法所具有优势。本发明使用因子机模型实现对用户搜索行为的感知,从而能够为B2B电子商务网站提供更有价值的推荐服务。Tensor factorization algorithms have high computational complexity, which makes tensor factorization-based methods unsuitable for large-scale recommendation tasks. The Factorization Machine model is currently the best context-aware model. The number of its parameters increases linearly, and each parameter has an analytical solution, which effectively solves the problem of computational complexity and retains the advantages of the context-aware collaborative filtering algorithm. The invention uses a factor-machine model to realize the perception of user search behavior, so as to provide more valuable recommendation services for B2B e-commerce websites.

发明内容Contents of the invention

发明目的:针对协同过滤算法无法感知用户搜索行为的问题,分析用户的搜索行为和询盘行为,利用用户搜索行为中使用的关键词作为用户询盘行为的上下文,为B2B电子商务网站提供一种基于用户搜索行为感知的协同过滤推荐方法。Purpose of the invention: Aiming at the problem that the collaborative filtering algorithm cannot perceive the user's search behavior, analyze the user's search behavior and inquiry behavior, use the keywords used in the user's search behavior as the context of the user's inquiry behavior, and provide a B2B e-commerce website Collaborative filtering recommendation method based on user search behavior perception.

技术方案:基于搜索行为感知的协同过滤推荐方法,包括如下步骤:Technical solution: a collaborative filtering recommendation method based on search behavior perception, including the following steps:

(101)分析电子商务网站上用户的询盘行为和搜索行为,统一用户、产品和关键词的标识;(101) Analyze the inquiry behavior and search behavior of users on e-commerce websites, and unify the identification of users, products and keywords;

(102)构造基于搜索行为上下文的用户-产品-关键词张量,其使用关键词作为询盘行为的上下文;(102) Construct a user-product-keyword tensor based on the search behavior context, which uses keywords as the context of the inquiry behavior;

(103)构造因子机模型训练数据集,建立张量与向量的映射,所述映射将三维张量转化成一维向量;(103) Constructing a factor machine model training data set, establishing a mapping between tensors and vectors, and the mapping converts three-dimensional tensors into one-dimensional vectors;

(104)建立基于因子机模型的推荐方法框架,所述框架通过训练数据集学习得到因子机模型的参数并根据当前搜索行为作为上下文预测用户对产品的评价值;(104) Establish a recommendation method framework based on the factor machine model, the framework learns the parameters of the factor machine model through the training data set and predicts the user's evaluation value of the product according to the current search behavior as the context;

(105)实验评估基于因子机模型的推荐方法。(105) experimentally evaluate recommendation methods based on factor machine models.

其中,步骤(101)包括:Wherein, step (101) includes:

(101-1)分析电子商务网站日志文件中的用户身份,对用户身份进行消歧操作,将用户身份映射到系统中唯一的用户标识;(101-1) Analyze user identities in log files of e-commerce websites, perform disambiguation operations on user identities, and map user identities to unique user identifiers in the system;

(101-2)识别用户行为记录中行为的类型,抽取行为序列;将询盘行为作为行为序列的结束,将与询盘行为最近的一个搜索行为作为行为序列的开始,将两种行为之间的点击行为作为行为序列的中间内容;其中,询盘行为发生之前如果没有搜索行为,则认为搜索行为为空;(101-2) Identify the type of behavior in the user behavior records, and extract the behavior sequence; use the inquiry behavior as the end of the behavior sequence, use the search behavior closest to the inquiry behavior as the beginning of the behavior sequence, and combine the two behaviors The click behavior of is used as the middle content of the behavior sequence; among them, if there is no search behavior before the inquiry behavior occurs, the search behavior is considered to be empty;

(101-3)解析行为序列中涉及的产品,以及搜索行为中使用的关键词。(101-3) Analyze the products involved in the sequence of actions, and the keywords used in the search action.

步骤(104)中,基于因子机模型的推荐方法框架分为学习和预测两个过程;在学习过程中,所述框架根据步骤(103)构造的训练数据集,通过学习得到因子机模型的参数;在预测过程中,所述框架根据给定的用户、产品以及用户使用的关键词,使用学习得到的模型参数计算评价值。步骤(104)采用改进的交替最小二乘算法进行因子机模型的参数估计,并且采用的方式是首先固定与求解参数无关的已知量,然后计算求解参数的解析解;其中改进的交替最小二乘算法采用预先计算已知量的方式来降低计算复杂度。In step (104), the recommendation method framework based on the factor machine model is divided into two processes: learning and prediction; in the learning process, the framework obtains the parameters of the factor machine model through learning according to the training data set constructed in step (103). ; During the prediction process, the framework calculates the evaluation value using the learned model parameters according to the given user, product and keywords used by the user. Step (104) uses the improved alternating least squares algorithm to estimate the parameters of the factor machine model, and the method used is to first fix the known quantities that have nothing to do with the solution parameters, and then calculate the analytical solution of the solution parameters; the improved alternating least squares The multiplication algorithm reduces computational complexity by pre-computing known quantities.

步骤(105)包括准备数据集;采用均方根误差作为评价指标;在数据集上进行试验;分析实验结果。Step (105) includes preparing a data set; using the root mean square error as an evaluation index; conducting experiments on the data set; and analyzing the experimental results.

本发明采用上述技术方案,具有以下有益效果:本发明使用B2B电子商务网站上的搜索行为作为其询盘行为的上下文,使推荐系统对用户的特定需求具有感知能力。因子机模型的参数个数是线性增加的,并且每个参数都具有解析解,使优化算法具有较低的时间复杂度。本发明采用基于因子机模型的上下文感知协同过滤算法,有效地提高了B2B电子商务网站推荐结果的准确度和时效性,从而提升用户对电子商务网站的满意度和依赖度。The present invention adopts the above technical solution, and has the following beneficial effects: the present invention uses the search behavior on the B2B e-commerce website as the context of its inquiry behavior, so that the recommendation system has the ability to perceive the specific needs of users. The number of parameters of the factor machine model increases linearly, and each parameter has an analytical solution, which makes the optimization algorithm have a lower time complexity. The invention adopts the context-aware collaborative filtering algorithm based on the factor machine model, which effectively improves the accuracy and timeliness of the recommendation results of the B2B e-commerce website, thereby improving user satisfaction and dependence on the e-commerce website.

附图说明Description of drawings

图1为本发明实施例的方法流程图;Fig. 1 is the method flowchart of the embodiment of the present invention;

图2为本发明实施例的搜索行为上下文的张量示意图;FIG. 2 is a tensor schematic diagram of a search behavior context according to an embodiment of the present invention;

图3为本发明实施例的张量数据转化为向量数据的示意图;Fig. 3 is the schematic diagram that the tensor data of the embodiment of the present invention is converted into vector data;

图4为本发明实施例在MovieLens评分数据集上的实验结果示意图;Fig. 4 is a schematic diagram of the experimental results of the embodiment of the present invention on the MovieLens scoring data set;

图5为本发明实施例在MovieLens隐反馈数据集上的实验结果示意图。Fig. 5 is a schematic diagram of the experimental results of the embodiment of the present invention on the MovieLens implicit feedback data set.

具体实施方式Detailed ways

下面结合具体实施例,进一步阐明本发明,应理解这些实施例仅用于说明本发明而不用于限制本发明的范围,在阅读了本发明之后,本领域技术人员对本发明的各种等价形式的修改均落于本申请所附权利要求所限定的范围。Below in conjunction with specific embodiment, further illustrate the present invention, should be understood that these embodiments are only used to illustrate the present invention and are not intended to limit the scope of the present invention, after having read the present invention, those skilled in the art will understand various equivalent forms of the present invention All modifications fall within the scope defined by the appended claims of the present application.

本发明通过对B2B电子商务网站上用户的搜索行为、询盘行为和点击行为进行分析,使用搜索行为产生的关键词作为询盘行为的上下文,构建用户-产品-关键词三维张量。进而通过建立张量数据到向量数据的映射,构造因子机模型的训练数据。然后给出了因子机模型的参数估计方法,其为改进的交替最小二乘法。最后,在标准数据集上与基线算法进行比较。如图1所示,本发明实施例的方法包括以下步骤:The invention analyzes the user's search behavior, inquiry behavior and click behavior on the B2B e-commerce website, uses keywords generated by the search behavior as the context of the inquiry behavior, and constructs a user-product-keyword three-dimensional tensor. Furthermore, by establishing the mapping from tensor data to vector data, the training data of the factor machine model is constructed. Then the parameter estimation method of the factor machine model is given, which is the improved alternating least squares method. Finally, comparisons are made with baseline algorithms on standard datasets. As shown in Figure 1, the method of the embodiment of the present invention includes the following steps:

步骤101:分析电子商务网站上用户的搜索行为、点击行为和询盘行为,识别用户身份并产生用户集合,识别产品并产生产品集合,识别搜索关键词并产生关键词集合。所述集合中所有的元素均有全局唯一的标识。具体包括:Step 101: Analyze the search behavior, click behavior and inquiry behavior of users on the e-commerce website, identify user identities and generate user sets, identify products and generate product sets, identify search keywords and generate keyword sets. All elements in the set have globally unique identifiers. Specifically include:

(101-1)分析B2B电子商务网站日志文件中的用户身份,对用户身份进行消歧操作,将用户身份映射到系统中唯一的用户标识,并产生用户集合U。每个用户在一个会话周期内的行为序列被作为一条用户行为记录,其中会话周期指用户从登录网站开始进行操作到离开网站不再进行操作这一周期。(101-1) Analyze user identities in log files of B2B e-commerce websites, perform disambiguation operations on user identities, map user identities to unique user identifiers in the system, and generate user set U. The behavior sequence of each user in a session period is recorded as a user behavior record, where a session period refers to the period from when the user logs in to the website and starts to operate to when he leaves the website and no longer operates.

(101-2)识别用户行为记录中行为的类型,抽取行为序列。将询盘行为作为行为序列的结束,将与询盘行为最近的一个搜索行为作为行为序列的开始,将两种行为之间的点击行为作为行为序列的中间内容。其中,询盘行为发生之前如果没有搜索行为,则认为搜索行为为空。(101-2) Identify the type of behavior in user behavior records, and extract the behavior sequence. The inquiry behavior is regarded as the end of the behavior sequence, the search behavior closest to the inquiry behavior is regarded as the beginning of the behavior sequence, and the click behavior between the two behaviors is regarded as the middle content of the behavior sequence. Wherein, if there is no search behavior before the inquiry behavior occurs, the search behavior is considered to be empty.

(101-3)解析行为序列中涉及的产品,以及搜索行为中使用的关键词。将产品对应到系统中唯一的产品标识并产生产品集合I。将关键词进行词干化、同义词合并等规范化处理,对应到系统中唯一的关键词标识并产生关键词集合Q。(101-3) Analyze the products involved in the sequence of actions, and the keywords used in the search action. Correspond the product to the unique product identifier in the system and generate product set I. The keywords are subjected to standardization processing such as stemming and synonym merging, corresponding to the unique keyword identifier in the system and generating a keyword set Q.

步骤102:构造基于搜索行为上下文的用户-产品-关键词张量T≡U×I×Q,如图2所示。其中关键词作为用户-产品行为的上下文。定义函数

Figure BDA00002943473700047
,则f(u,i,q)=r表示张量中某个元素的值。分析步骤101得到的行为序列,当用户u在使用了关键词q进行搜索之后,对产品i进行了询盘,则定义f(q,u,i)=1;当u在使用了关键词q进行搜索后,对产品i进行了点击,但没有进行询盘,则定义f(q,u,i)=0;否则f(q,u,i)的值缺失。Step 102: Construct a user-product-keyword tensor T≡U×I×Q based on the search behavior context, as shown in FIG. 2 . Among them, keywords serve as the context of user-product behavior. define function
Figure BDA00002943473700047
, then f(u,i,q)=r represents the value of an element in the tensor. Analyze the behavior sequence obtained in step 101, when user u makes an inquiry about product i after using the keyword q to search, then define f(q,u,i)=1; when u uses the keyword q After searching, product i is clicked but no inquiry is made, then define f(q,u,i)=0; otherwise, the value of f(q,u,i) is missing.

步骤103:构造因子机模型训练数据集,建立张量与向量的映射。映射过程将张量的每一个元素的三个维度分别投影到向量的不同分量,即Tuiq→x(uiq),其中Tuiq表示张量的一个元素,x(uiq)表示一个一维向量。Step 103: Construct the factor machine model training data set, and establish the mapping between tensor and vector. The mapping process projects the three dimensions of each element of the tensor to different components of the vector, that is, T uiq → x (uiq) , where T uiq represents an element of the tensor, and x (uiq) represents a one-dimensional vector.

将张量映射到向量的具体操作如下:The specific operation of mapping a tensor to a vector is as follows:

使用函数φ(u)=x(u),将取值u转化为向量x(u),其中

Figure BDA00002943473700044
Use the function φ(u)=x (u) to transform the value u into a vector x (u) , where
Figure BDA00002943473700044

使用函数φ(i)=x(i),将取值i转化为向量x(i),其中

Figure BDA00002943473700045
Use the function φ(i)=x (i) to convert the value i into a vector x (i) , where
Figure BDA00002943473700045

使用函数φ(q)=x(q),将取值q转化为向量x(q),其中

Figure BDA00002943473700046
Use the function φ(q)=x (q) to convert the value q into a vector x (q) , where
Figure BDA00002943473700046

通过向量的连接操作

Figure BDA00002943473700041
将三个部分连接成一个向量,其中
Figure BDA00002943473700042
表示两个向量的连接操作。Concatenate operations via vectors
Figure BDA00002943473700041
Concatenate the three parts into one vector, where
Figure BDA00002943473700042
Represents the join operation of two vectors.

其中转换函数φ(·):

Figure BDA00002943473700043
具有以下三种形式:where the conversion function φ(·):
Figure BDA00002943473700043
Has the following three forms:

(1)类别域:类别变量C能够对每一个类别通过一个指数器将其映射成一个实值向量。如图3所示,关键词只有3种情形,所以如果用户u1使用关键词q2进行搜索并询盘产品i1,则向量φ(q2)=(0,1,0),若关键词为q3,则向量φ(q3)=(0,0,1)。(1) Category domain: The category variable C can be mapped to a real-valued vector for each category through an indexer. As shown in Figure 3, there are only three situations for keywords, so if user u 1 uses keyword q 2 to search and inquire about product i 1 , then the vector φ(q 2 )=(0,1,0), if the key The word is q 3 , then the vector φ(q 3 )=(0,0,1).

(2)类别集合域:类别变量集合C能够对每一个上下文通过一个指数器将其映射成一个实值向量,所有非0元素取值相同,而且总和为1。例如用户u1使用关键词{q2,q3}进行搜索并询盘产品i1,则向量φ({q2,q3})=(0,0.5,0.5)。(2) Category set domain: The category variable set C can be mapped to a real-valued vector for each context through an exponent, and all non-zero elements have the same value, and the sum is 1. For example, user u 1 uses keywords {q 2 , q 3 } to search and inquire about product i 1 , then the vector φ({q 2 ,q 3 })=(0,0.5,0.5).

(3)实值域:C为实数,则使用实数值作为特征,即φ(C)=C。(3) Real-valued domain: If C is a real number, then use the real value as the feature, that is, φ(C)=C.

步骤104:建立基于因子机模型的推荐方法框架,框架分为学习和预测两个过程。在学习过程中,该框架根据步骤103构造的训练数据集,通过学习得到因子机模型的参数。在预测过程中,该框架根据给定的用户、产品以及用户使用的关键词,使用学习得到的模型参数计算评价值。具体实施方式为:Step 104: Establish a recommendation method framework based on the factor machine model, the framework is divided into two processes of learning and prediction. During the learning process, the framework obtains the parameters of the factor machine model through learning according to the training data set constructed in step 103 . In the prediction process, the framework uses the learned model parameters to calculate evaluation values based on the given user, product, and keywords used by the user. The specific implementation method is:

(104-1)模型表示。因子机模型通过因子化互作用参数度量向量的各个分量之间的关系,其模型如公式(1)所示:(104-1) Model Representation. The factor machine model measures the relationship between the components of the vector by factoring the interaction parameters, and its model is shown in formula (1):

rr ^^ (( xx )) ≡≡ ww 00 ++ ΣΣ ii == 11 nno ww ii xx ii ++ ΣΣ ii == 11 nno ΣΣ jj == ii ++ 11 nno ww ^^ ii ,, jj xx ii xx jj -- -- -- (( 11 ))

其中表示向量的分量之间的因子化互作用参数,in represents the factorized interaction parameter between the components of the vector,

ww ^^ ii ,, jj ≡≡ ⟨⟨ vv ii ,, vv jj ⟩⟩ == ΣΣ ff == 11 kk vv ii ,, ff ·&Center Dot; vv jj ,, ff -- -- -- (( 22 ))

其中,需要估计的模型参数Θ为:w0∈R,w∈Rn,V∈Rn×k。由公式(1)可知w0是全局偏置,wi建模第i个分量和评价值之间的互作用关系,

Figure BDA00002943473700054
建模分量之间的因子化互作用关系。其中x表示训练样本,表示预测评价值。Among them, the model parameters Θ that need to be estimated are: w 0 ∈ R, w ∈ R n , V ∈ R n×k . From formula (1), it can be seen that w 0 is the global bias, and w i models the interaction relationship between the i-th component and the evaluation value,
Figure BDA00002943473700054
Models factorized interaction relationships between components. where x represents the training samples, Indicates the predicted evaluation value.

(104-2)优化目标。定义损失函数为:(104-2) Optimization objectives. Define the loss function as:

LL (( rr ,, rr ^^ )) == ΣΣ (( xx ,, rr )) ∈∈ SS (( rr ^^ (( xx )) -- rr )) 22 -- -- -- (( 33 ))

其中(x,r)表示一个训练数据以及其对应的评价值,S表示训练数据集合。根据公式(3)所定义的损失函数得到优化目标,增加正则化项后优化目标如公式(4)所示:Where (x, r) represents a training data and its corresponding evaluation value, and S represents a training data set. According to the loss function defined by the formula (3), the optimization goal is obtained, and the optimization goal after adding the regularization item is shown in the formula (4):

RLSRLS -- OPTOPT == ΣΣ (( xx ,, rr )) ∈∈ SS (( rr ^^ (( xx )) -- rr )) 22 ++ ΣΣ θθ ∈∈ ΘΘ λλ (( θθ )) θθ 22 -- -- -- (( 44 ))

其中

Figure BDA00002943473700058
是正则化项,λ(θ)是参数θ对应的正则化因子。in
Figure BDA00002943473700058
Is the regularization term, λ (θ) is the regularization factor corresponding to the parameter θ.

(104-3)使用交替最小二乘法估计因子机模型的参数,即w0∈R,w∈Rn,V∈Rn×k。在计算的过程中,用θ表示模型参数,对于所有的参数θ∈Θ采用联合优化的方式,即交替计算每个参数的最优值,直到满足终止条件。(104-3) Estimate the parameters of the factorial machine model, namely w 0 ∈ R, w ∈ R n , V ∈ R n×k , using alternating least squares. In the calculation process, the model parameters are represented by θ, and the joint optimization method is adopted for all parameters θ∈Θ, that is, the optimal value of each parameter is alternately calculated until the termination condition is met.

交替最小二乘算法的计算复杂度通常比较高,但是在能够得到解析解的情况下通过预计算方法可有效降低计算复杂度。采用交替最小二乘算法估计因子机模型的参数时,可知因子机模型在固定与求解参数无关的参数的情况下是线性模型,能够将模型分成与求解参数无关的常量部分和与求解参数相关的一次函数部分,通过预计算模型的不变量可快速得到参数的解析解。定理一和定理二分别给出了因子机模型的线性模型证明以及对优化目标求解参数解析解的过程。The computational complexity of the alternating least squares algorithm is usually relatively high, but the computational complexity can be effectively reduced by the pre-computation method when the analytical solution can be obtained. When using the alternating least squares algorithm to estimate the parameters of the factor machine model, it can be seen that the factor machine model is a linear model when the parameters irrelevant to the solution parameters are fixed, and the model can be divided into a constant part that is not related to the solution parameters and a part that is related to the solution parameters In the first-order function part, the analytical solution of the parameters can be quickly obtained through the invariant of the pre-computation model. Theorem 1 and Theorem 2 give the proof of the linear model of the factor machine model and the process of solving the parameter analytical solution for the optimization objective respectively.

定理一:对于每一个模型参数θ∈Θ,其因子机都是一个线性模型,即:Theorem 1: For each model parameter θ∈Θ, its factor machine is a linear model, namely:

rr ^^ (( xx || θθ )) == gg (( θθ )) (( xx )) ++ θθ hh (( θθ )) (( xx )) -- -- -- (( 55 ))

其中函数g,h的形式与θ相关,但是具体取值与θ无关。The form of the function g, h is related to θ, but the specific value has nothing to do with θ.

证明过程如下:The proof process is as follows:

由公式(1)和(2)可以得到参数w0、wl、vl,f的具体形式,如下所示:The specific forms of parameters w 0 , w l , v l,f can be obtained from formulas (1) and (2), as follows:

w0:

Figure BDA00002943473700062
w 0 :
Figure BDA00002943473700062

wl:

Figure BDA00002943473700063
w l :
Figure BDA00002943473700063

vl,f:

Figure BDA00002943473700064
v l, f :
Figure BDA00002943473700064

从以上公式可以看出,对于每一个参数θ∈Θ,其因子机模型都可以描述成相对独立的两部分:常数部分g(θ)(x)以及与θ相关的一次函数部分θh(θ)(x),这样因子机模型可以形式化地描述为线性函数表达式:

Figure BDA00002943473700065
It can be seen from the above formula that for each parameter θ∈Θ, its factor machine model can be described as two relatively independent parts: the constant part g (θ) (x) and the linear function part θh (θ) related to θ (x), so that the factor machine model can be formally described as a linear function expression:
Figure BDA00002943473700065

定理二:对于优化目标中的每一个参数θ都能获得其解析解,Theorem 2: For each parameter θ in the optimization objective, its analytical solution can be obtained,

θθ == -- ΣΣ (( xx ,, rr )) ∈∈ SS (( gg (( θθ )) (( xx )) -- rr )) hh (( θθ )) (( xx )) ΣΣ (( xx ,, rr )) ∈∈ SS hh (( θθ )) 22 ++ λλ (( θθ )) -- -- -- (( 66 ))

其证明过程如下:The proof process is as follows:

RLSRLS -- OPTOPT == ΣΣ (( xx ,, rr )) ∈∈ SS (( rr ^^ (( xx )) -- rr )) 22 ++ ΣΣ θθ ∈∈ ΘΘ λλ (( θθ )) θθ 22

对其参数求偏导,我们可以得到:Taking partial derivatives of its parameters, we can get:

∂∂ ∂∂ θθ RLSRLS -- OPTOPT == ΣΣ (( xx ,, rr )) ∈∈ SS 22 (( rr ^^ (( xx )) -- rr )) hh (( θθ )) (( xx )) ++ 22 λλ (( θθ )) θθ

然后令导数为0,可以得到公式如下:Then let the derivative be 0, and the formula can be obtained as follows:

ΣΣ (( xx ,, rr )) ∈∈ SS 22 (( rr ^^ (( xx )) -- rr )) hh (( θθ )) (( xx )) ++ 22 λλ (( θθ )) θθ == 00

将公式(5)代入其中,可以得到如下等式:Substituting formula (5) into it, the following equation can be obtained:

ΣΣ (( xx ,, rr )) ∈∈ SS (( gg (( θθ )) (( xx )) ++ θθ hh (( θθ )) (( xx )) -- rr )) hh (( θθ )) (( xx )) ++ λλ (( θθ )) θθ == 00

展开得到如下等式:Expand to get the following equation:

ΣΣ (( xx ,, rr )) ∈∈ SS (( gg (( θθ )) (( xx )) -- rr )) hh θθ (( xx )) ++ ΣΣ (( xx ,, rr )) ∈∈ SS θθ hh (( θθ )) 22 (( xx )) ++ λλ (( θθ )) θθ == 00

化简可得:Simplification can be obtained:

θθ == -- ΣΣ (( xx ,, rr )) ∈∈ SS (( gg (( θθ )) (( xx )) -- rr )) hh (( θθ )) (( xx )) ΣΣ (( xx ,, rr )) ∈∈ SS hh (( θθ )) 22 (( xx )) ++ λλ (( θθ ))

从上述公式(6)可以看出,在因子机模型中,对于每一个参数θ都能计算出解析解,因而可以采用改进的交替最小二乘算法来进行参数的计算。It can be seen from the above formula (6) that in the factor machine model, an analytical solution can be calculated for each parameter θ, so the improved alternating least squares algorithm can be used to calculate the parameters.

改进的交替最小二乘算法:Improved Alternating Least Squares Algorithm:

本实施例首先迭代计算交互作用小的参数,然后计算交互作用相对较大的参数,即依次迭代计算w0,wl,vl,f。由θ的计算公式(6)可以看出,θ的最优值的计算主要取决于g和h这两个函数值的计算。由定理一可知函数g和h与参数θ无关,因此可以采用预先计算函数g和h的值的方式来避免迭代过程中重复计算,从而降低计算复杂度。In this embodiment, first iteratively calculates parameters with small interaction, and then calculates parameters with relatively large interaction, that is, iteratively calculates w 0 , w l , v l,f sequentially. It can be seen from the calculation formula (6) of θ that the calculation of the optimal value of θ mainly depends on the calculation of the two function values of g and h. It can be seen from Theorem 1 that the functions g and h have nothing to do with the parameter θ, so the value of the functions g and h can be pre-calculated to avoid repeated calculations in the iterative process, thereby reducing the computational complexity.

对于函数g,定义:

Figure BDA00002943473700077
则有g(θ)(x)=e(x,r|Θ)-θh(θ)θ。首先计算
Figure BDA00002943473700078
当参数θ变成θ*时候,再更新e,更新公式如下:For the function g, define:
Figure BDA00002943473700077
Then there is g (θ) (x)=e(x,r|Θ)-θh (θ) θ. calculate first
Figure BDA00002943473700078
When the parameter θ becomes θ * , update e again, and the update formula is as follows:

e(x,r|Θ*)=e(x,r|Θ)+(θ*-θ)h(θ)(x)  (7)e(x,r|Θ * )=e(x,r|Θ)+(θ * -θ)h (θ) (x) (7)

对于函数h,定义:

Figure BDA00002943473700076
则有:For the function h, define:
Figure BDA00002943473700076
Then there are:

hh (( vv ll ,, ff )) (( xx )) == xx ll ΣΣ ii == 11 ,, ii ≠≠ ll vv ii ,, ff xx ii

== xx ll ΣΣ ii == 11 nno vv ii ,, ff xx ii -- xx ll 22 vv ll ,, ff

== xx ll qq (( xx ,, ff || ΘΘ )) -- xx ll 22 vv ll ,, ff

由于对于参数w0和wl,其对应的h(θ)(x)都可以在常数时间内计算出来,而对于参数vi,f,其对应的参数

Figure BDA00002943473700086
包含一个循环,此时可以采用预先计算已知量的方式在常数时间复杂度完成参数的计算。通过观察
Figure BDA00002943473700087
可以看出q与l是相互独立的,因此可以提前计算q,当参数vl,f变成
Figure BDA00002943473700084
时更新q,更新公式如下:Since for the parameters w 0 and w l , the corresponding h (θ) (x) can be calculated in constant time, and for the parameters v i,f , the corresponding parameters
Figure BDA00002943473700086
Contains a loop, at this time, the calculation of parameters can be completed in constant time complexity by pre-computing known quantities. By observing
Figure BDA00002943473700087
It can be seen that q and l are independent of each other, so q can be calculated in advance, when the parameters v l, f become
Figure BDA00002943473700084
When updating q, the update formula is as follows:

qq (( xx ,, ff || ΘΘ ** )) == qq (( xx ,, ff || ΘΘ )) ++ (( vv ll ,, ff ** -- vv ll ,, ff )) xx ll -- -- -- (( 88 ))

上述改进的交替最小二乘算法伪代码如下所示:The pseudocode of the above improved alternating least squares algorithm is as follows:

Figure BDA00002943473700091
Figure BDA00002943473700091

步骤105:实验评估基于因子机模型的推荐方法,具体包括:Step 105: Experimentally evaluate the recommendation method based on the factor machine model, specifically including:

(105-1)准备数据集;(105-1) preparing data sets;

a.使用MovieLens1M(http://www.grouplens.org/node/73)数据集作为本实施例的实验数据集。MovieLens1M数据集包含6040个用户和3900部电影,总共1000209个用户评价数据(取值范围1~5),每部电影对应若干个关键词表示电影的主题。本实施例以电影模拟电子商务中的产品,以电影的主题模拟搜索关键词。a. Use the MovieLens1M (http://www.grouplens.org/node/73) data set as the experimental data set in this embodiment. The MovieLens1M dataset contains 6,040 users and 3,900 movies, with a total of 1,000,209 user evaluation data (value range 1-5). Each movie corresponds to several keywords to indicate the theme of the movie. In this embodiment, movies are used to simulate products in e-commerce, and movie themes are used to simulate search keywords.

b.分析MovieLens1M的评价数据,取评价值大于3的用户行为模拟询盘行为,取评价值不大于3的用户行为模拟点击行为。每部电影都关联到一个或多个主题,以主题模拟搜索行为的关键词,从而每个用户行为都具有相应的上下文。b. Analyze the evaluation data of MovieLens1M, take user behaviors with evaluation values greater than 3 to simulate inquiry behaviors, and use user behaviors with evaluation values less than 3 to simulate click behaviors. Each movie is associated with one or more topics, and the topics are used to simulate the keywords of the search behavior, so that each user behavior has a corresponding context.

c.随机选择MovieLens1M数据集中所有行为数据的80%作为训练数据集,余下部分作为测试数据集。c. Randomly select 80% of all behavioral data in the MovieLens1M dataset as the training dataset, and the rest as the test dataset.

(105-2)评价指标;(105-2) Evaluation indicators;

采用均方根误差(RMSE)作为本实施例的评价指标。算法每次完成迭代后,计算当前模型在测试集上的均方根误差。The root mean square error (RMSE) is used as the evaluation index of this embodiment. After each iteration of the algorithm, calculate the root mean square error of the current model on the test set.

(105-3)在数据集上进行实验;(105-3) Experiment on the data set;

a.比较基于用户搜索行为感知的协同过滤方法与基于SVD的协同过滤方法的实验结果。本实施例使用使用随机梯度下降算法以及改进的交替最小二乘算法进行训练,SVD模型采用随机梯度下降算法进行训练。其中,因子机模型的隐因子维度设为20;随机梯度下降算法的学习率设为0.002,正则化因子设为0.01。a. Compare the experimental results of the collaborative filtering method based on user search behavior perception and the collaborative filtering method based on SVD. In this embodiment, the stochastic gradient descent algorithm and the improved alternating least squares algorithm are used for training, and the SVD model is trained using the stochastic gradient descent algorithm. Among them, the hidden factor dimension of the factor machine model is set to 20; the learning rate of the stochastic gradient descent algorithm is set to 0.002, and the regularization factor is set to 0.01.

b.比较上下文感知的因子机模型(context-aware FM)和上下文无关的因子机模型(context-free FM)的实验结果。其中,因子机模型的隐因子维度设为20。b. Compare the experimental results of context-aware FM and context-free FM. Among them, the hidden factor dimension of the factor machine model is set to 20.

(105-4)分析实验结果;(105-4) Analyze the experimental results;

a.由图4和图5可知,在上下文无关的前提下,基于用户搜索行为感知的协同过滤方法在评分数据集和隐反馈数据集上均优于基于SVD的协同过滤方法,因此提高了系统的正确性。a. It can be seen from Figure 4 and Figure 5 that under the premise of being context-independent, the collaborative filtering method based on user search behavior perception is superior to the collaborative filtering method based on SVD on both the scoring data set and the implicit feedback data set, thus improving the system correctness.

b.由图4可知,在评分数据集上,上下文感知的因子机模型和上下文无关的因子机模型收敛后的均方根误差相近,但上下文感知的因子机模型的收敛速度明显快于上下文无关的因子机模型,因此有效地提高了训练速度和系统的实效性。b. As can be seen from Figure 4, on the scoring data set, the root mean square error after convergence of the context-aware factor machine model and the context-independent factor machine model is similar, but the convergence speed of the context-aware factor machine model is significantly faster than that of the context-free model The factor machine model, thus effectively improving the training speed and system effectiveness.

Claims (5)

1. based on the collaborative filtering recommending method of search behavior perception, it is characterized in that, comprise the steps:
(101) user's inquiry behavior and search behavior on the analytical electron business web site, the sign of unification user, product and keyword;
(102) structure is based on the contextual user-product of search behavior-keyword tensor, and it uses keyword as the context of inquiry behavior;
(103) structure factor machine model training data set, the mapping of setting up tensor and vector, described mapping changes into one-dimensional vector with three-dimensional tensor;
(104) set up recommend method framework based on factor machine model, described framework learns to obtain the parameter of factor machine model by training dataset, and according to the current search behavior as the evaluation of estimate of context-prediction user to product;
(105) experimental evaluation is based on the recommend method of factor machine model.
2. the collaborative filtering recommending method based on the search behavior perception according to claim 1, it is characterized in that: described step (101) comprising:
(101-1) user identity in analytical electron business web site journal file carries out the disambiguation operation to user identity, and user identity is mapped to user ID unique in system;
(101-2) type of behavior in identification user behavior record, extract behavior sequence; With the end of inquiry behavior as behavior sequence, will with the beginning of the nearest search behavior of inquiry behavior as behavior sequence, with the medium content of the click behavior between two kinds of behaviors as behavior sequence; Wherein, if the inquiry behavior does not have search behavior before occuring, think that search behavior is empty;
(101-3) resolve related products in behavior sequence, and the keyword that uses in search behavior.
3. the collaborative filtering recommending method based on the search behavior perception according to claim 1 is characterized in that: in described step (104), described recommend method framework is divided into study and predicts two processes; In learning process, described recommend method framework obtains the parameter of factor machine model according to the training dataset of step (103) structure by study; In forecasting process, the keyword that described framework uses according to given user, product and user uses the model parameter that study obtains to calculate evaluation of estimate.
4. according to claim 1 or 3 described collaborative filtering recommending methods based on the search behavior perception, it is characterized in that: described step (104) adopts improved alternately least-squares algorithm to carry out the parameter estimation of factor machine model, and the mode that adopts is at first to fix and the known quantity of finding the solution cache oblivious, then calculates the analytic solution of finding the solution parameter.
5. the collaborative filtering recommending method based on the search behavior perception according to claim 1, it is characterized in that: described step (105) comprises the preparation data set; Adopt root-mean-square error as evaluation index; Test on data set; Analyze experimental result.
CN2013100916386A 2013-03-20 2013-03-20 Collaborative filtering recommendation method based on search behavior perception Pending CN103136694A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2013100916386A CN103136694A (en) 2013-03-20 2013-03-20 Collaborative filtering recommendation method based on search behavior perception

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2013100916386A CN103136694A (en) 2013-03-20 2013-03-20 Collaborative filtering recommendation method based on search behavior perception

Publications (1)

Publication Number Publication Date
CN103136694A true CN103136694A (en) 2013-06-05

Family

ID=48496493

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2013100916386A Pending CN103136694A (en) 2013-03-20 2013-03-20 Collaborative filtering recommendation method based on search behavior perception

Country Status (1)

Country Link
CN (1) CN103136694A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104394118A (en) * 2014-07-29 2015-03-04 焦点科技股份有限公司 User identity identification method and system
CN104809107A (en) * 2015-05-18 2015-07-29 中国科学院自动化研究所 Recommending method and system based on context conversion vector model
CN105022830A (en) * 2015-08-05 2015-11-04 焦点科技股份有限公司 Weighting trajectory data set construction method based on user behaviors
CN105912729A (en) * 2016-05-19 2016-08-31 华南理工大学 Three-dimensional time sequence dynamic model based mobile phone game recommendation system
CN106897913A (en) * 2017-01-22 2017-06-27 华南理工大学 A kind of accurate injection machine selection method
CN109102127A (en) * 2018-08-31 2018-12-28 杭州贝购科技有限公司 Method of Commodity Recommendation and device
CN109146626A (en) * 2018-08-14 2019-01-04 中山大学 A kind of fashion clothing collocation recommended method based on user's dynamic interest analysis
CN110008404A (en) * 2019-03-22 2019-07-12 成都理工大学 A latent semantic model optimization method based on NAG momentum optimization
CN110413946A (en) * 2018-04-26 2019-11-05 奥多比公司 Online training and updating of factorization machines using alternating least squares optimization
WO2020233245A1 (en) * 2019-05-20 2020-11-26 山东科技大学 Method for bias tensor factorization with context feature auto-encoding based on regression tree
CN113761383A (en) * 2021-10-13 2021-12-07 中国人民大学 A Search and Recommendation Fusion System Based on Unified User Behavior Modeling

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102768681A (en) * 2012-06-26 2012-11-07 北京奇虎科技有限公司 A recommendation system and method for search input
CN102855240A (en) * 2011-06-28 2013-01-02 上海迈辉信息技术有限公司 Algorithm applied to recommendation systems and implementation method thereof

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102855240A (en) * 2011-06-28 2013-01-02 上海迈辉信息技术有限公司 Algorithm applied to recommendation systems and implementation method thereof
CN102768681A (en) * 2012-06-26 2012-11-07 北京奇虎科技有限公司 A recommendation system and method for search input

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
STEFFEN RENDLE: "Factorization Machines with libFM", 《ACM TRANSACTION ON INTELLIGENT SYSTEMS AND TECHNOLOGY》 *

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104394118B (en) * 2014-07-29 2016-12-14 焦点科技股份有限公司 A kind of method for identifying ID and system
CN104394118A (en) * 2014-07-29 2015-03-04 焦点科技股份有限公司 User identity identification method and system
CN104809107A (en) * 2015-05-18 2015-07-29 中国科学院自动化研究所 Recommending method and system based on context conversion vector model
CN105022830A (en) * 2015-08-05 2015-11-04 焦点科技股份有限公司 Weighting trajectory data set construction method based on user behaviors
CN105022830B (en) * 2015-08-05 2018-05-04 焦点科技股份有限公司 A kind of weighting track data collection construction method based on user behavior
CN105912729B (en) * 2016-05-19 2019-05-14 华南理工大学 Mobile phone games recommender system based on three-D sequential dynamic model
CN105912729A (en) * 2016-05-19 2016-08-31 华南理工大学 Three-dimensional time sequence dynamic model based mobile phone game recommendation system
CN106897913B (en) * 2017-01-22 2020-10-27 华南理工大学 Accurate type selection method for injection molding machine
CN106897913A (en) * 2017-01-22 2017-06-27 华南理工大学 A kind of accurate injection machine selection method
CN110413946A (en) * 2018-04-26 2019-11-05 奥多比公司 Online training and updating of factorization machines using alternating least squares optimization
CN110413946B (en) * 2018-04-26 2025-01-10 奥多比公司 Online training and updating of factorization machines using alternating least squares optimization
CN109146626A (en) * 2018-08-14 2019-01-04 中山大学 A kind of fashion clothing collocation recommended method based on user's dynamic interest analysis
CN109102127A (en) * 2018-08-31 2018-12-28 杭州贝购科技有限公司 Method of Commodity Recommendation and device
CN109102127B (en) * 2018-08-31 2021-10-26 杭州贝购科技有限公司 Commodity recommendation method and device
CN110008404A (en) * 2019-03-22 2019-07-12 成都理工大学 A latent semantic model optimization method based on NAG momentum optimization
CN110008404B (en) * 2019-03-22 2022-08-23 成都理工大学 Latent semantic model optimization method based on NAG momentum optimization
WO2020233245A1 (en) * 2019-05-20 2020-11-26 山东科技大学 Method for bias tensor factorization with context feature auto-encoding based on regression tree
CN113761383A (en) * 2021-10-13 2021-12-07 中国人民大学 A Search and Recommendation Fusion System Based on Unified User Behavior Modeling
CN113761383B (en) * 2021-10-13 2023-06-20 中国人民大学 A Search and Recommendation Fusion System Based on Unified User Behavior Modeling

Similar Documents

Publication Publication Date Title
CN103136694A (en) Collaborative filtering recommendation method based on search behavior perception
Zhao et al. Deep reinforcement learning for list-wise recommendations
Ozsoy From word embeddings to item recommendation
CN106682114B (en) Personalized recommendation method integrating user trust relationship and comment information
CN103593792B (en) A kind of personalized recommendation method based on Chinese knowledge mapping and system
CN104462156B (en) A kind of feature extraction based on user behavior, personalized recommendation method and system
CN111523051A (en) A method and system for social interest recommendation based on graph convolution matrix decomposition
CN102789462A (en) Project recommendation method and system
US11704376B2 (en) Retrieval of content using link-based search
CN106294859A (en) A kind of item recommendation method decomposed based on attribute coupling matrix
CN114385930B (en) A method and system for recommending points of interest
Suzuki et al. Stacked denoising autoencoder-based deep collaborative filtering using the change of similarity
CN110033097B (en) Method and device for determining association relation between user and article based on multiple data fields
CN105160539A (en) Probability matrix decomposition recommendation method
CN110727855A (en) Personalized recommendation method based on improved factorization machine
CN117992679B (en) A project recommendation method, system and computer device
CN117951391A (en) User multi-behavior recommendation method based on graphic neural network and element learning
CN108389113B (en) A collaborative filtering recommendation method and system
Hou et al. A deep reinforcement learning real-time recommendation model based on long and short-term preference
CN115375382A (en) Commodity recommendation method and device and related equipment
CN116911949A (en) Article recommendation method based on boundary rank loss and neighborhood perception graph neural network
Usha et al. Data Mining Techniques used in the Recommendation of E-commerce services
CN115168653A (en) Cross-domain recommendation method and system based on inter-domain and intra-domain relationships
CN109582802B (en) Entity embedding method, device, medium and equipment
CN106991592A (en) A kind of personalized recommendation method based on purchase user behavior analysis

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20130605