Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 504 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 504 Bytes

Deep Learning Demand Forecast

A Deep Learning electric Demand forecast using Long Short-Term Memory (LSTM) deep learning network and data generated from https://github.com/romilan24/load-weather-dataset

How to use

  • download the data.csv and py scripts; save to local path
  • update path (line 92) to local path where data.csv located
  • run keras_lstm.py script
  • observe results similar to:

Image1