Skip to content

yalickj/load-forecasting-resnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

load-forecasting-resnet

This repository contains codes for the paper Short-term Load Forecasting with Deep Residual Networks.

ISO-NE test case

We opensource in this repository the model used for the ISO-NE test case. Code for ResNetPlus model can be found in /ISO-NE/ResNetPlus_ISONE.py

The dataset contains load and temperature data from 2003 to 2014.

North American test case

The code for the North American test case is added. Learning rate decay is added to produce more stable results.

Updates

The implementation of the proposed model in Pytorch ranked 5# (team 19) in this competition.

Citation

If you find the codes useful in your research, please consider citing:

@article{chen2018short,
  title={Short-term load forecasting with deep residual networks},
  author={Chen, Kunjin and Chen, Kunlong and Wang, Qin and He, Ziyu and Hu, Jun and He, Jinliang},
  journal={IEEE Transactions on Smart Grid},
  year={2018},
  publisher={IEEE}
}

License

MIT LICENSE

About

short-term load forecasting with deep residual networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages