CN102968506A - Personalized collaborative filtering recommendation method based on extension characteristic vectors - Google Patents

Personalized collaborative filtering recommendation method based on extension characteristic vectors Download PDF

Info

Publication number
CN102968506A
CN102968506A CN2012105442324A CN201210544232A CN102968506A CN 102968506 A CN102968506 A CN 102968506A CN 2012105442324 A CN2012105442324 A CN 2012105442324A CN 201210544232 A CN201210544232 A CN 201210544232A CN 102968506 A CN102968506 A CN 102968506A
Authority
CN
China
Prior art keywords
article
user
recommendation
feature vector
website
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
CN2012105442324A
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.)
Beijing Institute of Technology BIT
Original Assignee
Beijing Institute of Technology BIT
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 Beijing Institute of Technology BIT filed Critical Beijing Institute of Technology BIT
Priority to CN2012105442324A priority Critical patent/CN102968506A/en
Publication of CN102968506A publication Critical patent/CN102968506A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a personalized collaborative filtering recommendation method based on extension characteristic vectors and belongs to the field of computer machine learning. The specific operation processes are as follows: 1, determining the extension characteristic vectors of users or objects; 2, calculating recommendation values of a candidate recommendation object; 3, sequencing the recommendation values from the larger to the smaller; and 4, selecting the objects in the first N to the users. Compared with a current personalized recommendation method, the method provided by the invention has the advantages that 1, with more calculation related information, a recommendation item list can be accurately offered to the user; 2, the characteristics of simplicity, feasibility and high efficiency are provided, and the application for currently widespread distributed calculation is realized; and 3, the recommendation can be made for new users according to the existing information of users and item per se attribute, so as to reduce the influence on the recommendation result due to the deficiency of preference information to a certain extent.

Description

