Next Article in Journal
An Image-Based Concrete-Crack-Width Measurement Method Using Skeleton Pruning and the Edge-OrthoBoundary Algorithm
Previous Article in Journal
Revealing the Relationship Between Urban Park Landscape Features and Visual Aesthetics by Deep Learning-Driven and Spatial Analysis
Previous Article in Special Issue
A Study on the Effect of Perceived Functional Risk on the Public’s Purchase Intention in Green Sports Stadium Services—Based on the Perspective of Motivational Protection Theory
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Machine Learning Prediction of Mechanical Properties for Marine Coral Sand–Clay Mixtures Based on Triaxial Shear Testing

by
Bowen Yang
1,†,
Kaiwei Xu
2,†,
Zejin Wang
3,†,
Haodong Sun
4,*,
Peng Cui
5 and
Zhiming Chao
2
1
Shanxi Ning Guli New Materials Joint Stock Company Limited, Jinzhong 030800, China
2
College of Marine Science and Engineering, Shanghai Maritime University, Shanghai 200135, China
3
College of Civil Engineering, Nanjing Tech University, Nanjing 211816, China
4
Weifang Hydraulic Architectural Design and Research Institute Co., Ltd., Weifang 261000, China
5
School of Civil Engineering, Nanjing Forestry University, Nanjing 210037, China
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Buildings 2025, 15(14), 2481; https://doi.org/10.3390/buildings15142481
Submission received: 10 June 2025 / Revised: 10 July 2025 / Accepted: 11 July 2025 / Published: 15 July 2025

Abstract

Marine coral sand–clay mixtures (MCCM) are promising green fill materials in civil engineering projects, where their strength characteristics play a vital role in ensuring structural safety and stability. To investigate these properties, a series of triaxial shear tests were performed under diverse conditions, including variations in asperity spacing, asperity height, the number of reinforcement layers, confining pressure, and axial strain. This experimental campaign yielded a robust strength dataset for MCCM. Utilizing this dataset, several predictive models were developed, including a standard Support Vector Machine (SVM), an SVM optimized via Genetic Algorithm (GA-SVM), an SVM enhanced by Particle Swarm Optimization (PSO-SVM), and a hybrid model incorporating Logical Development Algorithm preprocessing a SVM model (LDA-SVM). Among these models, the LDA-SVM model exhibited the best performance, achieving a test RMSE of 1.67245 and a correlation coefficient (R) of 0.996, demonstrating superior prediction accuracy and strong generalization ability. Sensitivity analyses revealed that asperity spacing, asperity height, and confining pressure are the most influential factors affecting MCCM strength. Moreover, an explicit empirical equation was derived from the LDA-SVM model, allowing practitioners to estimate strength without relying on complex machine learning tools. The results of this study offer practical guidance for the optimized design and safety evaluation of MCCM in civil engineering applications.

1. Introduction

Marine coral sand is a primary material used for reclamation and foundation construction in island building projects [1,2,3]. It is widely distributed in tropical and subtropical marine regions and possesses unique engineering properties [4,5]. The particles vary in shape, including blocky, branched, and spindle-like forms, and contain a high amount of calcium carbonate [6]. This sand also has high porosity and is easily fragmented [7]. With the rapid development of civil engineering, island and reef construction projects involving marine coral sand have grown significantly, particularly with the advancement of cutter suction dredging technology. For example, global dredging volumes have increased by over 30% in the past decade, with marine infrastructure projects in Southeast Asia and the Pacific Islands expanding rapidly [8,9,10]. In line with the concept of environmental protection and sustainable development, the use of locally available materials—such as marine coral sand—has become an essential strategy in marine infrastructure construction. However, during seabed excavation, marine clay is inevitably mixed with the coral sand, resulting in a marine coral sand–clay mixture (MCCM) as the fill material [11]. While this method significantly reduces the environmental footprint by minimizing material transportation and promoting local utilization, the MCCM often exhibits poor mechanical properties. Due to the low strength and large deformability of marine coral sand itself, combined with the effects of marine clay, the strength and stability of island foundations and slopes are greatly reduced [12,13]. Therefore, enhancing the mechanical performance of MCCM through effective reinforcement techniques is a critical challenge in island and reef engineering.
The use of geosynthetics to improve the performance of marine coral sand–clay mixtures (MCCM) has been recognized as an effective solution in geotechnical engineering [14,15,16]. Among the available methods, geogrid reinforcement has attracted considerable attention [17,18]. However, this technique often fails to address the essential requirement of seepage control in marine environments [19,20,21]. A more comprehensive approach is urgently needed—one that not only enhances the strength and stability of MCCM but also prevents the migration of fine coral sand particles, thereby improving the safety and long-term stability of island and reef infrastructure [22,23]. Geomembranes are widely regarded as effective barriers against seepage and offer several advantages, such as long service life, high resistance to seawater corrosion, ease of installation, and cost efficiency [24,25]. Compared to smooth geomembranes, textured geomembranes exhibit superior interface strength [26,27,28] and can provide reinforcement effects comparable to those of geogrids [22,27]. Although textured geomembranes have been applied in reinforcing other types of soil, their potential to enhance the properties of MCCM remains largely uninvestigated. Recent advances in 3D printing technology have now made it possible to develop customized geosynthetic materials that can be specifically tailored to the unique characteristics of MCCM, offering promising opportunities for improved reinforcement [29,30]. This not only facilitates the integration of green and low-carbon materials into marine reinforcement systems, but also enables precision-engineered surface textures and structural configurations [31]. The combination of 3D printing and geosynthetic design offers a promising pathway toward environmentally friendly, high-performance reinforcement solutions for civil geotechnical engineering.
Machine learning has emerged as a powerful tool in civil engineering, particularly for capturing the complex and nonlinear relationships inherent in geotechnical materials [32,33,34,35,36,37]. Among various methods, Support Vector Machine (SVM) has demonstrated strong capabilities in predicting the mechanical properties of marine coral sand–clay mixtures (MCCM), a commonly used foundation material in offshore construction [29,38]. To further improve prediction performance, optimization techniques such as Genetic Algorithm (GA) and Particle Swarm Optimization (PSO) are often employed to fine-tune model parameters [38,39,40]. However, these traditional optimization algorithms tend to encounter limitations, including low computational efficiency and a tendency to fall into local optima, especially when applied to high-dimensional, nonlinear problems [41]. To address these shortcomings, the Logical Development Algorithm (LDA) has been introduced as an advanced heuristic optimization method [42,43]. By executing similarity and dissimilarity operations in parallel, LDA not only preserves critical data features but also significantly enhances global search ability and convergence speed [44,45,46,47,48]. The integration of LDA with SVM creates a hybrid modeling framework that combines the precision of machine learning with the efficiency of intelligent optimization [49]. This approach improves the overall accuracy, generalization, and robustness of strength prediction models for MCCM. Consequently, it provides a reliable and efficient pathway for the intelligent evaluation and design of civil geotechnical materials, offering substantial value for practical engineering applications.
Through a series of triaxial shear tests, this study explores the strength characteristics of marine coral sand–clay mixtures (MCCM) under different working conditions. The experiments focused on evaluating the effects of key variables, including the structural characteristics of textured geomembranes (such as asperity spacing and height), the number of reinforcement layers, and confining pressure. A comprehensive set of stress–strain data was obtained, resulting in a high-dimensional dataset that reflects the combined influence of multiple factors. Using this dataset, various machine learning models were developed and compared to identify the most accurate and reliable predictive approach for MCCM strength. Among them, the Support Vector Machine (SVM) model optimized using the Logical Development Algorithm (LDA) achieved the best performance in terms of prediction accuracy and generalization. Based on the LDA-SVM model, sensitivity analysis was performed to determine the dominant input features influencing strength, and an explicit empirical formula was further derived to facilitate practical applications in civil geotechnical design. This study addresses the need for accurate and interpretable models to predict the strength of marine coral sand–clay mixtures (MCCM), a sustainable fill material increasingly used in coastal engineering. By integrating large-scale triaxial tests with advanced machine learning, the research supports the safe and green application of MCCM-reinforced structures.

