Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 553 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 553 Bytes

Hierarchical-Attention-Network

Implementation of an RNN with attention mechanism for rating prediction.

The implementation is based on Hierarchical Attention Networks for Document Classification paper by Yang et al 2016. Richard Liao's blog was helpful in coming up with this implementation.

Prerequisite

  • Download 100-dimensional glove embeddings from here