开源代码参考:学习与优化

  • Graph Convolutional Networks
    • paper -> paper link -> github
      • Distilling Knowledge From Graph Convolutional Networks
      • GMAN: A Graph Multi-Attention Network for Traffic Prediction
      • GraphNVP: An Invertible Flow Model for Generating Molecular Graphs
      • GraphSleepNet: Adaptive Spatial-Temporal Graph Convolutional Networks for Sleep Stage Classification
      • Blind Omnidirectional Image Quality Assessment with Viewport Oriented Graph Convolutional Networks
      • Graph convolutional networks for text classification
      • Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition
      • How Powerful are Graph Neural Networks?
      • Graph Matching Networks for Learning the Similarity of Graph Structured Objects
      • Provably Powerful Graph Networks
      • Hierarchical Graph Representation Learning with Differentiable Pooling
      • Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting
      • Modeling Relational Data with Graph Convolutional Networks
      • Spatio-Temporal Graph Convolutional Networks: A Deep Learning Framework for Traffic Forecasting
      • GraphSAGE:Inductive Representation Learning on Large Graphs
    • other related methods realization

Graph Convolutional Networks

paper -> paper link -> github

Distilling Knowledge From Graph Convolutional Networks

CVPR 2020
https://github.com/ihollywhy/DistillGCN.PyTorch

GMAN: A Graph Multi-Attention Network for Traffic Prediction

AAAI 2020
https://github.com/VincLee8188/GMAN-PyTorch

GraphNVP: An Invertible Flow Model for Generating Molecular Graphs

ICLR 2020
https://github.com/hlzhang109/PyTorch-GraphNVP

GraphSleepNet: Adaptive Spatial-Temporal Graph Convolutional Networks for Sleep Stage Classification

IJCAI 2020
https://github.com/ziyujia/GraphSleepNet/blob/master/model/GraphSleepNet.py

Blind Omnidirectional Image Quality Assessment with Viewport Oriented Graph Convolutional Networks

IEEE-TCSV 2020
https://github.com/weizhou-geek/VGCN-PyTorch/blob/master/model/final_model.py

Graph convolutional networks for text classification

AAAI2019
https://github.com/chengsen/PyTorch_TextGCN/blob/main/layer.py

Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition

CVPR 2019
https://github.com/lshiwjx/2s-AGCN/blob/master/model/aagcn.py

How Powerful are Graph Neural Networks?

ICLR 2019
https://github.com/cleverer123/GraphIsomorphism_Torch

Graph Matching Networks for Learning the Similarity of Graph Structured Objects

ICML 2019
https://github.com/huunghia160799/Graph-Matching-Networks-PyTorch

Provably Powerful Graph Networks

NIPS 2019
https://github.com/hadarser/ProvablyPowerfulGraphNetworks_torch/blob/master/layers/modules.py

Hierarchical Graph Representation Learning with Differentiable Pooling

NIPS 2018
https://github.com/EstelleHuang666/gnn_hierarchical_pooling

Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting

ICLR 2018
https://github.com/liyaguang/DCRNN
https://github.com/VincLee8188/Spatio-temporal-forecasting-PyTorch
https://github.com/anandgokul18/DCRNN_PyTorch_Highway

Modeling Relational Data with Graph Convolutional Networks

ESWC 2018
https://github.com/thiviyanT/torch-rgcn/tree/master/torch_rgcn

Spatio-Temporal Graph Convolutional Networks: A Deep Learning Framework for Traffic Forecasting

IJCAI 2017
https://github.com/FelixOpolka/STGCN-PyTorch/blob/master/stgcn.py
https://github.com/VincLee8188/STGCN-PyTorch

GraphSAGE:Inductive Representation Learning on Large Graphs

NIPS 2017
官方介绍链接:http://snap.stanford.edu/graphsage/
https://github.com/jisungyoon/GraphSAGE
https://github.com/williamleif/GraphSAGE

other related methods realization

  • https://github.com/HanGuangXin/Result-Visualization-of-Graph-Convolutional-Networks-in-PyTorch

  • https://github.com/Zhikaiiii/traffic-prediction/blob/master/GCN.py

  • 本模型主要是使用经典的LSTM网络在时间序列上对每天增加的感染病人数进行预测,当然涉及到很多实验数据预处理的部分(见data_process),同时为了提高性能用GCN网络做了特征提取。pytorch geometry
    https://github.com/Zhongyu-Zhang/Time-series-Forecast/blob/master/GCN-model/GraphConv.py

  • https://github.com/DebasmitaGhose/PyTorch_Graph_Neural_Network_MNIST/blob/master/gnn_mnist.py

  • https://github.com/SullyChen/Molecular-Solubility-with-PyTorch-Geometric/blob/main/Molecular%20Solubility.ipynb

  • 3D Face Classification with Graph Neural Networks
    https://github.com/w00zie/3d_face_class

  • KG-Embedding-Learning-PyTorch
    https://github.com/spino17/KG-Embedding-Learning—PyTorch

