Jverma/cnn-text-classification-keras
Convolutional Neural Network for Text Classification in Keras
This helps classify short pieces of text, like sentences or tweets, into predefined categories. You provide a collection of texts along with their correct labels, and it produces a trained model that can automatically tag new, unseen texts. This is ideal for a data scientist or machine learning engineer who needs to automate text categorization tasks.
No commits in the last 6 months.
Use this if you need to categorize short text snippets and want to leverage a proven convolutional neural network architecture for high accuracy.
Not ideal if you're looking for a simple, out-of-the-box solution without any programming or if your texts are very long documents.
Stars
14
Forks
12
Language
Python
License
—
Last pushed
Jul 22, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Jverma/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
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