• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2015, Vol. 37 ›› Issue (12): 2366-2371.

• 论文 • Previous Articles     Next Articles

A collaborative filtering recommendation
algorithm based on ratings of item attributes  

GONG An,GAO Yun,GAO Hongfu   

  1. (School of Computer & Communication Engineering,China University of Petroleum,Qingdao 266580,China)
  • Received:2015-08-23 Revised:2015-10-21 Online:2015-12-25 Published:2015-12-25

Abstract:

Collaborative filtering is one of the most successful techniques in Ecommerce recommender system. However, it faces severe problems of sparse user ratings and low recommendation accuracy. To solve the problems of lower recommendation quality caused by rating data sparseness and single rating, we propose a collaborative filtering recommendation algorithm based on ratings of item attributes. Firstly, we construct useritem attribute rating matrices using the mean value method or scaling method to transform single rating to multirating. Based on each rating matrix of attributes, we then calculate the similarity among users to obtain the preference set of the nearestneighbors, and accomplish a primary prediction for each set of the nearestneighbors based on useritem rating matrices. Finally, we calculate the weighted sum of multiple primary predictions as the final scores, and then complete the recommendation. The experimental results on the extended datasets of Movie Lens show that the proposed algorithm can get higher recommendation accuracy than traditional algorithms.

Key words: attribute rating;mean value method;scaling method;collaborative filtering;recommendation