Skip to content
forked from AixWinnie/HeteDP

Heterogeneous Graph Neural Network for Privacy-Preserving Recommendation

Notifications You must be signed in to change notification settings

WYLucency/HeteDP

 
 

Repository files navigation

HeteDP

Code for "Heterogeneous Graph Neural Network for Privacy-Preserving Recommendation"

Environment

Our experimental environments are listed in environments.yaml, you can create a virtual environment with conda and run the following order.

conda env create -f environments.yaml

Install

Enter the virtual environment and run the requirements.txt.

pip install -r requirements.txt

Usage

Run the following order to train our model with setting custom parameters.

python3 main.py -e=50 -ef=0.5 -et=0.5 --task='lp' -d='acm' -g=0

Thanks

Some of the code was forked from the following repositories:

About

Heterogeneous Graph Neural Network for Privacy-Preserving Recommendation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%