2. Materials and Methods

2.1. Materials

The materials used in the experiment were marine coral sand and kaolin. The marine coral sand was sourced from an island reef in the South China Sea, and was subjected to a series of processes such as drying and sieving. The portion with a particle size range of 2–4 mm was selected for the experiment. The kaolin had a uniform particle size of 10 μm. The marine coral sand and kaolin used in the experiment are shown in Figure 1. The parameters are listed in Table 1. Specifically, the marine coral sand had a uniformity coefficient of 1.32, a curvature coefficient of 1.08, and poor grading. The calcareous sand used in this study had a particle size range of 0.074–2 mm, exhibited non-plastic behavior with no defined Atterberg limits, a maximum dry density of 1.52 g/cm3, and an optimum moisture content of approximately 9.5%, with strength decreasing as water content increases; its composition was primarily CaCO3 with minor MgCO3 and SiO2. In contrast, the clay component (kaolinite) presented a uniform particle size of approximately 10 μm, a liquid limit of 48%, plastic limit of 24%, maximum dry density of 1.43 g/cm3, and an optimum moisture content of around 17.8%; its main chemical constituents included SiO2, Al2O3, and trace Fe2O3.
Three-dimensional printing technology (SLA with photopolymerization) was used to create geomembrane materials with different textured surfaces [50]. The textures consisted of asperity of varying heights (1 mm, 2 mm, 3 mm) and spacing (10 mm, 15 mm, 20 mm). The asperity on the textured surface was conical, and the material used was white resin. To account for the boundary effect during the reinforcement sample preparation, the geomembrane was designed with a diameter of 96 mm and a thickness of 2 mm. The textured geomembrane model and the printed prototype are shown in Figure 2, with the detailed parameters provided in Table 2.

2.2. Experimental Procedure

The textured geomembrane could potentially be applied for reinforcement in the shallow surface layer of island reefs, where the shallow marine coral sand–clay mixture (MCCM) remains in a dry state with an extremely low moisture content. To investigate the mechanical and deformation properties of the reinforced MCCM with different geomembrane surface types, confining pressures, and reinforcement layers, and to minimize the impact of moisture content on the experimental results, an unconsolidated undrained test was conducted. This study examines the mechanical properties under various conditions. Since marine coral sand particles are prone to fragmentation, particle sieving tests were conducted before and after the experiment to investigate the particle fragmentation characteristics of the MCCM under different conditions and perform a quantitative analysis. The sample dimensions were Φ100 mm × 200 mm, with a shear rate of 1 mm∙min−1. The experimental design is shown in Table 3.
The triaxial testing was conducted using a static-dynamic triaxial test system (VJ Tech Static-Dynamic Triaxial Testing System, VJ Tech Ltd., Berkshire, UK). The system primarily consists of a load frame (with a built-in high-speed servo controller), an automatic confining pressure controller, and an automatic back pressure controller. The accompanying system software offers features such as parameter setting, test control, and data acquisition, providing excellent interactivity.
To minimize the impact of moisture content on the experimental results, dry marine coral sand and kaolin were used to prepare the samples. The dry mass ratio of marine coral sand was 58.8%, while that of kaolin was 41.2% [11,51]. Prior to sample preparation, the marine coral sand and kaolin were mixed in the required proportions. The sample was compacted in six controlled layers to ensure uniform density while avoiding excessive force that could crush the fragile calcareous sand particles, as shown in Figure 3. During the test, the software automatically recorded axial force and axial strain data. The test was stopped when the axial strain reached 12%. After the test, the MCCM was cleaned, separated, dried, and sieved to obtain the particle size distribution curve of the marine coral sand.

2.3. The Influence of Each Variable on the Strength Characteristics of MCCM

Based on the experimental data, the deviatoric stress–strain relationship curves for each test group were obtained. Figure 4 shows the deviatoric stress–strain curves of the unreinforced MCCM samples under different confining pressures. The results indicate that as the confining pressure increases, the strength of the samples continuously increases, with the deviatoric stress–strain curve exhibiting a strain-hardening behavior. This hardening effect becomes more pronounced as the confining pressure rises. The maximum axial deviatoric stresses were 44.84 kPa, 110.44 kPa, and 214.70 kPa, respectively. Figure 4 presents the deviatoric stress–strain curves for the samples under different geomembrane surface types, reinforcement layers, and confining pressures. As both confining pressure and the number of reinforcement layers increase, the deviatoric stress–strain curves shift upward, indicating an enhanced strain-hardening effect and an increase in shear strength. At a confining pressure of 10 kPa, the deviatoric stress increased by up to 92.51%. At low axial strains, the deviatoric stress–strain curves of the reinforced and unreinforced MCCM are nearly identical under the same confining pressure. As the axial strain increases, the deviatoric stress–strain curve of the reinforced samples gradually diverges, showing a progressively stronger reinforcement effect. When the geomembrane surface type was changed, only a slight increase in the deviatoric stress–strain curve was observed for the reinforced MCCM, with minimal variation. The strength changes were not easily detectable from the deviatoric stress–strain curve.
The results indicate that reducing both asperity height and asperity spacing leads to an increase in the strength of MCCM, providing valuable guidance for the optimized design of textured geomembranes.
Therefore, there is an urgent need for an efficient and reliable alternative to address the inherent limitations of traditional experimental approaches. In this context, machine learning has emerged as a powerful tool, owing to its superior data processing capabilities and strong ability to model complex nonlinear relationships.

3. Methodology

3.1. Machine Learning Algorithms

In this study, a machine learning framework based on Support Vector Machine (SVM) is adopted to predict the strength of marine coral sand–clay mixtures. To enhance model performance, several advanced optimization techniques—including Genetic Algorithm (GA), Particle Swarm Optimization (PSO), and Logical Development Algorithm (LDA)—are incorporated. The integration of these methods offers distinct advantages, with three core benefits highlighted:
Each algorithm was constructed within a unified and structured modeling framework, ensuring consistency in data preprocessing, parameter selection, and training procedures [52].
These techniques have proven effective in addressing a wide range of complex problems in civil engineering, particularly those involving geotechnical prediction, material behavior analysis, and structural assessment [53,54].
They excel in capturing intricate nonlinear interactions among multiple influencing variables, making them particularly suitable for modeling the multifactorial nature of marine foundation systems [48].

3.1.1. SVM

Support Vector Machine (SVM) is a supervised learning algorithm that maps input data into a high-dimensional feature space using kernel functions to construct an optimal hyperplane for regression or classification tasks [55]. It operates by minimizing a structural risk function, ensuring both fitting accuracy and generalization ability. In this study, the SVM model is developed to predict the stress response of marine coral sand–clay mixtures (MCCM) under varying conditions. The model utilizes five input variables—asperity spacing, asperity height, confining pressure, number of reinforcement layers, and strain—with stress as the output target. A radial basis function (RBF) kernel is employed to capture the nonlinear relationship between inputs and output. Key hyperparameters, including the penalty factor (C) and kernel width (gamma), are optimized using intelligent algorithms. Specifically, C was searched within the range 0.1 to 100, and gamma within 0.001 to 1. These optimizations enhance model performance and ensure robust prediction capability.

3.1.2. GA and PSO

Genetic Algorithm (GA) is an optimization technique based on the principles of natural evolution [56]. It operates by simulating processes such as selection, crossover, and mutation to explore a range of possible solutions. The algorithm begins with a randomly generated population, where each individual is assessed using a predefined fitness function. Those with better performance are chosen to reproduce, while genetic variation is introduced to maintain diversity. This cycle repeats until a specified condition—like reaching a certain number of iterations or achieving an acceptable fitness value—is fulfilled. GA is well-suited for tackling complex optimization tasks due to its robust global search ability and adaptability to nonlinear, high-dimensional problems.
Particle Swarm Optimization (PSO) is a heuristic search algorithm inspired by the collective behavior observed in natural swarms, such as flocks of birds or schools of fish [57]. Each solution is treated as a particle that navigates the search space by updating its position and velocity based on both its own best experience and that of the entire group. Through this collaborative mechanism, particles gradually converge toward the optimal solution. PSO is known for its simple design, ease of use, independence from gradient information, and strong capability in finding global optima. It has proven effective in a wide range of optimization scenarios, including function optimization and neural network training.

3.1.3. LDA

Logical Development Algorithm (LDA) is a supervised method for dimensionality reduction that aims to enhance class separability by maximizing the variance between different categories while minimizing the variance within the same category [58]. In regression applications, LDA serves as a preprocessing tool to extract key features that are both informative and less correlated, thereby improving model stability, reducing the risk of overfitting, and boosting predictive performance. When combined with neural networks, LDA helps streamline the input space while retaining critical discriminative information, resulting in more efficient and reliable learning outcomes. In this study, LDA is adapted for regression by identifying key input features and constructing logical expressions to approximate continuous outputs. This reduces input redundancy and improves model stability and accuracy when combined with neural networks, as shown in Figure 5.

3.2. Model Parameter Setting

3.2.1. Hyperparameter Optimization

Hyperparameter optimization is vital for enhancing machine learning model performance, as parameter settings greatly affect training efficiency and predictive accuracy. In this study, Genetic Algorithm (GA), Particle Swarm Optimization (PSO), and Logical Development Algorithm (LDA) were employed to optimize the hyperparameters of a Support Vector Machine (SVM), thereby improving its overall effectiveness.
To promote faster convergence and improve prediction accuracy, key hyperparameters for each optimization technique were carefully configured, as outlined in Table 4. For GA, a population size (pop_num) of 15 was chosen to maintain adequate diversity while controlling computational load; the number of generations (gen) was fixed at 100 to allow sufficient evolutionary progress. The selection probability parameter (normGeomSelect) was set to 0.15 to prioritize selection of high-fitness individuals. The crossover rate (arithXover) was set to 1.5 to encourage genetic variability, while the mutation scheme (nonUnifMutation) was defined as [0.2, 50, 3] to strengthen global search capabilities and prevent premature convergence. The convergence tolerance (maxGenTerm) was set to 10−6 to allow fine refinement near optimal solutions.
Within the PSO framework, cognitive and social coefficients (c1, c2) were both set at 2.1, balancing personal and collective experience influence. The particle position search space was constrained to [0.001, 1000] for the penalty parameter C, and [1 × 10−5, 1] for the kernel coefficient gamma, ensuring feasible hyperparameter ranges. A swarm size (sizepop) of 30 and maximum iteration count (maxgen) of 150 were selected to balance exploration depth and computational efficiency. The maximum function evaluations were set at 300 to guarantee robust training.
For the Logical Development Algorithm (LDA), a population size of 30 and a maximum iteration count of 80 were used. The mutation factor (F) was set at 0.7 to facilitate effective global exploration, and the crossover probability (CR) was fixed at 0.9 to maintain population diversity during recombination. This configuration enabled enhanced extraction of discriminative features during the hyperparameter search, improving SVM’s classification accuracy.
Collectively, these optimized hyperparameter settings for GA, PSO, and LDA significantly improved the SVM’s convergence speed, mitigated overfitting, and elevated prediction accuracy. Such improvements proved highly effective in applications including the strength prediction of reinforced marine coral sand–clay mixtures (MCCM).
The comparative RMSE trends of GA, PSO, and LDA during the optimization process reveal distinct convergence behaviors. All three algorithms steadily reduce RMSE as iterations progress, demonstrating effective error minimization. PSO achieves the quickest initial convergence, reaching lower RMSE values in fewer iterations, reflecting its efficiency in exploring the solution space. However, after a rapid early drop, its improvement slows and plateaus around an RMSE of 3. GA shows a fast initial RMSE decrease as well, then a gradual decline that stabilizes near 1.5 after approximately 20 iterations. In contrast, LDA starts with a slower RMSE reduction but accelerates later, eventually converging to an RMSE close to 1. Overall, PSO excels in early convergence speed, while LDA attains better final accuracy and stability, surpassing both GA and PSO over the full optimization.

3.2.2. Establishment of Database and Data Processing

A dataset comprising 2436 samples was established to investigate the strength characteristics of MCCM under different conditions. The dataset incorporates five key factors: asperity spacing, asperity height, confining pressure, number of reinforcement layers, and strain. Prior to modeling, all input and output variables were normalized to enhance model performance and maintain uniform scaling:
x = x x min x max x min
where x is the original data value, x is the normalized data value, xmin is the smallest value in the data, and xmax is the largest value in the dataset.
Table 5 summarizes the key statistics of the dataset variables. Asperity spacing ranges between 10 and 20 mm, while asperity height is divided into three discrete levels: 1 mm, 2 mm, and 3 mm. The reinforcement layers are classified into three categories: 0, 1, and 2. Confining pressure spans from 50 kPa to 200 kPa, and strain values range from 1% to 12%. To guarantee data quality and suitability for machine learning, preprocessing steps such as cleaning, normalization, and dataset splitting were performed.

3.3. Predictive Performance Assessment Index

Choosing appropriate evaluation metrics is essential for effectively assessing model prediction performance. In this study, two main evaluation criteria were utilized:
1. Root Mean Square Error (RMSE) measures the standard deviation of the differences between predicted and true values. A smaller RMSE indicates better prediction accuracy and greater model reliability [59].
RMSE = 1 n i = 1 n y i y ^ i 2
where n is the number of samples, yi is the observed value, and fi is the predicted value.
2. Mean Absolute Percentage Error (MAPE) represents the average absolute error between predicted and actual values, expressed as a percentage of the actual measurements. A lower MAPE indicates reduced prediction errors and enhanced model accuracy [60].
MAPE = 1 n i = 1 n y i y ^ i y i × 100 %
where n is the number of samples, yi is the observed value, and y ^ i is the predicted value.

4. Results and Analysis

4.1. Establishment of Datasets

In this study, dataset construction forms the basis for training the machine learning models. A dataset comprising five input variables and one output variable was developed to train and evaluate the performance of SVM, GA-SVM, PSO-SVM, and LDA-SVM, as shown in Figure 6.
A total of 2436 samples were collected, each containing five key input features: asperity spacing, asperity height, confining pressure, number of reinforcement layers, and strain. To assess the model’s generalization performance, the dataset was divided into training and testing subsets. The model was trained on 80% of the data, while the remaining 20% was used to evaluate its final predictive accuracy. This split ensured a robust assessment of the model’s ability to perform in practical scenarios.

4.2. Machine Learning Predicting Performances

