pytorch_structure2vec
Structure embedding algorithm
An implementation of structure2vec, a method to generate vector representations from molecular structures
pytorch implementation of structure2vec (https://arxiv.org/abs/1603.05629)
307 stars
9 watching
77 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
inejc/paragraph-vectors | A PyTorch implementation of a model for generating dense vector representations of paragraphs from text data. | 412 |
tca19/dict2vec | A framework to learn word embeddings using lexical dictionaries | 115 |
benedekrozemberczki/role2vec | An implementation of a deep learning-based method for creating vector representations of nodes in a graph | 166 |
wikipedia2vec/wikipedia2vec | A tool for learning vector representations of words and entities from Wikipedia text data. | 940 |
benedekrozemberczki/diff2vec | A reference implementation of Diffusion2Vec, a method for learning node embeddings from graph data. | 126 |
davidtvs/pytorch-enet | A PyTorch implementation of a real-time semantic segmentation model using ENet architecture | 389 |
snash4/gat2vec | A framework for learning representations from attributed graphs, incorporating structural and attribute information. | 58 |
materialsintelligence/mat2vec | Unsupervised word embeddings capture latent knowledge from materials science literature | 619 |
leoribeiro/struc2vec | An algorithm for learning node representations from graph structure and identity | 382 |
ericsun99/shufflenet-v2-pytorch | A PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification. | 430 |
fanglanting/skip-gram-pytorch | A PyTorch implementation of the skip-gram model for learning word embeddings. | 188 |
facebookresearch/poincare-embeddings | Implementation of Poincaré Embeddings algorithm in PyTorch for hierarchical representation learning | 1,681 |
wmvanvliet/pytorch_hmax | An implementation of the HMAX model for vision processing in PyTorch | 57 |
kazuto1011/deeplab-pytorch | PyTorch implementation of DeepLab v2 for semantic segmentation on COCO-Stuff and PASCAL VOC datasets | 1,093 |
yunlongdong/fcn-pytorch | A PyTorch implementation of FCN for semantic segmentation with an easy-to-use interface and pre-trained models. | 160 |