CMD + K

tch_geometric

Community

Pytorch Geometric extension library with additional graph sampling algorithms.

Installation

To install this package, run one of the following:

Conda
$conda install egordm::tch_geometric

Usage Tracking

0.1.0
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

tch-geometric

License CI PyPI version

Pytorch Geometric extension library

FeaturesInstallationExamples

Features

Pytorch Geometric extension library with additional graph sampling algorithms.

Supports:

  • Node2Vec (random_walk)
  • Temporal Random Walk (temporal_random_walk)
  • Biased Temporal Random Walk (CTDNE) (biased_tempo_random_walk)
  • Negative Sampling (negative_sample_neighbors_homogenous and negative_sample_neighbors_heterogenous)
  • GraphSAGE budget sampling (budget_sampling)
  • Temporal Heterogenous Graph Transformer (HGT) sampling (hgt_sampling)
  • GraphSAGE (neighbor_sampling_heterogenous and neighbor_sampling_homogenous)

TODO:

  • Cite appropriately
  • Add usage guide

Examples

Check examples folder

About

Summary

Pytorch Geometric extension library with additional graph sampling algorithms.

Last Updated

May 22, 2022 at 11:04

License

MIT

Total Downloads

91

Supported Platforms

linux-64