The prediction results of the machine learning model, developed and tested using 2436 samples, are displayed in Figure 7 and Figure 8.
Overall, the predicted results (marked by red hollow circles) from each model align well with the actual measurements (black hollow diamonds), indicating that all models can effectively capture the nonlinear relationships between input variables and the target output to some degree. This demonstrates their capability in fitting the training data. As shown in Figure 7j, the BPNN model exhibits signs of overfitting, with predictions closely matching the training data but deviating noticeably for more complex or extreme samples. This indicates that while BPNN can fit the known data, it lacks the generalization ability required for reliable predictions under varying geotechnical conditions. The overfitting behavior reflects the model’s sensitivity to training noise and its limited capacity to capture essential underlying patterns, suggesting that traditional models like BPNN may no longer be well-suited for modern geotechnical prediction tasks. However, variations in prediction accuracy reveal differences in model learning capacity. Among the methods assessed, the LDA-SVM model (Figure 7h) achieves the highest accuracy, with predictions closely matching observed values. This suggests that LDA-SVM not only fits the data precisely but also robustly represents complex data patterns. Conversely, the conventional SVM model (Figure 7b) shows larger errors, particularly for samples with extreme peak values, implying limited representational power that leads to underfitting in complex regions. Enhanced performance is evident in GA-SVM (Figure 7d) and PSO-SVM (Figure 7f), which incorporate Genetic Algorithm and Particle Swarm Optimization, respectively, to optimize model parameters. These hybrid approaches yield predictions that better track actual trends, reflecting improved parameter tuning and increased robustness. Nonetheless, mild overfitting appears in some cases, especially where data variance is higher, indicating a need for additional regularization or validation to improve generalization.
Through k-fold cross-validation, the mean squared error (MSE) values obtained for different models are as follows: BPNN achieved an MSE of approximately 23.9 (training) and 28.01 (testing), traditional SVM about 17.02 (training) and 15.63 (testing), GA-optimized SVM (GA-SVM) around 3.70 (training) and 2.61 (testing), PSO-optimized SVM (PSO-SVM) near 16.84 (training) and 14.59 (testing), and the LDA-optimized SVM (LDA-SVM) obtained the lowest MSE of approximately 1.99 (training) and 2.40 (testing). These results demonstrate that the hybrid optimization algorithms effectively improve the predictive accuracy of the models, with LDA-SVM performing best among the tested methods.
In conclusion, the LDA-SVM model consistently surpasses the other techniques across both the training and testing sets. Its superior fitting precision and reliable generalization to unseen data highlight its strength in modeling complex relationships, making it the most effective and dependable model among those evaluated.
As shown in Figure 8, the LDA-SVM model consistently outperforms the other three machine learning models on the testing dataset. Specifically, Figure 8 indicates that LDA-SVM achieves the best prediction results, with the lowest RMSE values of 1.67245 for testing and 1.41230 for training. It also records the smallest MAPE values—5.93210% on the test set and 7.83025% on the training set—demonstrating strong generalization ability. The coefficient of determination (R2) for the traditional SVM is 0.97012, while the LDA-SVM achieves a notably higher R2 of 0.99580, demonstrating that the LDA-based optimization significantly improves the model’s predictive accuracy and fitting performance.
In comparison, the GA-SVM model, benefiting from genetic algorithm optimization, performs better than the base SVM but still lags behind LDA-SVM. The GA-SVM reports RMSE values of 1.61542 (test) and 1.92354 (training), and MAPE values of 6.21087% and 11.20032%, respectively. Its test set correlation coefficient of 0.98234 suggests a moderate-to-strong relationship, though some complex data patterns remain underrepresented.
The PSO-SVM model shows relatively weaker performance, with higher errors and more dispersed residuals, indicating limited improvement from particle swarm optimization. RMSE values are 3.82056 (test) and 4.10321 (training), while MAPE values reach 9.72451% and 11.65124%. The test correlation coefficient (R) is 0.97945, reflecting decreased predictive consistency.
The original SVM model yields the poorest results, with the highest RMSEs of 3.95420 (test) and 4.12450 (training), and MAPE values of 9.86420% and 13.05210%. Its correlation coefficient of 0.97012 along with visible deviations between predicted and actual points indicates insufficient modeling capacity for complex nonlinear relationships.
In summary, the LDA-SVM model outperforms GA-SVM, PSO-SVM, and basic SVM across the training and testing stages. It offers enhanced accuracy, stronger generalization, and greater model stability, particularly on unseen data. Despite similar optimization frameworks, LDA-SVM consistently delivers superior predictive results compared to the other approaches.

4.3. Sensitivity Analysis

Gaining insight into the internal workings of machine learning models is crucial for improving their transparency, interpretability, and overall reliability in practical use. A fundamental aspect of this is understanding the importance of input features, which clarifies how each variable impacts the model’s predictions and sheds light on the decision-making process [61]. Among the various methods developed for interpretability, Shapley Additive Explanations (SHAP) has become a leading approach due to its theoretical foundation and comprehensive assessment of feature contributions. Based on principles from cooperative game theory, SHAP evaluates every possible combination of features to fairly distribute the influence each one has on an individual prediction. It assigns a numerical SHAP value to each feature per prediction, quantifying how much that feature pushes the outcome higher or lower [62]. Positive values indicate an increasing effect on the prediction, while negative values suggest a decreasing impact. By summarizing SHAP values over many samples, it is possible to identify the most influential features at the global level and understand specific variations at the local level. This detailed interpretability is especially useful for complex models like neural networks or ensemble techniques, where simple coefficient-based explanations are inadequate. SHAP thus aids not only in verifying and improving models but also in fostering responsible application of machine learning technologies.
Figure 9 highlights the five most influential features impacting the predictions of the LDA-SVM model, with their respective contributions quantified. The pie chart shows the average SHAP values, where larger values indicate stronger effects on the output. On the left, the swarm plot illustrates the detailed influence of each feature: the x-axis represents SHAP values, reflecting the direction and strength of impact, and the y-axis corresponds to feature values. Generally, higher SHAP values paired with higher feature values suggest a positive correlation, whereas negative SHAP values denote suppressive effects within certain ranges.
Among the features, asperity spacing leads with a 35.2% contribution, emphasizing its dominant role in controlling the stress–strain behavior of MCCM. This likely results from its effect on inter-particle friction at contact interfaces, where wider spacing enhances shear resistance. Asperity height follows closely at 29.1%, reflecting its influence on mechanical interlocking, which promotes energy dissipation and strengthens resistance during deformation.
The number of reinforcement layers accounts for 15.3%, highlighting its significance in enhancing composite structural integrity. Confining pressure contributes 13.0%, as it directly affects the compaction and strength of the material. Strain has the smallest effect, with a contribution of 7.4%, indicating its role as more of a dependent response variable in the prediction model.
Overall, the SHAP analysis identifies asperity spacing and height as the key factors influencing model accuracy, underlining the importance of their precise control in MCCM engineering applications. The results suggest that optimization efforts should primarily target these parameters to ensure the durability and safety of marine structures subjected to complex environmental forces.

4.4. Empirical Formulas

The motivation behind integrating LDA with SVM lies in the need to enhance both the interpretability and predictive accuracy of strength modeling for MCCM, a material characterized by complex, nonlinear, and moisture-sensitive behavior; this novel combination enables effective dimensionality reduction while preserving essential mechanical features. Previous modeling outcomes indicate that the developed LDA-SVM model effectively predicts the strength of MCCM. However, the complexity of machine learning algorithms often creates barriers to practical use, especially for engineers without a background in artificial intelligence. To improve accessibility and promote wider adoption, this section presents an analytical empirical formula that closely approximates the predictive performance of the LDA-SVM model. This formula offers a simple and efficient approach for estimating MCCM strength in engineering applications. The SVM model employed utilizes a standard kernel-based method, and its output can be expressed mathematically based on the optimized support vectors and their corresponding coefficients, as detailed below [63]:
Y n = f s i g b 0 + k = 1 h   w k f s i g b k + i = 1 m   w i k X i
The normalized predicted output Yn, ranging from −1 to 1, is calculated based on the normalized input variables Xi, which includes asperity spacing (mm), asperity height (mm), number of reinforcement layers, confining pressure (kPa), and strain (%), through the connection weights Wik between the ith input node and the kth hidden node, hidden layer biases bk, weights Wk connecting the hidden nodes to the output node, output layer bias b0, and the hyperbolic tangent sigmoid transfer function f s i g ( x ) = e x e x e x + e x , where h and m denote the numbers of hidden nodes and input variables, respectively.
The normalized output Yn can be converted into the actual predicted strength τ using the following denormalization formula:
τ = 0.5 Y n + 1 τ m a x τ m i n + τ m i n
Here, τmax and τmin represent the maximum and minimum MCCM strength values in the dataset, respectively.
To facilitate engineering applications, the neural network structure described above can be further expressed in the following simplified form:
Y n = tanh C 1
C 1 = b 0 + k = 1 h   w k tanh A k
A k = b k + i = 1 m   w i k X i
All connection weights (Wik, Wk) and bias parameters (bk, b0) in the model are automatically optimized during training using the Differential Evolution algorithm. The complete set of parameters, which can be directly applied in engineering calculations, is provided in Table 6.
This empirical analytical model provides clear interpretability and allows for quick estimation of MCCM strength without the need for machine learning software, making it highly suitable for engineering applications where transparency and computational speed are essential.
The input parameters S, H, P, L, and Y represent asperity spacing, asperity height, confining pressure, number of reinforcement layers, and strain, respectively. The output variable H denotes the MCCM strength, as summarized in Table 6.

4.5. Experimental Verifications

To evaluate the accuracy and practical applicability of both the machine learning model and the analytical formula, the proposed empirical model was applied to predict MCCM strength across the 30 representative test cases listed in Table 7. Using the experimental conditions, Equation (4) estimated the MCCM strength for each scenario. The predicted outcomes were then compared with experimental results from earlier studies, as shown in Figure 10, providing a comprehensive assessment of the model’s predictive capability and real-world usefulness under diverse conditions.
Figure 10 demonstrates that the proposed empirical formula effectively predicts the strength of marine coral sand–clay mixtures (MCCM) under diverse conditions. The model achieves a root mean square error (RMSE) of 1.234, a mean absolute percentage error (MAPE) of 6.12%, and a coefficient of determination (R2) of 0.9945, reflecting strong predictive capability and reliability. These findings validate the model’s ability to accurately represent the strength characteristics of MCCM across varying scenarios.
Compared with more complex machine learning-based approaches, the proposed formula offers enhanced practicality and accessibility, particularly for engineering professionals without backgrounds in programming or algorithm development. Its transparent structure and interpretable parameters make it a straightforward and efficient alternative for rapid strength estimation. This approach not only reduces technical barriers in modeling and analysis but also serves as a reliable tool for engineering design, construction planning, and safety evaluation. Overall, it holds significant promise for broader application and dissemination in geotechnical engineering practice.
Although the proposed model demonstrates strong predictive performance, its current validation is limited to 30 randomly selected test sets. These samples represent a range of typical MCCM conditions but do not include field-scale verification. Future work will focus on extending validation to real-world island construction scenarios, which will further assess the model’s applicability and enhance its engineering relevance.

5. Conclusions

This study conducted a series of laboratory experiments to explore the strength characteristics of marine coral sand–clay mixtures (MCCM) under various conditions, establishing a comprehensive experimental dataset. Utilizing this data, an LDA-SVM machine learning model was developed to predict MCCM strength. The model integrates several critical input parameters influencing strength, including asperity spacing, asperity height, confining pressure, the number of reinforcement layers, and strain. To assess its effectiveness, three comparative models—SVM, GA-SVM, and PSO-SVM—were also constructed. Moreover, sensitivity analysis was performed to quantify each input variable’s influence on the strength prediction. An empirical formula was further derived to enable practical application by engineers without extensive machine learning expertise. The key conclusions of this work are as follows:
(1)
Experimental findings show that asperity spacing, asperity height, confining pressure, reinforcement layer count, and strain are the dominant factors affecting MCCM strength. Among these, asperity spacing and height notably enhance strength. These insights can assist in optimizing material composition and design parameters in engineering practice.
(2)
The LDA-SVM model demonstrated superior accuracy and generalization in predicting MCCM strength, outperforming benchmark models such as SVM, GA-SVM, and PSO-SVM by achieving lower RMSE values. This highlights the benefit of combining the Logic Development Algorithm (LDA) with Support Vector Machines (SVM) in complex marine geotechnical modeling.
(3)
Sensitivity analysis identified asperity spacing as the most influential factor on MCCM strength, followed by asperity height and confining pressure. This knowledge supports prioritizing critical design parameters for efficient engineering management.
(4)
The empirical formula derived provides clear interpretability and practical value, enabling accurate strength prediction without requiring advanced machine learning tools. This approach benefits engineers with limited ML background and supports decision-making when computational resources are limited.

6. Limitations

Predicting MCCM strength remains challenging due to complex nonlinear interactions between multiple factors. The Logic Development Algorithm (LDA) has some limitations, including sensitivity to initial parameter settings that may impact convergence and performance, challenges in handling very high-dimensional data due to computational complexity, limited capability in capturing highly nonlinear relationships compared to deep learning methods, and a risk of overfitting when training data are limited or noisy. However, the LDA-SVM model developed here effectively addresses these challenges by integrating the Logic Development Algorithm with machine learning, capturing key variable effects accurately. In this study, MCCM samples were tested in a dry state to simplify conditions, which limits the direct applicability of results to saturated marine environments; future research will consider wet and cyclic loading to better simulate in situ behavior. The derived empirical formula provides a straightforward and practical approach for strength estimation, especially valuable in engineering scenarios with limited resources. Future research could focus on extending the model by incorporating additional MCCM characteristics such as particle morphology, fabric, and mineralogy, as well as expanding the experimental dataset to cover a wider range of loading and environmental conditions. These improvements are expected to enhance the model’s robustness and applicability, thereby contributing to safer and more efficient marine infrastructure design.

Author Contributions

Conceptualization, B.Y., K.X. and P.C.; methodology, H.S.; software, B.Y., Z.W., H.S. and Z.C.; validation, B.Y.; formal analysis, B.Y.; investigation, B.Y., K.X., Z.W. and H.S.; writing—original draft preparation, K.X. and Z.W.; writing—review and editing B.Y., P.C. and Z.C.; visualization, K.X.; supervision, H.S. and P.C.; project administration, H.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

In this paper, all data and models used during the research appeared in the submitted manuscript.

Conflicts of Interest

Author Bowen Yang was employed by the company Shanxi Ning Guli New Materials Joint Stock Company Limited. Author Haodong Sun was employed by the company Weifang Hydraulic Architectural Design and Research Institute Co., Ltd. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Wu, Q.; Liu, Q.; Zhuang, H.; Xu, C.; Chen, G. Experimental investigation of dynamic shear modulus of saturated marine coral sand. Ocean Eng. 2022, 264, 112412. [Google Scholar] [CrossRef]
  2. Wu, Q.; Liu, Q.; Zhuang, H.; Chen, G.; Du, X. Liquefaction characteristics of saturated marine coral sand with different non-plastic fines content subjected to complex cyclic stress paths. Ocean Eng. 2023, 281, 114794. [Google Scholar] [CrossRef]
  3. Akosah, S.; Zhou, L.; Chen, J.; Yao, T.; Gidigasu, S.S. Undrained dynamic behavior of geogrid-reinforced coral sand. Mar. Georesour. Geotechnol. 2025, 43, 244–259. [Google Scholar] [CrossRef]
  4. Shahnazari, H.; Rezvani, R. Effective parameters for the particle breakage of calcareous sands: An experimental study. Eng. Geol. 2013, 159, 98–105. [Google Scholar] [CrossRef]
  5. Yang, Z.; Qin, Y.; Xue, C.; Xiao, X.; Ding, J.; Chen, G. Experimental study on the generalized dynamic modulus of saturated marine coral sand subjected to different cyclic loading patterns. Ocean Eng. 2024, 310, 118507. [Google Scholar] [CrossRef]
  6. Wu, Q.; Ding, X.; Zhang, Y.; Chen, Z.; Zhang, Y. Numerical simulations on seismic response of soil-pile-superstructure in coral sand. Ocean Eng. 2021, 239, 109808. [Google Scholar] [CrossRef]
  7. Wang, X.-Z.; Jiao, Y.-Y.; Wang, R.; Hu, M.-J.; Meng, Q.-S.; Tan, F.-Y. Engineering characteristics of the calcareous sand in Nansha Islands, South China Sea. Eng. Geol. 2011, 120, 40–47. [Google Scholar] [CrossRef]
  8. Prakasha, K.; Chandrasekaran, V. Behavior of marine sand-clay mixtures under static and cyclic triaxial shear. J. Geotech. Geoenviron. Eng. 2005, 131, 213–222. [Google Scholar] [CrossRef]
  9. Bray, N.; Cohen, M. Dredging for Development; International Association of Dredging Companies: Hague, The Netherlands, 2004. [Google Scholar]
  10. Bose, B.P.; Dhar, M. Dredged sediments are one of the valuable resources: A review. Int. J. Earth Sci. Knowl. Appl. 2022, 4, 324–331. [Google Scholar]
  11. Xu, D.-s.; Huang, M.; Zhou, Y. One-dimensional compression behavior of calcareous sand and marine clay mixtures. Int. J. Geomech. 2020, 20, 04020137. [Google Scholar] [CrossRef]
  12. Chen, J.; Bao, N.; Ma, C.; Sun, R. Triaxial behavior of unreinforced and geogrid-reinforced calcareous gravelly sand: Experiment and discrete element modelling. Constr. Build. Mater. 2024, 430, 136405. [Google Scholar] [CrossRef]
  13. Chen, X.; Dai, G.; Liu, H.; Ouyang, H.; Gong, W. A microstructural investigation on hydraulic conductivity of calcareous clay. Appl. Ocean Res. 2024, 150, 104133. [Google Scholar] [CrossRef]
  14. Wang, S.; Zhou, Z.; Liu, P.; Yang, Z.; Pan, Q.; Chen, W. On the critical particle size of soil with clogging potential in shield tunneling. J. Rock Mech. Geotech. Eng. 2023, 15, 477–485. [Google Scholar] [CrossRef]
  15. Gao, J.; Zhu, G.; Wang, J.; Yang, Y.; Li, Y. Study on the dynamic characteristics of geogrids combined with rubber particles reinforced with calcareous sand. Acta Geotech. 2024, 19, 7031–7047. [Google Scholar] [CrossRef]
  16. Shen, J.-H.; Hu, M.-J.; Wang, X.; Zhang, C.-Y.; Xu, D.-S. SWCC of calcareous silty sand under different fines contents and dry densities. Front. Environ. Sci. 2021, 9, 682907. [Google Scholar] [CrossRef]
  17. Ding, X.-M.; Luo, Z.-G.; Ou, Q. Mechanical property and deformation behavior of geogrid reinforced calcareous sand. Geotext. Geomembr. 2022, 50, 618–631. [Google Scholar] [CrossRef]
  18. Landivar Macias, A.; Jacobsen, S.D.; Rotta Loria, A.F. Electrodeposition of calcareous cement from seawater in marine silica sands. Commun. Earth Environ. 2024, 5, 442. [Google Scholar] [CrossRef]
  19. Chao, Z.; Shi, D.; Fowmes, G.; Xu, X.; Yue, W.; Cui, P.; Hu, T.; Yang, C. Artificial intelligence algorithms for predicting peak shear strength of clayey soil-geomembrane interfaces and experimental validation. Geotext. Geomembr. 2023, 51, 179–198. [Google Scholar] [CrossRef]
  20. Zhang, W.; Li, H.; Shi, D.; Shen, Z.; Zhao, S.; Guo, C. Determination of Safety Monitoring Indices for Roller-Compacted Concrete Dams Considering Seepage–Stress Coupling Effects. Mathematics 2023, 11, 3224. [Google Scholar] [CrossRef]
  21. Han, X.; Wang, X.; Zhu, Y.; Huang, J.; Yang, L.; Chang, Z.; Fu, F. An experimental study on concrete and geomembrane lining effects on canal seepage in arid agricultural areas. Water 2020, 12, 2343. [Google Scholar] [CrossRef]
  22. Xu, G.; Shi, J.; Li, Y. Change pattern of geomembrane surface roughness for geotextile/textured geomembrane interfaces. Geotext. Geomembr. 2023, 51, 88–99. [Google Scholar] [CrossRef]
  23. Wang, X.; Cui, J.; Wu, Y.; Zhu, C.; Wang, X. Mechanical properties of calcareous silts in a hydraulic fill island-reef. Mar. Georesour. Geotechnol. 2021, 39, 1–14. [Google Scholar] [CrossRef]
  24. Rowe, R.K.; Fan, J. Effect of geomembrane hole geometry on leakage overlain by saturated tailings. Geotext. Geomembr. 2021, 49, 1506–1518. [Google Scholar] [CrossRef]
  25. Han, S.; Jung, S.; Na, W.-B. Estimation of seabed settlement during initial installation of a box-type artificial reef considering different seabed soil compositions and incident angles. Ocean Eng. 2020, 218, 108269. [Google Scholar] [CrossRef]
  26. Monteiro, C.; Araújo, G.; Palmeira, E.; Cordão Neto, M. Soil-geosynthetic interface strength on smooth and texturized geomembranes under different test conditions. In Proceedings of the 18th International Conference on Soil Mechanics and Geotechnical Engineering, Paris, France, 2–5 September 2013. [Google Scholar]
  27. Bacas, B.M.; Konietzky, H.; Berini, J.C.; Sagaseta, C. A new constitutive model for textured geomembrane/geotextile interfaces. Geotext. Geomembr. 2011, 29, 137–148. [Google Scholar] [CrossRef]
  28. Junior, S.L.d.C.; Aparicio-Ardila, M.A.; Palomino, C.F.; Lins da Silva, J. Analysis of textured geomembrane–soil interface strength to mining applications. Int. J. Geosynth. Ground Eng. 2023, 9, 3. [Google Scholar] [CrossRef]
  29. Chao, Z.; Fowmes, G. Modified stress and temperature-controlled direct shear apparatus on soil-geosynthetics interfaces. Geotext. Geomembr. 2021, 49, 825–841. [Google Scholar] [CrossRef]
  30. Mahamat, A.A.; Boukar, M.M.; Ibrahim, N.M.; Stanislas, T.T.; Linda Bih, N.; Obianyo, I.I.; Savastano, H., Jr. Machine learning approaches for prediction of the compressive strength of alkali activated termite mound soil. Appl. Sci. 2021, 11, 4754. [Google Scholar] [CrossRef]
  31. Chao, Z.; Fowmes, G. The short-term and creep mechanical behaviour of clayey soil-geocomposite drainage layer interfaces subjected to environmental loadings. Geotext. Geomembr. 2022, 50, 238–248. [Google Scholar] [CrossRef]
  32. Chao, Z.; Dang, Y.; Pan, Y.; Wang, F.; Wang, M.; Zhang, J.; Yang, C. Prediction of the shale gas permeability: A data mining approach. Geomech. Energy Environ. 2023, 33, 100435. [Google Scholar] [CrossRef]
  33. Rehman, Z.U.; Ijaz, N.; Ye, W.; Ijaz, Z. Design optimization and statistical modeling of recycled waste-based additive for a variety of construction scenarios on heaving ground. Environ. Sci. Pollut. Res. 2023, 30, 39783–39802. [Google Scholar] [CrossRef] [PubMed]
  34. ur Rehman, Z.; Khalid, U.; Ijaz, N.; Mujtaba, H.; Haider, A.; Farooq, K.; Ijaz, Z. Machine learning-based intelligent modeling of hydraulic conductivity of sandy soils considering a wide range of grain sizes. Eng. Geol. 2022, 311, 106899. [Google Scholar] [CrossRef]
  35. ur Rehman, Z.; Aziz, Z.; Khalid, U.; Ijaz, N.; ur Rehman, S.; Ijaz, Z. Artificial intelligence-driven enhanced CBR modeling of sandy soils considering broad grain size variability. J. Rock Mech. Geotech. Eng. 2024, 17, 3161–3179. [Google Scholar] [CrossRef]
  36. Ur Rehman, Z.; Hussain, S.; Tahir, M.; Sherin, S.; Mohammad, N.; Dasti, N.; Raza, S.; Salman, M. Numerical modelling for geotechnical assessment of rock mass behaviour and performance of support system for diversion tunnels using optimized Hoek-Brown parameters. Min. Miner. Depos. 2022, 16, 1–8. [Google Scholar] [CrossRef]
  37. Phoon, K.-K.; Zhang, W. Future of machine learning in geotechnics. Georisk: Assess. Manag. Risk Eng. Syst. Geohazards 2023, 17, 7–22. [Google Scholar] [CrossRef]
  38. Daviran, M.; Maghsoudi, A.; Ghezelbash, R. Optimized AI-MPM: Application of PSO for tuning the hyperparameters of SVM and RF algorithms. Comput. Geosci. 2025, 195, 105785. [Google Scholar] [CrossRef]
  39. Zhang, J.; Li, P.; Yin, X.; Wang, S.; Zhu, Y. Back analysis of surrounding rock parameters in pingdingshan mine based on BP neural network integrated mind evolutionary algorithm. Mathematics 2022, 10, 1746. [Google Scholar] [CrossRef]
  40. Hasanipanah, M.; Amnieh, H.B.; Arab, H.; Zamzam, M.S. Feasibility of PSO–ANFIS model to estimate rock fragmentation produced by mine blasting. Neural Comput. Appl. 2018, 30, 1015–1024. [Google Scholar] [CrossRef]
  41. Chao, Z.; Liu, H.; Wang, H.; Dong, Y.; Shi, D.; Zheng, J. The interface mechanical properties between polymer layer and marine sand with different particle sizes under the effect of temperature: Laboratory tests and artificial intelligence modelling. Ocean Eng. 2024, 312, 119255. [Google Scholar] [CrossRef]
  42. Chao, Z.; Wang, H.; Hu, S.; Wang, M.; Xu, S.; Zhang, W. Permeability and porosity of light-weight concrete with plastic waste aggregate: Experimental study and machine learning modelling. Constr. Build. Mater. 2024, 411, 134465. [Google Scholar] [CrossRef]
  43. Jie, J.; Zeng, J.; Ren, Y. Improved mind evolutionary computation for optimizations. In Proceedings of the Fifth World Congress on Intelligent Control and Automation (IEEE Cat. No. 04EX788), Hangzhou, China, 15–19 June 2004. [Google Scholar]
  44. Chao, Z.; Wang, H.; Zheng, J.; Shi, D.; Li, C.; Ding, G.; Feng, X. Temperature-Dependent Post-Cyclic Mechanical Characteristics of Interfaces between Geogrid and Marine Reef Sand: Experimental Research and Machine Learning Modeling. J. Mar. Sci. Eng. 2024, 12, 1262. [Google Scholar] [CrossRef]
  45. Ahmadi, M.A.; Chen, Z. Comparison of machine learning methods for estimating permeability and porosity of oil reservoirs via petro-physical logs. Petroleum 2019, 5, 271–284. [Google Scholar] [CrossRef]
  46. Chengyi, S.; Yan, S.; Keming, X. Mind-evolution-based machine learning and applications. In Proceedings of the 3rd World Congress on Intelligent Control and Automation (Cat. No. 00EX393), Hefei, China, 26 June–2 July 2000. [Google Scholar]
  47. Li, D.; Jiang, Z.; Tian, K.; Ji, R. Prediction of hydraulic conductivity of sodium bentonite GCLs by machine learning approaches. Environ. Geotech. 2025, 12, 154–173. [Google Scholar] [CrossRef]
  48. Liu, Z.; Shao, J.; Xu, W.; Wu, Q. Indirect estimation of unconfined compressive strength of carbonate rocks using extreme learning machine. Acta Geotech. 2015, 10, 651–663. [Google Scholar] [CrossRef]
  49. Chao, Z.; Wang, M.; Sun, Y.; Xu, X.; Yue, W.; Yang, C.; Hu, T. Predicting stress-dependent gas permeability of cement mortar with different relative moisture contents based on hybrid ensemble artificial intelligence algorithms. Constr. Build. Mater. 2022, 348, 128660. [Google Scholar] [CrossRef]
  50. Wang, J.; Goyanes, A.; Gaisford, S.; Basit, A.W. Stereolithographic (SLA) 3D printing of oral modified-release dosage forms. Int. J. Pharm. 2016, 503, 207–212. [Google Scholar] [CrossRef] [PubMed]
  51. Zhao, H.; Gao, Y.; Lin, F.; Zheng, J.; Jeng, D.-S.; Han, S.; Liu, J.; Sun, Y. Transitional behavior of calcareous sand with different clay contents. Front. Mar. Sci. 2025, 12, 1549597. [Google Scholar] [CrossRef]
  52. Kardani, N.; Zhou, A.; Nazem, M.; Shen, S.-L. Estimation of bearing capacity of piles in cohesionless soil using optimised machine learning approaches. Geotech. Geol. Eng. 2020, 38, 2271–2291. [Google Scholar] [CrossRef]
  53. Samui, P. Application of statistical learning algorithms to ultimate bearing capacity of shallow foundation on cohesionless soil. Int. J. Numer. Anal. Methods Geomech. 2012, 36, 100–110. [Google Scholar] [CrossRef]
  54. Zhou, J.; Shi, X.; Du, K.; Qiu, X.; Li, X.; Mitri, H.S. Feasibility of random-forest approach for prediction of ground settlements induced by the construction of a shield-driven tunnel. Int. J. Geomech. 2017, 17, 04016129. [Google Scholar] [CrossRef]
  55. Wang, H.; Hu, D. Comparison of SVM and LS-SVM for regression. In Proceedings of the 2005 International Conference on Neural Networks and Brain, Beijing, China, 13–15 October 2005. [Google Scholar]
  56. Lambora, A.; Gupta, K.; Chopra, K. Genetic algorithm-A literature review. In Proceedings of the 2019 International conference on Machine Learning, Big Data, Cloud and Parallel Computing (COMITCon), Faridabad, India, 14–16 February 2019. [Google Scholar]
  57. Wang, W.; Tang, R.; Li, C.; Liu, P.; Luo, L. A BP neural network model optimized by mind evolutionary algorithm for predicting the ocean wave heights. Ocean Eng. 2018, 162, 98–107. [Google Scholar] [CrossRef]
  58. Chao, Z.; Li, Z.; Dong, Y.; Shi, D.; Zheng, J. Estimating compressive strength of coral sand aggregate concrete in marine environment by combining physical experiments and machine learning-based techniques. Ocean Eng. 2024, 308, 118320. [Google Scholar] [CrossRef]
  59. Hodson, T.O. Root mean square error (RMSE) or mean absolute error (MAE): When to use them or not. Geosci. Model Dev. Discuss. 2022, 2022, 1–10. [Google Scholar] [CrossRef]
  60. Chicco, D.; Warrens, M.J.; Jurman, G. The coefficient of determination R-squared is more informative than SMAPE, MAE, MAPE, MSE and RMSE in regression analysis evaluation. Peerj Comput. Sci. 2021, 7, e623. [Google Scholar] [CrossRef] [PubMed]
  61. Yang, H.; Li, H.; Zhao, Z. Modeling prediction of bond strength between rebar and recycled aggregate concrete by deep learning approach based on attention mechanism. Constr. Build. Mater. 2025, 471, 140753. [Google Scholar] [CrossRef]
  62. Lundberg, S.M.; Lee, S.-I. A unified approach to interpreting model predictions. Adv. Neural Inf. Process. Syst. 2017, 30, 4768–4777. [Google Scholar]
  63. Goh, A.T.; Kulhawy, F.H.; Chua, C. Bayesian neural network analysis of undrained side resistance of drilled shafts. J. Geotech. Geoenviron. Eng. 2005, 131, 84–93. [Google Scholar] [CrossRef]
