Giter VIP home page Giter VIP logo

Comments (3)

shchur avatar shchur commented on July 28, 2024

Hi, thanks for your interest in our work.

The experiments in the paper have been done using the Tensorflow implementation, link to which you can find in README.md.

Regarding regularization: by default, the current version of the notebook uses a slightly different GCN implementation (called ImprovedGCN). This version doesn't use batch norm, and I empirically found it to work well with weight_decay = 1e-5.

The architecture described in the paper (and the one used in the original TF implementation) is based on vanilla GCN with batch normalization. For that model you should use weight_decay = 1e-2. To use the old architecture, you should uncomment the respective line in cell 5 of the notebook.
It should be possible to reproduce the results using the GCN architecture with weight_decay = 1e-2, since that is the architecture used in the paper.

To be completely honest, I haven't thoroughly tested the Pytorch implementation in this repository - I just created it in the process of learning Pytorch. I hope that I haven't introduced any serious bugs in the process of migrating from TF. Please let me know if you still reproduce the results using the vanilla GCN, and then I will have a look into the code.

from overlapping-community-detection.

shchur avatar shchur commented on July 28, 2024

After fixing the bug that you mentioned in #2 everything seems to work as expected.

from overlapping-community-detection.

NIRVANALAN avatar NIRVANALAN commented on July 28, 2024

WOW, great!
Thanks for your work again

from overlapping-community-detection.

Related Issues (11)

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.