dongjun-Lee/rnn-text-classification-tf
Tensorflow implementation of Attention-based Bidirectional RNN text classification.
This project helps data scientists, machine learning engineers, and NLP researchers build and evaluate models that automatically categorize text based on its content. You provide a dataset of text examples with their correct categories, and the project trains a model that can then take new, unclassified text and assign it a category, such as positive or negative sentiment. It's designed for those who work with textual data and need to automate its classification.
No commits in the last 6 months.
Use this if you are a data scientist or NLP practitioner looking to quickly implement and benchmark an attention-based bidirectional RNN model for text classification tasks.
Not ideal if you are a non-technical user without experience in Python and TensorFlow, as this project requires programming knowledge to set up and run.
Stars
26
Forks
10
Language
Python
License
—
Last pushed
Jun 15, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/dongjun-Lee/rnn-text-classification-tf"
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