hpanwar08/sentence-classification-pytorch
Sentiment analysis with variable length sequences in pytorch
This project helps machine learning engineers or data scientists classify the sentiment of social media posts, like tweets. It takes raw text data, processes it, and outputs a classification (e.g., positive, negative, neutral sentiment) for each text. The user would typically be a practitioner building or experimenting with natural language processing models.
No commits in the last 6 months.
Use this if you are a machine learning engineer or data scientist looking for a basic, clear example of how to implement sentiment analysis for variable-length text sequences using PyTorch.
Not ideal if you are looking for a pre-trained model ready for immediate use in a production application, or if you need a solution beyond a foundational implementation.
Stars
34
Forks
8
Language
Jupyter Notebook
License
MIT
Last pushed
Jul 13, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/hpanwar08/sentence-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
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