Skip to content

xuyimingxym/ICN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICN (Interactive Convolutional Network)

This is the sample code for TRB paper "ICN: Interactive Convolutional Network for Forecasting Travel Demand of Shared Micromobility".

NOTE: SAMPLE ONLY. Not completely runnable.

Run:

python run_micromobility.py --dataset Chicago --horizon 1 --window_size 24 --batch_size 32 --hidden_size 0.5 --dropout 0.5 --lr 0.001 --model_name Chicago --train True --epoch 80 --weather True

About

Interactive Convolutional Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages