Skip to content

implementation for "Towards Differential Privacy in Sequential Recommendation: A Noisy Graph Neural Network Approach""

Notifications You must be signed in to change notification settings

wentao-hu/DIPSGNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIPSGNN

This is our implementation for "Towards Differential Privacy in Sequential Recommendation: A Noisy Graph Neural Network Approach""

How to run.

  1. Download dataset:
  1. Preprocess dataset:
cd datasets
python preprocess.py
  1. run DIPSGNN with default hyperparameters:
python main_dipsgnn.py --dataset "ml-1m" --clip_norm 0.5 --epsilon1 20 --epsilon 4 --delta 2.5e-07 --step 1

Requirements

python: 3.8
torch: 1.12.1

Code Reference

About

implementation for "Towards Differential Privacy in Sequential Recommendation: A Noisy Graph Neural Network Approach""

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages