Search for a command to run...
The transition to sustainable energy positions wind power as a key renewable solution. As demand grows, wind turbines are deployed across diverse terrains. However, wind’s stochastic nature and environmental variability complicate power forecasting, affecting grid stability. The study leverages data-driven techniques to enhance wind power forecasting using high-resolution SCADA system time-series data. Key operational parameters include wind speed, rotor speed, generator speed, nacelle orientation, ambient temperature and power output. A comparative analysis evaluates traditional machine learning models—Linear Regression, Decision Trees, Random Forests, Gradient Boosting and Support Vector Machines—against deep learning models like Long Short-Term Memory (LSTM) networks and a novel Recurrent Neural Network (RNN) architecture. The core contribution is an optimized Bidirectional LSTM-RNN model with permutation layers and attention. These layers capture long-range dependencies and nonlinear interactions in wind data. The structure improves long-range dependency capture and nonlinear interaction modeling. Bidirectionality enables learning from both past and future time steps, while attention mechanisms highlight critical temporal features. Experimental results demonstrate the proposed model’s superior performance, achieving a Mean Absolute Error (MAE) of 0.0994 and Root Mean Square Error (RMSE) of 0.1390, significantly outperforming traditional models (e.g., Random Forest: MAE 86.44, RMSE 220.30) and basic LSTM models (MAE 14.48, RMSE 15.27). Robust cross-validation confirms its ability to generalize across different temporal segments. Feature importance analysis improves interpretability, supporting informed decision-making in wind farm operations. The framework is scalable, modular and well-suited for real-time forecasting applications. The work presents a reliable deep learning model for wind power forecasting, enabling intelligent, data-driven energy management in modern power systems.