Coder Social home page Coder Social logo

cluster-hgl's Introduction

Cluster-HGL

repo size GitHub forks GitHub issues GitHub license

A PyTorch implementation of "" (Submitted)

Abstract

AbstractCluster-GCN, in average.

This repository provides a PyTorch implementation of Cluster-HGL as described in the submitted paper:

TO DO Mahmood Amintoosi, JAC, 2021

Requirements

The codebase is implemented in Python 3.7.11 on Google colab. package versions used for development are just below.

torch-scatter 		2.0.8
torch-sparse		0.6.11
torch-geometric		2.0.1
texttable		1.6.4
karateclub		1.2.1

Run on Google Colab

https://colab.research.google.com/github/mamintoosi/Cluster-HGL/blob/master/OverlappingClusterGCN.ipynb

Datasets

We used some of the citation network datasets, which are accessible from PyTorch-geometric

Model options

  --clustering-method   STR     Clustering method.             Default is `DANMF`.
  --cluster-number      INT     Number of clusters.            Default is 2x Number of dataset labels. 
  --seed                INT     Random seed.                   Default is 42.
  --epochs              INT     Number of training epochs.     Default is 10.
  --test-ratio          FLOAT   Training set ratio.            Default is 0.3.
  --learning-rate       FLOAT   Adam learning rate.            Default is 0.01.
  --dropout             FLOAT   Dropout rate value.            Default is 0.5.
  --layers              LST     Layer sizes.                   Default is [16, 16, 16]. 
  --membership-closeness FLOAT  WMC parameter					Default is 0.1
  --dataset-name		STR		Dataset Name					Default is Cora

This code is heavily borrowed from ClusterGCN

cluster-hgl's People

Contributors

mamintoosi avatar

Watchers

 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.