minorminer
Graph embedding tool
A tool for finding embeddings of minors in target graphs using heuristics and algorithms
minorminer is a heuristic tool for minor embedding: given a minor and target graph, it tries to find a mapping that embeds the minor into the target.
48 stars
20 watching
40 forks
Language: C++
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
zhengwang100/rsdne | A method for creating network embeddings when labeled data is imbalanced | 11 |
zhengwang100/rect | A deep learning framework for graph representation learning with partially labeled data | 18 |
benedekrozemberczki/gemsec | A reference implementation of graph embedding with clustering using deep learning techniques | 252 |
benedekrozemberczki/tene | A sparsity-aware implementation of a deep learning algorithm for graph embedding with text information. | 73 |
benedekrozemberczki/littleballoffur | A Python library for graph sampling methods to efficiently subsample complex networks | 703 |
benedekrozemberczki/attentionwalk | An implementation of a deep learning algorithm to generate node embeddings in graphs | 320 |
daokunzhang/sine | This project provides an implementation of network embedding method SINE, designed to learn compact and informative node representations from incomplete networks. | 10 |
netoeuler/darkbitcoingraph | Tool to find and graph Bitcoin addresses with abuse reports linked to specific addresses | 8 |
ntumslab/prune | A generative approach for network embedding that preserves proximity and global ranking. | 45 |
hazyresearch/hyperbolics | A software package implementing hyperbolic embedding methods for analyzing graph structures | 372 |
benedekrozemberczki/bane | A software implementation of a graph embedding algorithm | 86 |
dwavesystems/penaltymodel | A library for mapping constraints to low-dimensional optimization problems | 19 |
xgfs/verse | An open-source implementation of graph embedding from similarity measures | 129 |
benedekrozemberczki/musae | Implementation of a method for generating node embeddings in graph data with attributed information | 159 |
nd7141/awe | A software framework for generating graph embeddings using an anonymous walk approach | 81 |