GithubHelp home page GithubHelp logo

yonggie / resmgcn Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.68 MB

ResMGCN: Residual Message Graph Convolution Network for Fast Biomedical Interactions Discovering

Jupyter Notebook 59.22% Python 39.78% Shell 1.01%

resmgcn's Introduction

ResMGCN: Residual Message Graph Convolution Network for Fast Biomedical Interactions Discovering

Biomedical information graphs are crucial for interaction discovering of biomedical information in modern age, such as identification of multifarious molecular interactions and drug discovery, which attracts increasing interests in biomedicine, bioinformatics, and human healthcare communities. Nowadays, more and more graph neural networks have been proposed to learn the entities of biomedical information and precisely reveal biomedical molecule interactions with state-of-the-art results. These methods remedy the fading of features from a far distance but suffer from remedying such problem at the expensive cost of redundant memory and time. In our paper, we propose a novel Residual Message Graph Convolution Network (ResMGCN) for fast and precise biomedical interaction prediction in a different idea. Specifically, instead of enhancing the message from far nodes, ResMGCN aggregates lower-order information with the next round higher information to guide the node update to obtain a more meaningful node representation. ResMGCN is able to perceive and preserve various messages from the previous layer and high-order information in the current layer with least memory and time cost to obtain informative representations of biomedical entities. We conduct experiments on four biomedical interaction network datasets, including protein-protein, drug-drug, drug-target, and gene-disease interactions, which demonstrates that ResMGCN outperforms previous state-of-the-art models while achieving superb effectiveness on both storage and time.

Install

conda create --name env_name -f envs.yml

Best param Example

See best_param.sh. A ResMGCN Jupyter notebook example is provided in ResMGCN, and SkipGNN Jupyter notebook examp9le is provided in Example_Train.

Dataset

We provide the dataset in the data folder.

For details, please check SkipGNN

Model

ResidualGCN as model in SkipGNN/models.py and ResGCN as layer(module) in SkipGNN/layers.py.

Cite

Cite arxiv for now:

@misc{yin2023resmgcn,
      title={ResMGCN: Residual Message Graph Convolution Network for Fast Biomedical Interactions Discovering}, 
      author={Zecheng Yin},
      year={2023},
      eprint={2311.07632},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
}

The code framework is based on SkipGNN.

resmgcn's People

Contributors

yonggie 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.