All Projects → chenchongthu → SAMN

chenchongthu / SAMN

Licence: other
This is our implementation of SAMN: Social Attentional Memory Network

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SAMN

EATNN
This is our implementation of EATNN: Efficient Adaptive Transfer Neural Network (SIGIR 2019)
Stars: ✭ 23 (-48.89%)
Mutual labels:  social, social-network, recommender-system, recommendation
NARRE
This is our implementation of NARRE:Neural Attentional Regression with Review-level Explanations
Stars: ✭ 100 (+122.22%)
Mutual labels:  recommender-system, recommendation, attention-mechanism
SocialMedia-App
A fully functional social media app built with flutter with multiple features
Stars: ✭ 646 (+1335.56%)
Mutual labels:  social, social-network
disentangled graph collaborative filtering
Disentagnled Graph Collaborative Filtering, SIGIR2020
Stars: ✭ 118 (+162.22%)
Mutual labels:  recommender-system, recommendation
Hashtegny
jQuery Plugin aggregates hashtags from different social media networks. Posts are displayed in a unique, & attractive grid, and animated layout.
Stars: ✭ 52 (+15.56%)
Mutual labels:  social, social-network
socialx react native
The SocialX ecosystem takes the social media experience to the next level.
Stars: ✭ 20 (-55.56%)
Mutual labels:  social, social-network
Graphjs
A set of widgets for a meaningfully social web.
Stars: ✭ 212 (+371.11%)
Mutual labels:  social, social-network
Recommendation-based-on-sequence-
Recommendation based on sequence
Stars: ✭ 23 (-48.89%)
Mutual labels:  recommender-system, recommendation
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (+186.67%)
Mutual labels:  social, social-network
ts-ui
Telar Social Network using Reactjs
Stars: ✭ 35 (-22.22%)
Mutual labels:  social, social-network
social
A simple social media using MEAN Stack. Frontend: Angular 6.
Stars: ✭ 13 (-71.11%)
Mutual labels:  social, social-network
GNN-Recommender-Systems
An index of recommendation algorithms that are based on Graph Neural Networks.
Stars: ✭ 505 (+1022.22%)
Mutual labels:  recommender-system, recommendation
Activitystreams
Activity Streams 2.0
Stars: ✭ 185 (+311.11%)
Mutual labels:  social, social-network
Pump.io
Social server with an ActivityStreams API
Stars: ✭ 2,091 (+4546.67%)
Mutual labels:  social, social-network
Socialview
Android TextView and EditText with hashtag, mention, and hyperlink support
Stars: ✭ 217 (+382.22%)
Mutual labels:  social, social-network
Socialblocklists
Blocklists to block the communication to social networking sites and privacy harming services
Stars: ✭ 161 (+257.78%)
Mutual labels:  social, social-network
kiki
An experimental social network that works offline.
Stars: ✭ 44 (-2.22%)
Mutual labels:  social, social-network
Laravel Social Network
Laravel 5.4 - location-based social network
Stars: ✭ 114 (+153.33%)
Mutual labels:  social, social-network
Open social
Open Social install profile Drupal 8
Stars: ✭ 128 (+184.44%)
Mutual labels:  social, social-network
LinkedIn Scraper
🙋 A Selenium based automated program that scrapes profiles data,stores in CSV,follows them and saves their profile in PDF.
Stars: ✭ 25 (-44.44%)
Mutual labels:  social, social-network

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].