Giter Club home page Giter Club logo

commgnas's Introduction

CommGNAS

  • CommGNAS is an unsupervised automatic graph representation learning framework based on self-supervised and self-representation learning.

  • The framework of CommGNAS is as follows:


News

Installing For Ubuntu 16.04

  • Ensure you have installed CUDA 10.2 before installing other packages

1. Nvidia and CUDA 10.2:

[Nvidia Driver] 
https://www.nvidia.cn/Download/index.aspx?lang=cn

[CUDA 10.2 Download and install command] 
#download:
wget https://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_440.33.01_linux.run
#install:
sudo sh cuda_10.2.89_440.33.01_linux.run

2. Python environment: recommending using Conda package manager to install

conda create -n commgnas python=3.7
source activate commgnas

3. Pytorch 1.8.1: execute the following command in your conda env automsr

pip install torch==1.8.1+cu102 torchvision==0.9.1+cu102 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html

4. Pytorch Geometric 2.0.2: execute the following command in your conda env automsr

pip install torch-scatter==2.0.9 torch-sparse==0.6.12 torch-cluster==1.5.9 torch-spline-conv==1.2.1 torch-geometric==2.0.2 -f https://data.pyg.org/whl/torch-1.8.0+cu102.html

5. Ray 1.7.0: execute the following command in your conda env automsr

pip install ray==1.7.0

Running the Experiment

1.Searching the GNN Architecture for Community Detection

python search_main.py

2.Testing the Optimal Model Designed by CommGNAS for Community Detection

python test_main.py

Citing

If you think AutoMSR is useful tool for you, please cite our paper, thank you for your support:

@ARTICLE{10112632,
  author={Gao, Jianliang and Chen, Jiamin and Oloulade, Babatounde Moctard and Al-Sabri, Raeed and Lyu, Tengfei and Zhang, Ji and Li, Zhao},
  journal={IEEE Transactions on Emerging Topics in Computing}, 
  title={CommGNAS: Unsupervised Graph Neural Architecture Search for Community Detection}, 
  year={2023},
  volume={},
  number={},
  pages={1-12},
  doi={10.1109/TETC.2023.3270181}}

commgnas's People

Contributors

automachine0 avatar

Stargazers

 avatar  avatar Mr_Chung avatar  avatar  avatar EasonHeys avatar  avatar Frost 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.