tushar-tj/Convolutional-Neural-Networks-for-Sentence-Classification
Implementation of Convolutional Neural Networks for Sentence Classification by Yoon Kim
This project helps you automatically categorize text, like determining if a customer review is positive or negative, or classifying a query into a specific topic. You input raw sentences or short text snippets, and it outputs the classification label (e.g., 'positive', 'negative', 'question', 'statement'). It's designed for anyone who needs to quickly and accurately sort or understand the sentiment or intent of large volumes of text, such as marketers analyzing feedback or customer service managers triaging support tickets.
No commits in the last 6 months.
Use this if you need to build a system that automatically assigns categories or sentiment labels to sentences and short text passages from existing datasets.
Not ideal if you're looking for a user-friendly, no-code solution or if your primary goal is to classify very long documents or complex, multi-paragraph texts.
Stars
8
Forks
4
Language
Jupyter Notebook
License
MIT
Last pushed
May 18, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/tushar-tj/Convolutional-Neural-Networks-for-Sentence-Classification"
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