Water level prediction is an essential factor for the safe operation of pumping stations. However, due to the complex nonlinear relationship between the water level of the front pool of the pumping station and the influencing factors, the prediction of the water level is still inaccurate and untimely. Backpropagation (BP) neural network, improved particle swarm optimization-BP neural network (PSO-BP), support vector machine regression (SVR), and improved PSO-SVR were used to construct 4-h and 8-h ahead prediction models for pumping station prestation water levels. Mean absolute error, mean squared error (MSE), root mean square error (RMSE), mean absolute percentage error (MAPE), and R correlation coefficient were used as prediction evaluation metrics. This method is applied in the Baliwan Pumping Station, the highest pumping station in the South-to-North Water Diversion Eastern Route Project (SNWDERP). The results showed that the MSE, RMSE, and MAPE of the improved PSO-BP model were smaller than other models, whereas the R correlation coefficient was larger, confirming its high prediction accuracy. All models had higher prediction accuracy 4 h ahead than 8 h ahead. Combining the time-phased water level prediction method and hybrid machine learning can enhance the water level prediction accuracy of a pumping station pre-station.

  • We propose a pumping station pre-station water level prediction model based on multiple machine learning algorithms.

  • The paper categorizes the data into the ice formation period, the aquatic grass period, and the normal scheduling period and compares them to ALL.

  • The effect of different foresight periods on forecast accuracy was analyzed.

As an indispensable natural resource for human development, water is a major factor in economic growth and social progress. Long-distance water transportation projects alleviate the problem of the uneven spatial and temporal distribution of water resources caused by the large geographical area of China. During the water transfer, safety accidents due to a significant rise or fall in the water level can be avoided by maintaining a stable water level. Therefore, in terms of operations and dispatching, a field-measurement-based prediction model of water level at pumping stations is significant for pumping station regulation, water dispatching, and building safety. The prediction model can also provide scientific guidance for dispatchers during water transfer.

Water level prediction methods mainly include simulations based on physical mechanisms and machine learning. For simulations based on physical mechanisms, Pramanik et al. (2010) built the MIKE 11 hydrodynamic model for simulating cross-sectional water levels of rivers; MIKE 11 is based on the extracted cross-sections of the digital elevation model. Jian et al. (2017) proposed the use of bias correction to improve the simulation accuracy of the hydrological model. However, the physical simulation-based approach has greater data requirements, including complete and accurate topographic information and measured hydrological data for model building and validation (Desmarais & Kuerten 2014; Dimitriadis et al. 2016; Lei et al. 2019; Tu et al. 2021). Additionally, the model implementation is highly iterative and tedious, making the water level prediction extremely complicated and time-consuming (El-Diasty & Al-Harbi 2015). In contrast, the data-driven machine learning approach has the advantages of requiring only a few input parameters and obtaining a high prediction accuracy, avoiding the multifaceted requirements and several limitations of hydrodynamic modeling while directly exploring intrinsic patterns in data for efficient water level prediction (Jordan & Mitchell 2015; Hong et al. 2021). Khan & Coulibaly (2006) applied a support vector machine (SVM) to predict lake water levels, and Behzad et al. (2010) demonstrated that SVM outperforms artificial neural networks (ANNs) in predicting groundwater levels. Chang et al. (2018) applied SVM to predict water levels 1–3 h ahead using the previous flood inundation prediction results of the Yilan River basin in Taiwan. SVMs were applied to predict groundwater level anomalies, and satisfactory results were obtained (Malakar et al. 2021). Therefore, SVM is a promising machine learning method for water level prediction. Meanwhile, neural networks have also shown excellent nonlinear mapping capabilities in water level prediction. Siddiquee & Hossain (2015) explored the applicability of ANNs in predicting river water levels and found that ANNs overcome the drawbacks of a lack of hydrological data and long model run time, being less complicated and faster. Kusudo et al. (2021) applied the single-output long short-term memory and the codec long short-term memory for simulating the water level of the Takayama Reservoir (Nara Prefecture, Japan). They found that the codec long short-term memory model was more accurate. With the continuous advancements in artificial intelligence and machine learning, coupling multiple machine learning methods has become a frequent practice in water level prediction research. Li et al. (2019) used the artificial bee colony-backpropagation (BP) neural network algorithm for groundwater level prediction. The prediction accuracy and convergence speed of the coupled algorithm were better than those of the particle swarm optimization-BP (PSO-BP), genetic algorithm optimized BP (GA-BP), and BP models. The AdaBoost algorithm was used to optimize the traditional BP neural network to improve the accuracy of water level prediction, minimizing the BP neural network prediction error (Xiong et al. 2021).

Relative to water level prediction, research is relatively limited in using machine learning to predict water levels of pumping station pre-station. Gao et al. (2018) combined a numerical simulation and a water transfer scheme to build a BP neural network model for water level prediction, obtaining a small prediction error and verifying the better prediction accuracy of the BP neural network. Similarly, a multilayer perceptron and a recurrent neural network were used for a 2, 4, and 6 h water level overprediction with high accuracy (Ren et al. 2020). Zhang et al. (2021) built a relevance vector machine (RVM) model for pre-station water level prediction, and the RVM model achieved considerably reduced root mean square error (RMSE) and mean absolute error (MAE) compared with those of BP neural networks. Liu et al. (2022) compared and analyzed the nonlinear autoregressive model with the exogenous input (NARX) model and the gray relation analysis-BP (GRA-BP) model in the prediction of water level at Tuncui. They found that the accuracy of the GRA–NARX–Bayesian regularization (GRA–NARX–BR) model considered the influencing factors more comprehensively. Xue et al. (2022) used a BP neural network model for 2, 4, and 6 h pre-pump water level prediction at Dongsong of the Jiaodong Water Transfer Project. The results showed that the BP neural network is suitable for hydrological predictions.

Based on the aforementioned idea of improving the accuracy of water level prediction, this paper introduces the concept of data staging, couples various machine learning methods, and applies them to the SNWDERP – Baliwan for pre-pump water level prediction research. The pumping station is an important hub and the highest pumping station in the Nansihu–Dongpinghu section of the SNWDERP, and the station's water level fluctuation affects the safe operation of the entire complex ‘river–lake–reservoir’ water transfer system. Therefore, this study aimed to (1) build a BP model, an improved PSO-BP model, a SVM model, and an improved PSO-SVM model, evaluating the accuracies in terms of the MAE, MSE, RMSE, MAPE, and R; (2) explore the prediction accuracy of the 4 h ahead and 8 h ahead water levels of the Baliwan pump, as well as to analyze the influence of forward period on prediction accuracy; (3) analyze the prediction accuracy of the ice formation period, aquatic grass period, normal scheduling period, and all the different datasets, and to explore the influence of different periods on the prediction accuracy of the pre-pump water level in the Baliwan pumping station and to improve the prediction accuracy.

BP neural network

The BP neural network, which is proposed by Rumelhart and McClelland, is a multilayer feedforward neural network based on an error BP algorithm (Xia & Lv 2005). The BP neural network uses a gradient descent algorithm to learn from the training data and minimize the square of the output errors. An error BP method is used to train the weights and bias values of the network nodes. The advantages of the BP neural network are its simple structure, strong nonlinear mapping capability, good self-learning capability, and high-accuracy approximation of arbitrary functions (Supplementary Fig. S1a).

SVM regression

The SVM regression (SVR) is a subset of SVMs (Cheng et al. 2022; Tipping 2001). The concept of the SVR is to build an ‘interval band’ with spacing on either side of the linear function. No loss is calculated for the samples in the interval band; thus, only the support vector influences the function model. The advantage of the SVR is that it does not involve probability measures and the law of large numbers. Hence, it avoids the traditional process of induction to deduction and achieves efficient ‘transductive reasoning’ from sample training to forecasting, which considerably simplifies the typical regression problem (Cheng et al. 2022) (Supplementary Fig. S1b).

Particle swarm optimization

The evolutionary algorithm known as the PSO was created by Kennedy et al in 1995, and it uses a parallel algorithm. The concept of the PSO is to search for multiple non-inferior solutions concurrently in a parallel way among the entire population of solution sets, beginning from a random solution. This approach is equivalent to multiple Pareto optimal solutions, and its advantages are its easy implementation, high search capability, high accuracy, and fast convergence, which demonstrate its superiority in solving practical problems (Supplementary Fig. S1c).

Improved PSO-BP neural network

In solving complex nonlinearization problems, the BP neural network algorithm, which adjusts the network weights along the direction of local improvement, tends to fall into local extremes where the weights converge to local minima, leading to network training failure. In addition, BP neural networks are highly sensitive to the initial network weights; thus, initializing the network with different weights tends to result in convergence to different local minima. The PSO algorithm is a parallel computing method with high searchability and fast convergence. Combining the PSO algorithm with the BP neural network to optimize the threshold and weights of the BP neural network achieves a highly efficient particle swarm search and prevents the BP neural network from easily falling into local minima (Supplementary Fig. S2a).

Improved PSO-SVR

The radial basis function is selected as the kernel in SVR and has two key parameters: the penalty function C; the higher the value of C, the easier it is to overfit the model, and the smaller the value of C, the easier it is to underfit the model, where the generalization ability of the model is poor for excessively large or small values of C. The second parameter is , which implicitly determines the data distribution after mapping to the new feature space. The larger the value of , the larger the number of support vectors; the smaller the value of , the larger the number of support vectors, where the number of support vectors affects the training and prediction speed (Supplementary Fig. S2a).

Evaluation criteria

To evaluate the performance of different models, the following criteria are used:

MAE is the mean of the absolute error between the predicted and observed values:
formula
(1)
where represents the predicted value, and denotes the observed value.
MSE is the expected value of the squared difference between the predicted and observed parameter values:
formula
(2)
RMSE represents the sample standard deviation of the difference between the predicted and observed values:
formula
(3)
MAPE is a relative error measure that uses observed values to prevent positive and negative errors from canceling each other out:
formula
(4)
The correlation coefficient R, also known as Pearson's correlation coefficient or linear correlation coefficient, has an absolute value of r between 0 and 1. The relationship between the degrees of correlation is displayed in Supplementary Table S1.
formula
(5)
As an important link in the Nansihu–Dongping g Lake section (Figure 1) of the SNWTP, the Bariwan Pumping Station plays a vital role in this water transfer system. According to the field research data, December to January is the winter freezing period in the north, which has an impact on the water transfer process. During the dispatching period in April and May, a large amount number of water weeds (wheatgrass) appeared in the canal sections, which significantly reduced the water flow rate in the river. The wheat grass germinates in autumn, grows in winter and spring, and dies in early summer. Therefore, to improve the water level prediction accuracy, the water flow data were divided into three periods in this study: ice formation period (December–January), aquatic grass period (April–May), and normal scheduling period. The results were compared and analyzed with the unstaged prediction results.
Figure 1

Location of the pumping station in the Nansihu–Dongping Lake.

Figure 1

Location of the pumping station in the Nansihu–Dongping Lake.

Close modal

In studying the future pre-station water level of the Baliwan pumping station, we considered the relationship between the water level and flow and the influence of human factors, the water level of the Wangzhuang control gate, the water level of the Denglou pumping station, the flow rate of the Denglou pumping station, and the flow rate, and water level of the Baliwan pumping station, the future flow rate of the Baliwan pumping station was selected as the influencing factor for prediction.

To predict the pre-station water level at the pumping station, we used the BP neural network, SVR, the improved PSO-BP neural network, and the improved PSO-SVR. The data were actual pumping station transfer data for 2013–2020, which were derived from Shandong South-to-North Water Diversion Eastern Route Corporation Limited. Seventy percent of the data after disordering were used as the training set and 30% as the testing set. The computer code was written in MATLAB (Education Edition) using the Neural Network Toolbox and LibSVM.

Remark. When new data become available in the future, the parameters of the methods can be updated to improve the accuracy of predictions.

Results and analysis of predictions for 4 h ahead using different models

