Next Article in Journal
Research on Dynamic Hyperparameter Optimization Algorithm for University Financial Risk Early Warning Based on Multi-Objective Bayesian Optimization
Previous Article in Journal
Can Simple Balancing Algorithms Improve School Dropout Forecasting? The Case of the State Education Network of Espírito Santo, Brazil
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Deep Learning-Based Multi-Source Precipitation Forecasting in Arid Regions Using Different Optimizations: A Case Study from Konya, Turkey

Civil Engineering Department, Faculty of Engineering and Natural Sciences, KTO Karatay University, Konya 42020, Türkiye
Forecasting 2025, 7(4), 60; https://doi.org/10.3390/forecast7040060
Submission received: 16 August 2025 / Revised: 14 October 2025 / Accepted: 15 October 2025 / Published: 18 October 2025
(This article belongs to the Section Environmental Forecasting)

Abstract

Accurate precipitation forecasting plays a crucial role in sustainable water resource management, especially in arid regions like Konya, one of Turkey’s driest areas. Reliable forecasts support effective water budgeting, agricultural planning, and climate adaptation efforts in the region. This study investigates the performance of different deep learning training algorithms in forecasting monthly precipitation using Long Short-Term Memory (LSTM) networks, a method tailored for time-series prediction. A comprehensive dataset comprising 39 years (1984–2022) of precipitation records was utilized, obtained from the Turkish State Meteorological Service (MGM) as ground-based observations and from NASA’s POWER database as remote sensing data, and was split into 80% for training and 20% for testing. A comparative analysis of three widely used optimization algorithms, Adaptive Moment Estimation (ADAM), Root Mean Square Propagation (RMSProp), and Stochastic Gradient Descent with Momentum (SGDM), revealed that ADAM consistently outperformed the others in forecasting accuracy. Model performance was evaluated with statistical metrics, and the LSTM-ADAM combination achieved the best results. In the final phase, cross-validation was applied using MGM and NASA data sources in a crosswise manner to test model generalizability and data source independence. The best performance was observed when the model was trained with MGM data and tested with NASA data, achieving a remarkably low RMSE of 3.62 mm, MAE of 2.93 mm, R2 of 0.9966, and NSE of 0.9686. When trained with NASA data and tested with MGM data, the model still demonstrated strong performance, with an RMSE of 4.48 mm, MAE of 3.22 mm, R2 of 0.9921, and NSE of 0.9678. These results demonstrate that satellite and ground-based data can be used interchangeably under suitable conditions, while also confirming the superiority of the ADAM optimizer in LSTM-based precipitation forecasting.

1. Introduction

Civil engineering plays a central role in designing and managing the environment. Within this discipline, hydraulic engineering has increasingly benefited from the integration of machine learning techniques, which provide powerful tools for addressing complex challenges such as water resources management, flood and drought forecasting, and sustainable planning under climate change. By uncovering hidden patterns in large hydrometeorological datasets, machine learning approaches contribute to improved decision-making and operational efficiency in water-related projects. Historically, water has been a fundamental driver of human civilization, with early settlements flourishing near rivers and lakes due to their importance for agriculture, trade, and industry. Today, the ability to accurately model and forecast precipitation and hydrological processes remains critical for sustaining human and ecological systems [1]. This necessity underlines the central role of water as a vital resource across multiple sectors of society. As an essential resource for both human life and ecosystems, water is critically important across various sectors, including agriculture, industry, and energy production. Among these, the agricultural sector is particularly dependent on water availability, necessitating the implementation of effective water management strategies. In this context, accurate modeling and forecasting of precipitation data are of paramount importance for the sustainable management of water resources [2]. Precipitation data serve as a key component in water resource planning, and their precise estimation is crucial for ensuring the efficient and sustainable use of water, particularly in water-intensive sectors such as agriculture [3].
In recent years, artificial intelligence and deep learning techniques have offered significant advantages in the analysis and forecasting of meteorological data. Owing to their ability to learn complex patterns from large datasets, deep learning models have demonstrated superior accuracy compared to traditional approaches. For instance, Jihoon Ko and colleagues highlight the application of deep learning methods in weather-related tasks such as precipitation forecasting, emphasizing their advantages over conventional techniques [4]. When integrated with data derived from meteorological observations as well as remote sensing technologies, these methods enable faster, more accurate, and more reliable predictions. In the literature, studies on modeling precipitation data have generally been limited to traditional statistical methods. However, in recent years, the use of artificial intelligence and machine learning techniques has increased in this field. For example, Shilpa Manandhar and colleagues developed a data-driven approach for precipitation detection using meteorological sensor data. In this study, the effects of certain atmospheric parameters on precipitation probability were investigated and a correct detection rate of 87.4% was obtained [5]. Similarly, Waqas et al., achieved high accuracy rates in daily rainfall prediction with a hybrid deep learning method they developed in Thailand and provided significant improvements compared to traditional models [6]. In another study, a deep learning model applied to rainfall forecasting in Ratnapura, Sri Lanka, demonstrated strong capability in predicting extreme rainfall events, achieving an RMSE < 5 mm and an MAE < 3 mm [7]. Such studies show how effective remote sensing data, artificial intelligence techniques, and especially LSTM can be in precipitation prediction.
The POWER dataset, a platform developed by NASA utilizing remote sensing techniques, provides a valuable resource for the analysis of monthly, climatic, and annual seasonal data. These data contribute significantly to a better understanding of climatic variables, particularly when compared with observational records. For instance, Abdul Hasib Halimi and colleagues compared NASA POWER reanalysis data with observations from meteorological stations located in the Mediterranean and continental regions of Turkey, and reported that the dataset demonstrated high accuracy in estimating temperature and relative humidity [8]. Tan et al. conducted a thorough study of gridded climate products, notably NASA POWER and ERA5-Land, in a tropical river basin, highlighting both their promise and limits in capturing precipitation dynamics and extremes. Their findings emphasize the necessity of combining sophisticated data analysis approaches with remote sensing and reanalysis products to improve hydrological modeling and severe event forecasting in unmonitored or data-poor locations [9]. A thorough review of the literature was carried out utilizing the keywords “precipitation, AND LSTM” in the Web of Science database. The assessments conducted in 2025 showed that, including the relevant keywords, there were 985 academic studies in total. VOSviewer V1.6.20 software was used to connect the studies using a restricted set of keywords [10,11]; Figure 1 provides a visual representation of the connections among the identified keywords.
In recent years, there has been a marked shift in researchers’ focus on advanced data-driven methods in hydrology. As shown in Figure 1, keywords such as deep learning, LSTM, precipitation, and climate change occupy central positions in the research landscape. This trend reflects a growing preference for deep learning, LSTM, and various machine learning approaches that have been widely adopted due to their superior predictive capabilities compared to traditional statistical methods [12,13,14,15].
In this study, monthly precipitation data from Konya, one of Turkey’s driest regions, were collected for the period 1984–2022 from both ground-based meteorological stations and NASA’s POWER database. The main objective was to assess the capability of deep learning methods, specifically Long Short-Term Memory (LSTM) networks, in forecasting monthly precipitation under arid conditions. For model development, the dataset was divided into training (80%) and testing (20%) subsets. Three widely used optimization algorithms—Adaptive Moment Estimation (ADAM), Root Mean Square Propagation (RMSProp), and Stochastic Gradient Descent with Momentum (SGDM)—were compared using standard statistical metrics to evaluate forecasting accuracy and model robustness.
To further examine generalizability, a cross-validation framework was implemented by training on one data source (MGM ground-based or NASA/POWER satellite) and testing on the other. This approach enabled the evaluation of consistency and reliability across independent datasets, thereby assessing their potential interchangeability.
The novelty of this work lies in:
Integrating multi-source datasets (MGM and NASA/POWER) for precipitation forecasting in a semi-arid region.
Benchmarking multiple optimization algorithms within the LSTM framework.
Conducting cross-validation between independent data sources to test model robustness and transferability.
By addressing these aspects, the study clarifies both the practical potential and the limitations of deep learning models for operational water management and climate adaptation in arid regions.

2. Materials and Methods

2.1. Study Area

The Konya Closed Basin (KCB) is one of the most significant endorheic basins located in the central part of Turkey’s Central Anatolia Region (Figure 2). Covering an area of approximately 50,000 km², the basin is of critical importance both hydrologically and ecologically. Surrounded by mountains, this closed basin possesses a unique drainage structure that prevents natural outflow to the sea, resulting in the retention of water within the basin. The region is characterized by a semi-arid continental climate, with limited and irregular annual precipitation. Agriculture constitutes the dominant land use in the area, with water demands largely met through groundwater and surface water resources [16,17]. However, due to increasing anthropogenic pressures and climatic variability, significant declines in groundwater levels and shrinkage of wetland areas have been observed.
The management of water resources in the KCB is vital for sustaining agricultural productivity in the region. Agricultural practices have led to excessive exploitation of water resources, contributing to considerable declines in groundwater levels. For instance, a study conducted by Bayari et al. (2009) reported an average annual decline of approximately 1 meter in groundwater levels across the KCB [18]. This situation creates challenges in securing the water necessary for agricultural irrigation and poses a threat to the ecological balance of the region. Moreover, the impacts of climate change in the KCB further complicate water resource management. A meteorological drought analysis conducted by Sarış and Gedik (2021) revealed an increasing trend in drought conditions within the KCB, which has had adverse effects on agricultural productivity. The study examined drought severity using data collected from 11 meteorological stations between 1930 and 2019. The findings underscore the urgent need for effective and sustainable water resource management strategies to address the growing water scarcity in the region [19]. The management of water resources in the KCB is also directly linked to the monitoring and assessment of groundwater levels. In a study conducted by [20], the effects of groundwater level variations on the positions of continuously operating GNSS stations were investigated. The study indicated that the decline in groundwater levels was primarily attributed to drought conditions resulting from global climate change and excessive water usage. The management of water resources in the region is also of great importance for agricultural planning [20]. A study conducted by Torun and Çakmak [21] evaluated agricultural water efficiency in the KCB [21]. The research analyzed annual irrigation water distribution volumes and efficiency indicators, emphasizing that such efficiency assessments are crucial for enhancing agricultural productivity and ensuring more effective utilization of water resources. Another key issue related to water management in the KCB is the monitoring of groundwater levels and their impact on agricultural productivity. In a study, the effects of groundwater level fluctuations on ground pressure were examined. The findings revealed that declines in groundwater levels could disrupt ground stability, potentially leading to adverse consequences in agricultural areas [22].
Figure 2 illustrates the geographical location of the KCB. The basin boundaries are shown with red lines, while major rivers and lakes are indicated in blue. Elevation differences are represented using a color gradient (green to white), providing topographic context. The average elevation of the basin is approximately 1000 m.

2.2. Data

The data used in this study consist of monthly total precipitation records for the province of Konya (37.8667° N, 32.4833° E), located within the KCB of Turkey, covering the period from 1984 to 2022. The data were obtained from two primary sources: the first source comprises ground-based observations provided by MGM (https://www.mgm.gov.tr/ (accessed on 17 October 2025) ), the official institution responsible for conducting meteorological observations and providing weather forecasting services across Turkey. MGM has been delivering reliable measurements nationwide for many decades. The second source involves remote sensing data retrieved from NASA’s POWER (https://power.larc.nasa.gov/ (accessed on 17 June 2025)) platform. These remote sensing data are derived from the MERRA-2 (Modern-Era Retrospective Analysis for Research and Applications, Version 2) dataset, which includes a wide range of climatic parameters such as solar radiation (ALLSKY_SFC_SW_DWN), total bias-corrected precipitation (PRECTOTCORR), relative humidity at 2 m (RH2M), temperature at 2 m (T2M), and wind speed at 2 m (WS2M) [23,24].
NASA data are particularly preferred for large-scale analyses due to their ability to provide consistent and continuous observations at a global scale. In this study, both ground-based data from the MGM and satellite-based data from NASA were evaluated separately. A correlation coefficient of 0.888 was found between the two datasets, indicating a strong relationship. To further harmonize the satellite-derived precipitation values with ground-based MGM observations, a bias correction function of (1.58x + 24.90) was applied. Figure 3 below visually presents the temporal variation in precipitation data, and statistical information about the data is presented in Table 1.
In Figure 3, the blue line represents ground-based MGM observations, while the black line corresponds to NASA/POWER satellite data. Both series are shown in millimeters (mm). The plot highlights seasonal and interannual variability as well as the overall consistency between the two datasets.

2.3. LSTM

Deep learning plays a significant role, particularly in forecasting tasks involving time series data. In this context, the LSTM architecture is frequently utilized due to its ability to model temporal dependencies and handle long-range patterns within sequential data. Originally proposed by Hochreiter and Schmidhuber (1997) as a solution to the vanishing gradient problem in traditional Recurrent Neural Networks (RNNs), LSTM has since become one of the most widely adopted deep learning techniques for time series analysis across various disciplines, including hydrology, climate science, and environmental modeling [25]. LSTM was specifically developed to address the limitations of traditional RNNs [26]. Its primary advantage lies in its capacity to learn long-term dependencies. LSTM cells are capable of retaining information over extended time periods, thereby allowing the model to capture the complex structures inherent in time series data. For instance, in one study employing the LSTM architecture, the model achieved high accuracy in time series forecasting tasks [27]. An LSTM unit consists of a memory cell equipped with a forget gate (ft), an input gate (it), and an output gate (ot), which collectively govern the flow of information. At each time step t, the hidden state ht is updated using the current input xt, the previous hidden state ht−1, and the previous cell state ct−1. Figure 4 displays both the fundamental architecture of LSTM and the internal structure of its memory unit.
This structure enables LSTM to learn complex relationships within time series data [28]. A recent study introduced a model that illustrates the application of LSTM networks in multi-step time series forecasting. By utilizing the multi-layered architecture of LSTM, the model is designed to effectively capture the underlying patterns and characteristics of time series data [29]. Such structures enhance the overall performance of LSTM and contribute to improved forecasting accuracy. Moreover, the use of LSTM has also been observed in meteorological parameter prediction tasks. In one study, an LSTM-based model outperformed traditional methods by achieving significantly higher accuracy rates [24]. These findings suggest that LSTM can contribute not only to addressing the critical issue of water scarcity in the region but also to exploiting its potential in energy forecasting. The forward pass process of LSTM across time steps can be expressed through the following vectorized formulas [30]:
Forget gate:
f t = σ W h f h t 1 + W x f x t + b f
Input gate:
i t = σ W h i h t 1 + w x i x t + b i
Output gate:
O t = σ W h o h t 1 + W x o x t + b o
New value:
C t = tanh W h c h t 1 + W x o x t + b c
Cell state:
C t = f t C t 1 + i t C t
Hidden state:
h t = O t tanh C t
The parameters of the gates include weights (Wi, Wf, Wc, Wo) and biases (bi, bf, bc, bo) corresponding to the input (xt) and prior hidden state (ht−1). The cell state flowing through the input gate ranges from −1 to 1. The memory cell has two states: present (Ct) and previous (Ct−1). “tanh” is the hyperbolic tangent activation function, while σ is the sigmoid activation function. ⊗ represents the convolutional operation (Hadamard product). The cell’s output (ht) is determined by its current state and output gate [24].
At the end of the methodological framework, the overall workflow of the study is summarized and visually presented in Figure 5 to provide a clearer understanding of the sequential steps applied.
In Figure 5, To ensure the robustness of the model, the dataset was initially divided internally into 80% for training and 20% for testing. In the second stage, a cross-validation approach was applied to further evaluate the model’s generalization ability in more detail.

3. Results

In this study, LSTM was implemented to forecast monthly precipitation in Konya. The dataset, covering the period 1984–2022, was obtained from both MGM and NASA POWER sources. The data were split into training (80%) and testing (20%) sets. Three optimization algorithms—ADAM, RMSProp, and SGDM—were employed during the training phase to assess their effect on model performance. Evaluation was conducted using RMSE, MAE, R2 and NSE metrics. To further validate the model’s generalizability, a cross-validation approach was applied using two configurations: one where NASA POWER data were used for training and MGM data for testing, and another with the reverse setup.
In the modeling process, LSTM architecture was employed for monthly precipitation prediction using a univariate time-series dataset. The model was trained and tested with different configurations through a nested loop structure, where the number of training epochs (m) varied from 100 to 300, and the number of hidden units in the LSTM layer (n) ranged from 10 to 30. Input and output variables were standardized using z-score normalization to improve model convergence. The LSTM model architecture consisted of a “sequenceInputLayer”, a single “lstmLayer” with n hidden units, followed by a “fullyConnectedLayer” and a “regressionLayer”. The learning process was configured with a maximum number of epochs (MaxEpochs) set to m, an initial learning rate of 0.05, and a piecewise learning rate schedule that reduced the rate by a factor of 0.2 every 125 epochs. A gradient threshold of 1 was applied to prevent gradient explosion, as suggested in [31]. Models are evaluated using the commonly recommended criteria in the literature [32,33]. The analysis used comparison measures such as RMSE, MAE, R² and NSE [34,35]. The formulas for each comparison criterion are provided below.
R M S E = 1 N i = 1 N Y e Y o 2
M A E = 1 N i = 1 N Y e Y o
R 2 = N Y o Y e Y o Y e N Y o 2 Y o 2 N Y e 2 Y e 2 2
N S E = 1 i = 1 N Y o Y e 2 i = 1 N Y o Y ¯ o 2
In these equations, N represents the number of data, Ye represents the model-predicted data, and Yo represents the observed data. Since RMSE and MSE are among the primary assessment criteria utilized in this study and both measure error magnitudes, their values are given in millimeters (mm). Higher error values indicate that the model’s predictions differ greatly from the observed data, implying poor performance. In contrast, lower error levels indicate that the model closely approximates the real data, meaning more accuracy and dependability. The coefficient of determination (R2) scales from 0 to 1, with higher values suggesting a greater correlation between predicted and observed values, resulting in a more accurate and consistent model. The comprehensive findings of the analysis are shown in Table 2 (for MGM data) and Table 3 (for NASA POWER data).
The modeling findings in Table 2 show how epoch count, and hidden layer size affect the performance of LSTM models trained on MGM data using three distinct optimization algorithms: ADAM, RMSProp, and SGDM. The ADAM optimizer produced the best training results, with decreasing RMSE and MAE values as the number of epochs grew, and R2 and NSE values reaching 1.000. However, while training errors dropped with increased complexity (more epochs and hidden units), test performance fluctuated somewhat, showing that extremely complex setups may result in overfitting. RMSProp, on the other hand, had significantly more training errors, particularly at lower epoch counts, but produced the most consistent and accurate test results in simpler designs. The setup with 300 epochs and 10 hidden units had the lowest test RMSE (3.520) and greatest R2 (0.995), indicating good generalization ability. SGDM performed poorly in early iterations, especially with 100 epochs, but improved dramatically with larger epoch counts, reaching test R2 values of 0.97 in 200- and 300-epoch settings. However, the test RMSE values for SGDM were somewhat higher than those for ADAM and RMSProp.
The modeling results (Table 3) using NASA/POWER data reveal the performance differences among the ADAM, RMSProp, and SGDM optimization algorithms under varying LSTM configurations. ADAM once again outperformed the other algorithms, especially as the number of epochs and hidden layer units increased. The best results were achieved with 300 epochs and 30 hidden units, where training RMSE dropped to 0.110 and test RMSE to 1.521, with R2 = 0.998 and NSE = 0.995, indicating exceptional accuracy and generalization capacity. ADAM consistently maintained low training errors across all configurations, and its test performance improved with deeper structures, suggesting that it can handle model complexity well without overfitting when trained sufficiently. RMSProp showed a clear improvement as training epochs increased, particularly when using simpler architecture. While it performed poorly at 100 epochs—with high training and test RMSE values—it provided competitive results at 300 epochs, notably achieving test RMSE = 1.488 and test R2 = 0.996 with 10 hidden units. This suggests that RMSProp is highly effective when paired with extended training in lower-complexity models, although its performance slightly fluctuated with deeper networks. SGDM, while generally less accurate than ADAM and RMSProp, still demonstrated solid improvements at higher epoch levels. At 300 epochs and 10 hidden units, SGDM produced training RMSE = 0.860 and test RMSE = 1.897, with R2 = 0.994, which is on par with RMSProp. However, deeper SGDM models (with 20–30 hidden units) resulted in slightly higher test errors and lower R2, indicating a sensitivity to network complexity and the need for tuning. The findings show that ADAM proved to be the most effective optimizer for both training and testing on the MGM and NASA/POWER dataset, especially in deeper architectures and extended epochs. RMSProp delivered highly competitive test performance in shallow, well-trained models, while SGDM showed reliable but slightly less efficient behavior, requiring longer training to match the performance of the others. The scatter and time series plots corresponding to the best-performing methods are presented below in Figure 6 and Figure 7.
This study also evaluates the performance of LSTM under different optimization algorithms through Taylor diagrams, which visually illustrate forecasting accuracy and consistency with observed data. The diagrams are presented below in Figure 8 and Figure 9.
To further evaluate the distribution and variability of model predictions, a violin plot was employed. Violin plots combine box plot features with kernel density estimation, allowing a detailed visualization of prediction spread and central tendency. As shown in Figure 10 and Figure 11, LSTM-ADAM produces distributions that closely resemble the observed data and provide more reliable predictions.
Then, the test results of the applied models were statistically evaluated t-tests in order to assess the robustness and significance of differences between the measured and estimated precipitation values [36]. The tests were conducted at a 95% confidence level. Table 4 presents the t-test statistics.
In Table 4, t-tests revealed no statistically significant differences between the measured and modeled precipitation for any optimizer or data source (all p ≥ 0.467, α = 0.05). Accordingly, the LSTM-based estimates may be considered unbiased with respect to the observational mean during the test period, consistently across both MGM and NASA inputs. In this study, to develop the model in long-term precipitation forecasts and to test the data source independence, MGM ground-based data and NASA/POWER satellite data were used crosswise. With this cross-validation method applied in the last stage of the study, NASA data were used for training in the first scenario and MGM data for testing; in the second scenario, the opposite structure was adopted. This approach aimed to evaluate whether deep learning models (especially LSTM-ADAM) can provide consistent and reliable results with different data sources. The performance results obtained from these cross-validation scenarios are presented in Table 5, highlighting the robustness of the LSTM-ADAM algorithm across varying data sources.
The results in Table 5 show the performance of the LSTM model with different data sources in the cross-validation analysis performed between the MGM and NASA datasets. In the scenario trained with MGM data and tested with NASA data, the model generally exhibited lower error rates and higher accuracy. The best result obtained in the testing phase in this scenario was achieved when 300 epochs and 30 hidden layers were used; In this configuration, RMSE 3.62 mm, MAE 2.93 mm, R2 0.9966 and NSE 0.9686 values were obtained. On the other hand, it was observed that the error rates were relatively higher in the scenario trained with NASA data and tested with MGM data. In this second scenario, the most successful result was again obtained with 300 epochs and 30 hidden layers, and in the testing phase, RMSE 4.48 mm, MAE 3.22 mm, R2 0.9921 and NSE 0.9678 values were reached. Although the ADAM optimization algorithm showed superior performance in both scenarios, the overall evaluation showed that the model trained with MGM data and tested with NASA data stood out with lower error and higher accuracy. As a result, the most successful performance was obtained in training with MGM dataset, testing with NASA dataset, 300 epochs and 30 hidden layers configuration.

4. Discussion

In this study, the primary focus was to enhance the accuracy of precipitation forecasting, which plays a critical role in sustainable water resource management in Konya. LSTM networks were selected due to their proven effectiveness in modeling time series data, particularly when dealing with complex and dynamic environmental patterns. Previous research has consistently demonstrated the superior performance of LSTM models among deep learning techniques, making them a popular choice for hydrometeorological forecasting tasks [12]. In line with these findings, this study highlights the advantage of LSTM’s ability to learn from sequential historical data, which significantly contributes to improved forecasting precision. A comparative analysis of various deep learning training algorithms revealed that the ADAM optimizer consistently outperformed its counterparts in terms of predictive accuracy. This observation aligns with existing literature, which emphasizes ADAM’s ability to accelerate convergence while enhancing model accuracy [37]. The superior performance of ADAM in this study can be attributed to its adaptive learning rate mechanism, which provides stability and prevents overfitting when dealing with heterogeneous climatic time series, whereas RMSProp and SGDM are more sensitive to local minima. Accordingly, the use of ADAM in optimizing LSTM models is strongly supported by the results of this study. Model performance was rigorously evaluated using standard statistical metrics, including RMSE, MAE and the R2 [38,39]. Another critical component of this study was the implementation of cross-validation to assess the generalizability of the model. This evaluation was conducted using data from two different sources: the MGM and NASA. By training the model using MGM (ground-based) data and testing it with NASA (remote-sensing) data, this study aimed to evaluate the model’s robustness across independent data sources. Although both datasets share the same spatial coordinate framework, the inclusion of remote sensing–based variables with broader spatial coverage helps to mitigate the potential impact of domain shift between ground-based observation stations and large-scale predictors. This integrated strategy enhances the model’s capacity to generalize under varying data distributions. The results demonstrated that the model maintained a high level of performance even when applied to previously unseen data, indicating strong robustness and data-source independence. This can be explained by the fact that MGM station data directly captures the local hydrometeorological dynamics of the Konya Basin (semi-arid continental climate, groundwater-driven feedbacks), which are sometimes smoothed in reanalysis or satellite-based datasets, thereby allowing LSTM to learn more localized precipitation variability. This finding suggests that, under appropriate conditions, remote sensing and ground-based observations can be used interchangeably for precipitation forecasting [40,41]. Moreover, the application of LSTM in weather forecasting holds considerable importance, particularly in the context of climate change adaptation and sustainable water resource management. The ability of LSTM networks to capture nonlinear temporal dependencies allows for the effective modeling of complex meteorological variables such as precipitation, temperature, humidity, and wind speed. This capability is particularly critical given the increasing variability and extremity of weather patterns driven by global climate change. Numerous studies have demonstrated the superior performance of LSTM-based models in forecasting weather-related parameters with higher accuracy compared to traditional statistical methods. For instance, LSTM has been successfully used to enhance short- and medium-term forecasts, which are vital for early warning systems, drought assessments, and precision agriculture applications. Additionally, improved weather prediction facilitated by LSTM contributes to better decision-making in water allocation, energy demand forecasting, and climate-resilient infrastructure planning [42,43,44,45,46,47,48]. Given these advantages, the integration of LSTM models into operational forecasting systems can play a transformative role in managing climate-related risks and ensuring the resilience of socio-ecological systems [13,49]. In this context, it is emphasized that LSTM models can play a critical role in addressing climate change and supporting sustainable water resource management. The effectiveness of LSTM networks in time series forecasting has been further evaluated through comparisons with various optimization algorithms, including ADAM, RMSProp, and SGDM. Among these, the ADAM optimizer consistently produced superior results. Notably, the model trained using MGM data and tested with NASA data achieved an RMSE of 3.62 mm, an MAE of 2.93 mm, an R2 of 0.9966, and an NSE of 0.9686. These high-performance metrics provide compelling evidence that remote sensing data and ground-based observations can be used interchangeably under appropriate conditions. This is particularly significant in the context of integrated water management and climate resilience, where reliable data may be scarce or unevenly distributed. Moreover, studies exploring the generalizability of LSTM-based forecasting models across different data sources demonstrate the flexibility of such models. Their ability to learn from historical patterns and accurately predict future precipitation supports their practical potential in water resources planning, drought risk mitigation, and adaptive infrastructure development [23,50,51,52]. The findings of this study offer valuable insights into water management and climate resilience, particularly in arid regions such as Konya. The high accuracy achieved by LSTM-based models in precipitation forecasting enables more effective planning and management of water resources. Furthermore, the integration of remote sensing and ground-based data emerges as a critical strategy for enhancing the reliability of such forecasts.

5. Conclusions

In this study, the performance of LSTM-based deep learning models was evaluated using ground-based (MGM) and remotely sensed (NASA POWER) data for the purpose of estimating monthly total precipitation in Konya Closed Basin. In the modeling process, three different optimization algorithms (ADAM, RMSProp and SGDM) were compared, and it was determined that the ADAM algorithm gave the most successful results in both datasets. In the standard modeling stage performed on the same dataset, using 300 epochs and 10 hidden layers with MGM data, a test RMSE value of 3.52 mm was obtained, with an MAE of 2.59 mm, R2 of 0.995 and NSE of 0.980. In the modeling performed with NASA data, the best result was obtained with 300 epochs and 30 hidden layers; test RMSE values of 1.52 mm were reached, with an MAE of 1.06 mm, R2 of 0.998 and NSE of 0.995. These results have shown high accuracy and strong model robustness especially in satellite data.
In the cross-validation phase of the study, two scenarios were designed to evaluate both the development and generalization capacity of the model, as well as the independence from data sources. In these scenarios, MGM and NASA POWER were used crosswise: in the first scenario, training was performed with MGM data and testing with NASA data; in the second scenario, the opposite structure was applied. The analyses demonstrated that the model trained with MGM data and tested with NASA data yielded better performance, achieving a test RMSE of 3.62 mm, MAE of 2.93 mm, R2 of 0.9966, and NSE of 0.9686 with 300 epochs and 30 hidden layers. In contrast, when trained with NASA data and tested with MGM data, the error rates were slightly higher, with the best results recorded as a test RMSE of 4.48 mm, MAE of 3.22 mm, R2 of 0.9921, and NSE of 0.9678 under the same conditions. These findings indicate a high level of agreement between ground-based observations and satellite data, while also highlighting that models trained on MGM data offer better generalization towards remote sensing data. Overall, the cross-validation results confirmed that remote sensing data can effectively replicate ground-based measurements, allowing these two data sources to be used interchangeably under certain conditions. This demonstrates that global datasets like NASA POWER can serve as a reliable alternative in regions with limited data availability or insufficient ground-based observations. While the framework was demonstrated on the Konya Basin, its application to other climatic regions remains a future research priority. Moreover, possible biases in NASA POWER data, particularly in arid zones, should be considered when transferring this approach beyond the study area. Furthermore, this approach supports the development of flexible and sustainable solutions in critical areas such as water resources management and agricultural planning. The detailed comparison of the best-performing algorithm in predicting monthly total precipitation using cross data is presented in Table 5.
The study has shown that LSTM-based deep learning models, especially with the ADAM optimization algorithm, provide a powerful and effective method for precipitation estimation. The ability to use different data sources as alternatives provides significant flexibility in regions where observation infrastructure is insufficient. In addition, it is emphasized that hyperparameters such as the number of epochs and the number of hidden layers should be optimized carefully. The results obtained provide valuable contributions to sustainable water management, agricultural planning and climate adaptation strategies in arid and semi-arid regions. In future studies, it is recommended that this method be applied in different climatic regions and with multivariate datasets, further increasing the estimation accuracy and operational usability. These findings provide practical guidance for sustainable water management and support drought adaptation strategies, particularly in arid and data-scarce regions where reliable precipitation forecasting is critical.

Funding

This research received no external funding.

Data Availability Statement

Data will be made available on request.

Acknowledgments

The author would like to thank the Turkish State Meteorological Service (MGM) and NASA/POWER (Prediction of Worldwide Energy Resources) for providing free access to the meteorological data used in this study. Their valuable data services have significantly contributed to the completion of this research.

Conflicts of Interest

The author declares no conflicts of interest.

References

  1. Behzadi, S.; Jalilzadeh, A. Introducing a Novel Digital Elevation Model Using Artificial Neural Network Algorithm. Civ. Eng. Dimens. 2020, 22, 47–51. [Google Scholar] [CrossRef]
  2. Katipoğlu, O.M. Evaluation of the Performance of Data-Driven Approaches for Filling Monthly Precipitation Gaps in a Semi-Arid Climate Conditions. Acta Geophys. 2023, 71, 2265–2285. [Google Scholar] [CrossRef]
  3. Hosseiny, S.H.; Bozorg-Haddad, O.; Bocchiola, D. History. In Economical, Political, and Social Issues in Water Resources; Elsevier: Amsterdam, The Netherlands, 2021; pp. 189–216. [Google Scholar]
  4. Ko, J.; Lee, K.; Hwang, H.; Shin, K. Deep-Learning-Based Precipitation Nowcasting with Ground Weather Station Data and Radar Data. In Proceedings of the 2022 IEEE International Conference on Data Mining Workshops (ICDMW), Orlando, FL, USA, 28 November–1 December 2022; IEEE: Piscataway, NJ, USA, 2022; pp. 1063–1070. [Google Scholar]
  5. Manandhar, S.; Dev, S.; Lee, Y.H.; Meng, Y.S.; Winkler, S. A Data-Driven Approach to Detect Precipitation from Meteorological Sensor Data. In Proceedings of the IGARSS 2018—2018 IEEE International Geoscience and Remote Sensing Symposium, Valencia, Spain, 22–27 July 2018; IEEE: Piscataway, NJ, USA; pp. 3872–3875. [Google Scholar]
  6. Waqas, M.; Humphries, U.W.; Hlaing, P.T.; Wangwongchai, A.; Dechpichai, P. Advancements in Daily Precipitation Forecasting: A Deep Dive into Daily Precipitation Forecasting Hybrid Methods in the Tropical Climate of Thailand. MethodsX 2024, 12, 102757. [Google Scholar] [CrossRef]
  7. Saubhagya, S.; Tilakaratne, C.; Lakraj, P.; Mammadov, M. Granger Causality-Based Forecasting Model for Rainfall at Ratnapura Area, Sri Lanka: A Deep Learning Approach. Forecasting 2024, 6, 1124–1151. [Google Scholar] [CrossRef]
  8. Halimi, A.H.; Karaca, C.; Büyüktaş, D. Evaluation of NASA POWER Climatic Data against Ground-Based Observations in The Mediterranean and Continental Regions of Turkey. Tekirdağ Ziraat Fakültesi Derg. 2023, 20, 104–114. [Google Scholar] [CrossRef]
  9. Tan, M.L.; Armanuos, A.M.; Ahmadianfar, I.; Demir, V.; Heddam, S.; Al-Areeq, A.M.; Abba, S.I.; Halder, B.; Cagan Kilinc, H.; Yaseen, Z.M. Evaluation of NASA POWER and ERA5-Land for Estimating Tropical Precipitation and Temperature Extremes. J. Hydrol. 2023, 624, 129940. [Google Scholar] [CrossRef]
  10. VOSviewer. Welcome to VOSviewer. Available online: https://www.vosviewer.com/ (accessed on 1 June 2025).
  11. van Eck, N.J.; Waltman, L. Software Survey: VOSviewer, a Computer Program for Bibliometric Mapping. Scientometrics 2010, 84, 523–538. [Google Scholar] [CrossRef]
  12. Siami-Namini, S.; Tavakoli, N.; Namin, A.S. The Performance of LSTM and BiLSTM in Forecasting Time Series. In Proceedings of the 2019 IEEE International Conference on Big Data (Big Data), Los Angeles, CA, USA, 9–12 December 2019; IEEE: Piscataway, NJ, USA, 2019; pp. 3285–3292. [Google Scholar]
  13. Kumar Dubey, A.; Kumar, A.; García-Díaz, V.; Kumar Sharma, A.; Kanhaiya, K. Study and Analysis of SARIMA and LSTM in Forecasting Time Series Data. Sustain. Energy Technol. Assess. 2021, 47, 101474. [Google Scholar] [CrossRef]
  14. El Hafyani, M.; El Himdi, K.; El Adlouni, S.E. Improving Monthly Precipitation Prediction Accuracy Using Machine Learning Models: A Multi-View Stacking Learning Technique. Front. Water 2024, 6, 1378598. [Google Scholar] [CrossRef]
  15. Sham, F.A.F.; El-Shafie, A.; Jaafar, W.Z.W.; S, A.; Sherif, M.; Ahmed, A.N. Advances in AI-Based Rainfall Forecasting: A Comprehensive Review of Past, Present, and Future Directions with Intelligent Data Fusion and Climate Change Models. Results Eng. 2025, 27, 105774. [Google Scholar] [CrossRef]
  16. Tuğrul, T.; Hinis, M.A. Improvement of Drought Forecasting by Means of Various Machine Learning Algorithms and Wavelet Transformation. Acta Geophys. 2024, 73, 855–874. [Google Scholar] [CrossRef]
  17. Gökteş, H.E.; Dağlı, Z. A View to Drought with NDVI and Machine Learning: Konya Closed Basin. Turkish J. Remote Sens. 2022, 4, 75–86. [Google Scholar] [CrossRef]
  18. Bayari, C.S.; Ozyurt, N.N.; Kilani, S. Radiocarbon Age Distribution of Groundwater in the Konya Closed Basin, Central Anatolia, Turkey. Hydrogeol. J. 2009, 17, 347–365. [Google Scholar] [CrossRef]
  19. Sarış, F.; Gedik, F. Meteorological Drought Analysis in Konya Closed Basin. J. Geog. 2021, 42, 295–308. Available online: https://dergipark.org.tr/en/pub/iucografya/issue/63677/885519 (accessed on 18 December 2017). [CrossRef]
  20. Erdogan, H.; Oktar, O.; Gezgin, C.; Poyraz, F.; Arslan, N.; Yilmazturk, F. Investigating the Effects of Groundwater Level Changes on GNSS Observations in the Konya Closed Basin. Earth Sci. Res. J. 2022, 25, 405–414. [Google Scholar] [CrossRef]
  21. Torun, E.; Çakmak, B. Evaluation of Water Efficiency in Agriculture: The Case of the Konya Closed Basin. Irrig. Drain. 2024, 73, 1470–1482. [Google Scholar] [CrossRef]
  22. Demir, V.; Uray, E.; Orhan, O.; Yavariabdi, A.; Kusetogulları, H. Trend Analysis of Ground-Water Levels and The Effect of Effective Soil Stress Change: The Case Study of Konya Closed Basin. Eur. J. Sci. Technol. 2021, 24, 515–522. [Google Scholar] [CrossRef]
  23. Mendyl, A.; Demir, V.; Omar, N.; Orhan, O.; Weidinger, T. Enhancing Solar Radiation Forecasting in Diverse Moroccan Climate Zones: A Comparative Study of Machine Learning Models with Sugeno Integral Aggregation. Atmosphere 2024, 15, 103. [Google Scholar] [CrossRef]
  24. Demir, V. Evaluation of Solar Radiation Prediction Models Using AI: A Performance Comparison in the High-Potential Region of Konya, Türkiye. Atmosphere 2025, 16, 398. [Google Scholar] [CrossRef]
  25. Hochreiter, S.; Schmidhuber, J. Long Short-Term Memory. Neural Comput. 1997, 9, 1735–1780. [Google Scholar] [CrossRef] [PubMed]
  26. Cheng, S.; Qiao, X.; Shi, Y.; Wang, D. Machine Learning for Predicting Discharge Fluctuation of a Karst Spring in North China. Acta Geophys. 2021, 69, 257–270. [Google Scholar] [CrossRef]
  27. Qiao, Y.; Xu, K.; Zhou, K. Research on Time Series Based on Improved LSTM. In Proceedings of the 2023 IEEE 3rd International Conference on Power, Electronics and Computer Applications (ICPECA), Shenyang, China, 29–31 January 2023; IEEE: Piscataway, NJ, USA, 2023; pp. 951–958. [Google Scholar]
  28. He, T.; Droppo, J. Exploiting LSTM Structure in Deep Neural Networks for Speech Recognition. In Proceedings of the 2016 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Shanghai, China, 20–25 March 2016; IEEE: Piscataway, NJ, USA, 2016; pp. 5445–5449. [Google Scholar]
  29. Wang, X.; Zhang, Y. Multi-Step-Ahead Time Series Prediction Method with Stacking LSTM Neural Network. In Proceedings of the 2020 3rd International Conference on Artificial Intelligence and Big Data (ICAIBD), Chengdu, China, 28–31 May 2020; IEEE: Piscataway, NJ, USA, 2020; pp. 51–55. [Google Scholar]
  30. Wang, H.; Zhang, J.; Yang, J. Time Series Forecasting of Pedestrian-Level Urban Air Temperature by LSTM: Guidance for Practitioners. Urban Clim. 2024, 56, 102063. [Google Scholar] [CrossRef]
  31. Demir, V.; Citakoglu, H. Forecasting of Solar Radiation Using Different Machine Learning Approaches. Neural Comput. Appl. 2023, 35, 887–906. [Google Scholar] [CrossRef]
  32. Legates, D.R.; McCabe, G.J., Jr. Evaluating the Use of “Goodness-of-fit” Measures in Hydrologic and Hydroclimatic Model Validation. Water Resour. Res. 1999, 35, 233–241. [Google Scholar] [CrossRef]
  33. Heddam, S.; Al-Areeq, A.M.; Tan, M.L.; Ahmadianfar, I.; Halder, B.; Demir, V.; Kilinc, H.C.; Abba, S.I.; Oudah, A.Y.; Yaseen, Z.M. New Formulation for Predicting Total Dissolved Gas Supersaturation in Dam Reservoir: Application of Hybrid Artificial Intelligence Models Based on Multiple Signal Decomposition. Artif. Intell. Rev. 2024, 57, 85. [Google Scholar] [CrossRef]
  34. Tao, H.; Abba, S.I.; Al-Areeq, A.M.; Tangang, F.; Samantaray, S.; Sahoo, A.; Siqueira, H.V.; Maroufpoor, S.; Demir, V.; Dhanraj Bokde, N.; et al. Hybridized Artificial Intelligence Models with Nature-Inspired Algorithms for River Flow Modeling: A Comprehensive Review, Assessment, and Possible Future Research Directions. Eng. Appl. Artif. Intell. 2024, 129, 107559. [Google Scholar] [CrossRef]
  35. Citakoglu, H. Comparison of Multiple Learning Artificial Intelligence Models for Estimation of Long-Term Monthly Temperatures in Turkey. Arab. J. Geosci. 2021, 14, 2131. [Google Scholar] [CrossRef]
  36. Rayudu, D.V.; Roseline, J.F. Accurate Weather Forecasting for Rainfall Prediction Using Artificial Neural Network Compared with Deep Learning Neural Network. In Proceedings of the 2023 International Conference on Artificial Intelligence and Knowledge Discovery in Concurrent Engineering (ICECONF), Chennai, India, 5–7 January 2023; pp. 1–6. [Google Scholar] [CrossRef]
  37. Chai, T.; Draxler, R.R. Root Mean Square Error (RMSE) or Mean Absolute Error (MAE)? Unpaywall 2014, 15, 5481–5487. [Google Scholar]
  38. Li, Y.; Tong, Z.; Tong, S.; Westerdahl, D. A Data-Driven Interval Forecasting Model for Building Energy Prediction Using Attention-Based LSTM and Fuzzy Information Granulation. Sustain. Cities Soc. 2022, 76, 103481. [Google Scholar] [CrossRef]
  39. Willmott, C.J.; Matsuura, K. Advantages of the Mean Absolute Error (MAE) over the Root Mean Square Error (RMSE) in Assessing Average Model Performance. Clim. Res. 2005, 30, 79–82. [Google Scholar] [CrossRef]
  40. Balti, H.; Ben Abbes, A.; Mellouli, N.; Sang, Y.; Farah, I.R.; Lamolle, M.; Zhu, Y. Big Data Based Architecture for Drought Forecasting Using LSTM, ARIMA, and Prophet: Case Study of the Jiangsu Province, China. In Proceedings of the 2021 International Congress of Advanced Technology and Engineering (ICOTEN), Taiz, Yemen, 4–5 July 2021; IEEE: Piscataway, NJ, USA; pp. 1–8. [Google Scholar]
  41. Westwater, E.R. Ground-Based Microwave Remote Sensing of Meteorological Variables. In Atmospheric Remote Sensing by Microwave Radiometry; John Wiley and Sons: Hoboken, NJ, USA, 1993; pp. 145–213. ISBN 1251006011111. [Google Scholar]
  42. Afanasieva, T.V.; Platov, P.V. Forecasting Short-Term and Medium-Term Time Series: A Comparison of Artificial Neural Networks and Fuzzy Models. In Theory and Applications of Time Series Analysis; Springer: Cham, Switzerland, 2020; pp. 349–363. [Google Scholar]
  43. Wang, T.; Tu, X.; Singh, V.P.; Chen, X.; Lin, K.; Zhou, Z. Drought Prediction: Insights from the Fusion of LSTM and Multi-Source Factors. Sci. Total Environ. 2023, 902, 166361. [Google Scholar] [CrossRef]
  44. Kadam, C.M.; Bhosle, U.V.; Holambe, R.S. Deep Learning-Driven Regional Drought Assessment: An Optimized Perspective. Earth Sci. Inform. 2024, 17, 1523–1537. [Google Scholar] [CrossRef]
  45. Vo, T.Q.; Kim, S.-H.; Nguyen, D.H.; Bae, D.-H. LSTM-CM: A Hybrid Approach for Natural Drought Prediction Based on Deep Learning and Climate Models. Stoch. Environ. Res. Risk Assess. 2023, 37, 2035–2051. [Google Scholar] [CrossRef]
  46. Xu, D.; Zhang, Q.; Ding, Y.; Zhang, D. Application of a Hybrid ARIMA-LSTM Model Based on the SPEI for Drought Forecasting. Environ. Sci. Pollut. Res. 2022, 29, 4128–4144. [Google Scholar] [CrossRef] [PubMed]
  47. Kow, P.-Y.; Liou, J.-Y.; Yang, M.-T.; Lee, M.-H.; Chang, L.-C.; Chang, F.-J. Advancing Climate-Resilient Flood Mitigation: Utilizing Transformer-LSTM for Water Level Forecasting at Pumping Stations. Sci. Total Environ. 2024, 927, 172246. [Google Scholar] [CrossRef] [PubMed]
  48. Khan, M.; Al-Ammar, E.A.; Naeem, M.R.; Ko, W.; Choi, H.-J.; Kang, H.-K. Forecasting Renewable Energy for Environmental Resilience through Computational Intelligence. PLoS ONE 2021, 16, e0256381. [Google Scholar] [CrossRef]
  49. Chang, L.-C.; Yang, M.-T.; Chang, F.-J. Flood Resilience through Hybrid Deep Learning: Advanced Forecasting for Taipei’s Urban Drainage System. J. Environ. Manag. 2025, 379, 124835. [Google Scholar] [CrossRef]
  50. Taslim, D.G.; Murwantara, I.M. A Comparative Study of ARIMA and LSTM in Forecasting Time Series Data. In Proceedings of the 2022 9th International Conference on Information Technology, Computer, and Electrical Engineering (ICITACEE), Semarang, Indonesia, 25–26 August 2022; IEEE: Piscataway, NJ, USA, 2022; pp. 231–235. [Google Scholar]
  51. Stolarski, R.S. Evaluation of Chemistry-Climate Model Results Using Long-Term Satellite and Ground-Based Data. Available online: https://ntrs.nasa.gov/citations/20060012184 (accessed on 9 April 2025).
  52. Arslan, S. A Hybrid Forecasting Model Using LSTM and Prophet for Energy Consumption with Decomposition of Time Series Data. PeerJ Comput. Sci. 2022, 8, e1001. [Google Scholar] [CrossRef]
Figure 1. Connection among the identified keywords.
Figure 1. Connection among the identified keywords.
Forecasting 07 00060 g001
Figure 2. Location of Konya Closed Basin.
Figure 2. Location of Konya Closed Basin.
Forecasting 07 00060 g002
Figure 3. Time series of monthly precipitation data for the KCB during 1984–2022.
Figure 3. Time series of monthly precipitation data for the KCB during 1984–2022.
Forecasting 07 00060 g003
Figure 4. The LSTM structure.
Figure 4. The LSTM structure.
Forecasting 07 00060 g004
Figure 5. Study workflow.
Figure 5. Study workflow.
Forecasting 07 00060 g005
Figure 6. Comparison of observed MGM data and LSTM-ADAM model.
Figure 6. Comparison of observed MGM data and LSTM-ADAM model.
Forecasting 07 00060 g006
Figure 7. Comparison of observed NASA data and LSTM-ADAM model.
Figure 7. Comparison of observed NASA data and LSTM-ADAM model.
Forecasting 07 00060 g007
Figure 8. Taylor diagram of observed MGM data comparing the performance of LSTM- optimization algorithms.
Figure 8. Taylor diagram of observed MGM data comparing the performance of LSTM- optimization algorithms.
Forecasting 07 00060 g008
Figure 9. Taylor diagram of observed NASA data comparing the performance of LSTM- optimization algorithms.
Figure 9. Taylor diagram of observed NASA data comparing the performance of LSTM- optimization algorithms.
Forecasting 07 00060 g009
Figure 10. Violin plot of observed MGM data comparing optimizers (ADAM, RMSProp, SGDM).
Figure 10. Violin plot of observed MGM data comparing optimizers (ADAM, RMSProp, SGDM).
Forecasting 07 00060 g010
Figure 11. Violin plot of observed NASA data comparing optimizers (ADAM, RMSProp, SGDM).
Figure 11. Violin plot of observed NASA data comparing optimizers (ADAM, RMSProp, SGDM).
Forecasting 07 00060 g011
Table 1. Statistical information of data.
Table 1. Statistical information of data.
ParameterObserved MGMObserved NASA
Mean26.7726.77
Median20.921.63
Standard Deviation24.0421.35
Max124.00145.02
Min0.000.00
Table 2. Modeling results of different parameters and optimization algorithms for precipitation forecasting using MGM data.
Table 2. Modeling results of different parameters and optimization algorithms for precipitation forecasting using MGM data.
DatasetAlgorithmEpochsHidden LayersTrainTest
Train RMSETrain MAETrain R2Train NSETest RMSETest MAETest R2Test NSE
MGMADAM100101.2161.0890.9990.9973.3751.8510.9890.982
100201.2661.0900.9990.9973.9522.1500.9820.975
100300.9070.6810.9990.9994.0802.7980.9900.973
200100.5020.3950.9990.9993.6422.4400.9910.979
200200.2630.2040.9990.9994.3062.8570.9850.970
200300.3340.2760.9990.9994.0162.9930.9910.974
300100.3480.2590.9990.9993.7652.6950.9910.977
300200.1740.1380.9990.9994.2182.8020.9850.971
300300.1800.1350.9990.9993.8742.7820.9910.976
RMSProp100103.3872.4450.9940.9806.2394.3640.9890.938
100203.0632.4210.9900.9835.0703.4000.9680.959
100304.3523.7620.9940.9668.2846.9550.9840.890
200101.0160.7840.9990.9984.1473.2400.9930.972
200201.2931.0140.9990.9975.3123.6080.9850.955
200300.7380.5860.9990.9994.8973.7070.9900.962
300100.6470.4650.9990.9993.5202.5880.9950.980
300200.5110.3540.9990.9994.4002.9560.9860.969
300300.3860.3020.9990.9994.6793.2530.9870.965
SGDM100103.9173.5160.9950.9737.6286.1750.9700.907
100206.9456.7890.9960.9146.5435.2160.9650.931
100303.2963.1230.9980.9814.5122.1850.9710.967
200100.9790.7330.9980.9984.5392.6080.9790.967
200201.5581.4200.9990.9965.2914.0400.9810.955
200302.3922.2530.9990.9906.1324.9810.9780.940
300100.7480.5420.9990.9994.5142.6760.9810.967
300200.6820.5050.9990.9994.5523.0060.9810.967
300300.6940.5050.9990.9994.5882.8080.9780.966
Table 3. Modeling results of different parameters and optimization algorithms for precipitation forecasting using NASA/POWER data.
Table 3. Modeling results of different parameters and optimization algorithms for precipitation forecasting using NASA/POWER data.
DatasetAlgorithmEpochsHidden LayersTrainTest
Train RMSETrain MAETrain R2Train NSETest RMSETest MAETest R2Test NSE
NASA/POWERADAM100101.8111.6070.9990.9932.5842.1850.9940.984
100201.3571.2590.9990.9962.5032.0440.9950.985
100301.1040.9580.9990.9971.9261.5300.9970.991
200100.6520.5260.9990.9991.9781.1650.9950.991
200200.2820.2370.9990.9991.7831.0990.9960.992
200300.1510.1130.9990.9991.5491.0620.9980.994
300100.2920.2230.9990.9991.8481.1210.9950.992
300200.1440.1090.9990.9991.7811.1590.9970.992
300300.1100.0840.9990.9991.5211.0610.9980.995
RMSProp100103.5172.6010.9840.9744.4333.2420.9800.953
100204.1733.2060.9840.9634.3603.6300.9790.955
100304.6543.6300.9810.9545.7684.6690.9630.921
200101.1880.8760.9990.9971.9531.4050.9950.991
200200.9840.8100.9990.9981.9021.2390.9940.991
200300.8880.7000.9990.9981.9391.2890.9910.991
300100.5350.4040.9990.9991.4881.1240.9960.995
300200.3970.3110.9990.9991.6271.2110.9960.994
300300.3820.3050.9990.9992.0141.4840.9920.990
SGDM100102.5772.2790.9960.9863.0202.1780.9890.978
100202.6202.3650.9960.9853.9272.4780.9760.963
100303.0322.8210.9970.9804.0162.8670.9810.962
200102.2221.9870.9980.9892.9462.5210.9930.979
200201.7311.5390.9980.9943.2672.2970.9850.975
200302.1612.0030.9980.9903.3012.6760.9870.974
300100.8600.5720.9980.9981.8971.3330.9940.991
300200.7240.4920.9990.9992.5981.3860.9860.984
300301.1090.9130.9990.9972.6171.7490.9890.984
Table 4. Two-sample t-tests comparing the models during the test period.
Table 4. Two-sample t-tests comparing the models during the test period.
DataMethodt-Tests
tp
MGMADAM0.46650.6413
RMSProp0.72920.4667
SGDM0.21790.8277
NASAADAM0.15750.8750
RMSProp0.11430.9091
SGDM0.15360.8791
Table 5. Comparison of the best algorithm in predicting monthly total precipitation by using the cross data.
Table 5. Comparison of the best algorithm in predicting monthly total precipitation by using the cross data.
DatasetEpochsHidden LayersTrainTest
RMSEMAER2NSERMSEMAER2NSE
MGM to NASA100101.21621.08850.9990.99743.43022.66740.99560.9719
100201.26641.08950.9990.99713.80782.92520.99250.9654
100300.90660.68080.9990.99853.07562.4920.99630.9774
200100.5020.39520.9990.99963.35642.68910.99650.9731
200200.26260.20440.9990.99993.7843.04160.99390.9658
200300.33370.27630.9990.99983.68262.99270.99680.9676
300100.34750.25940.9990.99983.41712.78420.99680.9721
300200.17410.13760.9990.99993.80893.06730.99420.9653
300300.17970.13480.9990.99993.62382.93440.99660.9686
NASA to MGM100101.81121.60680.9990.99305.9714.32210.98660.9428
100201.35711.25850.9990.99605.64613.93960.98450.9488
100301.1040.95760.9990.99745.23293.75640.99090.9561
200100.65170.5260.9990.99914.38762.96490.98680.9691
200200.28190.23650.9990.99984.54973.0830.98650.9668
200300.15130.11270.9990.99984.45673.20960.99190.9681
300100.29180.22260.9990.99984.65753.20810.98780.9652
300200.14430.1090.9990.99984.60843.11960.98740.9659
300300.11010.08390.9990.99984.48023.22240.99210.9678
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Demir, V. Deep Learning-Based Multi-Source Precipitation Forecasting in Arid Regions Using Different Optimizations: A Case Study from Konya, Turkey. Forecasting 2025, 7, 60. https://doi.org/10.3390/forecast7040060

AMA Style

Demir V. Deep Learning-Based Multi-Source Precipitation Forecasting in Arid Regions Using Different Optimizations: A Case Study from Konya, Turkey. Forecasting. 2025; 7(4):60. https://doi.org/10.3390/forecast7040060

Chicago/Turabian Style

Demir, Vahdettin. 2025. "Deep Learning-Based Multi-Source Precipitation Forecasting in Arid Regions Using Different Optimizations: A Case Study from Konya, Turkey" Forecasting 7, no. 4: 60. https://doi.org/10.3390/forecast7040060

APA Style

Demir, V. (2025). Deep Learning-Based Multi-Source Precipitation Forecasting in Arid Regions Using Different Optimizations: A Case Study from Konya, Turkey. Forecasting, 7(4), 60. https://doi.org/10.3390/forecast7040060

Article Metrics

Back to TopTop