leohsuofnthu/Pytorch-TextCNN
Pytorch implementation of the paper Convolutional Neural Networks for Sentence Classification
This tool helps you quickly analyze text to determine its underlying sentiment, such as whether a review is positive or negative. You provide a CSV file with a column of text and another with corresponding labels (like 'positive' or 'negative'). The tool then outputs plots showing training progress and saves the best model parameters for future use, allowing market researchers or customer service managers to understand public opinion or customer feedback.
No commits in the last 6 months.
Use this if you need to rapidly build a system to classify short texts into predefined categories, such as sentiment analysis on social media comments or product reviews.
Not ideal if you require sophisticated natural language understanding beyond basic text classification or need to handle very long, complex documents.
Stars
22
Forks
6
Language
Python
License
—
Last pushed
Jan 21, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/leohsuofnthu/Pytorch-TextCNN"
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
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch