The Collaborative Filtering Algorithm with Time Weight Based on MapReduce

Hongyi Su,Xianfei Lin,Bo Yan,Hong Zheng
DOI: https://doi.org/10.1007/978-3-319-22047-5_31
2015-01-01
Abstract:As one of the most successful recommendation algorithm, collaborative filtering algorithm still faces many challenges, such as accuracy, extensibility, and sparsity. In the algorithm, ratings produced in different period are treated equally, so changes of users’ interests have been ignored. This paper considers the influence of time factor on users’ interests, and presents a new algorithm that involves time decay factor in the collaborative filtering algorithm, the new algorithm makes a more accurate recommendation by reducing the weight of old data. Deploying the collaborative filtering algorithm with time weight on parallel computing frame of MapReduce also achieves the extensibility of algorithm and improves the processing performance of large data sets.
What problem does this paper attempt to address?