Skip to content

Codes for AAMAS'20 Paper-Trajectory-User Linking with Attentive Recurrent Network

License

Notifications You must be signed in to change notification settings

CodyMiao/DeepTUL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepTUL

PyTorch implementation of AAMAS'20 paper-Trajectory-User Linking with Attentive Recurrent Network

Datasets

The sample data to evaluate our model can be found in the data folder, which contains 200+ users and ready for directly used.

Requirements

cPickle is used in the project to store the preprocessed data and parameters.

Project Structure

  • /codes
  • /data # preprocessed foursquare sample data (pickle file)
  • /docs # paper and presentation file
  • /resutls # the default save path when training the model

Usage

Train a new model:

python main.py 

Other parameters (refer to main.py):

  • for training:
    • learning_rate, lr_step, lr_decay, L2, clip, epoch_max, dropout_p
  • model definition:
    • loc_emb_size, uid_emb_size, tim_emb_size, hidden_size, rnn_type, attn_type
    • strategies_type: AVE-sdot,AVE-dot,MAX-sdot,MAX-dot

Other

More specific data and data processing methods will be given later

About

Codes for AAMAS'20 Paper-Trajectory-User Linking with Attentive Recurrent Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages