GithubHelp home page GithubHelp logo

hybridpool's Introduction

HybridPool

A Deep Hybrid Pooling Architecture for Graph Classification with Hierarchical Attention

This is a tensorflow based implementation of Hybrid Pooling as discussed in the paper.

Dataset:

  1. The dataset_graph folder contains all the datasets which we used in experiments of graph classification.

How to run:

  1. For Graph Classification: (Default dataset is set to MUTAG) python graph_classification.py

Requirements:

  1. python (version 3.6 or above)
  2. tensorflow (version 1.14)
  3. networkx
  4. keras
  5. numpy
  6. pickle
  7. scipy
  8. pandas
  9. collections

Parameters:

  1. For Graph Classification: 1.1 dataset: The name of the dataset 1.2 epoch: Number of epochs to train the model 1.3 learning_rate: Learning rate 1.4 embd_dim: Final Embedding dimension 1.5 gcn_layer: Number of GCN layers 1.6 gcn_dim: GCN Embedding dimension 1.7 dropout: Dropout rate 1.8 batch_size: Batch size

We can specify these parameters while running python file. For eg: To specify any other dataset, run following command: python graph_classification.py --dataset NCI1

hybridpool's People

Contributors

manasviaggarwal avatar

Watchers

James Cloos avatar  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.