ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN, TextBiRNN, TextAttBiRNN, HAN, RCNN, RCNNVariant, etc.
This helps classify text documents into predefined categories, such as spam detection, sentiment analysis, or topic labeling. You provide raw text data, and it outputs labels indicating what each piece of text is about. This is ideal for data scientists or machine learning engineers who need to build and evaluate robust text classification systems for various business applications.
812 stars. No commits in the last 6 months.
Use this if you need to experiment with and implement various deep learning models for text classification tasks using the Keras framework.
Not ideal if you are looking for a ready-to-use, off-the-shelf text classification solution without needing to engage with model development or code.
Stars
812
Forks
186
Language
Python
License
MIT
Last pushed
Mar 25, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ShawnyXiao/TextClassification-Keras"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
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
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch
chenyuntc/PyTorchText
1st Place Solution for Zhihu Machine Learning Challenge . Implementation of various...