VuBacktracking/mamba-text-classification
Text Classification using Mamba Model
This project helps you automatically determine the sentiment of movie reviews. You provide raw text movie reviews, and it tells you whether each review expresses a positive or negative sentiment. This is useful for anyone analyzing customer feedback, user-generated content, or textual data where understanding emotional tone is key.
No commits in the last 6 months.
Use this if you need a quick way to classify large volumes of text into positive or negative categories, especially for informal or user-generated content like reviews.
Not ideal if you require nuanced sentiment (e.g., neutral, mixed) or domain-specific emotion classification beyond simple positive/negative.
Stars
27
Forks
8
Language
Python
License
MIT
Category
Last pushed
Jul 15, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/VuBacktracking/mamba-text-classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
nas5w/imdb-data
A JSON file of 50,000 IMDB movie reviews to be used in machine learning applications.
RubixML/Sentiment
An example project using a feed-forward neural network for text sentiment classification trained...
haoopeng/CNN-yelp-challenge-2016-sentiment-classification
IPython Notebook for training a word-level Convolutional Neural Network model for sentiment...
cmasch/cnn-text-classification
Text classification with Convolution Neural Networks on Yelp, IMDB & sentence polarity dataset v1.0
Taha533/Sentiment-Analysis-of-IMDB-Movie-Reviews
This project focuses on sentiment analysis of movie reviews using the IMDb dataset. The dataset...