hierarchical-attention-networks
Attention network
An implementation of a neural network architecture for document classification using hierarchical attention mechanisms
TensorFlow implementation of the paper "Hierarchical Attention Networks for Document Classification"
86 stars
7 watching
25 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
attention-mechanismdocument-classificationhierarchical-attention-networkssentiment-analysistensorflowtext-classification
Related projects:
Repository | Description | Stars |
---|---|---|
pistony/residualattentionnetwork | A Gluon implementation of Residual Attention Network for image classification tasks | 107 |
fwang91/residual-attention-network | An implementation of a deep neural network architecture using attention mechanisms and residual connections for image classification tasks. | 551 |
koichiro11/residual-attention-network | An image classification neural network implementation using attention mechanisms and residual learning | 94 |
ozan-oktay/attention-gated-networks | An implementation of attention gates in convolutional neural networks for image classification and segmentation tasks | 1,910 |
tengshaofeng/residualattentionnetwork-pytorch | Implementing a deep learning framework for image classification using Residual Attention Network architecture | 680 |
taehoonlee/tensornets | A collection of pre-trained neural network models with simple interfaces for easy integration into machine learning workflows. | 1,004 |
ntedgi/node-efficientnet | A Node.js implementation of the EfficientNet deep learning model architecture. | 257 |
neuro-inc/ml-recipe-hier-attention | An implementation of a neural network architecture for sentiment classification using hierarchical attention mechanisms. | 2 |
hszhao/psanet | A deep learning framework for semantic segmentation with spatial attention mechanisms | 216 |
brade31919/srgan-tensorflow | Tensorflow implementation of a generative adversarial network for single image super-resolution | 849 |
tensorflow/gnn | Builds Graph Neural Networks on the TensorFlow platform using heterogeneous graphs and various machine learning techniques. | 1,362 |
javeywang/pyramid-attention-networks-pytorch | An implementation of a deep learning model using PyTorch for semantic segmentation tasks. | 235 |
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
liqimai/gcn | An implementation of graph convolutional networks for semi-supervised learning in Python using TensorFlow and other libraries. | 45 |
benedekrozemberczki/attentionwalk | An implementation of a deep learning algorithm to generate node embeddings in graphs | 320 |