For the four prediction models considered, Figure 2 shows that the deviation between the observed and predicted values mainly falls between −0.5 and 0.5. The deviation between the observed and predicted values of the improved PSO-BP is stable above and below , and the simulation effect is the best.
Figure 2

Water level prediction for 4 h ahead. (a) Ice formation period, (b) Aquatic grass period, (c) Normal scheduling period and (d) All.

Figure 2

Water level prediction for 4 h ahead. (a) Ice formation period, (b) Aquatic grass period, (c) Normal scheduling period and (d) All.

Close modal
Among the evaluation metrics, MAE better reflects the actual situation of the prediction error. Figure 3(a) shows that the MAE of the ice formation period is relatively small, and the MAE of the SVR model is smaller than that of other models, indicating that the SVR model significantly reduced the MAE of the prediction model.
Figure 3

Evaluation parameter results of predictions for 4 h ahead. (a) MAE, (b) MSE, (c) RMSE, (d) MAPE and (e) R.

Figure 3

Evaluation parameter results of predictions for 4 h ahead. (a) MAE, (b) MSE, (c) RMSE, (d) MAPE and (e) R.

Close modal

The MSE evaluates the degree of variability in the data. The MSE of ALL is smaller than that of other periods, confirming the low variability in the ALL data. The MSE of the improved PSO-BP is smaller than that of the other models, which demonstrates that the improved PSO-BP model is the most effective for reducing the prediction MSE, as indicated in Figure 3(b).

Compared with the MSE, the RMSE amplifies and penalizes large errors, and it provides a better visualization of how the data change (Figure 3(c)).

The MAPE is a relative error measure and shows an average situation. The MAPE values of the ice formation period, the aquatic grass period, the normal scheduling period, and ALL are relatively small and close. Hence, we assume that the relative errors of the predictions after staging are approximately the same. The MAPE values of the BP model, the improved PSO-BP model, and the SVR model are approximately the same for the same periods, as illustrated in Figure 3(d).

R reflects the degree of correlation between the predicted and actual values. Figure 3(e) shows that the improved PSO-BP model has the highest correlation coefficient, indicating that the algorithm achieved the best predictions.

Figure 4 intuitively shows the scatter plots of the measured and predicted values under different training algorithms in different phases. The correlations of different prediction models are summarized in Table 1. In making predictions 4 h ahead, the staged water level prediction improved the model prediction accuracy, and the improved PSO-BP model achieved the best prediction results.
Table 1

Correlations of the different prediction models for 4/8 h ahead

TModelIce formation periodAquatic grass periodNormal scheduling periodALL
4 h BP Extremely high correlation Extremely high correlation Height-related Extremely high correlation 
Improved PSO-BP Extremely high correlation Extremely high correlation Extremely high correlation Extremely high correlation 
SVR Extremely high correlation Extremely high correlation Height-related Extremely high correlation 
Improved PSO-SVR Extremely high correlation Height-related Height-related Height-related 
8 h BP Height-related Extremely high correlation Extremely high correlation Extremely high correlation 
Improved PSO-BP Extremely high correlation Extremely high correlation Extremely high correlation Extremely high correlation 
SVR Extremely high correlation Extremely high correlation Extremely high correlation Extremely high correlation 
Improved PSO-SVR Height-related Extremely high correlation Height-related Height-related 
TModelIce formation periodAquatic grass periodNormal scheduling periodALL
4 h BP Extremely high correlation Extremely high correlation Height-related Extremely high correlation 
Improved PSO-BP Extremely high correlation Extremely high correlation Extremely high correlation Extremely high correlation 
SVR Extremely high correlation Extremely high correlation Height-related Extremely high correlation 
Improved PSO-SVR Extremely high correlation Height-related Height-related Height-related 
8 h BP Height-related Extremely high correlation Extremely high correlation Extremely high correlation 
Improved PSO-BP Extremely high correlation Extremely high correlation Extremely high correlation Extremely high correlation 
SVR Extremely high correlation Extremely high correlation Extremely high correlation Extremely high correlation 
Improved PSO-SVR Height-related Extremely high correlation Height-related Height-related 
Figure 4

Correlation coefficient analysis of predictions for 4 h ahead. (a) Ice formation period, (b) Aquatic grass period, (c) Normal scheduling period and (d) All.

Figure 4

Correlation coefficient analysis of predictions for 4 h ahead. (a) Ice formation period, (b) Aquatic grass period, (c) Normal scheduling period and (d) All.

Close modal

Results and analysis of predictions for 8 h ahead using different models

Figure 5 shows that the improved PSO-BP model achieved the best simulation effect. Meanwhile, Figure 6 illustrates the results of all evaluation metrics for each period, which shows that the SVR significantly reduced the MAE (Figure 6(a)). Figure 6(b) shows that the ALL period has less data variability, while Figure 6(c) demonstrates this more significantly. Figure 6(d) visualizes the MAPE parameter for the different machine learning models, which is similar to the results of predicting 4 h ahead (Figure 4(d)). The improved PSO-BP model predicts the highest correlation coefficient (as in the case of Figure 6(e)). Figure 7 shows a scatter plot of measured and predicted values under different training algorithms for different phases of predicting 8 h ahead. The correlations of different prediction models are summarized in Table 1, which verify that the improved PSO-BP model obtains better prediction results.
Figure 5

Water level prediction for 8 h ahead. (a) Ice formation period, (b) Aquatic grass period, (c) Normal scheduling period and (d) All.

Figure 5

Water level prediction for 8 h ahead. (a) Ice formation period, (b) Aquatic grass period, (c) Normal scheduling period and (d) All.

Close modal
Figure 6

Evaluation parameters of predicting 8 h ahead. (a) MAE, (b) MSE, (c) RMSE, (d) MAPE and (e) R.

Figure 6

Evaluation parameters of predicting 8 h ahead. (a) MAE, (b) MSE, (c) RMSE, (d) MAPE and (e) R.

Close modal
Figure 7

Correlation coefficient analysis of predicting 8 h ahead. (a) Ice formation period, (b) Aquatic grass period, (c) Normal scheduling period and (d) All.

Figure 7

Correlation coefficient analysis of predicting 8 h ahead. (a) Ice formation period, (b) Aquatic grass period, (c) Normal scheduling period and (d) All.

Close modal

Discussion

Overall, the simulation accuracy of predicting 4 h ahead is higher than that of predicting 8 h ahead. The MAE, MSE, RMSE, and MAPE of predicting 4 h ahead are less than those predicting 8 h ahead. Thus, if the prediction error of predicting 4 h ahead is small, the data variability and relative error would be small. Similarly, the R correlation coefficient of predicting 4 h ahead is greater than that of 8 h ahead in the ice formation period, the aquatic grass period, the normal scheduling period, and ALL, verifying the high correlation of the results of predicting 4 h ahead (Figure 8). Similar results were obtained by Ren et al. (2020) and Xue et al. (2022) by predicting water levels at different time periods at other pumping stations of the SNWTP. Therefore, water level prediction in more and smaller prediction periods can improve the accuracy of the model prediction, but this is limited by the monitoring period of the data in the project schedule, and in the future, it is hoped that more prediction periods of water level prediction research can be carried out in conjunction with other means.
Figure 8

Comparison of the evaluation parameters of forecast results for predicting 4 and 8 h ahead. (a) MAE, (b) RMSE, (c) MAPE and (d) R.

Figure 8

Comparison of the evaluation parameters of forecast results for predicting 4 and 8 h ahead. (a) MAE, (b) RMSE, (c) MAPE and (d) R.

Close modal

Luo et al. (2021) adopted a staged-divided water level prediction method to improve model prediction accuracy, which is further confirmed by our study. The prediction models were evaluated from the perspective of sub-periods. Figures 24 show that the prediction simulation accuracy of the ice formation period and the aquatic grass period is higher than that of the ALL data for predicting 4 h ahead. Figures 57 intuitively show that the prediction simulation accuracy of the ice formation period and the aquatic grass period is higher than that of the ALL data for predicting 8 h ahead. The simulation accuracy of the sub-period prediction of 4 h ahead is higher than that of the sub-period prediction of 8 h ahead, as shown in Figure 8.

