Logo
1.4.3

Notes

  • PyG 安装
    • 安装步骤
    • C++/CUDA Extensions on macOS
    • 常见问题集
  • PyG中基本概念
    • 图数据类
    • 基准数据集
    • Mini-batches
    • Data Transforms
    • 图网络端对端例子
  • 图网络消息传递框架
    • “MessagePassing” 基类
    • GCN层实现
    • 边卷积层的实现
  • 构建数据集
    • Creating “In Memory Datasets”
    • Creating “Larger” Datasets
    • 常见问题集
  • Advanced Mini-Batching
    • Pairs of Graphs
    • Bipartite Graphs
  • 相关资料

Graph Networks

  • PyG 的快速调研
    • 资料
      • 综述理解
      • 课程内容
    • 重点阅读
      • GCN,GAT,GraphSAGE框架回顾及其PyG复现
    • 图网络综述
      • Introduction to Graph Neural Networks
      • 为什么图网络会有用?
  • 图网络 Researchers
    • 北京智源人工智能研究院
    • 图网络和因果推理

Package Reference

  • torch_geometric
  • torch_geometric.nn
    • Convolutional Layers
    • Dense Convolutional Layers
    • Normalization Layers
    • Global Pooling Layers
    • Pooling Layers
    • Dense Pooling Layers
    • Unpooling Layers
    • Models
    • DataParallel Layers
  • torch_geometric.data
  • torch_geometric.datasets
  • torch_geometric.transforms
  • torch_geometric.utils
  • torch_geometric.io
pytorch_geometric
  • Docs »
  • Search


© Copyright 2020, Matthias Fey

Built with Sphinx using a theme provided by Read the Docs.