phanein/deepwalk
DeepWalk - Deep Learning for Graphs observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4393
- days_rel: n/a
- days_push: 1176
- n_releases_24m: 0
Adoption not part of the score
2759 stars · 812 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
DeepWalk is a Python command-line tool that learns low-dimensional vector representations of vertices in graphs using short random walks and skipgram training. It takes graphs as adjacency lists, edge lists, or Matlab adjacency matrices and outputs node embeddings suitable for downstream machine learning tasks like multi-label node classification.
Use cases
- generate node embeddings for a graph
- learn graph representations with random walks
- embed social network nodes for classification
- convert a graph into feature vectors for machine learning
- run deepwalk on an adjacency list or edge list
- evaluate graph embeddings on multi-label node classification
When to choose
- you need classic DeepWalk node embeddings for graph mining or research
- you want a simple CLI that turns graph files into embedding vectors
- you are reproducing the DeepWalk paper's results on datasets like BlogCatalog
- you need unsupervised representations for nodes in a social or information network
When to avoid
- you need modern graph neural network methods like node2vec, GCN, or GraphSAGE
- you want an actively developed library with recent features and support
- you need a Python API rather than a command-line tool
- your graphs are so large they require distributed or GPU-accelerated training
Facets
cli-tool · maturity maintenance
machine-learning cli data-science machine-learning graph-processing data-science python cli windows graph-embeddings network-embeddings random-walks node-classification word2vec skipgram social-networks unsupervised-learning algorithms linux macos
2 sources
- readme: https://github.com/phanein/deepwalk · fetched 2026-08-28 · f5913bd0c5d8
- registry_pypi: https://pypi.org/pypi/deepwalk/json · fetched 2026-08-29 · 01fc5d738f29
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| phanein/deepwalk | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="phanein/deepwalk")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem