Coder Social home page Coder Social logo

mhgcn's Introduction

MHGCN

For KDD‘22-submission

Multiplex Heterogeneous Graph Convolutional Network

Dependencies

Recent versions of the following packages for Python 3 are required:

  • numpy==1.21.2
  • torch==1.9.1
  • scipy==1.7.1
  • scikit-learn==0.24.2
  • pandas==0.25.0

Datasets

Link

The used datasets are available at:

Preprocess

We compress the data set into a mat format file, which includes the following contents.

  • edges: array of subnetworks after coupling, each element in the array is a subnetwork.
  • features: attributes of each node in the network.
  • labels: label of labeled points.
  • train: index of training set points for node classification.
  • valid: index of validation set points for node classification.
  • test: index of test set points for node classification.

In addition, we also sample the positive and negative edges in the network, and divide them into three text files: train, valid and test for link prediction.

Usage

First, you need to determine the data set. If you want to do node classification tasks, you need to modify the data set path in Node_classification.py. If you want to do link prediction, you need to modify the dataset path in Link_prediction.py.

Second, you need to modify the number of weights in Model.py. The number of weights should be the number of sub-networks after decoupling.

Finally, you need to determine the sub-network and the number of sub-networks in Decoupling_matrix_aggregation.py.

Execute the following command to run the node classification task:

  • python python Node_Classification.py

Execute the following command to run the link prediction task:

  • python Link_Prediction.py

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.