Skip to content

blisky-li/STULIG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STULIG

The implementation for STULIG

Towards Interpreting, Discriminating and Synthesizing Motion Traces via Deep Probabilistic Generative Models

Environment

  • python 2.7
  • Tensorflow 1.7 or ++ (updated now 2019.06)

Dataset

Here we choose gowalla dataset for training.

Usage

  • Training process: We choose the 201 users' sub-trajectories, split these to training data(about 50%) and test data (about 50%). The new code with tensorflow>=1.7, you can run it easily. and also some records will stored by the code (including model, train data and sample results)
  • The format of total.dat : userid/locationid/time/longitude/latitude
  • python STUL.py
  • python STULIG.py

Reference

Hope such an implementation could help you on your projects. Any comments and feedback are appreciated.

About

data source for STULIG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%