Ross ROSS = Recommend OSS · open-source software intelligence for agents

GraphSAGE

Representation learning on large graphs using stochastic graph convolutions. observed · 2026-08-28

github.com/williamleif/GraphSAGE · Python · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3383
  • days_rel: n/a
  • days_push: 759
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3719 stars · 855 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Reference implementation of the GraphSAGE algorithm for inductive representation learning on large graphs using stochastic graph convolutions. It generates node embeddings for massive graphs with rich feature information, including a simpler PyTorch variant.

Use cases

  • generate embeddings for nodes in large graphs
  • train inductive node classifiers on graphs with new unseen nodes
  • run graph convolutional representation learning on graphs with over 100k nodes
  • learn embeddings for graphs without node features using identity features
  • reproduce results from the GraphSAGE NIPS 2017 paper

When to choose

  • you need inductive node embeddings on very large graphs (>100k nodes)
  • you want the original reference implementation of the GraphSAGE algorithm
  • your graph has rich node feature information and is dynamic

When to avoid

  • your graph is small or static, where subsampling overhead outweighs benefits
  • you need a maintained production library with modern framework support
  • you cannot work with pinned old dependencies like networkx <=1.11 and legacy TensorFlow

Facets

library · maturity maintenance

machine-learning deep-learning machine-learning deep-learning python graph-neural-networks graph-embeddings node-embeddings inductive-learning tensorflow research-code algorithms

1 source

Member repositories

RepositoryRoleHealth v2
williamleif/GraphSAGEmain32
williamleif/graphsage-simplemirror32

For agents

markdown · JSON · MCP: product_card(name="williamleif/GraphSAGE")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem