DongjunLee/text-cnn-tensorflow
Convolutional Neural Networks for Sentence Classification(TextCNN) implements by TensorFlow
This tool helps you automatically classify text, like determining if a movie review is positive or negative. You provide sentences or documents as input, and it outputs a classification label for each one. This is ideal for data scientists or machine learning engineers who need to build and train sentiment analysis models.
252 stars. No commits in the last 6 months.
Use this if you are a machine learning engineer who needs to quickly implement and train a convolutional neural network (CNN) model for text classification tasks.
Not ideal if you're looking for an out-of-the-box solution that doesn't require coding or deep learning expertise.
Stars
252
Forks
67
Language
Python
License
—
Last pushed
May 30, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/DongjunLee/text-cnn-tensorflow"
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