GithubHelp home page GithubHelp logo

zhuty16 / cigcn Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 13.74 MB

This is our Tensorflow implementation for "Embedding Disentanglement in Graph Convolutional Networks for Recommendation" (CIGCN) TKDE 2021.

Python 100.00%
gcn recommender-system tensorflow

cigcn's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

cigcn's Issues

Some questions

To my understanding, I use the CIGCN's aggregation step as follow:
for hop in range(3):
agg_embed = F.tanh(torch.mul(torch.sparse.mm(D{-0.5}AD{-0.5}, X) , self.w_list[hop]))
And lightGCN's aggregation step is implemented as follow:
for hop in range(3):
agg_embed = torch.sparse.mm(D{-0.5}AD{-0.5}, X)
I think this is the only change between CIGCN and LightGCN.
I have read your paper and source code carefully, but the experiment results don't show any improvement but suffer degeneration. I only use user/item interactions without item/item interactions. But I don't think it's the reason causing such a degeneration under your paper's hypothesis.
Could you please answer my question and point out what I miss for your idea?

dataset problem

i get that .npy file from the internet ,but when i run the code ,it raise a problem that it needs a .csv file ....

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.