claws-lab/jodie
A PyTorch implementation of ACM SIGKDD 2019 paper "Predicting Dynamic Embedding Trajectory in Temporal Interaction Networks"
Implements dynamic embedding trajectories using RNN-based architecture to capture evolving node behavior in temporal interaction networks, enabling both temporal link prediction and node state change detection. The framework introduces t-Batch, a specialized batching algorithm that parallelizes independent edges for scalability on large graphs. Targets downstream tasks including recommendation systems, anomaly detection, and fraud detection across social networks, e-commerce, and financial domains.
414 stars. No commits in the last 6 months.
Stars
414
Forks
84
Language
Python
License
MIT
Category
Last pushed
Jul 25, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/claws-lab/jodie"
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.
ferencberes/online-node2vec
Node Embeddings in Dynamic Graphs
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