Team project

Aug 2023 – Dec 2023

Global Solar Irradiance Forecasting Using Deep Learning Algorithms

Compared MLP, RNN, LSTM, LSTM-RNN and bidirectional LSTM architectures for day-ahead GHI forecasting using multi-year NREL meteorological and irradiance time-series data.

Machine LearningPower SystemsPythonLSTMTime Series
LSTM prediction and target traces reproduced from the forecasting report; the vertical scale is the scale used in that report.
LSTM prediction and target traces reproduced from the forecasting report; the vertical scale is the scale used in that report.
Data source
NREL
Sampling
5 minutes
Input window
14 days
Forecast horizon
Day ahead
On this page

01 / Context

Overview

This project compares several neural-network architectures for day-ahead Global Horizontal Irradiance (GHI) forecasting. The dataset contains five years of NREL solar and meteorological observations sampled at five-minute resolution, including irradiance components, temperature, humidity, cloud type, solar zenith angle, wind variables, and related features.

The time-series pipeline converts timestamped observations into sequential training samples and uses a 14-day historical window to predict the following day. MLP, RNN, LSTM, hybrid LSTM-RNN, and bidirectional LSTM models were trained and compared using MSE, MAE, and RMSE.

Project work

  • Prepared a time-series forecasting workflow using the reported solar and meteorological data.
  • Compared five neural-network architectures using a common day-ahead prediction task.
  • Evaluated predicted-versus-target traces and the reported error metrics.

02 / Approach

Methods & diagrams

01

Dataset & Preprocessing

Five years of NREL data at five-minute resolution were cleaned, normalized, feature-selected, and converted into time-series windows.

02

Forecasting Models

MLP, RNN, LSTM, LSTM-RNN, and BiLSTM architectures were trained on the same prediction task.

03

Model Comparison

Testing performance was compared using MSE, MAE, and RMSE together with predicted-versus-measured GHI traces.

03 / Evidence

Results & gallery

Project figures and laboratory photographs. Open a figure to inspect the detail; vector PDFs are available for the control diagrams.

LSTM test-window comparison from the project report.
LSTM test-window comparison from the project report.
MLP comparison from the same report.
MLP comparison from the same report.

Findings

  • The report compares MLP, RNN, LSTM, LSTM-RNN, and BiLSTM using predicted-versus-target traces and error tables.
  • The five-minute input resolution limits the representation of more rapid irradiance changes.

Scope & limitations

This collaborative academic study compares models under a common dataset and preprocessing procedure. Results depend on the data split, input features, and five-minute sampling interval. Team and evaluation details are documented in the original report.

Sources & related reading

Find something

Search projects, publications, and pages.

Esc to close Enter a result to open it

Project figure