Giter Site home page Giter Site logo

lcbm's Introduction

LCBM

a fast and lightweight collaborative filtering algorithm for binary ratings.

If you use LCBM please cite the following paper:

  • F. Petroni, L. Querzoni, R. Beraldi, M. Paolucci: "LCBM: Statistics-Based Parallel Collaborative Filtering." In: Proceedings of the 17th International Conference on Business Information Systems (BIS), 2014.

###Hadoop MapReduce:

To run the project on hadoop type the following:

bin/hadoop jar /home/hduser/LCBM_mapreduce.jar train test [options]

Parameters:

  • train: the name of the file with the train data
  • test: the name of the file with the test data.

Options:

  • -k int -> specifies the multiplicative factor for the SE. Default 2.
  • -split_token char -> specifies the character that splits the dataset.
  • -output1 string -> specifies the name of the first output directory in the hdfs.
  • -output2 sting -> specifies the name of the second output directory in the hdfs.

Example

bin/hadoop jar /home/hduser/LCBM_mapreduce.jar ml100k/trace1.base ml100k/trace1.test

lcbm's People

Contributors

fabiopetroni avatar

Watchers

Mindaugas Zickus avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.