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:
Principalele funcționalități ale aditya-grover/node2vec sunt: Embedding Algorithms.
Alternativele open-source pentru aditya-grover/node2vec includ: 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.