项目作者: gangeshwark

项目描述 :
Hierarchical Attention Networks for Document Classification
高级语言: Python
项目地址: git://github.com/gangeshwark/hierarchical_document_modeling.git


Hierarchical Attention Networks for Document Classification

Implementation of hierarchical attention model described in Hierarchical Attention Networks for Document Classification (Yang et al., 2016).

Run

  1. python train.py --epochs 30 --batch_size 32 --lr 0.001

Credits:
Used part of code from this repo .