├── Attention.py ├── GraphRec.jpg ├── GraphRec.png ├── LICENSE ├── README.md ├── Social_Aggregators.py ├── Social_Encoders.py ├── UV_Aggregators.py ├── UV_Encoders.py ├── data └── toy_dataset.pickle ├── intro.png └── run_GraphRec_example.py /Attention.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenqifan03/GraphRec-WWW19/HEAD/Attention.py -------------------------------------------------------------------------------- /GraphRec.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenqifan03/GraphRec-WWW19/HEAD/GraphRec.jpg -------------------------------------------------------------------------------- /GraphRec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenqifan03/GraphRec-WWW19/HEAD/GraphRec.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenqifan03/GraphRec-WWW19/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenqifan03/GraphRec-WWW19/HEAD/README.md -------------------------------------------------------------------------------- /Social_Aggregators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenqifan03/GraphRec-WWW19/HEAD/Social_Aggregators.py -------------------------------------------------------------------------------- /Social_Encoders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenqifan03/GraphRec-WWW19/HEAD/Social_Encoders.py -------------------------------------------------------------------------------- /UV_Aggregators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenqifan03/GraphRec-WWW19/HEAD/UV_Aggregators.py -------------------------------------------------------------------------------- /UV_Encoders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenqifan03/GraphRec-WWW19/HEAD/UV_Encoders.py -------------------------------------------------------------------------------- /data/toy_dataset.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenqifan03/GraphRec-WWW19/HEAD/data/toy_dataset.pickle -------------------------------------------------------------------------------- /intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenqifan03/GraphRec-WWW19/HEAD/intro.png -------------------------------------------------------------------------------- /run_GraphRec_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenqifan03/GraphRec-WWW19/HEAD/run_GraphRec_example.py --------------------------------------------------------------------------------