pytorch-sgns
SkipGramLoss
An implementation of Word2Vec's SkipGramNegativeSampling in PyTorch with support for word frequency distribution and subsampling.
Skipgram Negative Sampling implemented in PyTorch
302 stars
9 watching
59 forks
Language: Python
last commit: almost 4 years ago pytorchpytorch-implementationskipgramword2vec
Related projects:
Repository | Description | Stars |
---|---|---|
| A PyTorch implementation of the skip-gram model for learning word embeddings. | 188 |
| An implementation of Skip-Thought Vectors in PyTorch for modeling relationships between words and sentences. | 225 |
| A PyTorch implementation of negative sampling loss for text classification models | 125 |
| Reproduces a SGNN's word projections preprocessing pipeline using word n-grams instead of skip-grams | 23 |
| PyTorch implementation of an explainability technique for deep neural networks | 9 |
| A PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification. | 431 |
| Re-implementation of a deep learning model for semantic segmentation using PyTorch. | 52 |
| A Python implementation of a neural network model for learning word embeddings from text data | 6 |
| A PyTorch implementation of an image super-resolution model based on dense skip connections. | 119 |
| An example project demonstrating how to use synchronized batchnorm in PyTorch with multiple GPUs | 249 |
| A PyTorch implementation of a deep learning model for semantic segmentation tasks in computer vision. | 380 |
| An implementation of a deep learning model using PyTorch for semantic segmentation tasks. | 237 |
| Library that provides dynamic data cleaning and filtering capabilities for PyTorch datasets and samplers | 378 |
| Reproduces ResNet-V3 with PyTorch for computer vision tasks | 511 |
| A PyTorch implementation of the Squeezenet model with pre-trained weights on CIFAR 10 data for deep learning tasks. | 91 |