qiangsiwei/text_classification
keras implementation of text classification algorithms
This project offers a collection of algorithms for automatically categorizing text. You input raw text data, and it outputs labels or categories for each piece of text. This is useful for data scientists, machine learning engineers, and researchers working on natural language processing tasks who need to classify documents or short texts.
No commits in the last 6 months.
Use this if you need to build a system that assigns predefined labels to text, like spam detection, sentiment analysis, or topic categorization.
Not ideal if your text data is very long, as sentences are truncated, or if you need to handle words not seen during training.
Stars
10
Forks
—
Language
Python
License
—
Last pushed
Feb 08, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/qiangsiwei/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
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch