Skip to content

Fang-design/HetGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HetGAN

Implementation of Heterogeneous Graph Attention Network

This is the code repository of paper "Prediction of Metro Ridership During the COVID-19 Pandemic: A Deep Learning Approach Based on Heterogeneous Graph" which is submitted to IEEE Transactions on Intelligent Transportation Systems.

Datasets

  • New York City COVID case number
  • New York City Metro Ridership Number

Model Framework

How to Run?

  • Single run:
cd Experiments/
python main.py --epoch 200 --seed 1230 --log_file='./logs/running_log.log'
  • Grid Search:

    cd Experiments/
    python grid_search.py --epoch 200 --seed 1230 --log_file='./logs/grid_search.log'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published