Code Monkey home page Code Monkey logo

directed-graph's Introduction

Updated 2020/3/8 23:30

Re-implement random walk models.

To make the dataset split and evaluation method consistent with other gcn-based models.

Re-implement GCN models

The reimplemented code is copied from the repo Intellifusion-graph which is a tensorflow version (dgl and pyg cannot obtain normal output).

Some changes. The epoch in different models is adjusted to the same value (original code is different). The dataset split was also adjusted to the same. Other aspects as lr, dropout etc are not modified that is same with the original Intellifusion-graph code.

Notes: The epoch in GAE is 200, but in model_1/2/3/4 is 2000. When increasing training epoch in GAE, its performance drop large Also, decresing the epoch in model_1/2/3/4 their performance are also unsatisfied. (This is the configure in Intellifusion-graph )

Besides, the learning rate in GAE is 0.01 while in other four models is 0.0005 (This is the configure in Intellifusion-graph )

Random walk methods are same with previous implementation and difference is in the evaluation method

The variance of the result is a little big, the following results just as reference

model_0: GAE (tensorflow)

Recall out in citeseer Recall in in citeseer Recall out in cora Recall in in cora

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.