TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
This project offers various cutting-edge text classification models, allowing you to categorize text documents efficiently. You feed in raw text data, and it outputs labels indicating the content's category. It's designed for data scientists or machine learning engineers who need to classify large volumes of text accurately.
735 stars. No commits in the last 6 months.
Use this if you are a data scientist or machine learning engineer prototyping or implementing text classification solutions and need access to various state-of-the-art model implementations.
Not ideal if you need a plug-and-play solution without writing code, or if you're not familiar with machine learning concepts and model training.
Stars
735
Forks
194
Language
Python
License
Apache-2.0
Last pushed
Oct 01, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/TobiasLee/Text-Classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
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
chenyuntc/PyTorchText
1st Place Solution for Zhihu Machine Learning Challenge . Implementation of various...