├── README.md ├── RNN_Brightkite ├── ReadMe ├── data │ ├── ReadMe │ └── brightkite_scopus_tra_1215.dat └── out_data │ └── ReadMe └── RNN_Gowalla ├── ReadMe ├── data ├── ReadMe └── gowalla_scopus_1104.dat ├── gowalla_BiLSTM.py ├── gowalla_gru_1.py ├── gowalla_gru_2.py └── out_data └── ReadMe /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gcooq/TUL/HEAD/README.md -------------------------------------------------------------------------------- /RNN_Brightkite/ReadMe: -------------------------------------------------------------------------------- 1 | TUL for Brightkite 2 | -------------------------------------------------------------------------------- /RNN_Brightkite/data/ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gcooq/TUL/HEAD/RNN_Brightkite/data/ReadMe -------------------------------------------------------------------------------- /RNN_Brightkite/data/brightkite_scopus_tra_1215.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gcooq/TUL/HEAD/RNN_Brightkite/data/brightkite_scopus_tra_1215.dat -------------------------------------------------------------------------------- /RNN_Brightkite/out_data/ReadMe: -------------------------------------------------------------------------------- 1 | Brightkite output via TUL Model 2 | -------------------------------------------------------------------------------- /RNN_Gowalla/ReadMe: -------------------------------------------------------------------------------- 1 | TUL for Gowalla Dataset 2 | -------------------------------------------------------------------------------- /RNN_Gowalla/data/ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gcooq/TUL/HEAD/RNN_Gowalla/data/ReadMe -------------------------------------------------------------------------------- /RNN_Gowalla/data/gowalla_scopus_1104.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gcooq/TUL/HEAD/RNN_Gowalla/data/gowalla_scopus_1104.dat -------------------------------------------------------------------------------- /RNN_Gowalla/gowalla_BiLSTM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gcooq/TUL/HEAD/RNN_Gowalla/gowalla_BiLSTM.py -------------------------------------------------------------------------------- /RNN_Gowalla/gowalla_gru_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gcooq/TUL/HEAD/RNN_Gowalla/gowalla_gru_1.py -------------------------------------------------------------------------------- /RNN_Gowalla/gowalla_gru_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gcooq/TUL/HEAD/RNN_Gowalla/gowalla_gru_2.py -------------------------------------------------------------------------------- /RNN_Gowalla/out_data/ReadMe: -------------------------------------------------------------------------------- 1 | Gowalla output via TUL Model 2 | --------------------------------------------------------------------------------