Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 989 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 989 Bytes

iGCF Source Code

This repository contains the source code for the paper titled "Interactive Graph Convolutional Filtering".

Datasets

The three datasets used in the paper can be downloaded from the following links:

After downloading the datasets, change the data paths accordingly in the file src/script/load_data.py.

Core Code

The core model is implemented in the file iGCF.

Dependencies

See requirements.txt for details