Giter Club home page Giter Club logo

motif-based-inductive-gnn-training's Introduction

Inductive Graph-based Matrix Completion

Paper link: https://arxiv.org/abs/1904.12058 Author's code: https://github.com/muhanzhang/IGMC

Dependencies

  • PyTorch 1.2+
  • DGL 0.5 (nightly version)

Data

Supported datasets: ml-100k, ml-1m

How to run

  • ml-100k
python3 train.py --data_name ml-100k --testing \
                 --batch_size 32 --edge_dropout 0.2 --max_nodes_per_hop 200 --train_epochs 80 \
                 --device 0
  • ml-1m
python3 train_multi_gpu.py --data_name ml-1m --testing \
                --batch_size 32 --edge_dropout 0. --max_nodes_per_hop 100 --train_epochs 40 \
                --train_log_interval 1000 --valid_log_interval 5 --train_lr_decay_step 20 \
                --gpu 0,1,2,3

Results

Dataset Our code
best of epochs
Author code
best of epochs / ensembled
ml-100k 0.9053 0.9053 / 0.9051
ml-1m 0.8679 0.8685 / 0.8558

motif-based-inductive-gnn-training's People

Contributors

sneakerkg avatar zhoujf620 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

dengniran

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.