tigerchen52/cnn_text_classification
Tensorflow Implementation of cnn text classification
This project helps you automatically categorize short pieces of text, like customer reviews or social media comments, into predefined categories. You provide a list of text examples, each with its correct category label, and the tool learns to classify new, unlabeled text. This is ideal for data analysts, marketers, or researchers who need to quickly sort large volumes of text data without manual effort.
No commits in the last 6 months.
Use this if you have a dataset of text snippets that need to be sorted into two or more distinct categories, and you have examples of already-categorized text to learn from.
Not ideal if you need to extract specific entities from text, summarize documents, or work with very long, complex documents rather than short sentences.
Stars
12
Forks
8
Language
Python
License
—
Last pushed
Aug 01, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/tigerchen52/cnn_text_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