Skip to content
forked from 619496775/MIA-SR

【KBS】Modeling and Predicting User Preferences with Multiple Item Attributes for Sequential Recommendations

Notifications You must be signed in to change notification settings

whale-ynu/MIA-SR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reference

@article{DBLP:journals/kbs/XuZPWYDZW23,
  author       = {Li Xu and
                  Jun Zeng and
                  Weile Peng and
                  Hao Wu and
                  Kun Yue and
                  Haiyan Ding and
                  Lei Zhang and
                  Xin Wang},
  title        = {Modeling and predicting user preferences with multiple item attributes
                  for sequential recommendations},
  journal      = {Knowl. Based Syst.},
  volume       = {260},
  pages        = {110174},
  year         = {2023},
  url          = {https://doi.org/10.1016/j.knosys.2022.110174},
  doi          = {10.1016/j.knosys.2022.110174},
  timestamp    = {Wed, 28 Jun 2023 14:32:09 +0200},
  biburl       = {https://dblp.org/rec/journals/kbs/XuZPWYDZW23.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}

Commands

python main.py --dataset=jdata --train_dir=default --maxlen=200 --dropout_rate=0.2 --device=cuda --lr=0.0003

python main1.py --dataset=ml-1m --train_dir=default --maxlen=200 --dropout_rate=0.2 --device=cuda --lr=0.0003

About

【KBS】Modeling and Predicting User Preferences with Multiple Item Attributes for Sequential Recommendations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%