pgl Logo
stable

Introduction

  • Paddle Graph Learning (PGL)

Quick Start

  • Quick Start Instructions
  • Quick Start with HeterGraph

Examples

  • Graph Isomorphism Network (GIN)
  • GCN: Graph Convolutional Networks
  • GAT: Graph Attention Networks
  • RGCN: Modeling Relational Data with Graph Convolutional Networks
  • Easy Paper Reproduction for Citation Network ( Cora / Pubmed / Citeseer )
  • GraphSAGE: Inductive Representation Learning on Large Graphs

API Reference

  • API Reference
    • pgl.heter_graph
    • pgl.graph
    • pgl.sampling
    • pgl.nn
    • pgl.nn.functional
    • pgl.dataset
    • pgl.message

The Team

  • The Team
pgl
  • Docs »
  • API Reference
  • Edit on GitHub

API ReferenceΒΆ

  • pgl.heter_graph
  • pgl.graph
  • pgl.sampling
    • Graph Sampling Function
  • pgl.nn
    • Graph Convolution Layers
    • Graph Pooling Layers
  • pgl.nn.functional
    • Graph Level Function
  • pgl.dataset
  • pgl.message
    • The Message Implement for recv function
Next Previous

© Copyright 2021, PaddlePaddle Revision 3247e359.

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