信息网络安全 ›› 2015, Vol. 15 ›› Issue (2): 77-81.doi: 10.3969/j.issn.1671-1122.2015.02.013

• • 上一篇    

一种改进的slope one推荐算法研究

柴华(), 刘建毅   

  1. 北京邮电大学大学计算机学院,北京 100876
  • 收稿日期:2014-12-03 出版日期:2015-02-10 发布日期:2015-07-05
  • 作者简介:

    作者简介: 柴华(1991-),男,重庆,硕士研究生,主要研究方向:广告推荐、数字水印版权保护系统;刘建毅(1980-),男,山西,副教授,博士,主要研究方向:广告推荐、灾备。

  • 基金资助:
    国家科技支撑计划[2012BAH08B02];国家高技术研究发展计划[2012AA012606];中央高校基本科研业务费专项资金[2013RC0310];教育部科技发展中心网络时代的科技论文快速共享专项研究资助课题[2013114];北京高等学校青年英才计划[YETP0448];数字版权研发工程项目[1681300000119]]

Research on Improved Slope One Recommendation Algorithm

Hua CHAI(), Jian-yi LIU   

  1. School of Computer Science, Beijing University of Posts and Telecommunications, Beijing 100876, China
  • Received:2014-12-03 Online:2015-02-10 Published:2015-07-05

摘要:

随着互联网信息的不断膨胀,互联网已经进入了大数据时代。为了解决人们当前面临的信息过载问题,个性化推荐系统应运而生,系统核心是其所使用的推荐算法。slope one算法是一种简单高效的典型协同过滤推荐算法,算法通过对用户——项目评分矩阵进行线性回归,预测用户对于未评分项目的可能评分。由于算法的输入只有用户评分矩阵,而实际情况中的评分矩阵通常较为稀疏,因此数据稀疏性是影响其推荐准确率的主要问题。为了克服该问题,文章基于现有研究提出了一种改进的slope one算法。该算法根据所有用户对项目的历史评分计算其项目相似度,然后将其加入评分公式予以修正,同时针对稀疏的评分矩阵使用奇异值分解技术降低矩阵维度,生成更加稠密的相似矩阵作为slope one核心计算部分的输入。项目相似度的引入增加了算法对于项目内在联系的考虑,推荐结果更加合理。而奇异值分解则可以使稀疏的评分矩阵转换为更适用于算法计算的形式。通过项目相似性和奇异值分解两种技术的融合,文中算法实现了更好的推荐准确性和适应性。

关键词: 协同过滤, slope one, 项目相似性, 奇异值分解

Abstract:

With the continuous expansion of Internet information, the Internet has entered the big data era.The recommendation systems have come into being to solve the problem of information overload. The core of recommendation system is the recommendation algorithm. The slope one algorithm is a simple, efficient and typical collaborative filtering recommendation algorithm. This algorithm uses the linear regression of user-item score matrix to predict the scores of items. The data sparsity is the major problem affecting its accuracy because the matrix is usually very sparse. In this paper, we propose an improved slope one algorithm to solve this problem. Firstly, the similarity between items is calculated and is added to the score formula. Then, we use single value decomposition to reduce dimension of the sparse user-item value matrix and generate a similar but denser matrix to be the new input of slope one algorithm. Item similarity takes the internal relation into consideration and makes the result more reasonable. Single value decomposition converts the sparse matrix to a more appropriate form for calculation. Through the mix of the two techniques, the new algorithm has better prediction accuracy and flexibility.

Key words: collaborative filtering, slope one, item similarity, single value decomposition

中图分类号: