GithubHelp home page GithubHelp logo

kwankiahn / gcmc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tanimutomo/gcmc

0.0 0.0 0.0 387 KB

Re-Implement "Graph Convolutional Matrix Completion" (PyTorch and PyTorch Geometric)

Python 100.00%

gcmc's Introduction

Graph Convolutional Matrix Completion (Pytorch)

Re-implementation of Graph Convolutional Matrix Completion (PyTorch and PyTorch Geometric)

overview

approach

Note

This repository is NOT an official implementation of the paper.
The official implementation is this (Tensorflow).
Our experimental result is shown below and it doesn't reach to the score of the original.

Setup

  • Setup a virtual environment with python 3.6 or newer
  • Install requirements (pip)
    pip install -r requirements/1.txt
    pip install --verbose --no-cache-dir -r requirements/2.txt
    pip install -r requirements/3.txt
    

Installation of Pytorch Geometric is very troublesome and may destroy your python environment.
So, we strongly recommend to use a virtual environment (e.g. pyenv, virtualenv, pipenv, etc.).
Please see Pytorch Geometirc official document for more details.

Train and Test

cd src
python train.py
  • Configuration:
    The settings for train and test are in config.yml.

  • Dataset:
    Training dataset is MovieLens-100k. The dataset is automatically downloaded in data/ by running src/train.py.

Results

Note that this repo doesn't reach to the original one.

Test RMSE
Ours 0.968
Original 0.910

gcmc's People

Contributors

tanimutomo avatar dependabot[bot] avatar

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.