GithubHelp home page GithubHelp logo

sgfcf's Introduction

SGFCF

Codes for the paper: How Powerful is Graph Filtering for Recommendation (KDD '24)

Hyperparameter Setting

For SGFCF without the IGF design (sgfcf_wo_igf.py)

  • CiteULike
python sgfcf_wo_igf.py --dataset='citeulike' --density='sparse' --k=110 --beta=4.6 --alpha=2.3--gamma=0.05
python sgfcf_wo_igf.py --dataset='citeulike' --density='dense' --k=1000 --beta=0.95 --eps=0.28 --gamma=1.5
  • Pinterest
python sgfcf_wo_igf.py --dataset='pinterest' --density='sparse' --k=60 --beta=2.0 --eps=0.37--gamma=0.07
python sgfcf_wo_igf.py --dataset='pinterest' --density='dense' --k=300 --beta=1.0 --alpha=10 --gamma=0.3
  • Yelp
python sgfcf_wo_igf.py --dataset='yelp' --density='sparse' --k=50 --beta=2.0 --alpha=5.3--gamma=0.025
python sgfcf_wo_igf.py --dataset='yelp' --density='dense' --k=250 --beta=1.0 --alpha=10 --gamma=0.5
  • Gowalla
python sgfcf_wo_igf.py --dataset='gowalla' --density='sparse' --k=110 --beta=3.1 --alpha=4.8 --gamma=0.02
python sgfcf_wo_igf.py --dataset='gowalla' --density='dense' --k=650 --beta=1.3 --eps=0.34 --gamma=1.6

For SGFCF.py, only need to replace the beta with beta_1 and beta_2, other parameters are the same:

  • CiteULike
beta_1, beta_2=0.7, 1.1 for dense
beta_1, beta_2=4.3, 5.1 for sparse
  • Pinterest
beta_1, beta_2=0.9, 1.0 for dense
beta_1, beta_2=2.0, 2.4 for sparse
  • Yelp
beta_1, beta_2=1.0, 1.3 for dense
beta_1, beta_2=2.0, 5.0 for sparse
  • Gowalla
beta_1, beta_2=0.3, 2.5 for dense
beta_1, beta_2=2.5, 6.5 for sparse

sgfcf's People

Contributors

tanatosuu avatar

Stargazers

Jeongwhan Choi avatar

Watchers

 avatar

Forkers

jeongwhanchoi

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.