Git Product home page Git Product logo

dgcn's Introduction

DGCN

This is the official implementation of our WWW'21 paper:

Yu Zheng, Chen Gao, Liang Chen, Depeng Jin, Yong Li, DGCN: Diversified Recommendation with Graph Convolutional Networks, In Proceedings of the Web Conference 2021.


First unzip the datasets and start the visdom server:

visdom -port 33333

Then simply run the following command to reproduce the experiments on corresponding dataset and model:

python app.py --flagfile ./config/xxx.cfg

If you use our codes and datasets in your research, please cite:

@inproceedings{zheng2021dgcn,
  title={DGCN: Diversified Recommendation with Graph Convolutional Networks},
  author={Zheng, Yu and Gao, Chen and Chen, Liang and Jin, Depeng and Li, Yong},
  booktitle={Proceedings of the Web Conference 2021},
  pages={401--412},
  year={2021}
}

dgcn's People

Contributors

davymorgan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dgcn's Issues

Data processing

Hi,
In order to use this model on custom data set, do you have set/list of scripts to preprocess the data ?

dataset

What's the use of 'train_coo_edge_sim.npz','train_coo_adj_graph.npz','popularity.npy' in taobao datasets?

Can you provide code of the module "data_process_service"

Hi:
In Taobao dataset folder, I notice there are missing the code implementation about "data_process_service". Since, I want to use my own datasets, can you provide the implementation of the code module?
Looking forward to your reply!

Baseline

请问baseline的相关参考代码可以提供一下吗

Preprocessed Beibei Dataset

Hi. Great work. I am wondering if you can provide the preprocessed Beibei Dataset for future research. Many thanks in advance.

Taobao数据集使用

hello~首先感谢开源优秀的工作!
想确认下data/taobao.zip是否就是开箱即用的数据结果呢?我理解taobao.zip解压出来的XX.npz文件应该等于原始UserBehavior.csv被taobao.py处理后的结果吧

Running Issues

Hi. I got this issue when I run the code.
"Please turn it into an immutable graph with DGLGraphStale.readonly"
AssertionError: NeighborSampler doesn't support mutable graphs. Please turn it into an immutable graph with DGLGraphStale.readonly

Seems it got the error at File "recommender.py", line 161, in inference
data_flows, node_index, user_index, item_index = self.gm.point_sample_neighbors(user, item).

Do you have ideas? BTW, could you also please provide the version of the DGL and pytorch? Mant thanks

About ”data_process_service“ ?

Hi, there is a error in the tabao.py , “import data_process_service.utils as utils” ,i can't find the class "data_process_service" ?

MSD dataset

请问msd数据集可以开源吗?关于类别的单标签划分是如何处理的呢?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.