CN101287082A - A Collaborative Filtering Recommendation Method Introducing Program Popularity Weight - Google Patents
A Collaborative Filtering Recommendation Method Introducing Program Popularity Weight Download PDFInfo
- Publication number
- CN101287082A CN101287082A CNA2008100374983A CN200810037498A CN101287082A CN 101287082 A CN101287082 A CN 101287082A CN A2008100374983 A CNA2008100374983 A CN A2008100374983A CN 200810037498 A CN200810037498 A CN 200810037498A CN 101287082 A CN101287082 A CN 101287082A
- Authority
- CN
- China
- Prior art keywords
- user
- popularity
- item
- program
- collaborative filtering
- 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
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
本发明公开了一种引入节目热门度权重的协作过滤推荐方法,特点是在IPTV节目的界面上,提供用户评分的可视化菜单,并根据终端机顶盒传来的用户观看时间、行为操作、节目评分数据作出节目推荐列表给目标用户,具体步骤包括:收集用户的行为特征信息;作出“用户-项目”评分矩阵A(m,n);计算热门度权重值;计算相似度大小并排序;对目标用户进行预测评分并排序;作出推荐列表给目标用户。本发明与现有技术相比具有更符合客观现实,提高了协作过滤的质量,推荐更精确,它根据用户的偏好和行为特征,主动对节目进行裁减,将用户想看的节目进行个性化推荐,实现了“在你想要的时候看你想看的电视”这一目标。
The invention discloses a collaborative filtering recommendation method that introduces the weight of program popularity, which is characterized in that on the interface of IPTV programs, a visual menu of user ratings is provided, and according to the user's viewing time, behavior operations, and program rating data transmitted from the terminal set-top box Make a program recommendation list to the target user, the specific steps include: collect user behavior characteristic information; make a "user-item" scoring matrix A(m, n); calculate popularity weight value; calculate similarity and sort; target user Perform prediction scoring and sorting; make a recommendation list to target users. Compared with the prior art, the present invention is more in line with the objective reality, improves the quality of collaborative filtering, and makes the recommendation more accurate. It actively cuts the programs according to the user's preference and behavior characteristics, and makes personalized recommendations for the programs that the user wants to watch. , to achieve the goal of "watching the TV you want when you want".
Description
技术领域 technical field
本发明涉及IPTV个性化推荐系统,具体地说是一种引入节目热门度权重的协作过滤推荐方法。The invention relates to an IPTV personalized recommendation system, in particular to a collaborative filtering recommendation method that introduces program popularity weights.
背景技术 Background technique
随着Internet上信息的剧增出现了所谓的“信息过载”和“信息迷向”现象,推荐系统应运而生,它能根据用户操作历史和反馈等信息为用户找到适合其兴趣的资源,为其产生个性化的推荐。如今,推荐技术已经应用在电子商务、数字图书馆、影视娱乐等各个领域。尤其是IPTV领域,随着数字电视和通信技术的不断发展,电视节目资源越来越丰富,一方面用户为能够收看到如此之多的节目而感到兴奋不已,另一方面又为如何从成百上千个节目中找到他们真正喜爱的节目而感到很苦恼。协作过滤技术是当前最成功的个性化推荐技术,一些比较有名的推荐系统如WebWatcher、GroupLens、Firefly、SELECT、LileMinds和Citeseer都采用了协作过滤的方法。基本思想就是基于评分相似的最近邻居的评分数据向目标用户产生推荐,即根据其它用户的观点产生对目标用户的推荐列表。它基于这样一个假设:如果用户对一些项目的评分比较相似,则他们对其它项目的评分也比较相似。其出发点是找到与你兴趣相同的一组用户,术语叫做“最近邻”,最近邻搜索的核心是计算两个用户的相似度。例如用户A和用户B,首先需要获取用户A和用户B所有的评分项,然后选择一个合适的相似度计算方法,基于评分项数据,计算得到用户A和用户B的相似度数值。目前使用比较多的相似度算法包括,皮尔森相关系数(PCC)、余弦相似性以及调整余弦相似性。由上述可知,协作过滤的关键步骤是找到目标用户的最近邻居,能否找到准确的最近邻居是推荐准确与否的重点,更准确的计算用户间的相似度是最近邻选取准确的前提。但是目前使用的PCC计算中,它就是将用户共同评分的项目一视同仁,并不区分项目本身的热门程度,只要共同评分了、而且评分相近就能反映出较高的相似性,所以现有的个性化推荐技术准确性较差,与客观现实不尽相符合。With the rapid increase of information on the Internet, the phenomenon of so-called "information overload" and "information obsession" appeared, and the recommendation system came into being. It can find resources suitable for users' interests according to the user's operation history and feedback information. It generates personalized recommendations. Today, recommendation technology has been applied in various fields such as e-commerce, digital library, film and television entertainment, etc. Especially in the field of IPTV, with the continuous development of digital TV and communication technology, TV program resources are becoming more and more abundant. On the one hand, users are excited to watch so many programs; It is very distressing to find the show they really like among thousands of shows. Collaborative filtering technology is currently the most successful personalized recommendation technology. Some well-known recommendation systems such as WebWatcher, GroupLens, Firefly, SELECT, LileMinds and Citeseer have adopted collaborative filtering methods. The basic idea is to generate recommendations to target users based on the scoring data of the nearest neighbors with similar scores, that is, to generate a recommendation list for target users based on the views of other users. It is based on the assumption that if users rate some items similarly, they will rate other items similarly. The starting point is to find a group of users with the same interests as you. The term is called "nearest neighbor". The core of nearest neighbor search is to calculate the similarity between two users. For example, user A and user B first need to obtain all the scoring items of user A and user B, and then select an appropriate similarity calculation method to calculate the similarity value of user A and user B based on the scoring item data. The currently used similarity algorithms include Pearson correlation coefficient (PCC), cosine similarity and adjusted cosine similarity. From the above, it can be seen that the key step of collaborative filtering is to find the nearest neighbors of the target user. Whether the accurate nearest neighbors can be found is the key to the accuracy of the recommendation. A more accurate calculation of the similarity between users is the prerequisite for accurate selection of the nearest neighbors. However, in the currently used PCC calculation, it treats the items that are jointly rated by users equally, and does not distinguish the popularity of the items themselves. The accuracy of the personalized recommendation technology is poor, and it is not consistent with the objective reality.
发明内容 Contents of the invention
本发明的目的是针对现有技术的不足而设计的一种引入节目热门度权重的协作过滤推荐方法,它首先定义电视节目的热门度,进而计算其热门度权重,并在用户相似度计算公式中引入该权重,据此计算出的相似性更为符合现实情况,计算得到的相似性更为准确,因此能够更准确的选取目标用户的最近邻居,从而产生更精确的推荐。The purpose of the present invention is a kind of collaborative filtering recommendation method that introduces program popularity weight designed for the deficiencies in the prior art, it first defines the popularity of TV programs, and then calculates its popularity weight, and in user similarity calculation formula This weight is introduced in , and the calculated similarity is more in line with the actual situation, and the calculated similarity is more accurate, so the nearest neighbor of the target user can be selected more accurately, thereby generating more accurate recommendations.
本发明的目的是这样实现的:一种引入节目热门度权重的协作过滤推荐方法,特点是在IPTV节目的界面上,提供用户评分的可视化菜单,并根据终端机顶盒传来的用户观看时间、行为操作、节目评分数据作出节目推荐列表给目标用户,其具体步骤如下:The purpose of the present invention is achieved in this way: a collaborative filtering recommendation method that introduces program popularity weights is characterized in that on the interface of IPTV programs, a visual menu of user ratings is provided, and according to the user's viewing time and behavior transmitted from the terminal set-top box Operation and program scoring data to make a program recommendation list to target users, the specific steps are as follows:
a.收集用户兴趣数据,作出“用户-项目”评分矩阵A(m,n);a. Collect user interest data and make a "user-item" scoring matrix A(m, n);
b.作离线周期计算项目的热门度权重值;b. Calculate the popularity weight value of the project in an offline cycle;
c.对当前活动用户已评分的项目找到对应的热门度权重值;c. Find the corresponding popularity weight value for the item rated by the current active user;
d.作出目标用户a与其它用户间的相似度大小并排序;d. Make and sort the similarity between the target user a and other users;
e.选取相似度最大的K个用户作为其最近邻居集;e. Select the K users with the highest similarity as their nearest neighbor set;
f.根据最近邻居集对目标用户未评分项目来预测评分并排序;f. Predict and sort the unrated items of the target user according to the nearest neighbor set;
g.将预测评分最大的前N个项目作出推荐列表给目标用户。g. Make a recommendation list of the top N items with the largest predicted ratings to the target user.
所述“用户-项目”评分矩阵A(m,n)是以用户评分信息和用户行为数据进行矩阵排列,行代表用户,列代表项目,矩阵中的元素值则代表该行用户对该列项目的喜爱程度。The "user-item" rating matrix A(m, n) is arranged in a matrix based on user rating information and user behavior data, rows represent users, columns represent items, and the element values in the matrix represent the rows of users for the column items. degree of liking.
所述离线周期按30分钟计算一次,项目的热门度权重值是以
所述目标用户a与其它用户间的相似度是将热门度权重值引入到Pearson相关系数计算的。The similarity between the target user a and other users is calculated by introducing the popularity weight value into the Pearson correlation coefficient.
本发明与现有技术相比具有更符合客观现实,提高了协作过滤的质量,推荐更精确,它根据用户的偏好和行为特征,主动对节目进行裁减,将用户想看的节目进行个性化推荐,实现了“在你想要的时候看你想看的电视”这一目标。Compared with the prior art, the present invention is more in line with the objective reality, improves the quality of collaborative filtering, and makes the recommendation more accurate. It actively cuts the programs according to the user's preference and behavior characteristics, and makes personalized recommendations for the programs that the user wants to watch. , to achieve the goal of "watching the TV you want when you want".
附图说明 Description of drawings
图1为本发明的流程示意图Fig. 1 is a schematic flow chart of the present invention
图2为本发明项目t热门度权重计算流程示意图Fig. 2 is a schematic flow chart of calculating the popularity weight of the project t of the present invention
具体实施方式 Detailed ways
实施例Example
参阅附图1~2,本发明在IPTV节目的界面上,提供用户评分的可视化菜单,并根据终端机顶盒传来的用户观看时间、行为操作、节目评分数据作出节目推荐列表给目标用户,其具体步骤如下:Referring to accompanying drawings 1-2, the present invention provides a visual menu of user ratings on the interface of IPTV programs, and makes a program recommendation list to the target user according to the user's viewing time, behavior operation, and program rating data transmitted from the terminal set-top box. Proceed as follows:
1、数据收集部件在IPTV系统中通过跟踪用户的观看时间、行为操作等特征来获取代表用户兴趣的信息,并将存储在对应的数据库表中。1. In the IPTV system, the data collection component acquires information representing user interests by tracking features such as user viewing time and behavioral operations, and stores them in corresponding database tables.
2、将上述用户的行为特征信息由系统进行原始数据的处理,并代替用户完成评价,然后根据用户评分信息和用户行为数据,整理得到“用户-项目”评分矩阵A(m,n),评分的值从1到rmax(即打分范围为1-5),该矩阵作为用户兴趣模型存储在推荐引擎装置上,行代表用户,列代表项目,矩阵中的元素值代表该行用户对该列项目的喜爱程度,喜爱程度设置为5档,分别对应为:(1)很不喜欢,(2)比较不喜欢,(3)一般,(4)比较喜欢,(5)很喜欢。若用户对某项目没有评价过,那么在评分矩阵中设置为0。2. The above-mentioned user behavior characteristic information is processed by the system as raw data, and the evaluation is completed on behalf of the user, and then according to the user rating information and user behavior data, the "user-item" scoring matrix A(m, n) is obtained, and the scoring The value of is from 1 to r max (that is, the scoring range is 1-5). This matrix is stored on the recommendation engine device as a user interest model. The rows represent users, and the columns represent items. The preference level of the item is set to 5 levels, corresponding to: (1) dislike very much, (2) dislike somewhat, (3) general, (4) like somewhat, (5) like very much. If the user has not rated an item, then it is set to 0 in the rating matrix.
3、对“用户-项目”评分矩阵A(m,n)进行离线周期计算,得到每一个项目的热门度权重并存储,离线周期按30分钟计算一次,(也可根据用户更新的频率而定)其中,项目t的热门度Pt定义为:项目t被评分的次数,即用户-项目评分矩阵中第t列中非零项的个数,Pt=|U(t)|,可见,被评分的次数越多,项目越热门,被评分的次数越少,项目越冷门。其热门度权重wt定义为:
4、当目标用户a到达时,扫描评分矩阵A(m,n),得到a已评分项目集合Ta,对每个项目t∈Ta,在W(n)中找到对应的wt。推荐引擎根据“用户-项目”评分矩阵A(m,n)和热门度权重,采用目标用户a和其它用户u的相似度计算形成用户相似度矩阵Sim(m,m),在相似度计算中引入共同评分项目的热门度权重,计算方法如下:以Pearson相关系数方法为基础,其中分子中加入公共评分项目中每一项的热门度权重,为了将相似度限定在-1~1之间,分母中加入公共评分项目的热门度权重最大值做除数,公式如下:4. When the target user a arrives, scan the scoring matrix A(m, n) to obtain a set of rated items T a , for each item t∈T a , find the corresponding w t in W(n). The recommendation engine uses the similarity calculation between the target user a and other users u to form the user similarity matrix Sim(m, m) according to the "user-item" scoring matrix A(m, n) and the popularity weight. In the similarity calculation The popularity weight of common scoring items is introduced, and the calculation method is as follows: Based on the Pearson correlation coefficient method, the popularity weight of each item in the public scoring items is added to the numerator, in order to limit the similarity between -1 and 1, The maximum value of the popularity weight of the public scoring item is added to the denominator as a divisor, and the formula is as follows:
由计算公式可知,当项目t的热门度Pt越大,热门度权重wt越小,该权重加入到相似度计算公式中,得到的相似度就越小。反之,当t的热门度Pt越小,得到的相似度就越大,因此符合该常识。共同观看热门度越高的电影,反应出来的用户相似性越低,反之,共同观看热门度越低的电影,反应出来的用户相似性就越高。将上述计算结果从高到低进行排序。It can be seen from the calculation formula that when the popularity P t of the item t is greater, the popularity weight w t is smaller, and this weight is added to the similarity calculation formula, and the resulting similarity is smaller. Conversely, when the popularity P t of t is smaller, the obtained similarity is larger, so it conforms to this common sense. Watching movies with higher popularity together will reflect lower user similarity. Conversely, watching movies with lower popularity together will reflect higher user similarity. Sort the above calculation results from high to low.
5、根据上述目标用户a与其它用户间的相似度大小并排序,找到与目标用户a最相似的前k个最近邻居,形成最近邻居集[knn1,knn2,L,knnk],使得sim(a,knn1)>sim(a,knn2)>L>sim(a,knnk)。5. According to the above-mentioned similarity between the target user a and other users and sort them, find the top k nearest neighbors most similar to the target user a, and form the nearest neighbor set [knn 1 , knn 2 , L, knn k ], such that sim(a, knn 1 )>sim(a, knn 2 )>L>sim(a, knn k ).
6、扫描A(m,n),找到用户a未评分的项目集合T′a,针对活动用户a每个未评分的项目j,预测用户a对项目j的评分,采用如下公式对每个t∈T′a计算预测评分值;6. Scan A(m, n), find the set of unrated items T′ a of user a, and predict the rating of user a on item j for each unrated item j of active user a, and use the following formula for each t ∈T′ a calculates the predicted score value;
计算出的用户a对所有未评分项目的预测评分,将其按照从大到小进行排序,选取评分值最大的前N个项目组成推荐列表RecList(N)给当前活动用户a。The calculated predicted scores of all unrated items by user a are sorted from large to small, and the top N items with the highest score value are selected to form a recommendation list RecList(N) to the current active user a.
本发明与现有的协作过滤推荐方法相比,在相似度计算中考虑了项目本身的热门度差异,作为权重反映在计算公式中,使得计算结果更符合客观现实,在一定程度上对推荐准确性有所改善,提高了推荐质量。Compared with the existing collaborative filtering recommendation method, the present invention considers the popularity difference of the item itself in the similarity calculation, and reflects it in the calculation formula as a weight, so that the calculation result is more in line with the objective reality, and the recommendation is accurate to a certain extent Performance has improved, improving recommendation quality.
Claims (4)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN200810037498A CN100581227C (en) | 2008-05-16 | 2008-05-16 | A Collaborative Filtering Recommendation Method Introducing Program Popularity Weight |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN200810037498A CN100581227C (en) | 2008-05-16 | 2008-05-16 | A Collaborative Filtering Recommendation Method Introducing Program Popularity Weight |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN101287082A true CN101287082A (en) | 2008-10-15 |
| CN100581227C CN100581227C (en) | 2010-01-13 |
Family
ID=40059021
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN200810037498A Expired - Fee Related CN100581227C (en) | 2008-05-16 | 2008-05-16 | A Collaborative Filtering Recommendation Method Introducing Program Popularity Weight |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN100581227C (en) |
Cited By (49)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101860696A (en) * | 2010-04-24 | 2010-10-13 | 中兴通讯股份有限公司 | A program recommendation method and streaming media program system |
| CN102088626A (en) * | 2009-12-02 | 2011-06-08 | Tcl集团股份有限公司 | On-line video recommendation method and video portal service system |
| CN102164322A (en) * | 2011-03-18 | 2011-08-24 | 海尔集团公司 | Digital television program processing method and system |
| CN102640141A (en) * | 2009-12-18 | 2012-08-15 | 丰田自动车株式会社 | Collaborative filtering system and collaborative filtering method |
| CN102654860A (en) * | 2011-03-01 | 2012-09-05 | 北京彩云在线技术开发有限公司 | Personalized music recommendation method and system |
| CN102654859A (en) * | 2011-03-01 | 2012-09-05 | 北京彩云在线技术开发有限公司 | Method and system for recommending songs |
| CN101685458B (en) * | 2008-09-27 | 2012-09-19 | 华为技术有限公司 | A recommendation method and system based on collaborative filtering |
| CN102722550A (en) * | 2012-05-25 | 2012-10-10 | 清华大学 | Gray forecasting model-based recommending method and system |
| CN102722832A (en) * | 2012-01-05 | 2012-10-10 | 合一网络技术(北京)有限公司 | Online video advertisement refinement targeting delivery method |
| CN102750336A (en) * | 2012-06-04 | 2012-10-24 | 电子科技大学 | Resource individuation recommendation method based on user relevance |
| CN102780920A (en) * | 2011-07-05 | 2012-11-14 | 上海奂讯通信安装工程有限公司 | Television program recommending method and system |
| CN102929959A (en) * | 2012-10-10 | 2013-02-13 | 杭州东信北邮信息技术有限公司 | Book recommendation method based on user actions |
| CN102938121A (en) * | 2011-08-15 | 2013-02-20 | 阿里巴巴集团控股有限公司 | Method and device for releasing commodity information |
| CN102946566A (en) * | 2012-10-24 | 2013-02-27 | 北京奇虎科技有限公司 | Video recommendation method and device based on historical information |
| CN103200427A (en) * | 2012-01-09 | 2013-07-10 | 腾讯科技(深圳)有限公司 | Network programme playing method and system, multi-media server and terminal |
| CN103209342A (en) * | 2013-04-01 | 2013-07-17 | 电子科技大学 | Collaborative filtering recommendation method introducing video popularity and user interest change |
| CN103348369A (en) * | 2011-01-06 | 2013-10-09 | 电子湾有限公司 | Calculating interestingness recommendations in the suggestion tool |
| CN103559206A (en) * | 2013-10-10 | 2014-02-05 | Tcl集团股份有限公司 | Information recommending method and system |
| CN103782290A (en) * | 2011-07-15 | 2014-05-07 | 耶德托公司 | Generation of recommendation values |
| CN103905907A (en) * | 2012-12-25 | 2014-07-02 | 腾讯科技(深圳)有限公司 | Method and system for media content recommendation |
| CN104090892A (en) * | 2013-12-16 | 2014-10-08 | 深圳市腾讯计算机系统有限公司 | Method and device for on-line computing of off-line algorithm |
| CN104424247A (en) * | 2013-08-28 | 2015-03-18 | 北京闹米科技有限公司 | Product information filtering recommendation method and device |
| CN104462093A (en) * | 2013-09-13 | 2015-03-25 | Sap欧洲公司 | Personal recommendation scheme |
| CN105045867A (en) * | 2015-07-14 | 2015-11-11 | 杭州东信北邮信息技术有限公司 | Book scoring based book writer recommendation method |
| WO2015188349A1 (en) * | 2014-06-12 | 2015-12-17 | Hewlett-Packard Development Company, L.P. | Recommending of an item to a user |
| CN105608118A (en) * | 2015-12-15 | 2016-05-25 | 成都陌云科技有限公司 | Result push method based on user interaction information |
| CN105847901A (en) * | 2016-06-16 | 2016-08-10 | 北京北广传媒地铁电视有限公司 | Subway television media system |
| CN106022838A (en) * | 2016-05-27 | 2016-10-12 | 天津大学 | Optimized selection method of user closest neighbor set of electronic commerce recommendation system |
| CN103793476B (en) * | 2014-01-08 | 2017-02-15 | 西安电子科技大学 | Network community based collaborative filtering recommendation method |
| CN106447364A (en) * | 2015-08-06 | 2017-02-22 | 阿里巴巴集团控股有限公司 | Information recommending method and information recommending device |
| CN106980646A (en) * | 2017-02-27 | 2017-07-25 | 上海大学 | The method applied based on popularity to the influencing mechanism analysis of user interest and its in proposed algorithm |
| CN107305677A (en) * | 2016-04-25 | 2017-10-31 | 北京京东尚科信息技术有限公司 | Product information method for pushing and device |
| CN108256093A (en) * | 2018-01-29 | 2018-07-06 | 华南理工大学 | A kind of Collaborative Filtering Recommendation Algorithm based on the more interest of user and interests change |
| CN108306812A (en) * | 2017-02-08 | 2018-07-20 | 腾讯科技(深圳)有限公司 | A kind of data processing method and server |
| CN108337544A (en) * | 2018-03-30 | 2018-07-27 | 华东师范大学 | A kind of RTV remote television box based on the study of internet artificial intelligence |
| CN108920577A (en) * | 2018-06-25 | 2018-11-30 | 西北工业大学 | Television set intelligently recommended method |
| CN108965935A (en) * | 2018-07-31 | 2018-12-07 | 山东广电网络有限公司 | The method and apparatus of data collection and analysis and the information push of multiple terminals broadcasting and TV business |
| CN109327736A (en) * | 2018-10-25 | 2019-02-12 | 安徽澳视科技有限公司 | A kind of program commending method based on program viewing expression and user information |
| CN109508407A (en) * | 2019-01-14 | 2019-03-22 | 上海电机学院 | The tv product recommended method of time of fusion and Interest Similarity |
| CN109726747A (en) * | 2018-12-20 | 2019-05-07 | 西安电子科技大学 | Recommend the data fusion sort method of platform based on social networks |
| CN110020118A (en) * | 2017-09-29 | 2019-07-16 | 北京国双科技有限公司 | A kind of method and device calculating similarity between user |
| CN110351580A (en) * | 2019-07-12 | 2019-10-18 | 四川长虹电器股份有限公司 | TV programme special recommendation method and system based on Non-negative Matrix Factorization |
| CN111770383A (en) * | 2020-09-03 | 2020-10-13 | 北京悠易网际科技发展有限公司 | Generation method of equipment association relationship, content recommendation method and device |
| CN112423037A (en) * | 2020-10-26 | 2021-02-26 | 深圳Tcl新技术有限公司 | Television program playing method, device, terminal equipment and computer storage medium |
| CN113239284A (en) * | 2021-07-13 | 2021-08-10 | 武汉斗鱼鱼乐网络科技有限公司 | Method and device for determining sequence of recommendation information |
| US11263543B2 (en) | 2007-11-02 | 2022-03-01 | Ebay Inc. | Node bootstrapping in a social graph |
| CN114491268A (en) * | 2022-02-07 | 2022-05-13 | 聚好看科技股份有限公司 | Down-sampling method based on heat sorting |
| CN114504829A (en) * | 2022-01-28 | 2022-05-17 | 腾讯科技(深圳)有限公司 | Recommended methods, devices, equipment and media for props |
| CN116955700A (en) * | 2023-08-01 | 2023-10-27 | 河北广电无线传媒股份有限公司 | IPTV video program recommendation method, device, electronic equipment and storage medium |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103353865B (en) * | 2013-04-25 | 2017-04-12 | 杭州电子科技大学 | Barter electronic trading commodity recommendation method based on position |
-
2008
- 2008-05-16 CN CN200810037498A patent/CN100581227C/en not_active Expired - Fee Related
Cited By (79)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11263543B2 (en) | 2007-11-02 | 2022-03-01 | Ebay Inc. | Node bootstrapping in a social graph |
| US9443199B2 (en) | 2007-11-02 | 2016-09-13 | Ebay Inc. | Interestingness recommendations in a computing advice facility |
| CN101685458B (en) * | 2008-09-27 | 2012-09-19 | 华为技术有限公司 | A recommendation method and system based on collaborative filtering |
| CN102088626A (en) * | 2009-12-02 | 2011-06-08 | Tcl集团股份有限公司 | On-line video recommendation method and video portal service system |
| CN102088626B (en) * | 2009-12-02 | 2014-08-13 | Tcl集团股份有限公司 | On-line video recommendation method and video portal service system |
| CN102640141B (en) * | 2009-12-18 | 2015-05-13 | 丰田自动车株式会社 | Collaborative filtering system and collaborative filtering method |
| CN102640141A (en) * | 2009-12-18 | 2012-08-15 | 丰田自动车株式会社 | Collaborative filtering system and collaborative filtering method |
| CN101860696A (en) * | 2010-04-24 | 2010-10-13 | 中兴通讯股份有限公司 | A program recommendation method and streaming media program system |
| CN101860696B (en) * | 2010-04-24 | 2013-11-06 | 中兴通讯股份有限公司 | Program recommending method and streaming media program system |
| CN108764485A (en) * | 2011-01-06 | 2018-11-06 | 电子湾有限公司 | Calculating interestingness recommendations in the suggestion tool |
| CN103348369A (en) * | 2011-01-06 | 2013-10-09 | 电子湾有限公司 | Calculating interestingness recommendations in the suggestion tool |
| CN102654859A (en) * | 2011-03-01 | 2012-09-05 | 北京彩云在线技术开发有限公司 | Method and system for recommending songs |
| CN102654860A (en) * | 2011-03-01 | 2012-09-05 | 北京彩云在线技术开发有限公司 | Personalized music recommendation method and system |
| CN102654859B (en) * | 2011-03-01 | 2014-04-23 | 北京彩云在线技术开发有限公司 | Method and system for recommending songs |
| CN102654860B (en) * | 2011-03-01 | 2015-05-06 | 北京彩云在线技术开发有限公司 | Personalized music recommendation method and system |
| CN102164322B (en) * | 2011-03-18 | 2017-06-13 | 海尔集团公司 | The processing method and system of digital television program |
| CN102164322A (en) * | 2011-03-18 | 2011-08-24 | 海尔集团公司 | Digital television program processing method and system |
| CN102780920A (en) * | 2011-07-05 | 2012-11-14 | 上海奂讯通信安装工程有限公司 | Television program recommending method and system |
| CN103782290A (en) * | 2011-07-15 | 2014-05-07 | 耶德托公司 | Generation of recommendation values |
| CN102938121A (en) * | 2011-08-15 | 2013-02-20 | 阿里巴巴集团控股有限公司 | Method and device for releasing commodity information |
| CN102722832A (en) * | 2012-01-05 | 2012-10-10 | 合一网络技术(北京)有限公司 | Online video advertisement refinement targeting delivery method |
| CN102722832B (en) * | 2012-01-05 | 2015-08-19 | 合一网络技术(北京)有限公司 | Online Video advertisement becomes more meticulous directed put-on method |
| CN103200427A (en) * | 2012-01-09 | 2013-07-10 | 腾讯科技(深圳)有限公司 | Network programme playing method and system, multi-media server and terminal |
| CN102722550A (en) * | 2012-05-25 | 2012-10-10 | 清华大学 | Gray forecasting model-based recommending method and system |
| CN102722550B (en) * | 2012-05-25 | 2014-10-22 | 清华大学 | Gray forecasting model-based recommending method and system |
| CN102750336A (en) * | 2012-06-04 | 2012-10-24 | 电子科技大学 | Resource individuation recommendation method based on user relevance |
| CN102750336B (en) * | 2012-06-04 | 2014-09-24 | 电子科技大学 | A method for personalized resource recommendation based on user relevance |
| CN102929959A (en) * | 2012-10-10 | 2013-02-13 | 杭州东信北邮信息技术有限公司 | Book recommendation method based on user actions |
| CN102929959B (en) * | 2012-10-10 | 2016-02-17 | 杭州东信北邮信息技术有限公司 | A kind of book recommendation method based on user behavior |
| CN104918118B (en) * | 2012-10-24 | 2019-08-02 | 北京奇虎科技有限公司 | Video recommendation method and device based on historical information |
| CN102946566A (en) * | 2012-10-24 | 2013-02-27 | 北京奇虎科技有限公司 | Video recommendation method and device based on historical information |
| CN102946566B (en) * | 2012-10-24 | 2015-07-01 | 北京奇虎科技有限公司 | Video recommendation method and device based on historical information |
| CN104918118A (en) * | 2012-10-24 | 2015-09-16 | 北京奇虎科技有限公司 | Video recommendation method and device based on historic information |
| CN103905907A (en) * | 2012-12-25 | 2014-07-02 | 腾讯科技(深圳)有限公司 | Method and system for media content recommendation |
| CN103905907B (en) * | 2012-12-25 | 2016-11-23 | 腾讯科技(深圳)有限公司 | A kind of media content recommendations method and system |
| CN103209342A (en) * | 2013-04-01 | 2013-07-17 | 电子科技大学 | Collaborative filtering recommendation method introducing video popularity and user interest change |
| CN103209342B (en) * | 2013-04-01 | 2016-06-01 | 电子科技大学 | A kind of introduce video popularity and the collaborative filtered recommendation method of user's interests change |
| CN104424247A (en) * | 2013-08-28 | 2015-03-18 | 北京闹米科技有限公司 | Product information filtering recommendation method and device |
| CN104462093B (en) * | 2013-09-13 | 2019-12-10 | Sap欧洲公司 | personal recommendation scheme |
| CN104462093A (en) * | 2013-09-13 | 2015-03-25 | Sap欧洲公司 | Personal recommendation scheme |
| CN103559206B (en) * | 2013-10-10 | 2017-08-08 | Tcl集团股份有限公司 | A kind of information recommendation method and system |
| CN103559206A (en) * | 2013-10-10 | 2014-02-05 | Tcl集团股份有限公司 | Information recommending method and system |
| CN104090892B (en) * | 2013-12-16 | 2016-06-08 | 深圳市腾讯计算机系统有限公司 | A kind of method that off-line algorithm is carried out calculating online and device |
| CN104090892A (en) * | 2013-12-16 | 2014-10-08 | 深圳市腾讯计算机系统有限公司 | Method and device for on-line computing of off-line algorithm |
| CN103793476B (en) * | 2014-01-08 | 2017-02-15 | 西安电子科技大学 | Network community based collaborative filtering recommendation method |
| WO2015188349A1 (en) * | 2014-06-12 | 2015-12-17 | Hewlett-Packard Development Company, L.P. | Recommending of an item to a user |
| CN105045867B (en) * | 2015-07-14 | 2018-02-13 | 杭州东信北邮信息技术有限公司 | A kind of books writer based on books scoring recommends method |
| CN105045867A (en) * | 2015-07-14 | 2015-11-11 | 杭州东信北邮信息技术有限公司 | Book scoring based book writer recommendation method |
| CN106447364A (en) * | 2015-08-06 | 2017-02-22 | 阿里巴巴集团控股有限公司 | Information recommending method and information recommending device |
| CN105608118B (en) * | 2015-12-15 | 2018-12-18 | 成都陌云科技有限公司 | Result method for pushing based on customer interaction information |
| CN105608118A (en) * | 2015-12-15 | 2016-05-25 | 成都陌云科技有限公司 | Result push method based on user interaction information |
| CN107305677A (en) * | 2016-04-25 | 2017-10-31 | 北京京东尚科信息技术有限公司 | Product information method for pushing and device |
| CN106022838A (en) * | 2016-05-27 | 2016-10-12 | 天津大学 | Optimized selection method of user closest neighbor set of electronic commerce recommendation system |
| CN105847901A (en) * | 2016-06-16 | 2016-08-10 | 北京北广传媒地铁电视有限公司 | Subway television media system |
| CN108306812A (en) * | 2017-02-08 | 2018-07-20 | 腾讯科技(深圳)有限公司 | A kind of data processing method and server |
| CN108306812B (en) * | 2017-02-08 | 2021-03-26 | 腾讯科技(深圳)有限公司 | A data processing method and server |
| CN106980646A (en) * | 2017-02-27 | 2017-07-25 | 上海大学 | The method applied based on popularity to the influencing mechanism analysis of user interest and its in proposed algorithm |
| CN110020118A (en) * | 2017-09-29 | 2019-07-16 | 北京国双科技有限公司 | A kind of method and device calculating similarity between user |
| CN108256093B (en) * | 2018-01-29 | 2020-06-19 | 华南理工大学 | A Collaborative Filtering Recommendation Algorithm Based on User's Multi-interest and Interest Change |
| CN108256093A (en) * | 2018-01-29 | 2018-07-06 | 华南理工大学 | A kind of Collaborative Filtering Recommendation Algorithm based on the more interest of user and interests change |
| CN108337544A (en) * | 2018-03-30 | 2018-07-27 | 华东师范大学 | A kind of RTV remote television box based on the study of internet artificial intelligence |
| CN108920577A (en) * | 2018-06-25 | 2018-11-30 | 西北工业大学 | Television set intelligently recommended method |
| CN108965935A (en) * | 2018-07-31 | 2018-12-07 | 山东广电网络有限公司 | The method and apparatus of data collection and analysis and the information push of multiple terminals broadcasting and TV business |
| CN109327736A (en) * | 2018-10-25 | 2019-02-12 | 安徽澳视科技有限公司 | A kind of program commending method based on program viewing expression and user information |
| CN109327736B (en) * | 2018-10-25 | 2021-01-26 | 合肥澳视智能科技有限公司 | Program recommendation method based on program viewing expression and user information |
| CN109726747A (en) * | 2018-12-20 | 2019-05-07 | 西安电子科技大学 | Recommend the data fusion sort method of platform based on social networks |
| CN109726747B (en) * | 2018-12-20 | 2021-09-28 | 西安电子科技大学 | Data fusion ordering method based on social network recommendation platform |
| CN109508407A (en) * | 2019-01-14 | 2019-03-22 | 上海电机学院 | The tv product recommended method of time of fusion and Interest Similarity |
| CN110351580B (en) * | 2019-07-12 | 2021-07-13 | 四川长虹电器股份有限公司 | Television program topic recommendation method and system based on non-negative matrix factorization |
| CN110351580A (en) * | 2019-07-12 | 2019-10-18 | 四川长虹电器股份有限公司 | TV programme special recommendation method and system based on Non-negative Matrix Factorization |
| CN111770383A (en) * | 2020-09-03 | 2020-10-13 | 北京悠易网际科技发展有限公司 | Generation method of equipment association relationship, content recommendation method and device |
| CN111770383B (en) * | 2020-09-03 | 2021-01-08 | 北京悠易网际科技发展有限公司 | Generation method of equipment association relationship, content recommendation method and device |
| CN112423037B (en) * | 2020-10-26 | 2024-02-06 | 深圳Tcl新技术有限公司 | Television program playing method, device, terminal equipment and computer storage medium |
| CN112423037A (en) * | 2020-10-26 | 2021-02-26 | 深圳Tcl新技术有限公司 | Television program playing method, device, terminal equipment and computer storage medium |
| CN113239284A (en) * | 2021-07-13 | 2021-08-10 | 武汉斗鱼鱼乐网络科技有限公司 | Method and device for determining sequence of recommendation information |
| CN114504829A (en) * | 2022-01-28 | 2022-05-17 | 腾讯科技(深圳)有限公司 | Recommended methods, devices, equipment and media for props |
| CN114504829B (en) * | 2022-01-28 | 2024-11-26 | 腾讯科技(深圳)有限公司 | Prop recommendation method, device, equipment and medium |
| CN114491268A (en) * | 2022-02-07 | 2022-05-13 | 聚好看科技股份有限公司 | Down-sampling method based on heat sorting |
| CN116955700A (en) * | 2023-08-01 | 2023-10-27 | 河北广电无线传媒股份有限公司 | IPTV video program recommendation method, device, electronic equipment and storage medium |
Also Published As
| Publication number | Publication date |
|---|---|
| CN100581227C (en) | 2010-01-13 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN101287082A (en) | A Collaborative Filtering Recommendation Method Introducing Program Popularity Weight | |
| Wu et al. | User Modeling with Click Preference and Reading Satisfaction for News Recommendation. | |
| CN101489107B (en) | Collaborative filtering recommendation method based on population attribute keyword vector | |
| CN103209342B (en) | A kind of introduce video popularity and the collaborative filtered recommendation method of user's interests change | |
| CN104935963B (en) | A kind of video recommendation method based on timing driving | |
| CN101685458B (en) | A recommendation method and system based on collaborative filtering | |
| CN101271559A (en) | A Collaborative Recommender System Based on Mining Local Interests of Users | |
| CN104391849B (en) | Collaborative filtering recommendation method incorporating temporal context information | |
| CN112950325B (en) | A self-attention sequence recommendation method based on social behavior fusion | |
| US20090006368A1 (en) | Automatic Video Recommendation | |
| US20170132230A1 (en) | Systems and methods for recommending temporally relevant news content using implicit feedback data | |
| WO2016191959A1 (en) | Time-varying collaborative filtering recommendation method | |
| CN103260061B (en) | A kind of IPTV program commending method of context-aware | |
| US20130086082A1 (en) | Method and system for providing personalization service based on personal tendency | |
| CN102495864A (en) | Collaborative filtering recommending method and system based on grading | |
| CN105338408B (en) | Video recommendation method based on time factor | |
| CN105718582B (en) | A personalized recommendation system and method for learning resources under the E-learning platform | |
| CN104462573A (en) | Method and device for displaying video retrieval results | |
| CN102929928A (en) | Multidimensional-similarity-based personalized news recommendation method | |
| CN105404700A (en) | Collaborative filtering-based video program recommendation system and recommendation method | |
| CN106815217A (en) | Story recommends method and story recommendation apparatus | |
| CN104317835A (en) | New user recommendation method for video terminal | |
| CN106326413A (en) | Personalized video recommending system and method | |
| CN115129995B (en) | Movie recommendation method for long-term and short-term interest attenuation change of user | |
| CN109982155B (en) | Playlist recommendation method and system |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| C14 | Grant of patent or utility model | ||
| GR01 | Patent grant | ||
| C17 | Cessation of patent right | ||
| CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20100113 Termination date: 20130516 |
