Coder Social home page Coder Social logo

anukat2015 / recsys2015 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pkouki/recsys2015

0.0 3.0 0.0 207.12 MB

Kognetics & BigLnq -> Code for HyPER: A Flexible and Extensible Probabilistic Framework for Hybrid Recommender Systems

Home Page: http://linqs.cs.umd.edu/basilic/web/Publications/2015/kouki:recsys15/kouki-recsys15.pdf

Groff 79.97% Batchfile 0.02% Shell 0.01% HTML 1.35% JavaScript 0.07% CSS 0.05% NSIS 0.02% Java 18.27% PLSQL 0.10% Groovy 0.15%

recsys2015's Introduction

recsys2015

Code for the paper "HyPER: A Flexible and Extensible Probabilistic Framework for Hybrid Recommender Systems" Pigi Kouki, Shobeir Fakhrei, James Foulds, Magdalini Eirinaki, Lise Getoor. Recommender Systems Conference (RecSys) 2015

In order to run this code you need first to install the Probabilistic Soft Logic (PSL) software, available here: https://github.com/linqs/psl.

Please cite this work as

@InProceedings{kouki:recsys15, author = "Kouki, Pigi and Fakhraei, Shobeir and Foulds, James and Eirinaki, Magdalini and Getoor, Lise", title = "HyPER: A Flexible and Extensible Probabilistic Framework for Hybrid Recommender Systems", booktitle = "9th ACM Conference on Recommender Systems (RecSys 2015)", year = "2015", publisher = "ACM" }

Installation instructions:

The following assumes everything is down in the same directory e.g. recsys. The instructions are for MacOS.

  1. Download and install the Probabilistic Soft Logic (PSL) software from here: https://github.com/linqs/psl. Useful info: https://github.com/linqs/psl/wiki/Getting-started

  2. Make sure you can run the basic examples. E.g.

java -cp ./target/classes:`cat classpath.out` edu.umd.cs.example.BasicExample

For help check here: https://github.com/linqs/psl/wiki/Running-a-program

  1. Clone this current git repository: git clone https://github.com/pkouki/recsys2015

  2. Go into the h2 directory and run build.sh to compile h2. We need to use this version of h2 as the original version coming with PSL has a bug and crashes under certain cases.

  3. Change the classpath.out file inside your psl-example to use this newly compiled h2. For example change the path from the default: /Users/user/.m2/repository/com/h2database/h2/1.2.126/h2-1.2.126.jar to something like: /Users/antoulas/Desktop/recsys/recsys2015/h2/bin/h2-1.2.126.jar

  4. copy the folders from recsys2015/data into psl_example/data

  5. copy the source files from recsys2015/src/main/java/edu/ucsc/cs/model to psl-example/src/main/java/edu/umd/cs/example/

  6. Compile: mvn compile

  7. You can now run the models as follows from within the psl_example directory:

    java -cp ./target/classes:`cat classpath.out` edu.ucsc.cs.model.LastfmPerceptronWeightLearning
    java -cp ./target/classes:`cat classpath.out` edu.ucsc.cs.model.YelpPerceptronWeightLearning

If the program runs out of memory you may want to increase the java VM heap size.

recsys2015's People

Contributors

pkouki avatar jigs1993 avatar

Watchers

James Cloos avatar anukat2015 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.