bhargavyagnik / Hierarchical-Attention-Network

Implementation of a Hierarchical RNN with attention mechanism for predicting the ratings using reviews

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of a Hierarchical RNN with attention mechanism for predicting the ratings using reviews


Languages

Language:Jupyter Notebook 100.0%