Git Product home page Git Product logo

gmnn's Issues

Link prediction code

Hi,

It is good to see a great code for the paper. It is possible to release the link prediction code?

Link Classification code

I would like to ask whether could we implement link classification using GMNN ? Cause i notice that we first should construct a dural graph and reformulate link classification as an object classification problem.

Question about the accuracy calculation in the code

Hi Meng, when running the code I found that the calculation for accuracy seems to be reporting the maximum accuracy from the 100 epoches. I pasted the get_accuracy function from semisupervised/codes/train.py here:

def get_accuracy(results):
best_dev, acc_test = 0.0, 0.0
for d, t in results:
if d > best_dev:
best_dev, acc_test = d, t
return acc_test

However, in your paper you said that "The mean accuracy over 100 runs is reported in experiment" (Page 7), not the highest accuracy.

Could you explain this problem of which calculation method you actually used for the results reported in the paper? Thank you!

GMNN and baselines run with different features, that is not fair and proper.

Hello guys,
I found that GMNN runs with the binarized features, but other baselines run with the real-valued features. I think that the experimental results are not fair and proper.

Also, I run GCN with the binarized features, and it also can achieve good results. Under this settings, the margins between GCN and GMNN is very small.

Besides, I run GMNN with real-valued features, and the performances drop a lot.

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.