A Collaborative Filtering Algorithm Based on Time Period Partition

Today collaborative filtering is the most successful recommender system technology. However, in traditional collaborative filtering algorithms, users’ interest is considered to be static. That means, in these algorithms, ratings produced at different times are weighted equally, and changes in user purchase interest are not taken into consideration. For this reason, the system may recommend unsatisfactory items when users’ interest has changed. To solve this problem, the time factor has been brought into collaborative filtering. In new algorithms, we have divided users’ rating history into several periods, analyzed users’ interest distribution in these periods and quantize every user’s interest. At the same time, we find user’s recent interest by setting a time window. With these two technologies, we propose a collaborative algorithm time period partition named TPPCF. Experiments have shown that our new algorithm TPPCF substantially improves the precision of item-based collaborative filtering.