jiegzhan/multi-class-text-classification-cnn
Classify Kaggle Consumer Finance Complaints into 11 classes. Build the model with CNN (Convolutional Neural Network) and Word Embeddings on Tensorflow.
This helps categorize customer feedback or complaints by automatically assigning them to predefined product or service categories. You provide raw complaint narratives, and it outputs the likely product or service each complaint refers to. It's designed for operations managers, customer service leads, or business analysts who need to understand complaint trends.
426 stars. No commits in the last 6 months.
Use this if you have a large volume of unstructured consumer complaints and need to quickly sort them into specific product or service categories.
Not ideal if your complaints require a nuanced understanding of sentiment or multiple tags per complaint.
Stars
426
Forks
195
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 25, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/jiegzhan/multi-class-text-classification-cnn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
codelion/adaptive-classifier
A flexible, adaptive classification system for dynamic text classification
jiegzhan/multi-class-text-classification-cnn-rnn
Classify Kaggle San Francisco Crime Description into 39 classes. Build the model with CNN, RNN...
cbaziotis/datastories-semeval2017-task4
Deep-learning model presented in "DataStories at SemEval-2017 Task 4: Deep LSTM with Attention...
iamaziz/ar-embeddings
Sentiment Analysis for Arabic Text (tweets, reviews, and standard Arabic) using word2vec
aws-samples/sample-extreme-text-classifier
A Python text classifier for large-scale multi-class classification using Amazon Bedrock....