jungwhank/rcnn-text-classification-pytorch
PyTorch implementation of "Recurrent Convolutional Neural Network for Text Classification"
This tool helps you automatically sort news articles and other short texts into predefined categories like 'World,' 'Sports,' 'Business,' or 'Sci/Tech.' You input a collection of text documents, and it outputs a classification for each, indicating which category it belongs to. This is ideal for anyone needing to organize large volumes of textual content quickly, such as content managers, journalists, or data analysts.
No commits in the last 6 months.
Use this if you need to categorize textual content into a small, fixed set of topics efficiently and accurately.
Not ideal if you need to classify highly nuanced text, extract specific entities, or work with very long documents, as it's designed for broad topic classification.
Stars
16
Forks
1
Language
Python
License
MIT
Last pushed
Oct 20, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/jungwhank/rcnn-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
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