Git Product home page Git Product logo

mgcnn's Introduction

Multi-Graph Convolutional Neural Networks

The code contained in this repository represents a TensorFlow implementation of the Recurrent Muli-Graph Convolutional Neural Network depicted in:

Geometric Matrix Completion with Recurrent Multi-Graph Neural Networks (in Proc. NIPS, 2017)
Federico Monti, Michael M. Bronstein, Xavier Bresson

https://arxiv.org/abs/1704.06803

Repository Structure

The repository is organized in two main folders: Notebooks and Data. Notebooks contains the python scripts we exploited for realizing the experiments depicted in the paper. Data, the datasets we used.

Every single folder is divided in 5 different subfolders, representing the 5 different datasets we used in our experiments: Movielens 100K, Douban, Flixster, Yahoo Music and our Synthetic Dataset.

When shall I use MGCNN?

MGCNN is a Multi-Graph CNN able to operate on signals defined over multiple graphs. In the paper we exploited this solution for solving the recommendation problem. However, the architecture is general and can be used for any multi-graph dimensional signal.

Useful links

inf.usi.ch/phd/monti
geometricdeeplearning.com

mgcnn's People

Contributors

fmonti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mgcnn's Issues

Model doesn't seem to beat user item average on a couple datasets

As a test, I calculated the RMSE using simply (user average + item average)/2, on the same train test split provided in the code. For the Douban dataset I got RMSE=0.776, for the flixster dataset I got RMSE=0.958. Both better than the results in the paper.
Just wondering did you do a similar test.

About the Evolution matrix (figure 4)

Hi, this is a very impressive work. I just have one question, regarding the timestep t in in figure 4 for the evolution, what's the t specifically represent? Is that the number of iteration loop, or the diffusion step number in one loop?

I know you set T=10 for diffusion, but I assume the t in figure 4 is not the same with the diffusion timestep, otherwise it means you can improve RMSE from 2.26 to 0.01 in just one iteration of the nn?

Thank you!

Wrow, Wcol

How did you generate Wrow and Wcol that are contained in mat file ?

How Did you deal with u.data , u.item etc..

Can you please explain, how you deal with files (like u.data , u.item etc) to get the information about occupation of the user so, that model can recommend the movies related to the same occupation user interest?
Can you please explain , How you make split_1.mat file for movies100k dataset ?

Code to produce Figure 6 and 7 in paper?

Hi,

Is it possible to get the code you used to produce Figure 6 and 7 in the "Geometric Matrix Completion with Recurrent Multi-Graph Neural Networks" paper?

Cheers,

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.