Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaxin1998/DHCN
Codes for AAAI'21 paper 'Self-Supervised Hypergraph Convolutional Networks for Session-based Recommendation'
https://github.com/xiaxin1998/DHCN
Last synced: 3 months ago
JSON representation
Codes for AAAI'21 paper 'Self-Supervised Hypergraph Convolutional Networks for Session-based Recommendation'
- Host: GitHub
- URL: https://github.com/xiaxin1998/DHCN
- Owner: xiaxin1998
- Created: 2020-12-10T05:11:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T22:21:54.000Z (over 1 year ago)
- Last Synced: 2024-06-24T05:53:57.047Z (5 months ago)
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 164
- Watchers: 1
- Forks: 27
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- StarryDivineSky - xiaxin1998/DHCN
README
# DHCN
Codes for AAAI 2021 paper 'Self-Supervised Hypergraph Convolutional Networks for Session-based Recommendation'.
### The latest version of our paper is available at:
https://ojs.aaai.org/index.php/AAAI/article/view/16578Environments: Python3, Pytorch 1.6.0, Numpy 1.18.1, numba
Datasets are available at Dropbox: https://www.dropbox.com/sh/j12um64gsig5wqk/AAD4Vov6hUGwbLoVxh3wASg_a?dl=0 The datasets are already preprocessed and encoded by pickle.
For Diginetica, the best beta value is 0.01; for Tmall, the best beta value is 0.02.
Some people may encounter a cudaError in line 50 or line 74 when running our codes if your numpy and pytorch version are different with ours. Currently, we haven't found the solution to resolve the version problem. If you have this problem, please try to change numpy and pytorch version same with ours.