leftthomas/CCCapsNet
A PyTorch implementation of Compositional Coding Capsule Network based on PRL 2022 paper "Compositional Coding Capsule Network with K-Means Routing for Text Classification"
This tool helps users automatically categorize large volumes of text documents into predefined categories, such as assigning news articles to topics like 'sports' or 'finance,' or classifying product reviews as 'positive' or 'negative.' It takes raw text data as input and outputs a classification for each document. This is ideal for data analysts, content managers, or anyone needing to organize and understand large text datasets without manual effort.
No commits in the last 6 months.
Use this if you need to automatically sort or label a large collection of text documents, like news articles, customer reviews, or forum posts, into specific categories.
Not ideal if you need to extract specific entities or relationships from text, or if you're dealing with very small, specialized datasets where manual labeling is feasible.
Stars
53
Forks
16
Language
Python
License
—
Last pushed
Jun 02, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/leftthomas/CCCapsNet"
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