PyTorch Geometric Signed Directed ================================= PyTorch Geometric Signed Directed provides graph neural network models for signed and directed graphs built on PyTorch Geometric. .. toctree:: :maxdepth: 2 :hidden: notes/installation notes/introduction notes/datasets notes/case_study notes/resources modules/model modules/data modules/utils Getting Started --------------- .. list-table:: :widths: 28 72 :header-rows: 1 * - Guide - Summary * - :doc:`Installation ` - Set up prerequisites and install the package. * - :doc:`Introduction ` - Learn the core concepts, data classes, and citation details. * - :doc:`Datasets ` - Explore supported directed and signed real-world datasets. Documentation ------------- .. list-table:: :widths: 28 72 :header-rows: 1 * - Section - Summary * - :doc:`Case Study Examples ` - End-to-end examples for signed and directed tasks. * - :doc:`External Resources ` - Papers and reference implementations used by the library. * - :doc:`Models API ` - Directed and signed model and layer documentation. * - :doc:`Data API ` - Data classes, generators, and loaders. * - :doc:`Utils API ` - Objective functions, metrics, and utility helpers.