aditya-grover/node2vec
None observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3718
- days_rel: n/a
- days_push: 1504
- n_releases_24m: 0
Adoption not part of the score
2739 stars · 906 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Reference implementation of the node2vec algorithm for learning continuous low-dimensional node representations from arbitrary (un)directed, (un)weighted graphs via biased random walks. It outputs embeddings usable as features for downstream machine learning tasks.
Use cases
- learn node embeddings from a graph
- generate features for network machine learning
- detect communities in a network
- embed a social graph for classification
- run node2vec on an edgelist
- graph representation learning for link prediction
When to choose
- you need the original reference implementation of node2vec for research or citation
- you have graph data in edgelist format and want node feature vectors
- you want to balance homophily vs structural equivalence via p and q parameters
When to avoid
- you need high performance on very large graphs - use the SNAP C++ implementation instead
- you need actively maintained code with modern Python packaging
- you want deep graph neural networks rather than random-walk embeddings
Facets
library · maturity maintenance
machine-learning data-science machine-learning graph-processing python cross-platform graph-embeddings node2vec network-embedding random-walks snap algorithms
3 sources
- readme: https://github.com/aditya-grover/node2vec · fetched 2026-08-28 · 66dc025bc4e4
- homepage: http://snap.stanford.edu/node2vec/ · fetched 2026-08-29 · 582c785e4176
- site_page: http://snap.stanford.edu/about.html · fetched 2026-08-29 · 3a6fe0b68395
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aditya-grover/node2vec | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="aditya-grover/node2vec")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem