NonvolatileMemory/AAAI_2019_EXAM
Official implementation of "Explicit Interaction Model towards Text Classification"
This project helps classify text documents by analyzing explicit interactions within the text. You feed it a collection of text documents, and it outputs labels or categories for each document. This is useful for researchers or data scientists working on advanced text analysis and categorization tasks.
No commits in the last 6 months.
Use this if you are a researcher or data scientist needing an explicit interaction model for sophisticated text classification.
Not ideal if you're looking for a user-friendly, out-of-the-box text classification tool without programming or machine learning expertise.
Stars
70
Forks
20
Language
Python
License
GPL-2.0
Category
Last pushed
Feb 23, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/NonvolatileMemory/AAAI_2019_EXAM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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.
vietnh1009/Character-level-cnn-pytorch
Character-level CNN for text classification