sent-conv-torch
Sentence classifier
This project provides an implementation of Kim's sentence convolution code using Lua and Torch for text classification.
Text classification using a convolutional neural network.
449 stars
50 watching
128 forks
Language: Lua
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
junwei-pan/fasttext_torch | A Torch implementation of fasttext-based text classification | 72 |
erogol/seg-torch | Custom image segmentation implementation using deep learning with Lua and Torch | 37 |
jwyang/jule.torch | Implementations of joint unsupervised learning algorithm for deep representations and image clusters using Torch | 288 |
zhangxiangxiao/crepe | A toolkit for building character-level convolutional networks for text classification using Torch 7. | 848 |
shawn1993/cnn-text-classification-pytorch | An implementation of Kim's Convolutional Neural Networks for Sentence Classification in PyTorch | 1,020 |
hughperkins/pytorch | Provides Python wrappers for PyTorch and Lua, enabling developers to use PyTorch's deep learning capabilities from both languages. | 432 |
jhjin/overfeat-torch | An OverFeat image classifier and feature extractor wrapper around Torch7 | 44 |
torch/cutorch | Provides a CUDA backend for the PyTorch deep learning framework | 336 |
zhegan27/convsent | Trains an autoencoder to learn generic sentence representations using convolutional neural networks | 34 |
marcoscoffier/torch-saliency | A library for finding interest points in images using integral histograms and entropy-based saliency | 7 |
torch/graph | A Lua-based library for graph manipulation and visualization in Torch. | 35 |
macournoyer/neuralconvo | An implementation of a conversational model using sequence-to-sequence learning and LSTM layers in Torch | 777 |
yoonkim/word2vec_torch | Torch implementation of Word2Vec algorithm for creating vector representations of words from text data | 61 |
torch/demos | Torch7 tutorials and demos providing hands-on experience with the deep learning framework. | 355 |
soumith/inception.torch | A Torch implementation of a pre-trained neural network architecture used in image recognition tasks | 66 |