struc2vec
Graph embedding algorithm
An algorithm that learns continuous representations from structural equivalence in graphs
This repository provides a reference implementation of struc2vec.
384 stars
13 watching
117 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
algorithmgraph
Related projects:
Repository | Description | Stars |
---|---|---|
snash4/gat2vec | A framework for learning representations from attributed graphs, incorporating structural and attribute information. | 59 |
benedekrozemberczki/graph2vec | This implementation provides a parallel method for graph representations using distributed learning techniques. | 908 |
benedekrozemberczki/role2vec | An implementation of a deep learning-based method for creating vector representations of nodes in a graph | 167 |
benedekrozemberczki/walklets | An implementation of an algorithm for learning graph representations from network data | 106 |
yinboc/liif | This project presents an approach to learning continuous image representation using a local implicit function. | 1,285 |
benedekrozemberczki/diff2vec | A reference implementation of Diffusion2Vec, a method for learning node embeddings from graph data. | 128 |
hanjun-dai/pytorch_structure2vec | An implementation of structure2vec, a method to generate vector representations from molecular structures | 309 |
laurentluce/python-algorithms | A collection of algorithms implemented in Python | 279 |
benedekrozemberczki/sgcn | An implementation of a deep learning algorithm for graph data | 270 |
benedekrozemberczki/seal-ci | A PyTorch implementation of a semi-supervised graph classification model that learns hierarchical representations from labeled and unlabeled graph data. | 209 |
benedekrozemberczki/attentionwalk | An implementation of a deep learning algorithm to generate node embeddings in graphs | 322 |
neo4j-labs/graph | A high-performance graph algorithm library built on top of the graph_builder crate. | 390 |
shelsoncao/grarep | A Matlab implementation of a graph representation learning algorithm that incorporates global structural information | 53 |
supriya-gdptl/stwalk | An implementation of an algorithm for learning trajectory representations in temporal graphs | 18 |
yuetan031/fedstar | This project implements a federated learning algorithm for non-IID graph classification tasks by leveraging structural knowledge sharing. | 60 |