All Projects → bkj → Pytorch Graphsage

bkj / Pytorch Graphsage

Representation learning on large graphs using stochastic graph convolutions.

Programming Languages

python
139335 projects - #7 most used programming language

graphsage

pytorch version of https://github.com/williamleif/GraphSAGE

There are also a handful of new features, including:

  • scripts for preprocessing data
  • attention-based aggregator
  • sparse edge sampler (eg, don't use the dense 2D edgelist)
  • richer, pluggable preprocessing classes

This version is missing some features, as well. Namely:

  • we don't support unsupervised models (yet)

A simplified version of the original Tensorflow version can be found on branch tf-simple.

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].