The prediction models were evaluated from an algorithmic perspective. Figures 24 show that the improved PSO-BP model achieved the best simulation results for predicting 4 h ahead, followed by the SVR model. The improved PSO-BP model achieved the best simulation results in predicting 8 h ahead, obtaining the highest R (as shown in Figures 57). Figure 8 shows that the accuracy of predicting 4 h ahead using the improved PSO-BP model is higher than that of predicting 8 h ahead.

We further analyzed the reasons for obtaining different prediction accuracies by comparing the prediction results of different models. From a modeling perspective, the performance of BP, improved PSO-BP, SVR, and improved PSO-SVR was weighed for comparison. The BP neural network has a strong nonlinear mapping ability, high self-learning, and self-adaptive ability, with a certain degree of fault tolerance (Xia & Lv 2005; Gao et al. 2018; Xue et al. 2022). However, the algorithm is a gradient descent algorithm, its fixed learning rate slows down convergence, and it has the possibility of falling into local minima. The SVR uses kernels, sparse solutions, and Vapnik–Chervonets for controlling the number of margins and support vectors. It does not depend on the dimensionality of the input space and has a long run time due to the need to calculate the predicted regression effect for each parameter (Khan & Coulibaly 2006; Behzad et al. 2010; Malakar et al. 2021). The particle swarm algorithm is highly effective for optimizing the parameters; the results (Figures 27) show that the prediction simulation accuracy of improved PSO-BP is higher than that of the BP neural network model. In contrast, improved PSO-SVM prediction is slightly worse than the other models, but it has the advantage of being the fastest model, and in the process of searching for the optimal parameters, the local optimum can be found promptly. Figures 4 and 7 show that the SVR significantly reduced the dispersion of the prediction, and the prediction accuracy was higher than that of the BP neural network. The improved PSO-BP neural network algorithm combines the advantages of particle swarm and BP neural network, has a fast convergence speed and high stability (Cheng et al. 2022), prevents the gradient descent from falling into local minima, shortens the training time, and improves the prediction effect of the whole model. Compared with the other models, the improved PSO-BP neural network has high prediction accuracy and short training time, which is also confirmed in the study of Li et al. (2019) and Xiong et al. (2021), and coupling multiple machine learning methods can improve the model prediction accuracy. The experimental results show that the improved PSO-BP neural network model is the most suitable for predicting water levels at pumping stations, and it has adequate practicality.

In this study, the BP neural network, the improved PSO-BP neural network, SVR, and improved PSO-SVR were used to predict water levels 4 and 8 h ahead under the ice formation period, the aquatic grass period, the normal scheduling period, and ALL conditions of Baliwan. According to the results of the five evaluations of MAE, MSE, RMSE, MAPE, and R, all four machine learning models achieved satisfactory prediction results, where the improved PSO-BP model was more effective in reducing the MSE and the RMSE of prediction. The prediction effect of the ice formation period and the aquatic grass period was better than that of the normal scheduling period and ALL conditions, and the prediction accuracy of predicting 4 h ahead was higher than that of predicting 8 h ahead. In the future, we will improve the prediction accuracy of the model by mining data features and studying more detailed working conditions of special periods. Additionally, we expect to combine numerical simulation and hybrid machine learning algorithms to obtain models with shorter prediction periods, faster operation speed, and higher prediction accuracy. This will allow us to achieve the effect of multiple inputs and multiple outputs and contribute to the optimization of long-distance water transfer scheduling projects.

The authors wish to gratefully acknowledge the financial assistance from the Natural Science Foundation of Shandong Province (ZR2020ME249), the Natural Science Foundation of Shandong Province (NSFS) (No. ZR2020QE282), the Science and Technology Plan Project of the University of Jinan (No. XBS2010), and the other anonymous reviewer whose comments greatly improved the quality of this paper.

Data cannot be made publicly available; readers should contact the corresponding author for details.

The authors declare there is no conflict.

