ematvey/hierarchical-attention-networks
TensorFlow implementation of Hierarchical Attention Networks for document classification based on the 2016 Yang et al. paper.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
This repository implements a hierarchical attention network architecture for text classification, as described in the 2016 paper by Yang et al. The model uses word-level and sentence-level attention mechanisms to weight important content when classifying documents. It is built with TensorFlow and was trained on the Yelp review dataset, achieving 65% accuracy on a dev set.