Draft implementation of this https://arxiv.org/abs/1511.06939
To run:
-
cd data
, then runpython build_dataset.py
to build the dataset. It will be saved underdata/last-session-out/sessions.hdf
. -
To run GRU on this dataset run
sh run.sh
from the main directory.