Journal of Xidian University ›› 2022, Vol. 49 ›› Issue (3): 147-159.doi: 10.19665/j.issn1001-2400.2022.03.017

• Computer Science and Technology & Artificial Intelligence • Previous Articles     Next Articles

Matrix decomposition recommendation model incorporating item attribute preference

HAN Lifeng1(),CHEN Li1(),SHI Xiaolong2()   

  1. 1. School of Information Science and Technology,Northwest University,Xi’an 710127,China
    2. School of Computer Science and Technology,Xidian University,Xi’an 710126,China
  • Received:2021-01-05 Revised:2021-11-24 Online:2022-06-20 Published:2022-07-04

Abstract:

In order to solve a series of problems such as sparse data,especially cold start,the traditional collaborative filtering algorithm can not accurately calculate the similarity between users and articles,so that it cannot accurately recommend corresponding articles for users.Combined with the advantages of the nearest neighbor based collaborative filtering algorithm and model-based collaborative filtering algorithm,this paper proposes a recommendation model based on matrix decomposition.The model uses model-based collaborative filtering,which is based on matrix decomposition and integrates other auxiliary information,in order to optimize the effect of matrix decomposition and make more accurate score prediction.Based on the traditional matrix decomposition algorithm,in the existing recommendation model,first,the similarity is calculated based on the user attribute and project attribute information,and the scoring matrix is constructed to predict the user's initial score.Then,the user interest matrix is constructed by integrating the user’s preferences for project attributes.At the same time,the user attribute information and project attribute information are integrated into the new matrix decomposition model to predict the score of cold start users.Compared with the traditional personalized recommendation model,the new model has a better recommendation accuracy.Through simulation experiments,it is also confirmed that the recommended model mentioned in this paper can alleviate the cold start problem to a certain extent and improve the accuracy.At the same time,good results have been achieved in the scalability of the model.

Key words: user cold start, matrix decomposition, user attributes, project attributes, user preference

CLC Number: 

  • TP391