textClassifier and hierarchical-attention-networks
These are **competitors**: both implement the same Hierarchical Attention Networks architecture for document classification, offering alternative implementations of the same paper with no dependency relationship between them.
About textClassifier
richliao/textClassifier
Text classifier for Hierarchical Attention Networks for Document Classification
Implements three distinct architectures—hierarchical attention networks with word and sentence-level attention, CNNs with convolutional filters, and bidirectional LSTMs with attention mechanisms—all built on Keras. Supports interpretability by extracting attention weights to identify important words for predictions. Compatible with pre-trained GloVe embeddings and includes training pipelines on standard datasets like IMDB reviews.
About hierarchical-attention-networks
qtuantruong/hierarchical-attention-networks
TensorFlow implementation of the paper "Hierarchical Attention Networks for Document Classification"
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work