Skip to content
/ SAMN Public
forked from chenchongthu/SAMN

This is our implementation of SAMN: Social Attentional Memory Network

Notifications You must be signed in to change notification settings

THUIR/SAMN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SAMN

This is our implementation for the paper:

Chong Chen, Min Zhang, Yiqun Liu, and Shaoping Ma. 2019. Social Attentional Memory Network: Modeling Aspect- and Friend-level Differences in Recommendation In WSDM'19.

Please cite our WSDM'19 paper if you use our codes. Thanks!

@inproceedings{chen2019social,
  title={Social Attentional Memory Network: Modeling Aspect-and Friend-Level Differences in Recommendation},
  author={Chen, Chong and Zhang, Min and Liu, Yiqun and Ma, Shaoping},
  booktitle={Proceedings of the Twelfth ACM International Conference on Web Search and Data Mining},
  pages={177--185},
  year={2019},
  organization={ACM}
}

Author: Chong Chen ([email protected])

Environments

  • python 2.7
  • Tensorflow (version: 1.7.0)
  • numpy
  • pandas

Example to run the codes

Train and evaluate the model:

python SAMN.py

Last Update Date: February 21, 2019

About

This is our implementation of SAMN: Social Attentional Memory Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%