bhaveshoswal/CNN-text-classification-keras
Text Classification by Convolutional Neural Network in Keras
This project helps software developers implement text classification quickly. It takes text data as input and outputs classifications based on patterns it learns. Developers who need to categorize short texts, like customer reviews or news headlines, will find this useful for building out their applications.
218 stars. No commits in the last 6 months.
Use this if you are a developer looking for a simplified Keras-based Convolutional Neural Network implementation for text classification.
Not ideal if you are a non-developer seeking an out-of-the-box solution to classify text without writing code.
Stars
218
Forks
87
Language
Python
License
—
Last pushed
Dec 28, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/bhaveshoswal/CNN-text-classification-keras"
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