threelittlemonkeys/text-classification-pytorch
Text Classification in PyTorch
This helps data scientists and machine learning engineers classify text documents into predefined categories. You input raw text data and get back a classification model that can automatically label new text. It's designed for practitioners who build machine learning solutions and need to experiment with different state-of-the-art text classification architectures.
No commits in the last 6 months.
Use this if you are a machine learning practitioner who needs to quickly implement and evaluate various deep learning models for text classification tasks.
Not ideal if you are a business user looking for an off-the-shelf application to classify documents without writing code.
Stars
23
Forks
1
Language
Python
License
—
Last pushed
Oct 17, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/threelittlemonkeys/text-classification-pytorch"
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