/iGCF

Primary LanguagePython

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