资源算法graph-cnn.mxnet

graph-cnn.mxnet

2020-01-17 | |  29 |   0 |   0

MXNet implementation of Graph Convolutional Neural Networks detailed in Semi-Supervised Classification with Graph Convolutional Networks

Tensorflow Implementation (Original) Author's PyTorch Implementation Pytorch Implementation by Bumsoo Kim

Graph Convolutional Networks

Graph Convolutions are best explained in this amazing blogpost by Thomas Kipf the author of the paper Semi-Supervised Classification with Graph Convolutional Networks

Requirements

  • Python

  • MXnet

  • Numpy

Usage

python train.py

Notes/Observations:

  1. Unable to reproduce results from the paper with dropout of 0.5. Dropout=0 gives results similar to paper

TODO:

  1. NetworkX integration for loading data

  2. Add options to pick loss function

  3. Support datasets other than CORA

  4. Option to save model

  5. Add visualization support of loss parameters


上一篇:graph-rcnn.pytorch

下一篇:Graph-Capsule-CNN-Networks

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...