verse
Graph embedder
An open-source implementation of graph embedding from similarity measures
Reference implementation of the paper VERSE: Versatile Graph Embeddings from Similarity Measures
129 stars
14 watching
22 forks
Language: C++
last commit: over 3 years ago
Linked from 1 awesome list
embeddingsgraphgraph-algorithmsmachine-learningmachine-learning-algorithmssimilarity-measures
Related projects:
Repository | Description | Stars |
---|---|---|
benedekrozemberczki/tene | A sparsity-aware implementation of a deep learning algorithm for graph embedding with text information. | 73 |
snash4/gat2vec | A framework for learning representations from attributed graphs, incorporating structural and attribute information. | 58 |
xgfs/grarep.jl | A Julia implementation of a graph embedding technique called GraRep | 3 |
benedekrozemberczki/role2vec | An implementation of a deep learning-based method for creating vector representations of nodes in a graph | 166 |
benedekrozemberczki/gemsec | A reference implementation of graph embedding with clustering using deep learning techniques | 252 |
benedekrozemberczki/musae | Implementation of a method for generating node embeddings in graph data with attributed information | 159 |
benedekrozemberczki/feather | A reference implementation of a method for learning graph node embeddings from graph structure and node features | 45 |
benedekrozemberczki/grarep | An implementation of a method for learning graph representations from global structural information in a network | 63 |
benedekrozemberczki/attentionwalk | An implementation of a deep learning algorithm to generate node embeddings in graphs | 320 |
zhengwang100/rect | A deep learning framework for graph representation learning with partially labeled data | 18 |
malllabiisc/wordgcn | A deep learning model that generates word embeddings by predicting words based on their dependency context | 290 |
nd7141/awe | A software framework for generating graph embeddings using an anonymous walk approach | 81 |
benedekrozemberczki/bane | A software implementation of a graph embedding algorithm | 86 |
mims-harvard/decagon | An open-source software project implementing a graph convolutional neural network algorithm to predict side effects of drug combinations in pharmacology. | 449 |
zhenv5/atp | A framework for embedding asymmetric relationships in directed graphs while preserving transitivity, enabling better analysis and routing of nodes with specific properties. | 10 |