Figure 1. SEM images of marine coral sand and kaolin clay.
Figure 1. SEM images of marine coral sand and kaolin clay.
Buildings 15 02481 g001
Figure 2. Three-dimensional printing of textured geomembrane model and entity. (a) Digital model of the textured geomembrane; (b) 3D-printed textured geomembrane specimen.
Figure 2. Three-dimensional printing of textured geomembrane model and entity. (a) Digital model of the textured geomembrane; (b) 3D-printed textured geomembrane specimen.
Buildings 15 02481 g002
Figure 3. The diagram of the geomembrane reinforcement position.
Figure 3. The diagram of the geomembrane reinforcement position.
Buildings 15 02481 g003
Figure 4. Deviator stress–strain curve.
Figure 4. Deviator stress–strain curve.
Buildings 15 02481 g004aBuildings 15 02481 g004b
Figure 5. LDA-SVM model.
Figure 5. LDA-SVM model.
Buildings 15 02481 g005
Figure 6. Distribution for data in the constructed database.
Figure 6. Distribution for data in the constructed database.
Buildings 15 02481 g006
Figure 7. Prediction results of training set and test set on test data.
Figure 7. Prediction results of training set and test set on test data.
Buildings 15 02481 g007aBuildings 15 02481 g007bBuildings 15 02481 g007cBuildings 15 02481 g007dBuildings 15 02481 g007eBuildings 15 02481 g007f
Figure 8. Fitting lines of SVM and LDA-SVM models.
Figure 8. Fitting lines of SVM and LDA-SVM models.
Buildings 15 02481 g008aBuildings 15 02481 g008b
Figure 9. Feature importance analysis plot.
Figure 9. Feature importance analysis plot.
Buildings 15 02481 g009
Figure 10. Performance evaluation of MCCM strength prediction based on empirical equations.
Figure 10. Performance evaluation of MCCM strength prediction based on empirical equations.
Buildings 15 02481 g010aBuildings 15 02481 g010b
Table 1. Basic physical parameters of marine coral sand.
Table 1. Basic physical parameters of marine coral sand.
GSD50/mmCuCceminemax
2.813.31.321.080.991.49
Table 2. Physical and mechanical properties of the textured geomembrane.
Table 2. Physical and mechanical properties of the textured geomembrane.
StandardTensile ModulusTensile StrengthElongation at BreakFlexural ModulusImpact
Strength
Distortion Temperature
ASTM2450 Mpa50 Mpa10%2400 Mpa45 J/m56 °C
Table 3. Experimental parameter combinations used in the tests.
Table 3. Experimental parameter combinations used in the tests.
NumberAsperity Spacing (mm)Asperity Height (mm)Confining
Pressure (kPa)
Geomembrane Layers
T1--10, 30, 500
T210, 15, 201, 2, 3101, 2
T310, 15, 201, 2, 3301, 2
T410, 15, 201, 2, 3501, 2
Table 4. Parameter settings for GA, PSO, and LDA-optimized SVM.
Table 4. Parameter settings for GA, PSO, and LDA-optimized SVM.
AlgorithmLDAPSOGA
Population size (pop_num)303015
Genetic generations (gen)--100
Selection function parameter (normGeomSelect)--0.15
Crossover function parameter (arithXover)--1.5
Mutation function parameter (nonUnifMutation)--[0.2, 50, 3]
Optimal solution tolerance (maxGenTerm)-11 × 10−6
Learning factors (c1, c2)-2.1-
Maximum position (popmax)-2.0-
Minimum position (popmin)-−2.0-
Maximum number of iterations (max_iter)80--
Mutation factor (F)0.7--
Crossover probability (CR)0.9--
Table 5. Statistical table of factors affecting the stress of the MCCM.
Table 5. Statistical table of factors affecting the stress of the MCCM.
ArgumentTypeMin ValueMax ValueMean ValueStandard Deviation
Asperity spacingNumerical type1020155
Asperity height1321
Confining pressure (Kpa)10503020
Number of reinforcement layers0211
Strain (mm)1127.273.26
Table 6. Connected weights and biases for the constructed LDA-SVM algorithm.
Table 6. Connected weights and biases for the constructed LDA-SVM algorithm.
Hidden LayerWeightBias
InputOutputHidden
Layer
Output
SHPLYH
10.42−0.440.210.44−0.270.231.050.51
21.181.16−0.141.030.15−0.18−0.72
30.91−1.321.05−1.150.570.120.45
4−1.120.34−1.171.78−0.930.030.84
51.241.450.92−1.671.23−0.011.09
Table 7. Thirty representative datasets selected for model validation.
Table 7. Thirty representative datasets selected for model validation.
Asperity SpacingAsperity
Height
Confining Pressure (Kpa)Reinforced
Layers
Strain
(%)
001003
3006
50010
1011012
33023
25016
1015029
310110
230211
1013018
35027
21011
1511012
33023
25016
1515029
310110
230211
1513018
35027
21011
2011012
33023
25016
2015029
310110
230211
2013018
35027
21011
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

