kushalchauhan98/bcn-cnn-text-classification
Text classification experiments using TextCNNs and Bi-attentive Classification Networks
This project helps categorize text documents by analyzing their content to assign a relevant label or class. It takes raw text data as input and produces categorized text outputs, which can be useful for organizing large datasets or automating content analysis. Researchers and data analysts working with textual information would find this tool beneficial for classification tasks.
No commits in the last 6 months.
Use this if you need to automatically assign categories or labels to text documents based on their content, like sorting customer feedback or identifying document types.
Not ideal if you require real-time, highly scalable text classification on massive data streams or if you need to understand the nuances of text sentiment rather than just its category.
Stars
10
Forks
3
Language
Jupyter Notebook
License
—
Last pushed
Feb 18, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/kushalchauhan98/bcn-cnn-text-classification"
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