TrustSVD
Collaborative filtering with both the explicit and implicit influence of user trust and of item ratings
More Info
expand_more
Abstract
Collaborative filtering suffers from the problems of data spar-sity and cold start, which dramatically degrade recommendation performance. To help resolve these issues, we propose TntstSVD, a trust-based matrix factorization technique. By analyzing the social trust data from four real-world data sets, we conclude that not only the explicit but also the implicit influence of both ratings and trust should be taken into consideration in a recommendation model. Hence, we build on top of a state-of-the-art recommendation algorithm SVD++ which inherently involves the explicit and implicit influence of rated items, by further incorporating both the explicit and implicit influence of trusted users on the prediction of items for an active user. To our knowledge, the work reported is the first to extend SVD++ with social trust information. Experimental results on the four data sets demonstrate that our approach TrustSVD achieves better accuracy than other ten counterparts, and can better handle the concerned issues.