PyTorch Geometric Documentation

项目 是关于 PyG 的编译和解读项目 by Heyang Gong; 大概会包含如下的内容:

  1. 简单翻译和理解 PyG 的官方教程

  2. 使用 PyG 来理解和实现图网络的基本内容

  3. 图神经网络和因果推理是我们我们最关注的主题

作为一个图网络方面的新手,诚邀队友一起来完善该 github 项目 ,以求能够快速熟练使用 PyG 构建自己的图网络用于解决相关问题。

PyTorch Geometric is a geometric deep learning extension library for PyTorch.

It consists of various methods for deep learning on graphs and other irregular structures, also known as geometric deep learning, from a variety of published papers. In addition, it consists of an easy-to-use mini-batch loader, a large number of common benchmark datasets (based on simple interfaces to create your own), and helpful transforms, both for learning on arbitrary graphs as well as on 3D meshes or point clouds.

Indices and Tables