heterogeneous-graph-neural-network
There are 28 repositories under heterogeneous-graph-neural-network topic.
Jhy1993/HAN
Heterogeneous Graph Neural Network
cynricfu/MAGNN
Metapath Aggregated Graph Neural Network for Heterogeneous Graph Embedding
kkteru/grail
Inductive relation prediction by subgraph reasoning, ICML'20
X-LANCE/text2sql-lgesql
[ACL 2021] This is the project containing source codes and pre-trained models about ACL2021 Long Paper ``LGESQL: Line Graph Enhanced Text-to-SQL Model with Mixed Local and Non-Local Relations".
XiaShan1227/GNN-Tutorial
B站GNN教程资料
taishan1994/pytorch_HAN
异构图神经网络HAN。Heterogeneous Graph Attention Network (HAN) with pytorch
HKU-MedAI/WSI-HGNN
[CVPR'23] Histopathology Whole Slide Image Analysis with Heterogeneous Graph Representation Learning
EdisonLeeeee/ICDM2022_competition_3rd_place_solution
3rd place solution of ICDM 2022 Risk Commodities Detection on Large-Scale E-Commence Graphs
rootlu/SIAN
Code and data for ECML-PKDD paper "Social Influence Attentive Neural Network for Friend-Enhanced Recommendation"
MANDO-Project/ge-sc
MANDO is a new heterogeneous graph representation to learn the heterogeneous contract graphs' structures to accurately detect vulnerabilities in smart contract source code at both coarse-grained contract-level and fine-grained line-level.
BUPT-GAMMA/Space4HGNN
Space4HGNN: A Novel, Modularized and Reproducible Platform to Evaluate Heterogeneous Graph Neural Network
MANDO-Project/ge-sc-machine
MANDO-GURU, a deep graph learning-based tool, aims to accurately detect vulnerabilities in smart contract source code at both coarse-grained contract-level and fine-grained line-level.
gu-yaowen/REDDA
REDDA: integrating multiple biological relations to heterogeneous graph neural network for drug-disease association prediction
gu-yaowen/MilGNet
MilGNet: Deep Multiple Instance Learning on Heterogeneous Graph for Drug-disease Association Prediction
zhenzhang1998/Awesome-Heterogeneous-Neural-Network
A List of Heterogeneous Neural Network Pappers
CRIPAC-DIG/RHGN
Source code for CIKM 2021 paper for Relation-aware Heterogeneous Graph for User Profiling
ImMohammadHosseini/HeCo
:sparkles: Implementation of Self-supervised Heterogeneous Graph Neural Network with Co-contrastive Learning with pytorch and PyG
bywmm/RE-GNN
Official implementation of "Enabling Homogeneous GNNs to Handle Heterogeneous Graphs via Relation Embedding", IEEE TBD 2023.
rutu-sh/player-compatibality-and-win-pred-in-dota2-using-graph-neural-networks
A GNN based approach to model player compatibility in Multiplayer Online Battle Arena (MOBA) games like Dota2.
nmvdlei/PPMI_MAGNN
Implements the MAGNN algorithm to predict concentration change sign for metabolites using protein-protein-metabolite interaction (PPMI) networks
BojarLab/GIFFLAR
Glycan Informed Foundational Framework for Learning Abstract Representations, based on Combinatorial Complexes and Heterogeneous GNNs
KienMN/COVID-19-in-Korea-graph
COVID-19 patient classification in Korea using Heterogeneous Graph Neural Network.
geraked/complex-networks
Implementation of Complex Networks Algorithms
shishixuezi/HiUrNet
Implementation of the HiUrNet in the paper: Explainable Hierarchical Urban Representation Learning for Commuting Flow Prediction (ACM SIGSPATIAL 2024)
RomanoLab/graphml_models
A gallery of graph machine learning (GraphML) models for biomedical knowledge graphs
dinhngoc267/graph-neural-network
Some implementations of graph neural network architectures using Pytorch
fork123aniket/Relational-Graph-Attention-from-Scratch
Implementation of Relational Graph Attention operator for heterogeneous graphs in PyTorch