sarweshsuman/keras-text-classification
CNN text classification using keras
This project helps developers classify text into predefined categories using a convolutional neural network. You provide text files, where each file represents a category, and it outputs a model that can predict the category of new sentences. This is for software developers who need to build text classification features into their applications.
No commits in the last 6 months.
Use this if you are a developer looking for a Python-based CNN model in Keras to classify short texts into a few distinct categories.
Not ideal if you need a solution for very long documents, highly nuanced classification, or if you prefer a low-code or no-code text classification tool.
Stars
16
Forks
6
Language
Python
License
—
Last pushed
Nov 27, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/sarweshsuman/keras-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