Research on Cold-Start Problem of Collaborative Filtering Algorithm

Yu Shao,Ying-hua Xie
DOI: https://doi.org/10.1145/3372454.3372470
2019-11-20
Abstract:Collaborative Filtering is the most successfully and widely used recommendation algorithm nowadays. However, it faces severe challenges of the cold-start problem. This paper proposes a hybrid algorithm by using the users' attributes and the back propagation neural network (BPNN) to solve the new user problem in cold-start. Firstly, users' attributes are collected and analyzed to calculate the component similarity respectively. Secondly, take these similarities as the input neurons of the BPNN and set the initial values of weight and biases parameters, through the self-adjusting and self-adaptive features of the BPNN, optimize the rating prediction model to get a higher recommendation accuracy of the algorithm. Finally, take the output as the predicted similarity of the new user, so that the algorithm can recommend for the new user. After a series of experiments carried out on a public data set -- MovieLens(ml-1m), the experimental results show that the proposed method can effectively accomplish novel user recommendation for collaborative filtering cold-start and reduce the performance loss.
What problem does this paper attempt to address?