cmasch/cnn-text-classification
Text classification with Convolution Neural Networks on Yelp, IMDB & sentence polarity dataset v1.0
This project helps you automatically categorize text, like customer reviews or social media comments, as positive or negative. You provide raw text documents, and it tells you the sentiment or topic. Anyone needing to quickly understand large volumes of text feedback, such as a market researcher or a customer support manager, would use this.
123 stars. No commits in the last 6 months.
Use this if you need to classify short sentences or longer documents into categories, like positive/negative sentiment, with high accuracy.
Not ideal if your classification task requires understanding very complex nuances or highly specialized domain language that is not represented in general text data.
Stars
123
Forks
35
Language
Jupyter Notebook
License
—
Category
Last pushed
Sep 10, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/cmasch/cnn-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...
VuBacktracking/mamba-text-classification
Text Classification using Mamba Model
haoopeng/CNN-yelp-challenge-2016-sentiment-classification
IPython Notebook for training a word-level Convolutional Neural Network model for sentiment...
Taha533/Sentiment-Analysis-of-IMDB-Movie-Reviews
This project focuses on sentiment analysis of movie reviews using the IMDb dataset. The dataset...