nn116003/self-attention-classification
document classification using LSTM + self attention
This tool helps you automatically sort and categorize written documents like movie reviews or customer feedback. You feed it a collection of text documents, and it tells you what each document is about or how it should be grouped. Anyone who needs to quickly understand the sentiment or topic of many texts, such as a market researcher or content moderator, would find this useful.
114 stars. No commits in the last 6 months.
Use this if you have a large volume of text documents and need an automated way to classify them into predefined categories or identify their underlying topics.
Not ideal if you need to extract specific entities or relationships from text, or if you're dealing with non-textual data.
Stars
114
Forks
30
Language
Python
License
—
Category
Last pushed
Nov 21, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/nn116003/self-attention-classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
carpedm20/lstm-char-cnn-tensorflow
in progress
ilivans/tf-rnn-attention
Tensorflow implementation of attention mechanism for text classification tasks.
ahmedbesbes/character-based-cnn
Implementation of character based convolutional neural network
AlexGidiotis/Document-Classifier-LSTM
A bidirectional LSTM with attention for multiclass/multilabel text classification.
NonvolatileMemory/AAAI_2019_EXAM
Official implementation of "Explicit Interaction Model towards Text Classification"