Skip to content

Keras implementation of STF-RNN: Space Time Features-based Recurrent Neural Network for Predicting People Next Location

Notifications You must be signed in to change notification settings

mhjabreel/STF-RNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

STF-RNN

Keras implementation of STF-RNN: Space Time Features-based Recurrent Neural Network for Predicting People Next Location

http:https://ieeexplore.ieee.org/document/7849919/

Requirements

How to run?

First, downlaod the data using the follwoing command:

 wget https://download.microsoft.com/download/F/4/8/F4894AA5-FDBC-481E-9285-D5F8C4C4F039/Geolife%20Trajectories%201.3.zip

and Extract the directory "Data" to the location of "STF-RNN.py".

Then, execute the following command:

python STF-RNN.py -e1 100 -e2 6 -r 20

About

Keras implementation of STF-RNN: Space Time Features-based Recurrent Neural Network for Predicting People Next Location

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages