This repository contains code implementing a Long Short-Term Memory (LSTM) neural network model for Power Demand Forecasting. Inspired by the techniques outlined in my paper titled "Power Demand Forecasting using LSTM"
- LSTM-based neural network for power demand prediction.
- Time series data preprocessing and feature engineering.
- Training, validation, and testing procedures for model evaluation.
- Visualization tools for analyzing model performance.
- Ensure you have the required dependencies installed, please refer to the "requirements.txt" file.
- Refer the following .ipynb file "LSTM-Power-Demand-Forecasting.ipynb" for the code and details on how to the code works.
- Preprocess your time series data, try using different values for lookback.
- Train the LSTM model using the provided scripts, try modifying the layers.
- Evaluate the model's performance on a validation set.
- Use the trained model for making power demand forecasts.