LGAIJan 27, 2025

Renewable Energy Prediction: A Comparative Study of Deep Learning Models for Complex Dataset Analysis

arXiv:2501.15731v11 citationsh-index: 31
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for renewable energy forecasting practitioners, showing which regularization techniques work best with specific deep learning architectures.

This study compared seven deep learning models for predicting renewable energy production using weather and photovoltaic data from 12 locations, finding that specific regularization combinations (early stopping with dropout and L1/L2 regularization) reduced overfitting best in different models depending on training set size.

The increasing focus on predicting renewable energy production aligns with advancements in deep learning (DL). The inherent variability of renewable sources and the complexity of prediction methods require robust approaches, such as DL models, in the renewable energy sector. DL models are preferred over traditional machine learning (ML) because they capture complex, nonlinear relationships in renewable energy datasets. This study examines key factors influencing DL technique accuracy, including sampling and hyperparameter optimization, by comparing various methods and training and test ratios within a DL framework. Seven machine learning methods, LSTM, Stacked LSTM, CNN, CNN-LSTM, DNN, Time-Distributed MLP (TD-MLP), and Autoencoder (AE), are evaluated using a dataset combining weather and photovoltaic power output data from 12 locations. Regularization techniques such as early stopping, neuron dropout, L1 and L2 regularization are applied to address overfitting. The results demonstrate that the combination of early stopping, dropout, and L1 regularization provides the best performance to reduce overfitting in the CNN and TD-MLP models with larger training set, while the combination of early stopping, dropout, and L2 regularization is the most effective to reduce the overfitting in CNN-LSTM and AE models with smaller training set.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes