login

User-Based Collaborative-Filtering Recommendation Algorithms on Hadoop

Published 1 January 2010
Zhi-Dan Zhao, Mingsheng Shang
Citations362

TL;DR

This paper implements user-based CF algorithm on a cloud computing platform, namely Hadoop, to solve the scalability problem of CF.

Abstract

Collaborative Filtering (CF) algorithms are widely used in a lot of recommender systems, however, the computational complexity of CF is high thus hinder their use in large scale systems. In this paper, we implement user-based CF algorithm on a cloud computing platform, namely Hadoop, to solve the scalability problem of CF. Experimental results show that a simple method that partition users into groups according to two basic principles, i.e., tidy arrangement of mapper number to overcome the initiation of mapper and partition task equally such that all processors finish task at the same time, can achieve linear speedup.

Keywords

Computer Science