ConvSent
Sentence encoder
Trains an autoencoder to learn generic sentence representations using convolutional neural networks
The training code for the EMNLP 2017 paper "Learning Generic Sentence Representations Using Convolutional Neural Networks"
34 stars
4 watching
10 forks
Language: Python
last commit: over 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
xiaoqijiao/coling2018 | Provides training and testing code for a CNN-based sentence embedding model | 2 |
zminghua/sentencoding | A software package providing tools to encode and process text data using a specific neural network architecture. | 16 |
fh295/sentencerepresentation | A software framework for learning sentence representations using unsupervised machine learning algorithms | 124 |
zhegan27/semantic_compositional_nets | A deep learning framework providing a model architecture and training code for image captioning using semantic compositional networks | 70 |
ahmedfgad/cnngenetic | Trains CNNs using a genetic algorithm for classification problems where one class per sample is allowed. | 22 |
xuzhenqi/cnn | Provides an implementation of convolutional neural networks in MATLAB. | 98 |
nv-tlabs/gscnn | This code implements a neural network architecture designed to perform semantic segmentation in computer vision tasks. | 920 |
lajanugen/s2v | An implementation of a neural network model for learning efficient sentence representations from text data. | 205 |
ahmedfgad/numpycnn | A Python implementation of a Convolutional Neural Network from scratch using NumPy for building CNNs from scratch | 577 |
shawn1993/cnn-text-classification-pytorch | An implementation of Kim's Convolutional Neural Networks for Sentence Classification in PyTorch | 1,022 |
hyeonwoonoh/deconvnet | Deconvolution network architecture for semantic segmentation | 325 |
wkentaro/fcn | An implementation of fully convolutional networks in Chainer, a deep learning framework. | 218 |
harvardnlp/sent-conv-torch | This project provides an implementation of Kim's sentence convolution code using Lua and Torch for text classification. | 450 |
jwieting/acl2017 | A codebase for training and using models of sentence embeddings. | 33 |
jwieting/iclr2016 | Code for training universal paraphrastic sentence embeddings and models on semantic similarity tasks | 193 |