garfieldpigljy/HSCNN
An implementation of the paper "HSCNN: A Hybrid-Siamese Convolutional Neural Network for Extremely Imbalanced Multi-label Text Classification"
This helps data scientists and machine learning engineers classify text documents that can belong to multiple categories, especially when some categories have very few examples. You feed it text data with existing labels, and it produces a model capable of accurately assigning multiple labels to new, unseen text, even for rare categories. This is ideal for those building sophisticated text classification systems.
No commits in the last 6 months.
Use this if you need to categorize documents into multiple, potentially overlapping categories, and you're struggling with accurately classifying categories that have very little training data.
Not ideal if your text classification problem involves only a single label per document, or if all your categories have a balanced number of training examples.
Stars
8
Forks
3
Language
Python
License
MIT
Last pushed
Feb 13, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/garfieldpigljy/HSCNN"
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