Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 360 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 360 Bytes

TDLSTM

This Tensorflow implementation approximates the Target-dependent LSTMs proposed in (Tang et al. 2016).

Updated

  • Randomized search for hyperparameter optimization is now added.
  • Hyperopt and Scikit-optimize (can choose from gp_minimize, forest_minimize and gbrt_minimize) for hyperparameter optimization are now added.
  • Code updated to tf 1.2