nate-russell/Network-Embedding-Resources
Network Embedding Survey and Resources
This is a curated collection of research papers, code implementations, and datasets focused on network embedding. It provides a structured overview of the field, helping researchers and practitioners understand different approaches to represent complex network data. You can find out what methods exist, see how they're implemented, and locate relevant datasets, making it easier to navigate the landscape of network embedding techniques.
No commits in the last 6 months.
Use this if you are a researcher or data scientist exploring methods to convert complex network data (like social networks, biological networks, or knowledge graphs) into a format suitable for machine learning tasks.
Not ideal if you are looking for a ready-to-use software library to directly apply network embedding algorithms without needing to delve into the underlying literature or different implementations.
Stars
41
Forks
11
Language
—
License
MIT
Category
Last pushed
Feb 14, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/nate-russell/Network-Embedding-Resources"
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.
mims-harvard/decagon
Graph convolutional neural network for multirelational link prediction
mims-harvard/nimfa
Nimfa: Nonnegative matrix factorization in Python
ferencberes/online-node2vec
Node Embeddings in Dynamic Graphs
claws-lab/jodie
A PyTorch implementation of ACM SIGKDD 2019 paper "Predicting Dynamic Embedding Trajectory in...