aminul-huq/CNN-RNN-for-Multiclass-Classification-on-SST-dataset
PyTorch implementation of multi-class sentiment classification on SST dataset using CNN and RNN.
This helps researchers, linguists, or data scientists analyze the sentiment of text, categorizing it as positive, negative, or neutral. You input a collection of sentences or short texts, and it outputs the predicted emotional tone for each. This is useful for understanding public opinion, customer feedback, or literary analysis.
No commits in the last 6 months.
Use this if you need to classify short text snippets into multiple sentiment categories (e.g., positive, negative, neutral) and want to experiment with different deep learning models.
Not ideal if you need to analyze the sentiment of very long documents, require fine-grained emotion detection beyond basic polarity, or are looking for an out-of-the-box solution without any coding.
Stars
6
Forks
—
Language
Jupyter Notebook
License
—
Last pushed
Apr 20, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/aminul-huq/CNN-RNN-for-Multiclass-Classification-on-SST-dataset"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
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
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch