Skip to content

Code for SIGIR paper, "Attentive Recurrent Social Recommendation" [Author version]

Notifications You must be signed in to change notification settings

Kanika91/code_sigir2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

command example: python main.py --conf=test.ini --id=1 --model=ARSE

ARSE python main.py --conf=xxxx/conf/epinions/arse.ini --id=1 --model=ARSE

Usage: Step1: Replace the xxxx in src/main.py and /conf/epinions/arse.ini with your own code path.

Step2: Cd src, execute python main.py --conf=xxxx/conf/epinions/arse.ini --id=1 --model=ARSE, the script will output files to root_dir, and you can configure the root_dir in arse.ini

Environment: 1.python2.7 2.tensorflow_1.8.0 / 1.11.0, cpu or gpu is ok 3.numpy, ipdb, termcolor, ConfigParser, no version limited

About

Code for SIGIR paper, "Attentive Recurrent Social Recommendation" [Author version]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages