hierarchical-attention-networks and attention-networks-for-classification
These are competitors, as both repositories provide implementations of Hierarchical Attention Networks for document classification, but in different deep learning frameworks (TensorFlow and PyTorch).
About hierarchical-attention-networks
ematvey/hierarchical-attention-networks
Document classification with Hierarchical Attention Networks in TensorFlow. WARNING: project is currently unmaintained, issues will probably not be addressed.
This tool helps organize and categorize large collections of text documents, like customer reviews or articles, by automatically assigning them to predefined categories. You provide it with raw text data, and it outputs classified documents, making it easier to analyze and manage information. It's ideal for data analysts, market researchers, or anyone needing to sort extensive text datasets efficiently.
About attention-networks-for-classification
EdGENetworks/attention-networks-for-classification
Hierarchical Attention Networks for Document Classification in PyTorch
This helps categorize written documents like customer reviews, articles, or legal texts by understanding their natural structure—words forming sentences, and sentences forming full documents. It takes raw text documents as input and outputs a classification or category for each document. A data scientist or machine learning engineer focused on natural language processing would use this to build more accurate text classification systems.
Scores updated daily from GitHub, PyPI, and npm data. How scores work