开源基于PyTorch深度学习框架实现图卷积相关推荐

  1. 【深度学习】基于PyTorch深度学习框架的序列图像数据装载器

    作者 | Harsh Maheshwari 编译 | VK 来源 | Towards Data Science 如今,深度学习和机器学习算法正在统治世界.PyTorch是最常用的深度学习框架之一,用于 ...

  2. 清华「计图」、旷视「天元」纷纷重磅开源,国产深度学习框架迎来高光时刻...

    来源:CSDN 本文约3141字,建议阅读7分钟. 本文介绍清华开源的深度学习框架 Jittor(计图) 引起了广泛关注,支撑旷视诸多业务和战绩的深度学习框架 MegEngine(天元) 也将在近日开 ...

  3. 【OpenI开源项目推荐-GammaGL】支持国内外主流深度学习框架的图神经网络算法库

    今天,OpenI要为大家推荐一款入驻社区的开源项目[GammaGL],它是由北邮GAMMA LAB 与鹏城实验室最新开源的图神经网络算法库Gamma Graph Library (GammaGL),支 ...

  4. 基于PyTorch深度学习无人机遥感影像目标检测、地物分类及语义分割

    随着无人机自动化能力的逐步升级,它被广泛的应用于多种领域,如航拍.农业.植保.灾难评估.救援.测绘.电力巡检等.但同时由于无人机飞行高度低.获取目标类型多.以及环境复杂等因素使得对无人机获取的数据处理 ...

  5. 基于TensorFlow深度学习框架,运用python搭建LeNet-5卷积神经网络模型和mnist手写数字识别数据集,设计一个手写数字识别软件。

    本软件是基于TensorFlow深度学习框架,运用LeNet-5卷积神经网络模型和mnist手写数字识别数据集所设计的手写数字识别软件. 具体实现如下: 1.读入数据:运用TensorFlow深度学习 ...

  6. pytorch深度学习框架--gpu和cpu的选择

    pytorch深度学习框架–gpu和cpu的选择 基于pytorch框架,最近实现了一个简单的手写数字识别的程序,我安装的pytorch是gpu版(你也可以安装cpu版本的,根据个人需要),这里我介绍 ...

  7. 大数据早报:百度开源移动端深度学习框架 中国联通成立大数据公司(9.26)

    数据早知道,上36dsj看早报! 来源36大数据,作者:奥兰多 『深度学习』百度开源移动端深度学习框架mobile-deep-learning 2017 年 9 月 25 日,百度在 GitHub 开 ...

  8. 人工智能:PyTorch深度学习框架介绍

    目录 1.PyTorch 2.PyTorch常用的工具包 3.PyTorch特点 4.PyTorch不足之处 今天给大家讲解一下PyTorch深度学习框架的一些基础知识,希望对大家理解PyTorch有 ...

  9. 2021-7-26 pytorch深度学习框架学习

    1. Pytorch深度学习框架

最新文章

  1. 对光照、阴影和反光具有鲁棒性的变化检测算法及实现
  2. SAE取消每日免费云豆赠送机制
  3. Swift 性能相关
  4. 通过Dapr实现一个简单的基于.net的微服务电商系统(七)——一步一步教你如何撸Dapr之服务限流...
  5. rn 跳转至html5,ReactNative-从RN端跳转到原生界面
  6. jQuery获取不到隐藏DIV的高度和宽度
  7. android之专栏目录
  8. ELK详解(十四)——Logstash TCP/UDP日志收集
  9. 测试显卡cpu中文软件,显卡信息检测工具(GPUinfo)
  10. 立创EDA元件封装导入AD软件教程
  11. VBM_DARTEL算法对灰质变化的计算
  12. imageai--自动机器学习初体验
  13. px和毫米的换算_关于PX像素、PT点数、CM厘米、MM毫米之间的换算[转]
  14. 微信播放在服务器视频无法播放,微信收藏的视频不能播放怎么办?怎么收藏视频?...
  15. ECharts大屏可视化
  16. JAVA-数字9出现的次数
  17. java 操作word中表格_Java 使用Spire.Cloud.Word给Word文档添加表格
  18. 51单片机——LCD1602液晶显示屏
  19. python正则匹配ABAC型词语
  20. 大数据数据科学家常用面试题_想要成为数据科学家,解决数据科学面试的简单指南...

热门文章

  1. abcd ab cd 2c语言,整数趣题(求具有abcd = (ab + cd)^2性质的四位数)
  2. kitt2bag 解决“Failed to find match for field intensity”问题
  3. 笑一笑十年少,大家来笑笑吧
  4. 智能家居(照明电路)设计构思
  5. 骨龄特征点定位、以及预测
  6. 如果你是技术leader,团队成员不停向你抱怨时你会怎么做?
  7. 数学中随机性和不确定性有何不同?
  8. 真正解决办法:WINDOWS7/WIN7提示错误:无法启动此程序,因为计算机中丢失D3DCOMPILER_47.dll。尝试重新安装该程序以解决此问题
  9. 美国诚实签经验——不要抢答,两个人一起签,要让与社会交流多、表达能力强的人为主导,抓住问题核心回答,重要问题回答时补充材料...
  10. 电视调试html页面有左边白边,网页顶部有白边