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