Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Research Papers/Experiments

How flow forecast helps:

Transfer learning with flow-forecasts (and other frameworks even more) is currently

Code Block
breakoutModewide
1. Run initial hyperparameter sweep to get best values for forecast_history, forecast_length, and all other static hyperparameters. 
2. Set hyperparameters for transfer learning runs based on this sweep. 
3. Pre-train model on large number of counties based on these parameters. Save these weights.
4. Rerun hyperparameter sweep on target county with these saved weights.

...