A kind of personalized collaborative filtering recommending method of extension-based proper vector
Technical field
The present invention relates to a kind of personalized recommendation method, be specifically related to a kind of personalized collaborative filtering recommending method of extension-based proper vector, belong to the computer machine learning areas.
Background technology
The core concept of Web 2.0 is " colony's wisdom ", namely based on popular behavior, recommends for each user provides Extraordinary.This becomes the key that a Web uses success or failure so that how to allow the user obtain more accurately faster needed information.
The personalized recommendation engine utilizes special information filtering (Information Filtering) technology, and different content (such as film, music, books, news, picture, webpage etc.) is recommended may interested user.Generally, the realization of recommended engine is by user's personal like is compared with specific fixed reference feature, and attempts predictive user to some fancy grades of scoring item not.Choosing of fixed reference feature may be to extract from the information of project itself, or based on society or the corporate environment at user place.
The personalized recommendation algorithm mainly is divided three classes:
(1) based on demographic recommendation
Be a kind of recommend method that is easy to realize most based on demographic recommendation mechanisms, it just simply finds user's degree of correlation according to the essential information of system user, and other article of then similar users being liked are recommended the active user.At first, there is the modeling of a subscriber data in system to each user, comprising user's essential information, and age of user for example, sex etc. (information category is not limited only to this in the application of reality certainly); Then, according to user's material computation user's similarity, make afterwards recommendation.
(2) content-based recommendation
Content-based recommendation is the recommendation mechanisms that is most widely used at the beginning of recommended engine occurs, its core concept is according to the metadata of recommending article or content, find the correlativity of article or content, then based on user's hobby record in the past, recommend the similar article of user.
(3) based on the recommendation of collaborative filtering
Along with the development of Web 2.0, the Web website is advocated user's participation and user's contribution more, therefore gives birth to because of fortune based on the recommendation mechanisms of collaborative filtering.Its principle is: according to the preference of user to article, find the correlativity between the article, or find the correlativity between the user, and then recommend based on these relevances.
Recommendation mechanisms based on collaborative filtering is the recommendation mechanisms that is most widely used now, it has following advantage: it does not need article or user are carried out strict modeling, and the description that does not require article is machine understandable, so this method also is field independence.The recommendation that this method is calculated is open, can share other people experience, well supports the user to find potential interest preference.
But also there are some problems in this method:
1. the core of method is based on historical data, so the new article that has less preference information and new user there are the problem of " cold start-up ".
The effect of 2. recommending depends on what and accuracy of the historical preference data of user, and when less or character was relatively poor when the preference information in the system, recommendation results often was not fine.
For these problems, be necessary original collaborative filtering recommending mechanism is carried out some improvement, to adapt to a greater variety of production environments.
Summary of the invention
The objective of the invention is to propose a kind of personalized collaborative filtering recommending method of extension-based proper vector in order to overcome the deficiency of existing personalized recommendation method existence.
The objective of the invention is to be achieved through the following technical solutions.
A kind of personalized collaborative filtering recommending method of extension-based proper vector comprises: based on user's collaborative filtering recommending strategy with based on the collaborative filtering recommending strategy of article.
The specific operation process of described collaborative filtering recommending strategy based on the user is:
Step 1.1: the extension feature vector of determining the user.
Definition user's extension feature vector: user i=(p (i, 1), p (i, 2)..., p (i, m), a (i, 1), a (i, 2)..., a (i, p)).Wherein, user iRepresent i the extension feature vector that the user is corresponding, 1≤i≤n, n are the total number of users in the website; p (i, j)Represent i user to the preference value of j article, 1≤j≤m, m are the total number of items in the website; a (i, k)Represent k the property value that i user itself has, 1≤k≤p, p are user's attribute number.
Described preference value be in website the user to scoring, the comment of article, buy and browse the information such as record.
Described user property value is the attribute information that the user has, and comprising: user's sex, age, occupation, hour of log-on, liveness, their location, education degree etc.
Step 1.2: calculated candidate is recommended the recommendation of article.
The extension feature vector that obtains according to step 1.1 passes through the recommendation that formula (1) calculated candidate is recommended article.
R ( u , j ) = 1 | U j | Σ v ∈ U j sim ( u , v ) p ( v , j ) - - - ( 1 )
Wherein, R (u, j)Expression article j is for user u recommendation; U jExpression has provided user's set of preference value to article j; | U j| expression set U jIn element number; Sim (u, v)Similarity between expression user u and the user v specifically refers to the similarity between the extension feature vector of user u and user v, and u, v are two different users in this website, and p (v, j)Be the preference value of user v to article j.
The computing method of the similarity between described user u and the user v comprise: Pearson correlation coefficient, based on the similarity of Euclidean distance and this related coefficient of paddy etc.
Step 1.3: the recommendation of the candidate being recommended article sorts according to order from big to small.
Step 1.4: on the basis of step 1.3 ordering, choose the top n article and recommend user u, N is the artificial a certain positive integer of setting.
Through the operation of above-mentioned steps, namely finish the article of user u are recommended.
The specific operation process of described collaborative filtering recommending strategy based on article is:
Step 2.1: the extension feature vector of determining article.
The extension feature vector of definition article: item j=(p (1j), p (2, j)..., p (n, j), b (j, 1), b (j, 2)..., b (j, q)).Wherein, item jRepresent j the extension feature vector that article are corresponding, 1≤j≤m, m are the total number of items in the website; p (i, j)Represent i user to the preference value of j article, 1≤i≤n, n are the total number of users in the website; b (j, l)Represent l the property value that j article itself have, 1≤l≤q, q are the attribute number of the article in the website.
Described preference value be in website the user to scoring, the comment of article, buy and browse the information such as record.
Described goods attribute value is the attribute information that article have, and comprising: article content, classification, price, time, applicable crowd, the place of production etc.
Step 2.2: calculated candidate is recommended the recommendation of article.
The extension feature vector that obtains according to step 2.1 passes through the recommendation that formula (2) calculated candidate is recommended article.
R ( u , j ) = 1 | I u | Σ j ′ ∈ I u sim ( j , j ′ ) p ( u , j ′ ) - - - ( 2 )
Wherein, R (u, j)Expression article j is for user u recommendation; I uExpression user u provides the article set of preference value; | I u| expression set I uIn element number; Sim (j, j)Similarity between expression article j and the article j' specifically refers to the similarity between the extension feature vector of article j and article j', and j, j' are two different article in this website, and p (u, j ')Be the preference value of user u to article j'.
The computing method of the similarity between described article j and the article j ' comprise: Pearson correlation coefficient, based on the similarity of Euclidean distance and this related coefficient of paddy etc.
Step 2.3: the recommendation of the candidate being recommended article sorts according to order from big to small.
Step 2.4: on the basis of step 2.3 ordering, choose the top n article and recommend user u, N is the artificial a certain positive integer of setting.
Through the operation of above-mentioned steps, namely finish the article of user u are recommended.
Beneficial effect
The personalized collaborative filtering recommending method of a kind of extension-based proper vector that the present invention proposes is compared with existing personalized recommendation method, has following advantage:
1. because the information that participation is calculated is more, can provide recommended project tabulation for the user more accurately.
2. have simple, easy row, efficient characteristics, be fit to present pandemic Distributed Calculation and use.
3. can from existing information about user and project self attributes, for new user makes recommendation, reduce to a certain extent the impact of preference information shortage on recommendation results.
Description of drawings
Fig. 1 is the schematic flow sheet of the personalized collaborative filtering recommending method of the extension-based proper vector in the specific embodiment of the invention.
Embodiment
Below in conjunction with accompanying drawing and by 2 embodiment, describe the present invention.
Embodiment 1:
In website A, 500 of users are arranged, 2000 kinds of article, each user has age, sex, 3 kinds of attributes of occupation, now use the personalized collaborative filtering recommending method of extension-based proper vector that the 10th user in this website recommended article, its operating process synoptic diagram as shown in Figure 1.Because number of articles greater than number of users, adopts the collaborative filtering recommending strategy based on the user, operating process is as follows:
Step 1.1: the extension feature vector of determining the user.
Definition user's extension feature vector: user i=(p (i, 1), p (i, 2)..., p (i, 2000), a (i, 1), a (i, 2)..., a (i, 3)).Wherein, user iRepresent i the extension feature vector that the user is corresponding, 1≤i≤1000; p (i, j)Represent i user to the preference value of j article, 1≤j≤2000; a (i, k)Represent k the property value that i user itself has, 1≤k≤3, respectively corresponding age, sex, 3 kinds of attributes of occupation.
Described preference value is that the user is to the score information of article in website, and score value is 1 to 5.
Described user property value is the attribute information that the user has in the website; Age attribute value be 1 to 6:1 corresponding below 20 years old, 2 corresponding 20-29 year, 3 corresponding 30-39 the year, 4 corresponding 40-49 year, 5 corresponding 50-59 the year, 6 corresponding more than 60 years old; Sex attribute value is 1 and the corresponding male sex of 2:1,2 corresponding women; Occupation attribute value be 1 to 5:1 corresponding student, the 2 corresponding employees of enterprise and institution, 3 corresponding peasants, 4 corresponding office clerks, 5 corresponding other.
Step 1.2: calculated candidate is recommended the recommendation of article.
The extension feature vector that obtains according to step 1.1 passes through the recommendation that formula (3) calculated candidate is recommended article.
R ( 10 , j ) = 1 | U j | Σ v ∈ U j sim ( 10 , v ) p ( v , j ) - - - ( 3 )
Wherein, R (10, j)Expression article j is for user's 10 recommendations; U jExpression has provided user's set of preference value to article j; | U j| expression set U jIn element number; Sim (10, v)Similarity between expression user 10 and the user v specifically refers to the similarity between the extension feature vector of user 10 and user v, and v is other users in this website, and
Figure BDA00002587492700052
p (v, j)Be the preference value of user v to article j.
The computing method of the similarity between described user 10 and the user v are Pearson correlation coefficient.
Step 1.3: the recommendation of the candidate being recommended article sorts according to order from big to small.
Step 1.4: on the basis of step 1.3 ordering, choose front 20 article and recommend user 10.
Through the operation of above-mentioned steps, namely finish the 10th user's article are recommended.
Embodiment 2:
In website B, 1000 of users are arranged, and 200 kinds of article, each article have price, time, 3 kinds of attributes of classification, now use the personalized collaborative filtering recommending method of extension-based proper vector that the 10th user in this website recommended article, its operating process synoptic diagram as shown in Figure 1.Because number of users greater than number of articles, adopts the collaborative filtering recommending strategy based on article, its operating process is as follows:
Step 2.1: the extension feature vector of determining article.
The extension feature vector of definition article: item j=(p (1, j), p (2, j)..., p (1000, j), b (j, 1), b (j, 2)..., b (j, 3)).Wherein, item jRepresent j the extension feature vector that article are corresponding, 1≤j≤2000; p (i, j)Represent i user to the preference value of j article, 1≤i≤1000; b (j, l)Represent l the property value that j article itself have, 1≤l≤3 are respectively to dutiable value, time, 3 attributes of type.
Described preference value is that the user is to the score information of article in website, and score value is 1 to 5.
Described goods attribute value is the attribute information that article have; The price attribute: the concrete price of article rounds up; Time attribute: be the concrete article productive year; The categorical attribute value be 1 to 5:1 corresponding commodity, 2 corresponding audio-visual products, 3 corresponding household electrical appliances, 4 corresponding clothes, 5 corresponding other.
Step 2.2: calculated candidate is recommended the recommendation of article.
The extension feature vector that obtains according to step 2.1 passes through the recommendation that formula (4) calculated candidate is recommended article.
R ( 10 , j ) = 1 | I 10 | Σ j ′ ∈ I 10 sim ( j , j ′ ) p ( u , j ′ ) - - - ( 4 )
Wherein, R (10, j)Expression article j is for user's 10 recommendations; I 10Expression user 10 provides the article set of preference value; | I 10| expression set I 10In element number; Sim (j, j ')Similarity between expression article j and the article j' specifically refers to the similarity between the extension feature vector of article j and article j', and j, j' are two different article in this website, and
Figure BDA00002587492700062
p (10, j ')Preference value for 10 couples of article j' of user.
The computing method of the similarity between described article j and the article j ' are Pearson correlation coefficient.
Step 2.3: the recommendation of the candidate being recommended article sorts according to order from big to small.
Step 2.4: on the basis of step 2.3 ordering, choose front 20 article and recommend user 10.
Through the operation of above-mentioned steps, namely finish the 10th user's article are recommended.
Above-described specific descriptions; purpose, technical scheme and beneficial effect to invention further describe; institute is understood that; the above only is specific embodiments of the invention; be used for explaining the present invention, the protection domain that is not intended to limit the present invention, within the spirit and principles in the present invention all; any modification of making, be equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (1)

1. the personalized collaborative filtering recommending method of an extension-based proper vector is characterized in that: it comprises based on user's collaborative filtering recommending strategy with based on user's collaborative filtering recommending strategy;
The specific operation process of described collaborative filtering recommending strategy based on the user is:
Step 1.1: the extension feature vector of determining the user;
Definition user's extension feature vector: user i=(p (i, 1), p (i, 2)..., p (i, m), a (i, 1), a (i, 2)..., a (i, p)); Wherein, user iRepresent i the extension feature vector that the user is corresponding, 1≤i≤n, n are the total number of users in the website; p (i, j)Represent i user to the preference value of j article, 1≤j≤m, m are the total number of items in the website; a (i, k)Represent k the property value that i user itself has, 1≤k≤p, p are user's attribute number;
Described preference value be in website the user to scoring, the comment of article, buy and browse the information such as record;
Described user property value is the attribute information that the user has, and comprising: user's sex, age, occupation, hour of log-on, liveness, their location, education degree etc.;
Step 1.2: calculated candidate is recommended the recommendation of article;
The extension feature vector that obtains according to step 1.1 passes through the recommendation that formula (1) calculated candidate is recommended article;
R ( u , j ) = 1 | U j | Σ v ∈ U j sim ( u , v ) p ( v , j ) - - - ( 1 )
Wherein, R (u, j)Expression article j is for user u recommendation; U jExpression has provided user's set of preference value to article j; | U j| expression set U jIn element number; Sim (u, v)Similarity between expression user u and the user v specifically refers to the similarity between the extension feature vector of user u and user v, and u, v are two different users in this website, and
Figure FDA00002587492600012
p (v, j)Be the preference value of user v to article j;
The computing method of the similarity between described user u and the user v comprise: Pearson correlation coefficient, based on the similarity of Euclidean distance and this related coefficient of paddy etc.;
Step 1.3: the recommendation of the candidate being recommended article sorts according to order from big to small;
Step 1.4: on the basis of step 1.3 ordering, choose the top n article and recommend user u, N is the artificial a certain positive integer of setting;
Through the operation of above-mentioned steps, namely finish the article of user u are recommended;
The specific operation process of described collaborative filtering recommending strategy based on article is:
Step 2.1: the extension feature vector of determining article;
The extension feature vector of definition article: item j=(p (1, j), p (2, j)..., p (n, j), b (j, 1), b (j, 2)..., b (j, q)); Wherein, item jRepresent j the extension feature vector that article are corresponding, 1≤j≤m, m are the total number of items in the website; p (i, j)Represent i user to the preference value of j article, 1≤i≤n, n are the total number of users in the website; b (j, l)Represent l the property value that j article itself have, 1≤l≤q, q are the attribute number of the article in the website;
Described preference value be in website the user to scoring, the comment of article, buy and browse the information such as record;
Described goods attribute value is the attribute information that article have, and comprising: article content, classification, price, time, applicable crowd, the place of production etc.;
Step 2.2: calculated candidate is recommended the recommendation of article;
The extension feature vector that obtains according to step 2.1 passes through the recommendation that formula (2) calculated candidate is recommended article;
R ( u , j ) = 1 | I u | Σ j ′ ∈ I u sim ( j , j ′ ) p ( u , j ′ ) - - - ( 2 )
Wherein, R (u, j)Expression article j is for user u recommendation; I uExpression user u provides the article set of preference value; | I u| expression set I uIn element number; Sim (j, j)Similarity between expression article j and the article j' specifically refers to the similarity between the extension feature vector of article j and article j', and j, j' are two different article in this website, and
Figure FDA00002587492600022
p (u, j ')Be the preference value of user u to article j';
The computing method of the similarity between described article j and the article j ' comprise: Pearson correlation coefficient, based on the similarity of Euclidean distance and this related coefficient of paddy etc.;
Step 2.3: the recommendation of the candidate being recommended article sorts according to order from big to small;
Step 2.4: on the basis of step 2.3 ordering, choose the top n article and recommend user u, N is the artificial a certain positive integer of setting;
Through the operation of above-mentioned steps, namely finish the article of user u are recommended.
CN2012105442324A 2012-12-14 2012-12-14 Personalized collaborative filtering recommendation method based on extension characteristic vectors Pending CN102968506A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012105442324A CN102968506A (en) 2012-12-14 2012-12-14 Personalized collaborative filtering recommendation method based on extension characteristic vectors

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012105442324A CN102968506A (en) 2012-12-14 2012-12-14 Personalized collaborative filtering recommendation method based on extension characteristic vectors

Publications (1)

Publication Number Publication Date
CN102968506A true CN102968506A (en) 2013-03-13

Family

ID=47798644

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012105442324A Pending CN102968506A (en) 2012-12-14 2012-12-14 Personalized collaborative filtering recommendation method based on extension characteristic vectors

Country Status (1)

Country Link
CN (1) CN102968506A (en)

Cited By (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103207914A (en) * 2013-04-16 2013-07-17 武汉理工大学 Preference vector generation method and preference vector generation system based on user feedback evaluation
CN103309976A (en) * 2013-06-13 2013-09-18 华东师范大学 Method for improving social recommendation efficiency based on user personality
CN103559622A (en) * 2013-07-31 2014-02-05 焦点科技股份有限公司 Characteristic-based collaborative filtering recommendation method
CN104111959A (en) * 2013-04-22 2014-10-22 浙江大学 Social network based service recommending method
CN104112022A (en) * 2014-07-29 2014-10-22 青岛海信医疗设备股份有限公司 Recommendation method for sample in medical treatment refrigerator system
CN104394231A (en) * 2014-12-10 2015-03-04 合肥城市云数据中心有限公司 Data interaction processing method based on intelligent terminal and cloud data technique
CN104536989A (en) * 2014-12-10 2015-04-22 百度在线网络技术(北京)有限公司 Electronic publication recommendation method and device
CN104636412A (en) * 2013-11-14 2015-05-20 国际商业机器公司 Method and system for personalizing data for device
CN104657373A (en) * 2013-11-20 2015-05-27 腾讯科技(上海)有限公司 Application information pushing method and device
CN105045818A (en) * 2015-06-26 2015-11-11 腾讯科技(深圳)有限公司 Picture recommending method, apparatus and system
CN106327227A (en) * 2015-06-19 2017-01-11 北京航天在线网络科技有限公司 Information recommendation system and information recommendation method
CN106485567A (en) * 2016-09-14 2017-03-08 北京小米移动软件有限公司 Item recommendation method and device
CN107113466A (en) * 2014-06-12 2017-08-29 慧与发展有限责任合伙企业 To user's recommended project
CN107103488A (en) * 2017-03-02 2017-08-29 江苏省烟草公司常州市公司 Cigarette consumption analysis method based on collaborative filtering and clustering algorithm
CN107424273A (en) * 2017-07-28 2017-12-01 杭州宇泛智能科技有限公司 A kind of management method of unmanned supermarket
CN108038217A (en) * 2017-12-22 2018-05-15 北京小度信息科技有限公司 Information recommendation method and device
CN108596695A (en) * 2018-05-15 2018-09-28 口口相传(北京)网络技术有限公司 Entity method for pushing and system
CN108647985A (en) * 2018-03-27 2018-10-12 阿里巴巴集团控股有限公司 A kind of item recommendation method and device
CN108665323A (en) * 2018-05-20 2018-10-16 北京工业大学 A kind of integrated approach for finance product commending system
CN108733834A (en) * 2018-05-28 2018-11-02 广东工业大学 The user oriented recommendation method, apparatus of one kind and storage medium
CN108763318A (en) * 2018-04-27 2018-11-06 达而观信息科技(上海)有限公司 item recommendation method and device
CN108875092A (en) * 2018-08-22 2018-11-23 成都理工大学 A kind of Method of Commodity Recommendation based on covariance
CN109300016A (en) * 2018-10-29 2019-02-01 成都理工大学 A kind of Method of Commodity Recommendation based on article difference correlation two-by-two
CN109615466A (en) * 2018-11-27 2019-04-12 浙江工商大学 The mixed method of commending contents and collaborative filtering recommending towards mobile ordering system
CN110059261A (en) * 2019-03-18 2019-07-26 智者四海(北京)技术有限公司 Content recommendation method and device
CN110532473A (en) * 2019-08-30 2019-12-03 车智互联(北京)科技有限公司 A kind of content recommendation method and calculate equipment
CN111428145A (en) * 2020-03-19 2020-07-17 重庆邮电大学 Recommendation method and system fusing tag data and naive Bayesian classification
CN111651678A (en) * 2020-06-18 2020-09-11 达而观信息科技(上海)有限公司 Knowledge graph-based personalized recommendation method
CN112256979A (en) * 2020-12-24 2021-01-22 上海二三四五网络科技有限公司 Control method and device for similar article recommendation
CN112579889A (en) * 2020-12-07 2021-03-30 北京百度网讯科技有限公司 Article recommendation method and device, electronic equipment and storage medium
CN113077319A (en) * 2021-04-19 2021-07-06 北京沃东天骏信息技术有限公司 Dynamic recommendation method and device for micro detail page
CN113362123A (en) * 2020-03-02 2021-09-07 北京沃东天骏信息技术有限公司 Item recommendation system, item recommendation method, computer system, and medium
WO2023124211A1 (en) * 2021-12-31 2023-07-06 卡奥斯工业智能研究院(青岛)有限公司 Processing method and apparatus for set of customized household appliances, electronic device, and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110270703A1 (en) * 2006-10-24 2011-11-03 Garett Engle System and method of collaborative filtering based on attribute profiling
CN102495864A (en) * 2011-11-25 2012-06-13 清华大学 Collaborative filtering recommending method and system based on grading

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110270703A1 (en) * 2006-10-24 2011-11-03 Garett Engle System and method of collaborative filtering based on attribute profiling
CN102495864A (en) * 2011-11-25 2012-06-13 清华大学 Collaborative filtering recommending method and system based on grading

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
常富洋 等: "基于用户向量扩展的协同推荐方法", 《情报学报》, vol. 29, no. 4, 31 August 2010 (2010-08-31), pages 688 - 694 *
彭玉 等: "基于属性相似性的Item-based协同过滤算法", 《计算机工程与应用》, vol. 43, no. 14, 11 May 2007 (2007-05-11), pages 144 - 147 *
赵晨婷 等: "深入推荐引擎相关算法-协同过滤", 《HTTP://WWW.IBM.COM/DEVELOPERWORKS/CN/WEB/1103_ZHAOCT_RECOMMSTUDY2/》, 21 March 2011 (2011-03-21), pages 1 - 19 *

Cited By (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103207914A (en) * 2013-04-16 2013-07-17 武汉理工大学 Preference vector generation method and preference vector generation system based on user feedback evaluation
CN104111959A (en) * 2013-04-22 2014-10-22 浙江大学 Social network based service recommending method
CN104111959B (en) * 2013-04-22 2017-06-20 浙江大学 Service recommendation method based on social networks
CN103309976B (en) * 2013-06-13 2017-02-08 华东师范大学 Method for improving social recommendation efficiency based on user personality
CN103309976A (en) * 2013-06-13 2013-09-18 华东师范大学 Method for improving social recommendation efficiency based on user personality
CN103559622A (en) * 2013-07-31 2014-02-05 焦点科技股份有限公司 Characteristic-based collaborative filtering recommendation method
CN104636412A (en) * 2013-11-14 2015-05-20 国际商业机器公司 Method and system for personalizing data for device
CN104657373B (en) * 2013-11-20 2019-11-22 腾讯科技(上海)有限公司 A kind of application message method for pushing and device
CN104657373A (en) * 2013-11-20 2015-05-27 腾讯科技(上海)有限公司 Application information pushing method and device
CN107113466A (en) * 2014-06-12 2017-08-29 慧与发展有限责任合伙企业 To user's recommended project
CN104112022A (en) * 2014-07-29 2014-10-22 青岛海信医疗设备股份有限公司 Recommendation method for sample in medical treatment refrigerator system
CN104394231A (en) * 2014-12-10 2015-03-04 合肥城市云数据中心有限公司 Data interaction processing method based on intelligent terminal and cloud data technique
CN104536989A (en) * 2014-12-10 2015-04-22 百度在线网络技术(北京)有限公司 Electronic publication recommendation method and device
CN104394231B (en) * 2014-12-10 2018-03-20 合肥城市云数据中心有限公司 A kind of data interactive processing method based on intelligent terminal Yu cloud data technique
CN106327227A (en) * 2015-06-19 2017-01-11 北京航天在线网络科技有限公司 Information recommendation system and information recommendation method
CN105045818A (en) * 2015-06-26 2015-11-11 腾讯科技(深圳)有限公司 Picture recommending method, apparatus and system
CN106485567A (en) * 2016-09-14 2017-03-08 北京小米移动软件有限公司 Item recommendation method and device
CN107103488A (en) * 2017-03-02 2017-08-29 江苏省烟草公司常州市公司 Cigarette consumption analysis method based on collaborative filtering and clustering algorithm
CN107424273A (en) * 2017-07-28 2017-12-01 杭州宇泛智能科技有限公司 A kind of management method of unmanned supermarket
CN108038217A (en) * 2017-12-22 2018-05-15 北京小度信息科技有限公司 Information recommendation method and device
CN108038217B (en) * 2017-12-22 2021-05-11 北京星选科技有限公司 Information recommendation method and device
CN108647985A (en) * 2018-03-27 2018-10-12 阿里巴巴集团控股有限公司 A kind of item recommendation method and device
CN108647985B (en) * 2018-03-27 2020-06-09 阿里巴巴集团控股有限公司 Article recommendation method and device
CN108763318A (en) * 2018-04-27 2018-11-06 达而观信息科技(上海)有限公司 item recommendation method and device
CN108763318B (en) * 2018-04-27 2022-04-19 达而观信息科技(上海)有限公司 Item recommendation method and device
CN108596695A (en) * 2018-05-15 2018-09-28 口口相传(北京)网络技术有限公司 Entity method for pushing and system
CN108596695B (en) * 2018-05-15 2021-04-27 口口相传(北京)网络技术有限公司 Entity pushing method and system
CN108665323A (en) * 2018-05-20 2018-10-16 北京工业大学 A kind of integrated approach for finance product commending system
CN108733834A (en) * 2018-05-28 2018-11-02 广东工业大学 The user oriented recommendation method, apparatus of one kind and storage medium
CN108875092A (en) * 2018-08-22 2018-11-23 成都理工大学 A kind of Method of Commodity Recommendation based on covariance
CN109300016A (en) * 2018-10-29 2019-02-01 成都理工大学 A kind of Method of Commodity Recommendation based on article difference correlation two-by-two
CN109300016B (en) * 2018-10-29 2021-11-16 成都理工大学 Commodity recommendation method based on difference correlation of two commodities
CN109615466A (en) * 2018-11-27 2019-04-12 浙江工商大学 The mixed method of commending contents and collaborative filtering recommending towards mobile ordering system
CN110059261A (en) * 2019-03-18 2019-07-26 智者四海(北京)技术有限公司 Content recommendation method and device
CN110532473A (en) * 2019-08-30 2019-12-03 车智互联(北京)科技有限公司 A kind of content recommendation method and calculate equipment
CN113362123A (en) * 2020-03-02 2021-09-07 北京沃东天骏信息技术有限公司 Item recommendation system, item recommendation method, computer system, and medium
CN111428145A (en) * 2020-03-19 2020-07-17 重庆邮电大学 Recommendation method and system fusing tag data and naive Bayesian classification
CN111428145B (en) * 2020-03-19 2022-12-27 重庆邮电大学 Recommendation method and system fusing tag data and naive Bayesian classification
CN111651678A (en) * 2020-06-18 2020-09-11 达而观信息科技(上海)有限公司 Knowledge graph-based personalized recommendation method
CN111651678B (en) * 2020-06-18 2023-12-22 达观数据有限公司 Personalized recommendation method based on knowledge graph
CN112579889A (en) * 2020-12-07 2021-03-30 北京百度网讯科技有限公司 Article recommendation method and device, electronic equipment and storage medium
CN112256979A (en) * 2020-12-24 2021-01-22 上海二三四五网络科技有限公司 Control method and device for similar article recommendation
CN112256979B (en) * 2020-12-24 2021-06-04 上海二三四五网络科技有限公司 Control method and device for similar article recommendation
CN113077319A (en) * 2021-04-19 2021-07-06 北京沃东天骏信息技术有限公司 Dynamic recommendation method and device for micro detail page
WO2023124211A1 (en) * 2021-12-31 2023-07-06 卡奥斯工业智能研究院(青岛)有限公司 Processing method and apparatus for set of customized household appliances, electronic device, and storage medium

Similar Documents

Publication Publication Date Title
CN102968506A (en) Personalized collaborative filtering recommendation method based on extension characteristic vectors
CN110222272A (en) A kind of potential customers excavate and recommended method
CN103246980B (en) Information output method and server
Wei et al. A survey of e-commerce recommender systems
CN103473354A (en) Insurance recommendation system framework and insurance recommendation method based on e-commerce platform
CN102663026A (en) Implementation method for directionally running internet advertisements
CN109711925A (en) Cross-domain recommending data processing method, cross-domain recommender system with multiple auxiliary domains
CN106897914A (en) A kind of Method of Commodity Recommendation and system based on topic model
CN105426528A (en) Retrieving and ordering method and system for commodity data
CN106062743A (en) Systems and methods for keyword suggestion
CN103559622A (en) Characteristic-based collaborative filtering recommendation method
CN111428145B (en) Recommendation method and system fusing tag data and naive Bayesian classification
CN106933969A (en) Personalized recommendation system and recommendation method based on industry upstream-downstream relationship
CN109272390A (en) The personalized recommendation method of fusion scoring and label information
Sun et al. Leveraging friend and group information to improve social recommender system
Liao et al. Mining information users’ knowledge for one-to-one marketing on information appliance
CN113744019A (en) Commodity recommendation method, commodity recommendation device, commodity recommendation equipment and storage medium
Qiu et al. Design of multi-mode e-commerce recommendation system
CN102262764A (en) Electronic commerce recommending method based on regression model
An et al. Discover customers’ gender from online shopping behavior
Li et al. Collaborative filtering recommendation algorithm based on user characteristics and user interests
Matic et al. Managing online environment cues: evidence from Generation Y consumers
Hai-xia et al. A matching recommendation algorithm for celebrity endorsement on social network
Gorgoglione et al. Including context in a transactional recommender system using a pre-filtering approach: two real e-commerce applications
Jiang et al. Personalized collaborative filtering based on improved slope one alogarithm

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20130313