Skip to content

Bi-grained graph convolutional network for demand prediction

Notifications You must be signed in to change notification settings

RoeyW/Bikes-SCEG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bikes-SCEG


tensorflow version: TF 2.0

datasets: (bikes demands in each stations)

urban feature:

Files:

  • datapreocess.py: Load data from files with a sliding-window
  • bs.py: Main function. Run the file to train and test the SCEG model
  • Egcn.py: Framework for time-evolving station embedding(E-GCN) and community-informed staiton embedding(B-GCN)
  • GCN_layer.py: details for GCN and Evolve-GCN (Evolvegcn: Evolving graph convolutional networks for dynamicgraphs. In: AAAI’20)
  • vaeTL.py:
    • encoder: latent representation for time-evolving station embedding and community-informed staiton embedding
    • decoder: output stations's demands
  • Cluster.py: cluster stations to communities
  • Metrics.py: MAPE and RMSPE for all stations\ settled stations \ new stations

Please cite: Qianru Wang, Bin Guo, YiOuyang, Kai Shu, ZhiwenYu, and Huan Liu. Spatial Community-Informed Evolving Graphsfor Demand Prediction. ECML2020(accepted)

About

Bi-grained graph convolutional network for demand prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages