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 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 convolutional neural networks using the genetic algorithm 22
xuzhenqi/cnn Provides an implementation of convolutional neural networks in MATLAB. 95
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 An implementation of a convolutional neural network (CNN) using NumPy for basic classification tasks. 570
shawn1993/cnn-text-classification-pytorch An implementation of Kim's Convolutional Neural Networks for Sentence Classification in PyTorch 1,020
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. 449
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