A Multi-variable Stacked Long-Short Term Memory Network for Wind Speed Forecasting

Sisheng Liang,Long Nguyen,Fang Jin
DOI: https://doi.org/10.48550/arXiv.1811.09735
2018-11-24
Abstract:Precisely forecasting wind speed is essential for wind power producers and grid operators. However, this task is challenging due to the stochasticity of wind speed. To accurately predict short-term wind speed under uncertainties, this paper proposed a multi-variable stacked LSTMs model (MSLSTM). The proposed method utilizes multiple historical meteorological variables, such as wind speed, temperature, humidity, pressure, dew point and solar radiation to accurately predict wind speeds. The prediction performance is extensively assessed using real data collected in West Texas, USA. The experimental results show that the proposed MSLSTM can preferably capture and learn uncertainties while output competitive performance.
Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is **accurately predicting short - term wind speed**, which is crucial for wind power producers and grid operators. Due to the randomness and volatility of wind speed, this task is extremely challenging. Accurate short - term wind speed prediction can help reduce the uncertainty brought by wind speed fluctuations, thus better integrating wind energy into the power system. ### Specific problem description: 1. **Randomness and volatility of wind speed**: Wind speed is highly uncertain and intermittent, which brings many challenges to the grid - connection of large - scale wind power generation. 2. **Limitations of existing methods**: - **Physical modeling methods**: They require detailed physical data and terrain information, have a large amount of calculation, and usually rely on supercomputers. - **Statistical methods**: Such as the ARMA model, which is suitable for short - term prediction, but its performance declines as the prediction time step increases. - **Traditional artificial intelligence methods**: Such as ANN and RNN. Although they can handle the nonlinear characteristics of wind speed, they have problems such as convergence difficulties when dealing with long - time - series data. ### Proposed solution: The paper proposes a multivariate stacked long - short - term memory network (MSLSTM) model, which uses multiple historical meteorological variables (such as wind speed, temperature, humidity, air pressure, dew point, and solar radiation) to predict short - term wind speed more accurately. By introducing multiple meteorological variables, the model can capture complex interactions and learn the time - series characteristics of wind speed on different time scales. ### Model features: - **Multivariate input**: Including wind speed, wind direction, temperature, humidity, air pressure, dew point, wind speed at 2 meters above the ground, and solar radiation. - **Stacked LSTM structure**: By stacking multiple LSTM layers, the model can capture more complex patterns and prevent overfitting. - **Real - time prediction**: The goal is to perform short - term wind speed prediction every 5 minutes. ### Experimental verification: The paper uses the measured meteorological data from western Texas for extensive experimental evaluation. The results show that the MSLSTM model can effectively capture and learn uncertainty and exhibits excellent prediction performance. ### Summary: This paper aims to improve the accuracy of short - term wind speed prediction by improving the deep - learning model, especially by using the multivariate stacked LSTM network, thereby providing more reliable support for wind power production and grid dispatch.