Skip to content

0215Arthur/HG-GNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HG-GNN

The implementation of Heterogeneous global graph neural networks for personalized session-based recommendation.

Usage

Data Processing

  • The data preprocessing code is following: https://github.com/twchen/lessr/blob/master/utils/data/preprocess.py and https://github.com/CRIPAC-DIG/SR-GNN/blob/master/datasets/preprocess.py

Training & Testing

  • Run python main.py
  • You can modify the basic.ini configuration file to set the dataset details and modify the config/model.ini file to set the hyper-parameters of target model.
  • update: You can get train_seq.pkl using the data_processor code: data_helper.py

Requirement

  • pip isntall -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages