Giter Site home page Giter Site logo

grace's Introduction

GRACE

GRAC extension (Accepted at TKDD2022)

Instructions

Unzip all files in data

Run

python GRACE.py --kwargs

Rum Examples

  1. python GRACE.py --graph_type 'Hypergraph' --dataset cora --data_type cocitation --tol 0.1 --normalize l2 --alpha 0.5 --num_runs 2

  2. python GRACE.py --graph_type 'Hypergraph' --dataset dblp --data_type coauthorship --tol 0.5 --normalize None --alpha 0.5 --num_runs 2

  3. python GRACE.py --graph_type 'Hypergraph' --dataset cora --data_type coauthorship --tol 0.12 --normalize l2 --alpha 0.5 --num_runs 2

  4. python GRACE.py --graph_type 'Hypergraph' --dataset pubmed --data_type cocitation --tol 0.1 --normalize l2 --alpha 0.5 --num_runs 2

  5. python GRACE.py --graph_type 'Hypergraph' --dataset citeseer --data_type cocitation --tol 0.1 --normalize None --alpha 0.5 --num_runs 2

  6. python GRACE.py --graph_type 'Undirected' --dataset citeseer --data_type cocitation --tol 0.15 --normalize None --alpha 0.2 --num_runs 2

  7. python GRACE.py --graph_type 'Undirected' --dataset wiki --data_type cocitation --tol 0.15 --normalize l1 --alpha 0.2 --num_runs 2

  8. python GRACE.py --graph_type 'Undirected' --dataset cora --data_type cocitation --tol 0.15 --normalize l2 --alpha 0.2 --num_runs 2

  9. python GRACE.py --graph_type 'Undirected' --dataset pubmed --data_type cocitation --tol 0.0 --normalize l1 --alpha 0.5 --num_runs 2

  10. python GRACE.py --graph_type 'Directed' --dataset cora_ml --data_type cocitation --tol 0.0 --normalize None --alpha 0.1 --num_runs 2

  11. python GRACE.py --graph_type 'Directed' --dataset citeseer --data_type cocitation --tol 0.15 --normalize None --alpha 0.5 --num_runs 2

  12. python GRACE.py --graph_type 'Heterogeneous' --dataset acm --data_type cocitation --tol 0.0 --normalize l2 --beta 0.7 0.3 --alpha 0.1 --num_runs 2

  13. python GRACE.py --graph_type 'Heterogeneous' --dataset dblp --data_type cocitation --tol 0.0 --normalize l2 --beta 0.3 0.3 0.3 --alpha 0.1 --num_runs 2

  14. python GRACE.py --graph_type 'Heterogeneous' --dataset imdb --data_type cocitation --tol 0.0 --normalize l2 --beta 0.5 0.5 --alpha 0.1 --num_runs 2

Please cite our work

@article{10.1145/3544977, author = {Kamhoua, Barakeel Fanseu and Zhang, Lin and Ma, Kaili and Cheng, James and Li, Bo and Han, Bo}, title = {GRACE: A General Graph Convolution Framework for Attributed Graph Clustering}, year = {2022}, publisher = {Association for Computing Machinery}, address = {New York, NY, USA}, issn = {1556-4681}, url = {https://doi.org/10.1145/3544977}, doi = {10.1145/3544977}, note = {Just Accepted}, journal = {ACM Trans. Knowl. Discov. Data}, month = {jun}, keywords = {Attributed graph clustering; Graph convolution} }

grace's People

Contributors

barakeelfanseu avatar barakeelfanseukamhoua 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.