GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
集合主题趋势排行榜
#

pytorch-geometric

Website
Wikipedia
https://static.github-zh.com/github_avatars/THUMNLab?size=40
THUMNLab / AutoGL

#计算机科学#An autoML framework & toolkit for machine learning on graphs.

graph-neural-networksautomlPyTorchpytorch-geometrichyper-parameter-optimization机器学习深度学习neural-architecture-search
Python 1.11 k
10 个月前
a-r-j/graphein
https://static.github-zh.com/github_avatars/a-r-j?size=40
a-r-j / graphein

#计算机科学#Protein Graph Library

proteinprotein-structure深度学习PyTorchgraph-neural-networksdglcomputational-biologyBioinformaticsgeometric-deep-learningpytorch-geometricPythondrug-discovery
Jupyter Notebook 1.1 k
3 个月前
https://static.github-zh.com/github_avatars/chaitjo?size=40
chaitjo / geometric-gnn-dojo

Geometric GNN Dojo provides unified implementations and experiments to explore the design space of Geometric Graph Neural Networks (ICML 2023)

geometric-deep-learninggraph-neural-networksequivariancePyTorchpytorch-geometric
Jupyter Notebook 500
1 年前
https://static.github-zh.com/github_avatars/mlabonne?size=40
mlabonne / graph-neural-network-course

#计算机科学#Free hands-on course about Graph Neural Networks using PyTorch Geometric.

深度学习graph-attention-networksgraph-convolutional-networksgraph-neural-networks神经网络PyTorchpytorch-geometric
Jupyter Notebook 374
2 年前
https://static.github-zh.com/github_avatars/lukecavabarrett?size=40
lukecavabarrett / pna

Implementation of Principal Neighbourhood Aggregation for Graph Neural Networks in PyTorch, DGL and PyTorch Geometric

graph-neural-networksPyTorchdglpytorch-geometric
Python 351
3 年前
https://static.github-zh.com/github_avatars/qitianwu?size=40
qitianwu / NodeFormer

The official implementation of NeurIPS22 spotlight paper "NodeFormer: A Scalable Graph Structure Learning Transformer for Node Classification"

graph-neural-networksPyTorchimage-classificationneurips-2022pytorch-geometricrelational-learningtext-classification
Jupyter Notebook 308
1 年前
https://static.github-zh.com/github_avatars/qitianwu?size=40
qitianwu / DIFFormer

The official implementation for ICLR23 spotlight paper "DIFFormer: Scalable (Graph) Transformers Induced by Energy Constrained Diffusion"

attentiondiffusiongeometric-deep-learninggraph-neural-networksimage-classificationPyTorchpytorch-geometrictext-classificationtransformer
Python 300
3 个月前
https://static.github-zh.com/github_avatars/bknyaz?size=40
bknyaz / graph_attention_pool

Attention over nodes in Graph Neural Networks using PyTorch (NeurIPS 2019)

graphgraph-neural-networksPyTorchneuripsneurips-2019attention-mechanismattentionpoolingpytorch-geometric
Jupyter Notebook 284
5 年前
https://static.github-zh.com/github_avatars/yuyangw?size=40
yuyangw / MolCLR

#计算机科学#Implementation of MolCLR: "Molecular Contrastive Learning of Representations via Graph Neural Networks" in PyG.

深度学习Moleculeself-supervised-learninggraph-neural-networksPyTorchpytorch-geometric
Python 281
2 年前
https://static.github-zh.com/github_avatars/benedekrozemberczki?size=40
benedekrozemberczki / SGCN

#计算机科学#A PyTorch implementation of "Signed Graph Convolutional Network" (ICDM 2018).

gcngraphsagegraph-convolutiongraph-embeddingdeepwalknode2vecnetwork-embedding深度学习graph-neural-networks神经网络PyTorch机器学习pytorch-geometrictransformergpt2gpt3
Python 275
2 年前
https://static.github-zh.com/github_avatars/drprojects?size=40
drprojects / DeepViewAgg

#计算机科学#[CVPR'22 Best Paper Finalist] Official PyTorch implementation of the method presented in "Learning Multi-View Aggregation In the Wild for Large-Scale 3D Semantic Segmentation"

cvpr深度学习Imagemultimodalmultimodal-deep-learningPoint cloudPyTorchsemantic-segmentationcvpr2022pytorch-geometrics3disattentionpoint-cloud-segmentation
Python 232
10 个月前
https://static.github-zh.com/github_avatars/chaitjo?size=40
chaitjo / geometric-rna-design

gRNAde: Geometric Deep Learning for 3D RNA inverse design (ICLR 2025 Spotlight)

geometric-deep-learninggraph-neural-networksPyTorchpytorch-geometric
Jupyter Notebook 205
3 个月前
https://static.github-zh.com/github_avatars/divelab?size=40
divelab / GOOD

#计算机科学#GOOD: A Graph Out-of-Distribution Benchmark [NeurIPS 2022 Datasets and Benchmarks]

深度学习graph-neural-networksPyTorchpytorch-geometric
Python 196
4 个月前
https://static.github-zh.com/github_avatars/HannesStark?size=40
HannesStark / 3DInfomax

Making self-supervised learning work on molecules by using their 3D geometry to pre-train GNNs. Implemented in DGL and Pytorch Geometric.

graph-representation-learningself-supervised-learninggraph3Dpytorch-geometricgnngraph-neural-networks
Python 168
2 年前
https://static.github-zh.com/github_avatars/rusty1s?size=40
rusty1s / pyg_autoscale

Implementation of "GNNAutoScale: Scalable and Expressive Graph Neural Networks via Historical Embeddings" in PyTorch

graph-neural-networksscalabilityPyTorchpytorch-geometric
Python 164
3 年前
https://static.github-zh.com/github_avatars/XiaShan1227?size=40
XiaShan1227 / GNN-Tutorial

B站GNN教程资料

attention-mechanismgatgcngnngraphsagenetworkxPyTorchpytorch-geometric
Jupyter Notebook 155
9 个月前
https://static.github-zh.com/github_avatars/SherylHYX?size=40
SherylHYX / pytorch_geometric_signed_directed

#计算机科学#PyTorch Geometric Signed Directed is a signed/directed graph neural network extension library for PyTorch Geometric. The paper is accepted by LoG 2023.

gnnpytorch-geometricPyTorchPython机器学习深度学习networks
Python 140
4 个月前
https://static.github-zh.com/github_avatars/BorgwardtLab?size=40
BorgwardtLab / TOGL

#计算机科学#Topological Graph Neural Networks (ICLR 2022)

graph-learning机器学习PyTorchpytorch-geometric
Python 123
3 年前
https://static.github-zh.com/github_avatars/mukhlishga?size=40
mukhlishga / gnn-powerflow

#计算机科学#Graph Neural Network application in predicting AC Power Flow calculation. Developed with Pytorch Geometric framework. My Master Thesis at Eindhoven University of Technology

机器学习人工智能神经网络graph-neural-networkPythonPyTorchpytorch-geometricelectrical-engineering
Jupyter Notebook 90
3 年前
https://static.github-zh.com/github_avatars/rubenwiersma?size=40
rubenwiersma / hsn

Code for SIGGRAPH paper CNNs on Surfaces using Rotation-Equivariant Features

geometric-deep-learningpytorch-geometric3Dconvolutional-neural-networksPyTorchsiggraph
Python 88
5 个月前
loading...