Five distinct methodologies were employed to optimize the relevant control parameters of the Backpropagation (BP) neural network, with Table 3 presenting the final control parameters associated with each method.
Table 3
Statistics of optimization results
parameters
|
SCA
|
SO
|
POA
|
AVOA
|
CSA
|
fitrnet
|
6
|
4
|
16
|
17
|
8
|
LayerSizes
|
22
|
22
|
2
|
4
|
4
|
lambda
|
0.0011
|
0.001
|
0.0012
|
0.001
|
0.001
|
The efficacy of the five optimization algorithms employed for enhancing the BP neural network model is assessed through both statistical and graphical error criteria. This evaluation takes into account the statistical metrics that are delineated as follows:
1. mean absolute percentage error
$${\text{MAPE}}=\frac{1}{n}\sum\limits_{{i=1}}^{n} {\left| {\frac{{{\eta _{i\exp }} - {\eta _{ipred}}}}{{{\eta _{i\exp }}}}} \right|}$$
4
2. root mean square error
$${\text{RMSE}}=\sqrt {\frac{1}{n}\sum\limits_{{i=1}}^{n} {{{({\eta _{i\exp }} - {\eta _{ipred}})}^2}} }$$
5
3. goodness-of-fit
$${{\text{R}}^{\text{2}}}=1 - \frac{{\sum\limits_{{i=1}}^{n} {{{({\eta _{i\exp }} - {\eta _{ipred}})}^2}} }}{{\sum\limits_{{i=1}}^{n} {{{({\eta _{ipred}} - \overline {\eta } )}^2}} }}$$
6
In the formula, the subscripts "exp" and "pred" indicate the measured and predicted values of load-bearing capacity, respectively. The term represents the average of these values, while "n" signifies the number of data points. The model exhibiting the highest values is considered the most accurate, whereas the Root Mean Square Error (RMSE) and Mean Absolute Percentage Error (MAPE) should be minimized for optimal performance.
Figure 3 provides a comprehensive comparison of the performance of six distinct backpropagation (BP) prediction models. These include the baseline BP model, the BP-SCA model which integrates the sine-cosine optimization algorithm, the BP-SO model that incorporates the snake optimization algorithm, the BP-POA model utilizing the pelican optimization algorithm, the BP-AVOA model that applies the African vulture optimization algorithm, and the BP-CSA model which employs the chameleon optimization algorithm. The performance of these models is evaluated using the training dataset. The figure illustrates a notable trend wherein the prediction outputs of each model closely align with the actual values throughout the training process. This significant observation underscores the enhanced prediction accuracy and overall effectiveness of the developed BP hybrid models. It further highlights the beneficial impact of various optimization algorithms on improving the predictive capabilities of the models when integrated with the foundational BP framework.
Figure 4 illustrates the fitted predictions for the training set samples, offering a comprehensive comparison of the discrepancies between the model predictions and the actual observed values. This visualization facilitates an evaluation of the performance of various models concerning prediction accuracy, which is primarily determined by the density and precision of the predicted value distribution within a specified space. Notably, a model is deemed highly reliable when its predictions closely align with the reference line of true values, exhibiting minimal deviation. An analysis of the data performance during the training phase reveals that the predicted value curve nearly coincides with the true value curve, indicating a significant level of agreement. This observation not only validates the model's effective learning capability throughout the training process but also underscores the exceptional performance of the implemented BP hybrid model in relation to data distribution characteristics. Specifically, the model demonstrates an ability to accurately capture and replicate the intrinsic patterns of the data, thereby exhibiting favorable distribution characteristics and prediction outcomes.
Figure 5 presents a comparative analysis of the results obtained from the test set for various prediction models, including the BP prediction model, BP-SCA prediction model, BP-SO prediction model, BP-POA prediction model, BP-AVOA prediction model, and BP-CSA prediction model. The graphical representation illustrates the relationship between the actual and predicted values, thereby facilitating a visual assessment of the discrepancies between these values across the different models. This comparative analysis serves as an intuitive framework for evaluating the reliability of each model. In this context, the reliability of a model is determined by the proximity of its predicted values to the actual values, with a high degree of concordance between the prediction curves and the reference line representing the true values typically indicating a robust model. Notably, the BP model exhibits the greatest variability in its prediction curves, whereas the prediction curves of the BP-SCA, BP-SO, BP-POA, BP-AVOA, and BP-CSA models demonstrate a significant reduction in variability. This improvement can be attributed to the optimization of hyperparameters in the BP model through the SCA, SO, POA, AVOA, and CSA optimization techniques, resulting in the attainment of optimal parameter values and a corresponding enhancement in the performance of the prediction models.
Figure 6 illustrates the fitted prediction outcomes for the entire sample data within the test set, offering both an intuitive and quantitative assessment of the model's reliability. This is achieved by visualizing the distribution of predicted values across the unit area, where the density and spatial arrangement of the predicted points serve as direct indicators of the model's high reliability. Notably, the predictions generated by the BP model exhibit considerable dispersion near the unit slip line, indicating a relatively weaker predictive performance. In contrast, the BP-SCA, BP-SO, BP-POA, BP-AVOA, and BP-CSA models demonstrate a more concentrated distribution of predictions in proximity to the unit slip line, thereby highlighting their substantial advancements in improving prediction accuracy and optimizing model reliability.
For a comprehensive assessment and comparison, the statistical metrics employed, specifically the Mean Absolute Percentage Error (MAPE), Root Mean Square Error (RMSE), and Goodness of Fit (R²) for the BP Hybrid Methods test dataset, are detailed in Table 4. The optimal MAPE values for the various prediction models are as follows: the BP-SCA model exhibits a MAPE of 0.0410, the BP-SO model has a MAPE of 0.0381, the BP-POA model demonstrates a MAPE of 0.0266, the BP-AVOA model achieves a MAPE of 0.0173, and the BP-CSA model records a MAPE of 0.0392. The corresponding R² values for these models are 0.9920, 0.9922, 0.9928, 0.9974, and 0.9943, respectively. Notably, the BP-AVOA prediction model exhibits the lowest MAPE among the five models, indicating superior performance. Additionally, the RMSE for the BP-AVOA model is 1.0407, which is also the lowest across all models, further underscoring its high level of fit. These findings suggest that the BP-AVOA prediction model demonstrates the highest accuracy, stability, and predictive capability, while the BP-CSA, BP-POA, BP-SO, and BP-SCA models rank as the next best in terms of predictive performance.
Table 4
Forecasting methodology
|
MAPE
|
RMSE
|
R²
|
BP
|
0.0419
|
3.5617
|
0.9698
|
BP-SCA
|
0.0410
|
1.8312
|
0.9920
|
BP-SO
|
0.0381
|
1.8138
|
0.9922
|
BP-POA
|
0.0266
|
1.7428
|
0.9928
|
BP-AVOA
|
0.0173
|
1.0407
|
0.9974
|
BP-CSA
|
0.0392
|
1.5448
|
0.9943
|