Views
No views yet
| Component | Value |
|---|---|
| STGCN Hidden Channels | 256 |
| LSTM Hidden Size | 128 |
| LSTM Layers | 4 |
| Input Channels | 24 |
| Output Channels | 12 |
| Input Window | 24 time steps |
| Forecast Horizon | 8 time steps |
MODEL_REGIONS = [
(18, 23, 75, 80), # India
(8, 13, 98, 103), # Thailand
(53, 58, 35, 40), # Russia
(12.5, 17.5, 102.5, 107.5), # Thailand/Cambodia
(22.5, 27.5, 19.5, 24.5), # Libya/Egypt
(43.5, 48.5, 7.5, 12.5), # Southern France
(35.5, 40.5, -5.5, -0.5), # Spain/Mediterranean
(32.5, 37.5, 137.5, 142.5), # Tokyo/Eastern Japan
(-23.5, -18.5, 132.5, 137.5), # Australia
(-20, -15, -70, -65), # Peru
(44.5, 49.5, 125.5, 130.5), # Northeast China
(29.5, 34.5, -101.5, -96.5), # Texas
(-9.5, -4.5, -67.5, -62.5), # Amazon Basin
(67.5, 72.5, -32.5, -27.5), # Greenland
(51.5, 56.5, -112.5, -107.5), # Alberta, Canada
]