/mistrust

adversarial hypergraph network trust prediction

Primary LanguagePython

AHNTP

This is code for our paper《Adaptive Hypergraph Networks for Trust Prediction》
Before to execute AHNTP, it is necessary to install the following packages:
pip install dhg
pip install torch
pip install scikit-learn

Requirements

numpy == 1.24.4
torch == 1.13.1+cu117
scikit-learn == 1.3.0
dhg ==0.9.3
python == 3.8.13

Basic Usage

Run main.py to train the AHNTP. and it needs at least 24G GPU memory.