Yang, B.; Xu, K.; Wang, Z.; Sun, H.; Cui, P.; Chao, Z. Machine Learning Prediction of Mechanical Properties for Marine Coral Sand–Clay Mixtures Based on Triaxial Shear Testing. Buildings 2025, 15, 2481. https://doi.org/10.3390/buildings15142481

AMA Style

Yang B, Xu K, Wang Z, Sun H, Cui P, Chao Z. Machine Learning Prediction of Mechanical Properties for Marine Coral Sand–Clay Mixtures Based on Triaxial Shear Testing. Buildings. 2025; 15(14):2481. https://doi.org/10.3390/buildings15142481

Chicago/Turabian Style

Yang, Bowen, Kaiwei Xu, Zejin Wang, Haodong Sun, Peng Cui, and Zhiming Chao. 2025. "Machine Learning Prediction of Mechanical Properties for Marine Coral Sand–Clay Mixtures Based on Triaxial Shear Testing" Buildings 15, no. 14: 2481. https://doi.org/10.3390/buildings15142481

APA Style

Yang, B., Xu, K., Wang, Z., Sun, H., Cui, P., & Chao, Z. (2025). Machine Learning Prediction of Mechanical Properties for Marine Coral Sand–Clay Mixtures Based on Triaxial Shear Testing. Buildings, 15(14), 2481. https://doi.org/10.3390/buildings15142481

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop