ymym3412/textcnn-conv-deconv-pytorch
text convolution-deconvolution auto-encoder model in PyTorch
This project helps machine learning engineers and researchers in natural language processing (NLP) to experiment with a specific type of auto-encoder for text. It takes raw text data, like a collection of hotel reviews, and learns compact representations of paragraphs, which can then be used for tasks like classifying text. The output includes trained models for paragraph representation or text classification.
No commits in the last 6 months.
Use this if you are an NLP researcher or engineer looking to implement and experiment with a text convolution-deconvolution auto-encoder for paragraph representation learning or semi-supervised text classification.
Not ideal if you are looking for a ready-to-use, production-grade text analysis tool for end-users, or if you need a fully polished and extensively documented library.
Stars
55
Forks
14
Language
Python
License
Apache-2.0
Last pushed
Mar 01, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ymym3412/textcnn-conv-deconv-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch