Wind Speed Prediction and Visualization Using Long Short-Term Memory Networks (LSTM)

Md Amimul Ehsan,Amir Shahirinia,Nian Zhang,Timothy Oladunni
DOI: https://doi.org/10.48550/arXiv.2005.12401
2020-05-23
Abstract:Climate change is one of the most concerning issues of this century. Emission from electric power generation is a crucial factor that drives the concern to the next level. Renewable energy sources are widespread and available globally, however, one of the major challenges is to understand their characteristics in a more informative way. This paper proposes the prediction of wind speed that simplifies wind farm planning and feasibility study. Twelve artificial intelligence algorithms were used for wind speed prediction from collected meteorological parameters. The model performances were compared to determine the wind speed prediction accuracy. The results show a deep learning approach, long short-term memory (LSTM) outperforms other models with the highest accuracy of 97.8%.
Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is **wind speed prediction**, especially how to use easily accessible meteorological parameters to predict the wind speed at high altitudes (for example, at a height of 80 meters) which is difficult to measure directly. This problem is of great significance for the planning and feasibility study of wind farms. ### Specific problem description: 1. **Challenges in wind speed prediction**: Wind speed varies greatly at different locations and altitudes, especially at high altitudes (such as 80 meters). Measuring wind speed is both expensive and requires continuous maintenance. Therefore, using easily accessible low - altitude meteorological parameters to predict high - altitude wind speed is a practical and economical method. 2. **Data - driven prediction methods**: Although traditional statistical methods can provide a certain predictive ability, they perform poorly when dealing with complex time - series data. In contrast, machine learning and deep learning methods can better capture the long - term dependencies in time - series, thereby improving the prediction accuracy. 3. **Model selection and comparison**: In order to find the most effective prediction model, the author compared 12 different algorithms, including traditional machine learning methods (such as linear regression, random forest, etc.) and deep learning methods (such as DNN, CNN, LSTM). Eventually, the LSTM model stood out because of its excellent performance, achieving a prediction accuracy of 97.8%. ### Research objectives: - **Simplify wind farm planning**: By accurately predicting the wind speed at a height of 80 meters, help with the site selection and planning of wind farms and reduce the dependence on expensive equipment. - **Improve prediction accuracy**: Use deep - learning models (especially LSTM) to capture the time - dependence and complex patterns of wind speed, thereby improving the prediction accuracy. ### Main contributions: - Prove the superiority of LSTM in wind - speed prediction, especially in dealing with long - term dependencies. - Provide a comprehensive model comparison analysis, showing the performance differences of different algorithms in the wind - speed prediction task. ### Summary: This research aims to achieve efficient prediction of high - altitude wind speed based on easily accessible meteorological parameters by using deep - learning techniques (especially LSTM), thereby providing support for the planning and feasibility study of wind farms.