xiaobaicxy/text-classification-BiLSTM-Attention-pytorch
文本分类, 双向lstm + attention 算法
This project helps you automatically sort text into different categories, like distinguishing positive customer reviews from negative ones, or classifying news articles by topic. You provide a collection of text documents and their correct categories, and it learns to predict the category for new, unseen texts. Anyone who needs to efficiently organize or filter large volumes of text will find this useful.
No commits in the last 6 months.
Use this if you have a dataset of text documents that you want to automatically categorize, such as sentiment analysis for feedback or topic labeling for articles.
Not ideal if your text classification needs require explaining why a particular text was categorized in a certain way, as this model focuses on accuracy rather than interpretability.
Stars
90
Forks
8
Language
Python
License
—
Last pushed
Jun 11, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/xiaobaicxy/text-classification-BiLSTM-Attention-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