Code Monkey home page Code Monkey logo

publications-ssnmm's Introduction

Datasets:
---------

Movielens1M (1M interactions)

http://www.grouplens.org/node/73

Flixster (8M interactions)

http://www.cs.sfu.ca/~sja25/personal/datasets/

Yahoo! Music (700M interactions)

http://webscope.sandbox.yahoo.com/catalog.php?datatype=r


Datasets must be preprocessed to contain a single file where each line has the format:

user[TAB]item[TAB]rating


Local experiments with interaction-cut:
--------------------------------------

Use de.tuberlin.dima.recsys.ssnmm.interactioncut.Evaluate to evaluate the sensitivity of the prediction quality
to different interaction-cuts in small datasets.


Experiments on Hadoop:
----------------------

Use de.tuberlin.dima.recsys.ssnmm.ratingprediction.AverageRating to compute the average rating in the dataset.

Use de.tuberlin.dima.recsys.ssnmm.ratingprediction.UserItemBaseline to estimate user and item biases.

Run the similarity computation in parallel on your Hadoop cluster using Apache Mahout:

hadoop jar mahout-core-0.6-job.jar org.apache.mahout.cf.taste.hadoop.similarity.item.ItemSimilarityJob \
  --input hdfs:///path/to/trainingfiles --similarityClassname SIMILARITY_PEARSON_CORRELATION \
  --threshold 0.01 --maxSimilaritiesPerItem 50 --maxPrefsPerUser 600 --output hdfs:///path/to/output \
  --tempDir hdfs:///path/to/temp

hadoop fs -copyToLocal hdfs:///path/to/temp/similarityMatrix/part* /path/on/local/disk

Use de.tuberlin.dima.recsys.ssnmm.ratingprediction.Evaluate to evaluate the prediction quality of the computed
similarities.

publications-ssnmm's People

Contributors

asubmissions avatar

Watchers

 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.