Rickey-CS/Sentiment-Text-Classification-Pytorch
sentiment-analysis,document-classification,svm,logistic-regression,rcnn-text-classification, cnn-text-classification, lstm-text-classification, naive-bayes-classifier, sklearn-classify, pytorch
This project helps you understand the overall sentiment of text, such as customer reviews or social media comments. It takes raw text as input and tells you if the sentiment is positive, negative, or neutral. This is useful for data analysts, marketers, or anyone who needs to quickly gauge public opinion or customer satisfaction from large volumes of text.
No commits in the last 6 months.
Use this if you need to classify text by sentiment and are new to working with text classification models.
Not ideal if you require highly specialized sentiment analysis for niche domains or are an experienced machine learning practitioner looking to implement cutting-edge research.
Stars
9
Forks
2
Language
Python
License
MIT
Last pushed
Apr 19, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Rickey-CS/Sentiment-Text-Classification-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