Coder Social home page Coder Social logo

hypergraph-mlp's Introduction

Hypergraph-MLP

This is the repo for our ICASSP 2024 paper: Hypergraph-MLP: Learning on Hypergraphs without Message Passing.

Overview

A quick summary of different folders:

  • 'baselines_hypergnn' contains the source code for our baseline hypergraph neural networks.

  • 'ours' contains the source code for our Hypergraph-MLP.

Recommend Environment:

conda create -n "hgmlp" python=3.7
conda activate hgmlp
conda install pytorch==1.4.0 torchvision==0.5.0 cudatoolkit=10.0 -c pytorch
pip install torch-scatter==2.0.4 -f https://pytorch-geometric.com/whl/torch-1.4.0+cu100.html
pip install torch-sparse==0.6.0 -f https://pytorch-geometric.com/whl/torch-1.4.0+cu100.html
pip install torch-cluster==1.5.2 -f https://pytorch-geometric.com/whl/torch-1.4.0+cu100.html
pip install torch-geometric==1.6.3 -f https://pytorch-geometric.com/whl/torch-1.4.0+cu100.html
pip install ipdb
pip install tqdm
pip install scipy
pip install matplotlib

Data Preparation:

To generate a dataset for training using PyG or DGL, please set up the following three directories:

p2root: './data/pyg_data/hypergraph_dataset_updated/'
p2raw: './data/AllSet_all_raw_data/'
p2dgl_data: './data/dgl_data_raw/'

Next, unzip the raw data zip file into p2raw. The raw data zip file can be found in this link.

Acknowledgement

This code is based on the official code of AllSet (Paper; Github). Sincere appreciation is extended for their valuable contributions.

Citation

If you use this code, please cite our paper:


hypergraph-mlp's People

Contributors

tbh-98 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.