dongjun-Lee/text-classification-models-tf
Tensorflow implementations of Text Classification Models.
This project offers various pre-built models to automatically categorize text. You provide a collection of text documents, and it helps you train a system to assign them to predefined categories or topics. It is ideal for data scientists or machine learning engineers who need to quickly implement and compare different text classification methods.
505 stars. No commits in the last 6 months.
Use this if you need to build a system that sorts text into categories and want to experiment with different neural network architectures for text classification.
Not ideal if you are looking for a no-code solution or a tool with a graphical user interface for text classification.
Stars
505
Forks
160
Language
Python
License
—
Last pushed
Nov 19, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/dongjun-Lee/text-classification-models-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
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