A sparsity aware and memory efficient implementation of "Attributed Social Network Embedding" (TKDE 2018).
A PyTorch Implementation of "Watch Your Step: Learning Node Embeddings via Graph Attention" (NeurIPS 2018).
This repository provides a reference implementation of node2vec as described in the paper:
Die Hauptfunktionen von aditya-grover/node2vec sind: Embedding Algorithms.
Open-Source-Alternativen zu aditya-grover/node2vec sind unter anderem: anryyang/hope. benedekrozemberczki/asne — A sparsity aware and memory efficient implementation of "Attributed Social Network Embedding" (TKDE 2018). benedekrozemberczki/attentionwalk — A PyTorch Implementation of "Watch Your Step: Learning Node Embeddings via Graph Attention" (NeurIPS 2018). benedekrozemberczki/bane — A sparsity aware implementation of "Binarized Attributed Network Embedding" (ICDM 2018). benedekrozemberczki/boostedfactorization — An implementation of "Multi-Level Network Embedding with Boosted Low-Rank Matrix Approximation" (ASONAM 2019). andompesta/come — Implementation of ComE algorithm.