Behzad
M.
,
Asghari
K.
&
Coppola
E. A.
2010
Comparative study of SVMs and ANNs in aquifer water level prediction
.
J. Comput. Civ. Eng.
24
,
408
413
.
https://doi.org/10.1061/(ASCE)CP.1943-5487.0000043
.
Chang
M.-J.
,
Chang
H.-K.
,
Chen
Y.-C.
,
Lin
G.-F.
,
Chen
P.-A.
,
Lai
J.-S.
&
Tan
Y.-C.
2018
A support vector machine forecasting model for typhoon flood inundation mapping and early flood warning systems
.
Water
10
,
1734
.
https://doi.org/10.3390/w10121734
.
Cheng
X.
,
Hu
X.
,
Li
Z.
,
Geng
C.
,
Liu
J.
,
Liu
M.
,
Zhu
B.
,
Li
Q.
&
Chen
Q.
2022
Using genetic algorithm and particle swarm optimization BP neural network algorithm to improve marine oil spill prediction
.
Water Air Soil Pollut.
233
,
354
.
https://doi.org/10.1007/s11270-022-05771-x
.
Desmarais
J. L.
&
Kuerten
J. G. M.
2014
Open boundary conditions for the diffuse interface model in 1-D
.
J. Comput. Phys.
263
,
393
418
.
https://doi.org/10.1016/j.jcp.2014.01.032
.
Dimitriadis
P.
,
Tegos
A.
,
Oikonomou
A.
,
Pagana
V.
,
Koukouvinos
A.
,
Mamassis
N.
,
Koutsoyiannis
D.
&
Efstratiadis
A.
2016
Comparative evaluation of 1D and quasi-2D hydraulic models based on benchmark and real-world applications for uncertainty assessment in flood mapping
.
J. Hydrol.
534
,
478
492
.
https://doi.org/10.1016/j.jhydrol.2016.01.020
.
El-Diasty
M.
&
Al-Harbi
S.
2015
Development of wavelet network model for accurate water levels prediction with meteorological effects
.
Appl. Ocean Res.
53
,
228
235
.
https://doi.org/10.1016/j.apor.2015.09.008
.
Gao
X. P.
,
Yan
C. D.
,
Zhang
Y.
&
Sun
B. W.
2018
Prediction model for water level regulation in water diversion project based on BP neural network
.
South-to-North Water Transfers Water Sci. Technol.
16
,
8
13
.
https://doi.org/10.13476/j.cnki.nsbdqk.20180002
.
Hong
J.
,
Lee
S.
,
Lee
G.
,
Yang
D.
,
Bae
J. H.
,
Kim
J.
,
Kim
K.
&
Lim
K. J.
2021
Comparison of machine learning algorithms for discharge prediction of multipurpose dam
.
Water
13
,
3369
.
https://doi.org/10.3390/w13233369
.
Jian
J.
,
Ryu
D.
,
Costelloe
J. F.
&
Su
C.-H.
2017
Towards hydrological model calibration using river level measurements
.
J. Hydrol. Reg. Stud.
10
,
95
109
.
https://doi.org/10.1016/j.ejrh.2016.12.085
.
Jordan
M. I.
&
Mitchell
T. M.
2015
Machine learning: trends, perspectives, and prospects
.
Science
349
,
255
260
.
https://doi.org/10.1126/science.aaa8415
.
Khan
M. S.
&
Coulibaly
P.
2006
Application of support vector machine in lake water level prediction
.
J. Hydrol. Eng.
11
,
199
205
.
https://doi.org/10.1061/(ASCE)1084-0699(2006)11:3(199)
.
Kusudo
T.
,
Yamamoto
A.
,
Kimura
M.
&
Matsuno
Y.
2021
Development and assessment of water-level prediction models for small reservoirs using a deep learning algorithm
.
Water
14
,
55
.
https://doi.org/10.3390/w14010055
.
Lei
X.
,
Tian
Y.
,
Zhang
Z.
,
Wang
L.
,
Xiang
X.
&
Wang
H.
2019
Correction of pumping station parameters in a one-dimensional hydrodynamic model using the Ensemble Kalman filter
.
J. Hydrol.
568
,
108
118
.
https://doi.org/10.1016/j.jhydrol.2018.10.062
.
Liu
X. W.
,
Ha
M. H.
,
Lei
X. H.
&
Zhang
Z.
2022
Prediction model of water level in front of pumping station based on GRA-NARX neural network
.
South-to-North Water Transfers Water Sci. Technol.
20
,
773
781
.
https://doi.org/10.13476/j.cnki.nsbdqk.2022.0079
.
Luo
Y.
,
Dong
Z.
,
Liu
Y.
,
Wang
X.
,
Shi
Q.
&
Han
Y.
2021
Research on stage-divided water level prediction technology of rivers-connected lake based on machine learning: a case study of Hongze Lake, China
.
Stoch. Environ. Res. Risk Assess.
35
,
2049
2065
.
https://doi.org/10.1007/s00477-021-01974-6
.
Malakar
P.
,
Mukherjee
A.
,
Bhanja
S. N.
,
Ray
R. K.
,
Sarkar
S.
&
Zahid
A.
2021
Machine-learning-based regional-scale groundwater level prediction using GRACE
.
Hydrogeol. J.
29
,
1027
1042
.
https://doi.org/10.1007/s10040-021-02306-2
.
Pramanik
N.
,
Panda
R. K.
&
Sen
D.
2010
One dimensional hydrodynamic modeling of river flow using DEM extracted river cross-sections
.
Water Resour. Manage.
24
,
835
852
.
https://doi.org/10.1007/s11269-009-9474-6
.
Ren
T.
,
Liu
X.
,
Niu
J.
,
Lei
X.
&
Zhang
Z.
2020
Real-time water level prediction of cascaded channels based on multilayer perception and recurrent neural network
.
J. Hydrol.
585
,
124783
.
https://doi.org/10.1016/j.jhydrol.2020.124783
.
Siddiquee
M. S. A.
&
Hossain
M. M. A.
2015
Development of a sequential artificial neural network for predicting river water levels based on Brahmaputra and Ganges water levels
.
Neural Comput. Appl.
26
,
1979
1990
.
https://doi.org/10.1007/s00521-015-1871-6
.
Tipping
M. E.
2001
Sparse Bayesian learning and the relevance vector machine
.
J. Mach. Learn. Res.
1
(
3
),
211
244
.
https://doi.org/10.1162/15324430152748236
.
Tu
Z.
,
Gao
X.
,
Xu
J.
,
Sun
W.
,
Sun
Y.
&
Su
D.
2021
A novel method for regional short-term forecasting of water level
.
Water
13
,
820
.
https://doi.org/10.3390/w13060820
.
Xia
W. L.
&
Lv
X. Q.
2005
The Evaluation and Application Research About Technologic Innovation Capability of an Enterprise Based on BP Neural Network
.
R&D Mnanagement
, pp.
50
54+72
.
Xiong
B.
,
Li
R.
,
Ren
D.
,
Liu
H.
,
Xu
T.
&
Huang
Y.
2021
Prediction of flooding in the downstream of the Three Gorges Reservoir based on a back propagation neural network optimized using the AdaBoost algorithm
.
Nat. Hazards
107
,
1559
1575
.
https://doi.org/10.1007/s11069-021-04646-4
.
Xue
P.
,
Zhang
Z.
,
Lei
X. H.
,
Lu
L. B.
,
Yan
P. R.
&
Li
Y. Q.
2022
Prediction model for forebay water level of pumping stations with different time scales based on BP neural networks
.
South-to-North Water Transfers Water Sci. Technol.
20
,
393
407
.
https://doi.org/10.13476/j.cnki.nsbdqk.2022.0040
.
Zhang
Y.
,
Liao
Y. F.
,
Wang
P. P.
&
Wu
Z. K.
2021
Relevance vector machine model for predicting water level regulation in water diversion project
.
South-to-North Water Transfers Water Sci. Technol.
19
,
814
821
.
https://doi.org/10.13476/j.cnki.nsbdqk.2021.0085
.
This is an Open Access article distributed under the terms of the Creative Commons Attribution Licence (CC BY 4.0), which permits copying, adaptation and redistribution, provided the original work is properly cited (http://creativecommons.org/licenses/by/4.0/).

Supplementary data