• Stars
    star
    30
  • Rank 835,163 (Top 17 %)
  • Language
    Python
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Bags of Tricks in OGB (node classification) with GCNs.

More Repositories

1

MAXP_DGL_Graph

MAXP 命题赛 任务一:基于DGL的图机器学习任务。队伍:Graph@ICT,🥉rank6。https://www.biendata.xyz/competition/maxp_dgl/
Python
29
star
2

GraphSAGE-Cora-Citeseer-Pubmed

这是GraphSAGE模型在Cora、Citeseer、Pubmed数据集上的复现代码。语言:PyTorch
Python
15
star
3

PyG-GraphSAGE

使用Pytorch Geometric(PyG)实现了Cora、Citeseer、Pubmed数据集上的GraphSAGE模型(full-batch)
Jupyter Notebook
11
star
4

PyG-JK-Nets

PyTorch_Geometric实现的JK-Nets(Jumping Knowledge Network),其中也包括了baseline的GCN和GAT。数据集使用的「Cora、Citeseer、Pubmed」
Python
11
star
5

UCAS_DM_GTL_Tianchi

2021 亚太眼科学会大数据竞赛(APTOS)。队伍:UCAS_DM_GTL,初赛rank: 85/10006。比赛官网:https://tianchi.aliyun.com/competition/entrance/531929/information
Python
8
star
6

Dynamic-Graph-Embedding-Methods-Summary

动态图嵌入方法学习
8
star
7

PyG-GNN-Test

使用PyTorch Geometric对GNN典型模型的各阶段执行时间进行测试和分析
Python
5
star
8

OGBN-MAG-PyG2.0

OGBN-MAG-PyG2.0
Jupyter Notebook
5
star
9

ogbn_arxiv_GCN_res

This is an improvement of baesline on the ogbn-arxiv dataset.
Python
4
star
10

PyG-citation-network

GNN模型在引文网络数据集上的代码,包括Cora、Citeseer、Pubmed、ogbn-arxiv
Python
4
star
11

GCN_res-FLAG

This is an improvement of the GCN_res model, using the FLAG method.
Python
3
star
12

GCN_res-CS-v2

This is an improvement of the GCN_res model, using the C&S method. This is the v2 version.
Python
3
star
13

PyG-GCN_res-CS

This is an improvement of the GCN_res model, using the C&S method.
Python
3
star
14

PyG-ogbn-products

Code: PyG. Dataset: ogbn-products.
Python
3
star
15

PyG-ogbn-mag

This is the implement and improvement code of ogbn-mag.
Python
2
star
16

GeoTGN

Code for GeoTGN.
Python
2
star
17

PyG-ogbn-arxiv

This is the implement and improvement code of ogbn-arxiv.
Python
2
star
18

NGCF-DGL

DGL implement of NGCF
Python
1
star
19

dgl-lp-baseline

Link prediction gnn baselines implemented by DGL.
Python
1
star
20

ResNet-FT

ResNet-18 finetune.
Python
1
star
21

GNN-Dataset

典型图数据集的加载与使用(基于PyG),包括OGB等。
Jupyter Notebook
1
star
22

WSDM_DGL_Challenge

WSDM Cup 2022: Temporal Link Prediction Task (https://www.dgl.ai/WSDM2022-Challenge/).
Jupyter Notebook
1
star
23

ogbl-vessel

OGBL-Vessel submmision.
Python
1
star
24

TGN-DGL

DGL's TGN implement.
Python
1
star
25

TGN-DGraphFin

TGN for anomaly detection in DGraph-Fin dataset. (Top2 🥈 solution in DGraph-Fin Leaderboard) https://dgraph.xinye.com/
Python
1
star
26

ST-ML-Learn

李航《统计学习方法》的代码练习(torch手撸+sklearn掉调包均有实现)。
Python
1
star