8000 GitHub - FIBLAB/MoveSim: [KDD 2020 (AI for COVID-19)] Learning to Simulate Human Mobility
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ MoveSim Public

[KDD 2020 (AI for COVID-19)] Learning to Simulate Human Mobility

License

Notifications You must be signed in to change notification settings

FIBLAB/MoveSim

Folders and files

NameNam 8000 e
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoveSim

Codes for paper in KDD'20 (AI for COVID-19): Learning to Simulate Human Mobility

Datasets

Requirements

  • Python 3.6
  • PyTorch >= 1.0
  • Numpy
  • Scipy

Usage

Pretrain and train new model:

python main.py --pretrain --data=geolife

Evaluation with generated data:

python evaluation.py

0