paragraph-vectors
Paragraph Vectorizer
A PyTorch implementation of a model for generating dense vector representations of paragraphs from text data.
A PyTorch implementation of Paragraph Vectors (doc2vec).
412 stars
10 watching
74 forks
Language: Python
last commit: almost 2 years ago deep-learningdoc2vecmachine-learningneural-networksnlppytorchunsupervised-learning
Related projects:
Repository | Description | Stars |
---|---|---|
hanjun-dai/pytorch_structure2vec | An implementation of structure2vec, a method to generate vector representations from molecular structures | 307 |
zijundeng/pytorch-semantic-segmentation | Provides PyTorch implementations of various models and pipelines for semantic segmentation in deep learning. | 1,724 |
davidtvs/pytorch-enet | A PyTorch implementation of a real-time semantic segmentation model using ENet architecture | 389 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,217 |
openseg-group/openseg.pytorch | Provides a PyTorch implementation of several computer vision tasks including object detection, segmentation and parsing. | 1,190 |
hpcgarage/accelerated_dl_pytorch | This repository provides tutorials and demo code for accelerated deep learning with PyTorch using Jupyter Notebook. | 127 |
nlprinceton/alacarte | Tools and code for inducing custom semantic vector representations from text data | 104 |
inisis/brocolli | Converts PyTorch models to various formats for deployment and testing in deep learning frameworks. | 341 |
woozzu/dong_iccv_2017 | An implementation of semantic image synthesis via adversarial learning using PyTorch | 145 |
kazuto1011/deeplab-pytorch | PyTorch implementation of DeepLab v2 for semantic segmentation on COCO-Stuff and PASCAL VOC datasets | 1,093 |
stared/thinking-in-tensors-writing-in-pytorch | A hands-on introduction to deep learning using PyTorch, explaining mathematical concepts through code examples | 329 |
xiadingz/video-caption.pytorch | PyTorch implementation of video captioning, combining deep learning and computer vision techniques. | 401 |
jayleicn/clipbert | An efficient framework for end-to-end learning on image-text and video-text tasks | 704 |
eduardoleao052/js-pytorch | A JavaScript library that provides GPU-accelerated deep learning capabilities with automatic differentiation and neural network layers. | 1,084 |
graykode/gpt-2-pytorch | An implementation of the GPT-2 language model in PyTorch for generating text | 973 |