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"

GitHub

34 stars
4 watching
10 forks
Language: Python
last commit: about 9 years ago

Related projects:

RepositoryDescriptionStars
xiaoqijiao/coling2018Provides training and testing code for a CNN-based sentence embedding model2
zminghua/sentencodingA software package providing tools to encode and process text data using a specific neural network architecture.16
fh295/sentencerepresentationA software framework for learning sentence representations using unsupervised machine learning algorithms124
zhegan27/semantic_compositional_netsA deep learning framework providing a model architecture and training code for image captioning using semantic compositional networks70
ahmedfgad/cnngeneticTrains CNNs using a genetic algorithm for classification problems where one class per sample is allowed.22
xuzhenqi/cnnProvides an implementation of convolutional neural networks in MATLAB.98
nv-tlabs/gscnnThis code implements a neural network architecture designed to perform semantic segmentation in computer vision tasks.920
lajanugen/s2vAn implementation of a neural network model for learning efficient sentence representations from text data.205
ahmedfgad/numpycnnA Python implementation of a Convolutional Neural Network from scratch using NumPy for building CNNs from scratch577
shawn1993/cnn-text-classification-pytorchAn implementation of Kim's Convolutional Neural Networks for Sentence Classification in PyTorch1,022
hyeonwoonoh/deconvnetDeconvolution network architecture for semantic segmentation325
wkentaro/fcnAn implementation of fully convolutional networks in Chainer, a deep learning framework.218
harvardnlp/sent-conv-torchThis project provides an implementation of Kim's sentence convolution code using Lua and Torch for text classification.450
jwieting/acl2017A codebase for training and using models of sentence embeddings.33
jwieting/iclr2016Code for training universal paraphrastic sentence embeddings and models on semantic similarity tasks193