CN107122407A - Multi-Domain Recommendation Method Based on Feature Selection - Google Patents
Multi-Domain Recommendation Method Based on Feature Selection Download PDFInfo
- Publication number
- CN107122407A CN107122407A CN201710183953.XA CN201710183953A CN107122407A CN 107122407 A CN107122407 A CN 107122407A CN 201710183953 A CN201710183953 A CN 201710183953A CN 107122407 A CN107122407 A CN 107122407A
- Authority
- CN
- China
- Prior art keywords
- mrow
- msub
- msubsup
- matrix
- munder
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/953—Querying, e.g. by the use of web search engines
- G06F16/9535—Search customisation based on user profiles and personalisation
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
本发明公开了一种基于特征选择的多领域推荐方法,包括:获取多个用户对多个物品的评分矩阵和每个物品的域信息;计算用户之间的相似度矩阵和域之间的相似度矩阵;优化预设的多领域推荐系统的完整模型得到目标函数分别对于用户之间的相似度矩阵、域之间的相似度矩阵和域的特征选择向量的偏导数直至收敛条件得到最终用户偏好矩阵、最终物品特征矩阵和最终特征选择向量;根据最终用户偏好矩阵、最终物品特征矩阵和最终特征选择向量进行评分预测,以便根据评分结果推荐信息。本发明具有如下优点:缓解评分矩阵稀疏对推荐系统的性能的影响,有效消除了原有多领域推荐由两个独立的步骤组成而忽略了领域的分割与推荐的共同作用,有效提高推荐的准确性。
The invention discloses a multi-field recommendation method based on feature selection, which includes: acquiring rating matrices of multiple users on multiple items and domain information of each item; calculating similarity matrix between users and similarity between domains degree matrix; optimize the complete model of the preset multi-domain recommendation system to obtain the partial derivatives of the objective function for the similarity matrix between users, the similarity matrix between domains and the feature selection vector of domains until the convergence condition to obtain the final user preference matrix, final item feature matrix, and final feature selection vector; rating prediction is performed based on the end user preference matrix, final item feature matrix, and final feature selection vector, so as to recommend information based on the rating results. The present invention has the following advantages: Alleviate the impact of the sparse scoring matrix on the performance of the recommendation system, effectively eliminate the original multi-field recommendation composed of two independent steps and ignore the combined effect of field segmentation and recommendation, and effectively improve the accuracy of recommendation sex.
Description
技术领域technical field
本发明涉及推荐方法领域,特别是涉及一种基于特征选择的多领域推荐方法。The invention relates to the field of recommendation methods, in particular to a multi-field recommendation method based on feature selection.
背景技术Background technique
现今,随着互联网上信息的飞速激增,信息过载(information overload)问题日益严峻。无论是消费者还是信息生产者都遇到了很大的挑战:作为信息消费者,如何从大量信息中找到自己感兴趣的内容变成了一件非常困难的事情,特别是在用户没有明确需求的情况下;作为信息生产者,如何让自己生产的信息脱颖而出,受到广大用户的关注,也是一件非常困难的事情。推荐方法就是解决这一矛盾的重要工具。Nowadays, with the rapid increase of information on the Internet, the problem of information overload is becoming more and more serious. Both consumers and information producers have encountered great challenges: as information consumers, how to find the content they are interested in from a large amount of information has become a very difficult task, especially when users do not have clear needs. As an information producer, how to make the information you produce stand out and attract the attention of the majority of users is also a very difficult thing. The recommended method is an important tool to solve this contradiction.
在种类繁多的推荐算法中,协同过滤算法是最成功的算法之一,其基本假设是具有相似的评分行为的用户在其他物品的选择上也有相似的喜好。尽管基于协同过滤的推荐方法在现实世界中已经获得了巨大的成功,它们仍然存在一定的缺点和限制。其中最大的挑战即数据稀疏性问题,即在庞大的评分矩阵中,用户的评分数据极其稀疏。近些年来,为了缓解此类问题,基于多域的推荐方法被提了出来。在这里,领域(又称子组)是指对一系列物品有相似偏好的一组用户。其通过将用户和物品划分成重叠的子组,然后在每个子组上独立的产生推荐,此类方法在一定程度上提升了基于协同过滤的推荐算法的性能。传统的基于多领域的推荐技术需要将用户和物品划分到不同的类别中,然后将各区域产生的结果合并起来。然而,这两步骤忽略了它们在推荐过程中的相互的作用。Among the various recommendation algorithms, collaborative filtering algorithm is one of the most successful algorithms, whose basic assumption is that users with similar rating behaviors also have similar preferences in the selection of other items. Although collaborative filtering-based recommendation methods have achieved great success in the real world, they still have certain shortcomings and limitations. The biggest challenge is the problem of data sparsity, that is, in the huge rating matrix, the rating data of users is extremely sparse. In recent years, to alleviate such problems, multi-domain based recommendation methods have been proposed. Here, a domain (aka subgroup) refers to a group of users who have similar preferences for a set of items. By dividing users and items into overlapping subgroups, and then independently generating recommendations on each subgroup, such methods improve the performance of collaborative filtering-based recommendation algorithms to a certain extent. Traditional multi-domain-based recommendation techniques need to classify users and items into different categories, and then combine the results from each area. However, these two steps ignore their interaction in the recommendation process.
发明内容Contents of the invention
本发明旨在至少解决上述技术问题之一。The present invention aims to solve at least one of the above-mentioned technical problems.
为此,本发明的目的在于提出一种基于特征选择的多领域推荐方法,以解决数据稀疏性问题。Therefore, the purpose of the present invention is to propose a multi-domain recommendation method based on feature selection to solve the problem of data sparsity.
为了实现上述目的,本发明的实施例公开了一种基于特征选择的多领域推荐方法,包括以下步骤:S1:获取多个用户对多个物品的评分矩阵和每个物品的域信息;S2:根据所述评分矩阵计算用户之间的相似度矩阵,根据每个物品的域信息计算域之间的相似度矩阵;S3:采用随机梯度下降算法优化预设的多领域推荐系统的完整模型得到目标函数分别对于用户之间的相似度矩阵、域之间的相似度矩阵和域的特征选择向量的偏导数直至满足收敛条件得到最终用户偏好矩阵、最终物品特征矩阵和最终特征选择向量;S4:根据所述最终用户偏好矩阵、所述最终物品特征矩阵和所述最终特征选择向量进行评分预测,以便根据评分结果对所述多个用户推荐信息。In order to achieve the above purpose, the embodiment of the present invention discloses a multi-domain recommendation method based on feature selection, including the following steps: S1: Obtain the rating matrix of multiple users for multiple items and the domain information of each item; S2: Calculate the similarity matrix between users according to the scoring matrix, and calculate the similarity matrix between domains according to the domain information of each item; S3: use the stochastic gradient descent algorithm to optimize the complete model of the preset multi-domain recommendation system to obtain the target The partial derivatives of the function for the similarity matrix between users, the similarity matrix between domains and the feature selection vector of domains until the convergence conditions are met to obtain the final user preference matrix, the final item feature matrix and the final feature selection vector; S4: According to Score prediction is performed on the final user preference matrix, the final item feature matrix and the final feature selection vector, so as to recommend information to the plurality of users according to the scoring results.
进一步地,通过以下公式计算所述用户之间的相似度矩阵:Further, the similarity matrix between the users is calculated by the following formula:
其中,sij表示所述用户之间相似度矩阵中第i行第j列的元素,ri=[ri1,...,ric]是评分分布,rij是归一化后的用户i在第j个域的评分的数目。Among them, s ij represents the element in row i and column j in the similarity matrix between users, r i =[r i1 ,...,r ic ] is the score distribution, and r ij is the normalized user The number of ratings for i in the jth domain.
进一步地,通过以下公式计算所述每个物品的域信息计算域之间的相似度矩阵:Further, the domain information of each item is calculated by the following formula to calculate the similarity matrix between domains:
其中,是对于用户u,域k和l的相似度,其中表示用户u已经在k个域中有过评分行为。in, is the similarity between domains k and l for user u, where Indicates that user u has scored in k domains.
进一步地,所述预设的多领域推荐系统的完整模型为:Further, the complete model of the preset multi-domain recommendation system is:
其中,P和Q是用户和物品的d维隐变量表达,pi和qi表示每一个用户i或物品j的特征向量,mk表示领域k的特征选择向量,α、β、γ和λ是平衡各项的参数;Among them, P and Q are the d-dimensional hidden variable expressions of users and items, p i and q i represent the feature vectors of each user i or item j, m k represents the feature selection vector of domain k, α, β, γ and λ is the parameter to balance each item;
所述目标函数分别对于用户之间的相似度矩阵、域之间的相似度矩阵和域的特征选择向量的偏导数分别为:The partial derivatives of the objective function for the similarity matrix between users, the similarity matrix between domains and the feature selection vector of domains are respectively:
其中,D是依赖于mk的一个对角矩阵,对角线上第i个元素的值通过下面公式计算:Among them, D is a diagonal matrix dependent on m k , and the value of the i-th element on the diagonal is calculated by the following formula:
其中,ε是使目标平滑的正数;where ε is a positive number that smoothes the target;
将所有的变量P,Q和m初始化为[0,1]的随机数,根据步长参数ωp、ωq和ωm对变量进行更新,直到算法收敛得到最终用户偏好矩阵、最终物品特征矩阵和最终特征选择向量。Initialize all variables P, Q and m to random numbers of [0,1], and update the variables according to the step size parameters ω p , ω q and ω m until the algorithm converges to obtain the final user preference matrix and the final item feature matrix and the final feature selection vector.
进一步地,在步骤S1中,所述多个用户中每个用户至少拥有第一阈值数量的评分数据,所述多个物品中每个物品至少拥有第二阈值次数的评分。Further, in step S1, each of the plurality of users has at least a first threshold number of scoring data, and each of the plurality of items has at least a second threshold number of ratings.
根据本发明实施例的基于特征选择的多领域推荐方法,利用商品的多领域信息,在矩阵分解的基础上引入了特征选择向量,以缓解评分矩阵稀疏对推荐系统的性能的影响。并且有效地消除了原有多领域推荐由两个独立的步骤组成而忽略了领域的分割与推荐的共同作用,将此框架用于为用户推荐物品,可以有效的提高推荐的准确性。According to the feature selection-based multi-domain recommendation method of the embodiment of the present invention, the feature selection vector is introduced on the basis of matrix decomposition by using multi-domain information of commodities, so as to alleviate the impact of the sparse rating matrix on the performance of the recommendation system. And it effectively eliminates the fact that the original multi-domain recommendation consists of two independent steps and ignores the joint effect of domain segmentation and recommendation. Using this framework to recommend items for users can effectively improve the accuracy of recommendation.
本发明的附加方面和优点将在下面的描述中部分给出,部分将从下面的描述中变得明显,或通过本发明的实践了解到。Additional aspects and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention.
附图说明Description of drawings
本发明的上述和/或附加的方面和优点从结合下面附图对实施例的描述中将变得明显和容易理解,其中:The above and/or additional aspects and advantages of the present invention will become apparent and comprehensible from the description of the embodiments in conjunction with the following drawings, wherein:
图1是本发明实施例的基于特征选择的多领域推荐方法的流程图;Fig. 1 is the flow chart of the multi-domain recommendation method based on feature selection in an embodiment of the present invention;
图2是本发明一个实施例的基于特征选择的多领域推荐方法的模型示意图。Fig. 2 is a model schematic diagram of a multi-domain recommendation method based on feature selection according to an embodiment of the present invention.
具体实施方式detailed description
下面详细描述本发明的实施例,所述实施例的示例在附图中示出,其中自始至终相同或类似的标号表示相同或类似的元件或具有相同或类似功能的元件。下面通过参考附图描述的实施例是示例性的,仅用于解释本发明,而不能理解为对本发明的限制。Embodiments of the present invention are described in detail below, examples of which are shown in the drawings, wherein the same or similar reference numerals designate the same or similar elements or elements having the same or similar functions throughout. The embodiments described below by referring to the figures are exemplary only for explaining the present invention and should not be construed as limiting the present invention.
参照下面的描述和附图,将清楚本发明的实施例的这些和其他方面。在这些描述和附图中,具体公开了本发明的实施例中的一些特定实施方式,来表示实施本发明的实施例的原理的一些方式,但是应当理解,本发明的实施例的范围不受此限制。相反,本发明的实施例包括落入所附加权利要求书的精神和内涵范围内的所有变化、修改和等同物。These and other aspects of embodiments of the invention will become apparent with reference to the following description and drawings. In these descriptions and drawings, some specific implementation manners in the embodiments of the present invention are specifically disclosed to represent some ways of implementing the principles of the embodiments of the present invention, but it should be understood that the scope of the embodiments of the present invention is not limited by This restriction. On the contrary, the embodiments of the present invention include all changes, modifications and equivalents coming within the spirit and scope of the appended claims.
以下结合附图描述本发明。The present invention is described below in conjunction with accompanying drawing.
图1是本发明实施例的基于特征选择的多领域推荐方法的流程图。根据本发明实施例的基于特征选择的多领域推荐方法,包括以下步骤:FIG. 1 is a flowchart of a multi-domain recommendation method based on feature selection according to an embodiment of the present invention. The multi-domain recommendation method based on feature selection according to an embodiment of the present invention includes the following steps:
S1:获取多个用户对多个物品的评分矩阵和每个物品的域信息。S1: Obtain the rating matrix of multiple users on multiple items and the domain information of each item.
具体地,在步骤S1中,所述多个用户中每个用户至少拥有第一阈值数量的评分数据,所述多个物品中每个物品至少拥有第二阈值次数的评分,以降低数据稀疏性。在本发明的一个示例中,第一阈值为10,第二阈值为5。Specifically, in step S1, each of the plurality of users has at least a first threshold number of scoring data, and each of the plurality of items has at least a second threshold number of ratings, so as to reduce data sparsity . In an example of the present invention, the first threshold is 10, and the second threshold is 5.
如图2所示,根据多个用户对多个物品的评分形成评分矩阵R。P是用户特征矩阵,Q是物品特征矩阵,M是特征选择向量。其中,评分矩阵R中的第一个评分4,代表用户特征矩阵P的第一行与特征选择向量生成的对角矩阵相乘后再与物品特征矩阵Q的第一列相乘的结果。As shown in FIG. 2 , a rating matrix R is formed according to ratings of multiple users on multiple items. P is the user feature matrix, Q is the item feature matrix, and M is the feature selection vector. Among them, the first score 4 in the scoring matrix R represents the result of multiplying the first row of the user feature matrix P with the diagonal matrix generated by the feature selection vector and then multiplying the first column of the item feature matrix Q.
S2:根据所述评分矩阵计算用户之间的相似度矩阵,根据每个物品的域信息计算域之间的相似度矩阵。S2: Calculate the similarity matrix between users according to the scoring matrix, and calculate the similarity matrix between domains according to the domain information of each item.
具体地,本发明的实施例提出如下预设的多领域推荐系统的完整模型:Specifically, the embodiment of the present invention proposes a complete model of the preset multi-domain recommendation system as follows:
其中,P和Q是用户和物品的d维隐变量表达,pi和qi表示每一个用户i或物品j的特征向量,mk表示领域k的特征选择向量。α、β、γ和λ是平衡各项的参数,可以通过五折交叉验证确定它们的值。S和T是指用户之间的相似度矩阵和域之间的相似度矩阵,Sij和Tij分别是相似度矩阵中第ij个元素。Among them, P and Q are the d-dimensional hidden variable expressions of users and items, p i and q i represent the feature vectors of each user i or item j, and m k represents the feature selection vector of domain k. α, β, γ, and λ are parameters to balance the terms, and their values can be determined by five-fold cross-validation. S and T refer to the similarity matrix between users and the similarity matrix between domains, and S ij and T ij are the ijth elements in the similarity matrix, respectively.
Sij和Tij计算如下所示:S ij and T ij are calculated as follows:
其中,ri=[ri1,...,ric]是评分分布,rij是归一化后的用户i在第j个域的评分的数目。一旦两个用户有相似的评分分布,则他们有一个比较高的相似度。Wherein, r i =[r i1 ,...,r ic ] is the rating distribution, and r ij is the number of normalized ratings of user i in the jth domain. Once two users have similar rating distributions, they have a relatively high similarity.
其中,是对于用户u,域k和l的相似度,其中表示用户u已经在k个域中有过评分行为。需要注意的是,当时,是没有值的。in, is the similarity between domains k and l for user u, where Indicates that user u has scored in k domains. It should be noted that when hour, is worthless.
S3:采用随机梯度下降算法优化预设的多领域推荐系统的完整模型得到目标函数分别对于用户之间的相似度矩阵、域之间的相似度矩阵和域的特征选择向量的偏导数直至满足收敛条件得到最终用户偏好矩阵、最终物品特征矩阵和最终特征选择向量;S3: Use the stochastic gradient descent algorithm to optimize the complete model of the preset multi-domain recommendation system to obtain the partial derivatives of the objective function for the similarity matrix between users, the similarity matrix between domains and the feature selection vector of domains until convergence is satisfied condition to obtain the final user preference matrix, the final item feature matrix and the final feature selection vector;
具体地,使用随机梯度下降方法去优化预设的多领域推荐系统的完整模型,预设的多领域推荐系统的完整模型的目标函数被记为L,则L关于pi,qj和mk的偏导数如下:Specifically, the stochastic gradient descent method is used to optimize the complete model of the preset multi-domain recommendation system. The objective function of the complete model of the preset multi-domain recommendation system is denoted as L, then L is about p i , q j and m k The partial derivatives of are as follows:
其中,D是依赖于mk的一个对角矩阵,对角线上第i个元素的值通过下面公式计算:Among them, D is a diagonal matrix dependent on m k , and the value of the i-th element on the diagonal is calculated by the following formula:
其中,ε是使目标平滑的正数;where ε is a positive number that smoothes the target;
将所有的变量P,Q和m初始化为[0,1]的随机数,根据步长参数ωp、ωq和ωm对变量进行更新,直到算法收敛得到最终用户偏好矩阵、最终物品特征矩阵和最终特征选择向量。ωp、ωq和ωm由线性搜索算法决定。Initialize all variables P, Q and m to random numbers of [0,1], and update the variables according to the step size parameters ω p , ω q and ω m until the algorithm converges to obtain the final user preference matrix and the final item feature matrix and the final feature selection vector. ω p , ω q and ω m are determined by a linear search algorithm.
S4:根据所述最终用户偏好矩阵、所述最终物品特征矩阵和所述最终特征选择向量进行评分预测,以便根据评分结果对所述多个用户推荐信息。S4: Perform score prediction according to the final user preference matrix, the final item feature matrix, and the final feature selection vector, so as to recommend information to the plurality of users according to the score results.
根据本发明实施例的基于特征选择的多领域推荐方法,利用商品的多领域信息,在矩阵分解的基础上引入了特征选择向量,以缓解评分矩阵稀疏对推荐系统的性能的影响。并且有效地消除了原有多领域推荐由两个独立的步骤组成而忽略了领域的分割与推荐的共同作用。将此框架用于为用户推荐物品,可以有效的提高推荐的准确性。According to the feature selection-based multi-domain recommendation method of the embodiment of the present invention, the feature selection vector is introduced on the basis of matrix decomposition by using multi-domain information of commodities, so as to alleviate the impact of the sparse rating matrix on the performance of the recommendation system. And it effectively eliminates the fact that the original multi-domain recommendation consists of two independent steps and ignores the combined effect of domain segmentation and recommendation. Using this framework to recommend items for users can effectively improve the accuracy of recommendation.
另外,本发明实施例的基于特征选择的多领域推荐方法的其它构成以及作用对于本领域的技术人员而言都是已知的,为了减少冗余,不做赘述。In addition, other components and functions of the multi-domain recommendation method based on feature selection in the embodiment of the present invention are known to those skilled in the art, and will not be repeated in order to reduce redundancy.
在本发明的描述中,需要理解的是,术语“第一”、“第二”仅用于描述目的,而不能理解为指示或暗示相对重要性。In the description of the present invention, it should be understood that the terms "first" and "second" are used for description purposes only, and should not be understood as indicating or implying relative importance.
在本说明书的描述中,参考术语“一个实施例”、“一些实施例”、“示例”、“具体示例”、或“一些示例”等的描述意指结合该实施例或示例描述的具体特征、结构、材料或者特点包含于本发明的至少一个实施例或示例中。在本说明书中,对上述术语的示意性表述不一定指的是相同的实施例或示例。而且,描述的具体特征、结构、材料或者特点可以在任何的一个或多个实施例或示例中以合适的方式结合。In the description of this specification, descriptions referring to the terms "one embodiment", "some embodiments", "example", "specific examples", or "some examples" mean that specific features described in connection with the embodiment or example , structure, material or characteristic is included in at least one embodiment or example of the present invention. In this specification, schematic representations of the above terms do not necessarily refer to the same embodiment or example. Furthermore, the specific features, structures, materials or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
尽管已经示出和描述了本发明的实施例,本领域的普通技术人员可以理解:在不脱离本发明的原理和宗旨的情况下可以对这些实施例进行多种变化、修改、替换和变型,本发明的范围由权利要求及其等同限定。Although the embodiments of the present invention have been shown and described, those skilled in the art can understand that various changes, modifications, substitutions and modifications can be made to these embodiments without departing from the principle and spirit of the present invention. The scope of the invention is defined by the claims and their equivalents.
Claims (5)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710183953.XA CN107122407B (en) | 2017-03-24 | 2017-03-24 | Multi-field recommendation method based on feature selection |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710183953.XA CN107122407B (en) | 2017-03-24 | 2017-03-24 | Multi-field recommendation method based on feature selection |
Publications (2)
Publication Number | Publication Date |
---|---|
CN107122407A true CN107122407A (en) | 2017-09-01 |
CN107122407B CN107122407B (en) | 2020-05-12 |
Family
ID=59717454
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201710183953.XA Active CN107122407B (en) | 2017-03-24 | 2017-03-24 | Multi-field recommendation method based on feature selection |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN107122407B (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109241449A (en) * | 2018-10-30 | 2019-01-18 | 国信优易数据有限公司 | A kind of item recommendation method and device |
CN110543597A (en) * | 2019-08-30 | 2019-12-06 | 北京奇艺世纪科技有限公司 | Grading determination method and device and electronic equipment |
CN111914181A (en) * | 2020-08-21 | 2020-11-10 | 深圳墨世科技有限公司 | Method and system for recommending articles based on matrix decomposition and related components |
CN113360748A (en) * | 2020-03-04 | 2021-09-07 | 研祥智能科技股份有限公司 | Product recommendation method and system |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104899246A (en) * | 2015-04-12 | 2015-09-09 | 西安电子科技大学 | Collaborative filtering recommendation method of user rating neighborhood information based on fuzzy mechanism |
CN105956146A (en) * | 2016-05-12 | 2016-09-21 | 腾讯科技(深圳)有限公司 | Article information recommending method and device |
US20160335260A1 (en) * | 2015-05-11 | 2016-11-17 | Informatica Llc | Metric Recommendations in an Event Log Analytics Environment |
US20160371274A1 (en) * | 2015-06-18 | 2016-12-22 | Nbcuniversal Media Llc | Recommendation system using a transformed similarity matrix |
CN106471491A (en) * | 2015-05-29 | 2017-03-01 | 深圳市汇游智慧旅游网络有限公司 | A kind of collaborative filtering recommending method of time-varying |
-
2017
- 2017-03-24 CN CN201710183953.XA patent/CN107122407B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104899246A (en) * | 2015-04-12 | 2015-09-09 | 西安电子科技大学 | Collaborative filtering recommendation method of user rating neighborhood information based on fuzzy mechanism |
US20160335260A1 (en) * | 2015-05-11 | 2016-11-17 | Informatica Llc | Metric Recommendations in an Event Log Analytics Environment |
CN106471491A (en) * | 2015-05-29 | 2017-03-01 | 深圳市汇游智慧旅游网络有限公司 | A kind of collaborative filtering recommending method of time-varying |
US20160371274A1 (en) * | 2015-06-18 | 2016-12-22 | Nbcuniversal Media Llc | Recommendation system using a transformed similarity matrix |
CN105956146A (en) * | 2016-05-12 | 2016-09-21 | 腾讯科技(深圳)有限公司 | Article information recommending method and device |
Non-Patent Citations (1)
Title |
---|
镇涛: "协同过滤技术在个性化资源推荐中的应用", 《信息与电脑(理论版)》 * |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109241449A (en) * | 2018-10-30 | 2019-01-18 | 国信优易数据有限公司 | A kind of item recommendation method and device |
CN110543597A (en) * | 2019-08-30 | 2019-12-06 | 北京奇艺世纪科技有限公司 | Grading determination method and device and electronic equipment |
CN110543597B (en) * | 2019-08-30 | 2022-06-03 | 北京奇艺世纪科技有限公司 | Grading determination method and device and electronic equipment |
CN113360748A (en) * | 2020-03-04 | 2021-09-07 | 研祥智能科技股份有限公司 | Product recommendation method and system |
CN111914181A (en) * | 2020-08-21 | 2020-11-10 | 深圳墨世科技有限公司 | Method and system for recommending articles based on matrix decomposition and related components |
CN111914181B (en) * | 2020-08-21 | 2023-10-13 | 深圳墨世科技有限公司 | Article recommendation method and system based on matrix decomposition and related components |
Also Published As
Publication number | Publication date |
---|---|
CN107122407B (en) | 2020-05-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107273438B (en) | A recommended method, apparatus, device and storage medium | |
CN104063481B (en) | A kind of film personalized recommendation method based on the real-time interest vector of user | |
Wang et al. | Relational deep learning: A deep latent variable model for link prediction | |
Kim et al. | Latent multi-group membership graph model | |
CN108460619B (en) | A method for providing collaborative recommendation models incorporating explicit and implicit feedback | |
CN103399858B (en) | Based on the socialization's collaborative filtering recommending method trusted | |
CN106570082B (en) | A kind of friends method for digging of combination network topology characteristic and user behavior characteristics | |
Wang et al. | Diversified and scalable service recommendation with accuracy guarantee | |
CN103886048B (en) | Cluster-based increment digital book recommendation method | |
CN110837578B (en) | A video clip recommendation method based on graph convolutional network | |
CN107122411B (en) | A collaborative filtering recommendation method based on discrete multi-view hashing | |
CN104462383A (en) | Movie recommendation method based on feedback of users' various behaviors | |
CN107122407A (en) | Multi-Domain Recommendation Method Based on Feature Selection | |
CN109446420B (en) | Cross-domain collaborative filtering method and system | |
CN105809474B (en) | Hierarchical commodity information filtering recommendation method | |
CN105956093A (en) | Individual recommending method based on multi-view anchor graph Hash technology | |
CN108920709B (en) | Improved collaborative filtering recommendation method based on random forest correction under big data | |
CN113918834B (en) | Graph convolution collaborative filtering recommendation method fusing social relations | |
CN112347362A (en) | A Personalized Recommendation Method Based on Graph Autoencoder | |
CN105976070A (en) | Key-element-based matrix decomposition and fine tuning method | |
CN112231583A (en) | E-commerce recommendation method based on dynamic interest group identification and generative adversarial network | |
Yu et al. | A user-based cross domain collaborative filtering algorithm based on a linear decomposition model | |
CN110134871A (en) | A Dynamic Course Recommendation Method Based on Course and Learner Network Structure | |
CN106127506A (en) | A kind of recommendation method solving commodity cold start-up problem based on Active Learning | |
CN112632373A (en) | Personalized recommendation method and device based on probability matrix decomposition and computer readable storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |