ferencberes/online-node2vec
Node Embeddings in Dynamic Graphs
Implements two online embedding algorithms—StreamWalk and second-order similarity—that incrementally update node representations as edges arrive in temporal graphs, ensuring nearby nodes in embedding space reflect recent network proximity or neighbor overlap. The approach processes streaming graph data without requiring full retraining, using PyPI distribution with evaluation pipelines for similarity search tasks on Twitter network datasets.
No commits in the last 6 months. Available on PyPI.
Stars
57
Forks
12
Language
Jupyter Notebook
License
CC0-1.0
Category
Last pushed
Jan 12, 2022
Monthly downloads
17
Commits (30d)
0
Dependencies
10
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/ferencberes/online-node2vec"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
eliorc/node2vec
Implementation of the node2vec algorithm.
eugeneyan/ml-surveys
📋 Survey papers summarizing advances in deep learning, NLP, CV, graphs, reinforcement learning,...
mims-harvard/nimfa
Nimfa: Nonnegative matrix factorization in Python
mims-harvard/decagon
Graph convolutional neural network for multirelational link prediction
claws-lab/jodie
A PyTorch implementation of ACM SIGKDD 2019 paper "Predicting Dynamic Embedding Trajectory in...