Next Article in Journal
Extraction of Copper from Chalcopyrite Using Alkaline Glycine–Ammonia Solutions
Next Article in Special Issue
A Multi-Scale Study on the Property Degradation of High-Temperature Treated Beishan Granite
Previous Article in Journal
Study on Mechanical Characteristics of Rock Surrounding the Roadway under Different Section Shapes
Previous Article in Special Issue
A New Shear Constitutive Model Characterized by the Pre-Peak Nonlinear Stage
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Application of a Hybrid Machine Learning Model for the Prediction of Compressive Strength and Elastic Modulus of Rocks

1
School of Architecture and Civil Engineering, Zhengzhou University of Industrial Technology, Zhengzhou 451100, China
2
School of Architecture and Civil Engineering, Zhengzhou University of Aeronautics, Zhengzhou 451100, China
*
Author to whom correspondence should be addressed.
Minerals 2022, 12(12), 1506; https://doi.org/10.3390/min12121506
Submission received: 28 October 2022 / Revised: 20 November 2022 / Accepted: 24 November 2022 / Published: 25 November 2022
(This article belongs to the Special Issue Failure Characteristics of Deep Rocks)

Abstract

:
This paper presents a machine learning-based approach to estimating the compressive strength and elastic modulus of rocks. A hybrid model, GWO-ELM, was built based on an extreme learning machine network optimized by the grey wolf algorithm. The proposed model was carried out on 101 experimental datasets, and four commonly used models were used as benchmarks to evaluate the accuracy of the proposed model. The results showed that the proposed hybrid model can accurately achieve the prediction of elastic modulus and compressive strength with high correlation coefficients and small prediction errors. The prediction performance of the hybrid model is significantly better than the other four original models, and it is an alternative model for predicting the compressive strength and elastic modulus of rocks, which is recommended as an auxiliary tool for real-time prediction of rock mechanical properties.

1. Introduction

When designing and building geotechnical engineering structures, the mechanical properties of rocks are crucial [1,2,3,4]. Uniaxial compression strength (UCS), a crucial rock mechanical property metric, determines the material’s mechanical strength, which is crucial for assessing the adaptability and resilience of rocks to weathering. The modulus of elasticity (E) is essential to the analysis of deformation and can be used to estimate the bearing capacity of rocks. The slope of the stress–strain curves of unconfined compression tests can be used to assess their uniaxial compressive strength and modulus of elasticity of rocks. The steps and tests for determining these parameters have been standardized by the International Society for Rock Mechanics, American Society for Testing and Materials (ASTM), and the International Society for Rock Mechanics (ISRM) [5]. However, laboratory tests are destructive and are time-consuming and uneconomical to implement for a lot of experimental samples. In addition, the results of the tests are influenced by the quality of the rock samples. Therefore, to some extent, there are some limitations in obtaining these two parameters directly from laboratory experiments. For this reason, it is of positive scientific and engineering interest to develop a nondestructive, cost-effective, fast, efficient, and reliable method for estimating mechanical properties [6,7,8].
According to the findings of relevant studies, rock qualities and their indices, such as porosity (n), point loading index (Is(50)), p-wave velocity (Vp), Schmidt hammer bounce number (Rn), water absorption, mineral composition, etc., have a significant effect on both UCS and E [9,10,11]. These two mechanical parameters can be determined in a nondirect way from the point of view of the influencing parameters. In this regard, simple models based on statistical regression seem to provide new methods for the prediction of UCS and E. For the prediction of UCS and E, a number of single regression formulations have been created employing variables including the Schmidt hammer rebound number, p-wave velocity (Vp), and point load strength (PLS) [6,12,13,14,15]. In rock engineering, however, the empirical link between a single parameter and UCS or E is not sufficient. Multiple regression analysis was devised to predict UCS, taking into account several criteria related to rock qualities, to overcome this issue [16,17,18,19]. It was discovered that the prediction accuracy of the majority of multiple regression equations was not adequate and the predictions given by these models were still subject to large errors. This is mainly attributed to the fact that the regression equations, while being easy to use, also limit the relationship between the input parameters and the output results. In fact, this nonlinear correlation is complex and the established explicit formulas do not adequately reflect this intrinsic relationship. Moreover, statistical prediction methods are deficient for newly available data, i.e., the form of the obtained equation needs to be refitted and updated if the new data differ from the original data [20].
The advent of various soft technologies, such as intelligent models and algorithms [21,22,23,24], along with the advancement of computer technology has greatly contributed to new prospects for the regression problem. Predictive models based on intelligent algorithms such as the artificial neural network (ANN) [16,25,26], support vector regression (SVR) [27,28,29,30,31,32], gene programming (GEP) [6,33,34,35], random forest (RF) [36,37], long short-term memory (LSTM) [38], and adaptive neuro-fuzzy inference system (ANFIS) [39,40,41] have received considerable attention and application in the regression analysis of rock properties. For example, Danial et al. [42] employed an adaptive neuro-fuzzy inference system on 45 rock samples to predict compressive strength and elastic modulus, and the model reached better prediction results than multiple regression analysis and an ANN. The R2 for the prediction of UCS and E were 0.985 and 0.990, respectively. Naseer et al. [43] employed five parameters as input feature vectors to predict the compressive strength and elastic modulus of rocks under different thermal conditions, and the prediction results using multiple linear regression (MLR), ANN, RF, and k-nearest neighbor (KNN) models were compared, where RF achieved the best prediction with R2 of 0.97 and MAPE of 0.25% for both UCS and E. Yang et al. [44] developed a particle swarm optimization-based SVR model to predict the rate-dependent compressive strength of rocks, and the results showed that the proposed hybrid model predicted better results than the elm and RF models. Matin et al. [36] developed a nonparametric prediction model for UCS and E using the RF model with variable rock properties including porosity (n), point load index (Is(50)), p-wave velocity (Vp), and Schmidt hammer rebound number (Rn) The resulting correlation coefficients were 0.93 and 0.91. respectively, which demonstrates that the RF model is a trustworthy and precise method for assessing and estimating complex interactions in rock mechanics. To compare the prediction results of different models for UCS, Arsalan et al. [31] conducted a comparative analysis of model prediction effectiveness on 170 datasets using several models. The results showed that Gaussian process regression (GPR) obtained the best performance with the highest correlation coefficient of 0.9955 and the smallest RMSE of 0.52169. These studies have shown that the predictions using soft computing methods are more accurate than those of traditional statistical models. This is because these models can capture the nonlinear correlation between the input and output in an implicit form instead of an explicit equation.
Although there have been many studies using different intelligent models to predict UCS and elastic modulus, little research has been reported on the use of extreme learning machines (ELMs) in predicting the mechanical property prediction of rock samples [45,46]. In contrast, ELM modes have been widely used in regression analysis such as solving concrete strength prediction [47,48]. Therefore, this paper aims to investigate the predictability of the ELM model for UCS and E. For the ELM network structure, the combined selection of weights and bias has a great effect on the predictive performance of the model. Considering the optimal performance of the GWO algorithm in the selection of hyperparameters of C and γ for the kernel-based ELM model with Gauss kernel function [46], which is an improved algorithm of the ELM model, the GWO algorithm was also employed to optimize and select the best combination of weights and bias to achieve the accurate prediction of UCS and E in this paper.

2. Methodology

2.1. Extreme Learning Machine Network

The extreme learning machine (ELM) is applicable to the output prediction problem of complex nonlinear systems and has the advantages of fast learning speed, good generalization performance, good scalability, and low computational complexity. The extreme learning machine adopts a three-layer structure, which is shown in Figure 1, with N arbitrary samples, where x i R m and y i R n . Then, the extreme learning machine model with L hidden layer nodes can be represented as
j = 1 L β j g ( ω j x i + b j ) = y i
where βj is the output weight, g(x) is the activation function, wj is the input weight vector, bj is the bias, and yi is the network output of the sample.
If the single hidden layer model is able to approximate N samples with zero error, i.e., it satisfies j = 1 N y i t i 2 = 0 , then there exist parameters wj, bj, and βj that satisfy the following conditions.
j = 1 L β j g ( ω j x i + b j ) = t i
Transformed into matrix form, the equation can be derived as follows.
H β = T H = [ h ( x 1 ) h ( x N ) ] = [ g ( ω 1 x 1 + b 1 ) g ( ω L x 1 + b L ) g ( ω 1 x N + b 1 ) g ( ω L x N + b L ) ]
Then, the output weight matrix β can be expressed as:
β = H T
H is the Moore–Penrose generalized inverse matrix of H.

2.2. Grey Wolf Algorithm Optimizer

The social structure and hunting habits of grey wolf populations served as the inspiration for the development of the wolf optimization algorithm, a new pack intelligence optimization method [49,50]. To find the best solution to the issue at hand, the algorithm mimics the behavior of grey wolves in nature with regard to task division, hunting, and pouncing on prey [51,52]. The wolf hunting process is described as follows.
(1) Social hierarchical stratification. Grey wolves are good at running, like to live in groups, and follow a strict social hierarchy among wolves. As shown in Figure 2, wolves can be divided into 4 grades according to the hierarchy, from high to low, α, β, δ, and ω. Calculate the physical fitness of each grey wolf individual, and mark the 3 grey wolves with the best physical fitness as α, β, and δ in turn, and the remaining grey wolves as ω. The chase is initiated by α, β, and δ, ω tracks and rounds up prey, and the position of the prey corresponds to the global optimal solution of the optimization problem [53].
(2) Surrounding prey. When hunting, grey wolves will first evaluate the distance between themselves and their prey before approaching slowly and then circling.
D = | C X P ( t ) X ( t ) |
C = 2 r 1
where t denotes the number of current iterations; X P ( t ) denotes the position vector of the prey; X ( t ) denotes the position vector of the grey wolf; C is the coefficient vector; r1 is a random vector taking values between [0,1]; D denotes the distance between the wolf and the prey. Subsequently, the wolves have to update their positions according to the prey orientation.
X ( t + 1 ) = X P ( t ) A D
A = 2 a r 2 a
where A is a vector of coefficients; r2 is a random vector taking values between [0,1].
(3) Hunting. When the grey wolf determines the location of the prey, the alpha wolf will lead the beta wolf and the δ wolf in pursuit. α, β, and δ are the most capable among the wolves and are closest to their prey. Use the position relationship of the three to judge the position of the prey, guide the wolf to attack the position of the prey, and finally capture the prey after multiple positioning and movement. The process of position updating is as follows.
{ D α = | C 1 X α ( t ) X ( t ) | D β = | C 2 X β ( t ) X ( t ) | D δ = | C 3 X δ ( t ) X ( t ) | X 1 = X α A 1 D α X 2 = X β A 2 D β X 3 = X δ A 3 D δ X ( t + 1 ) = X 1 + X 2 + X 3 3
where X(t + 1) is the updated individual position of the grey wolf. The ω wolves are guided by the 3 head wolves towards the prey position.
To improve the model performance, the grey wolf algorithm is introduced in this paper to optimize the selection of weights w and bias b. The model framework established is presented in Figure 3.

3. Database

Referring to the model input features studied above, in this paper, four effective rock features, namely porosity (n), p-wave velocity (Vp), Schmidt hammer rebound number (Rn), and point loading index (Is(50)), are used as input variables of the model to predict UCS and E. For intelligent models, a rich and representative database is necessary. For this purpose, 101 datasets with four input variables and two output variables each were gathered from the literature [16,54], in which 71 granite block samples were collected from the face of the tunnel and 30 Travertine samples were extracted from the mine. More detailed information about the rock samples can be found in References [16,54]. The distribution of these variables and their correlation coefficients with each other are shown in Figure 4 and Figure 5, respectively. The statistical characteristics of these variables are summarized in Table 1. The training process used 10-fold cross-validation [55,56], and the dataset was randomly divided into a training set (80 samples) and a test set (21 samples). For comparison purposes, the dataset was fixed after the first random selection. The training set and the test set are thus the same for different models.

4. Analysis of Results

Correlation coefficients (R2), root mean square error (RMSE), and mean absolute percentage error (MAPE) were adopted to measure the prediction outputs of each model in order to quantitatively compare the predictive capabilities of the models [57,58]. Since the results of UCS and E are independent, the two output targets are discussed separately.

4.1. Analysis of Compressive Strength Prediction Results

Figure 6 displays the predictions provided by individual models. Further, the training and testing of the models are presented separately as shown in Figure 7. It can be seen that the suggested GWO-ELM model achieves the maximum value both for the training and testing phases, with the correlation coefficient R2 of the prediction outcomes of the machine learning models being greater than those of the MLR model. Additionally, the correlation coefficient shows that the optimized GWO-ELM model performs more predictably than the original ELM model.
Further, the distribution of prediction errors for each model is calculated as shown in Figure 8. Then, the relative error for the test set is calculated and plotted in the box plot shown in Figure 9. In addition, the evaluation metrics are listed in Table 2, where for the test set, the hybrid GWO-ELM model achieves an RMSE of 11.446 and a MAPE of 16.131%. This further demonstrates the excellent prediction accuracy of the optimization model suggested in this paper and its ability to capture the nonlinear relationship between the UCS and the four input variables.

4.2. Analysis of Elastic Modulus Results

Similarly, the comparison between the predicted results of the different models for the elastic modulus and the actual values is shown in Figure 10. Based on the test set’s prediction findings, which are shown in Figure 11, the correlation coefficient of the GWO-ELM model achieved 0.87, which is still a small value compared to the prediction of compressive strength, although it is the maximum among the five models. From the error analysis in Figure 12 and Figure 13, it is clear that the optimized model improved the prediction accuracy compared to that before optimization. Among the evaluation indexes of the model prediction results listed in Table 3, the optimized model achieved the smallest RMSE of 17.571 and MAPE of 23.649%, which were better than the prediction results of the other four models.

5. Discussion

Comparing the prediction results of different models, it can be found that the other four models all have better prediction results than the MLR model, which is mainly due to the fact that the MLR model restricts the mapping relationship between multiple input parameters and outputs, and this inherent mapping relationship is often nonlinear. Compared with the other three original machine learning models, the hybrid model proposed in this paper improves the predictive performance of the model due to the optimal combination of hyperparameters (weights and bias) obtained by using the GWO algorithm.
As far as the prediction results of compressive strength and elastic modulus are compared, the intrinsic correlation between the four input features used in this paper and compressive strength is stronger, while that with elastic modulus is weaker. Therefore, future research can consider input feature diversity and introduce more input parameters, which have a stronger intrinsic correlation with compressive strength and elastic modulus, to build the model. Moreover, the number of data samples in this study is limited and increasing the number and diversity of samples as much as possible can help to improve the prediction accuracy and generalization ability of the hybrid model.

6. Conclusions

In this paper, a hybrid GWO-ELM model was developed to predict the UCS and E of rocks. The main findings are as follows.
(1) In terms of evaluation metrics of prediction results, the proposed hybrid model reached the R2 of 0.951, RMSE of 11.446, MAPE of 16.131% for UCS, and R2 of 0.870, RMSE of 17.571, MAPE of 23.649% for E. The model achieved a better predictive performance than the other four models with the highest correlation coefficient R2 and the lowest error indicator.
(2) Compared with the prediction results of the original ELM model, the GWO algorithm was validated as an efficient optimization algorithm that can improve the prediction performance of the ELM model by selecting the best combination of weights and bias.
(3) The proposed GWO-ELM model could be recommended as a prediction auxiliary tool for mechanical properties to provide support and assistance for real-time analysis of rock mechanical properties.
(4) The input feature diversity and the number of dataset samples considered in this paper limit the prediction performance of the model to some extent and increasing the effective input parameters and the number of dataset samples as much as possible can help improve the prediction performance of the hybrid model.

Author Contributions

X.J.: Writing—original draft, Methodology. R.Z.: Software, Resources. Y.M.: Data curation, Validation. All authors have read and agreed to the published version of the manuscript.

Funding

We gratefully acknowledge the financial supports provided by the Key Science and Technology Program of Henan Province, China (No. 222102320201).

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Ersoy, H.; Kanik, D. Multicriteria decision-making analysis based methodology for predicting carbonate rocks’ uniaxial compressive strength. Earth Sci. Res. J. 2012, 16, 65–74. [Google Scholar]
  2. Gao, H.; Wang, Q.; Jiang, B.; Zhang, P.; Jiang, Z.; Wang, Y. Relationship between rock uniaxial compressive strength and digital core drilling parameters and its forecast method. Int. J. Coal Sci. Technol. 2021, 8, 605–613. [Google Scholar] [CrossRef]
  3. Xie, S.; Han, Z.; Hu, H.; Lin, H. Application of a novel constitutive model to evaluate the shear deformation of discontinuity. Eng. Geol. 2022, 304, 106693. [Google Scholar] [CrossRef]
  4. Xie, S.; Lin, H.; Chen, Y. New constitutive model based on disturbed state concept for shear deformation of rock joints. Arch. Civ. Mech. Eng. 2022, 23, 26. [Google Scholar] [CrossRef]
  5. Ying, J.; Han, Z.; Shen, L.; Li, W. Influence of Parent Concrete Properties on Compressive Strength and Chloride Diffusion Coefficient of Concrete with Strengthened Recycled Aggregates. Materials 2020, 13, 4631. [Google Scholar] [CrossRef]
  6. Beiki, M.; Majdi, A.; Givshad, A.D. Application of genetic programming to predict the uniaxial compressive strength and elastic modulus of carbonate rocks. Int. J. Rock Mech. Min. Sci. 2013, 63, 159–169. [Google Scholar] [CrossRef]
  7. Xie, S.-j.; Lin, H.; Chen, Y.-f.; Wang, Y.-X. A new nonlinear empirical strength criterion for rocks under conventional triaxial compression. J. Cent. South Univ. 2021, 28, 1448–1458. [Google Scholar] [CrossRef]
  8. Xie, S.; Lin, H.; Chen, Y.; Yong, R.; Xiong, W.; Du, S. A damage constitutive model for shear behavior of joints based on determination of the yield point. Int. J. Rock Mech. Min. Sci. 2020, 128, 104269. [Google Scholar] [CrossRef]
  9. Jahed Armaghani, D.; Tonnizam Mohamad, E.; Hajihassani, M.; Yagiz, S.; Motaghedi, H. Application of several non-linear prediction tools for estimating uniaxial compressive strength of granitic rocks and comparison of their performances. Eng. Comput. 2016, 32, 189–206. [Google Scholar] [CrossRef]
  10. Jamshidi, A.; Nikudel, M.R.; Khamehchiyan, M.; Sahamieh, R.Z. The effect of specimen diameter size on uniaxial compressive strength, P-wave velocity and the correlation between them. Geomech. Geoengin. 2016, 11, 13–19. [Google Scholar] [CrossRef]
  11. Sousa, L.M.O. Petrophysical properties and durability of granites employed as building stone: A comprehensive evaluation. Bull. Eng. Geol. Environ. 2014, 73, 569–588. [Google Scholar] [CrossRef]
  12. Kahraman, S. Evaluation of simple methods for assessing the uniaxial compressive strength of rock. Int. J. Rock Mech. Min. Sci. 2001, 38, 981–994. [Google Scholar] [CrossRef]
  13. Sharma, P.K.; Singh, T.N. A correlation between P-wave velocity, impact strength index, slake durability index and uniaxial compressive strength. Bull. Eng. Geol. Environ. 2008, 67, 17–22. [Google Scholar] [CrossRef]
  14. Kahraman, S. The determination of uniaxial compressive strength from point load strength for pyroclastic rocks. Eng. Geol. 2014, 170, 33–42. [Google Scholar] [CrossRef]
  15. Jahed Armaghani, D.; Hajihassani, M.; Yazdani Bejarbaneh, B.; Marto, A.; Tonnizam Mohamad, E. Indirect measure of shale shear strength parameters by means of rock index tests through an optimized artificial neural network. Measurement 2014, 55, 487–498. [Google Scholar] [CrossRef]
  16. Nasiri, H.; Homafar, A.; Chelgani, S.C. Prediction of uniaxial compressive strength and modulus of elasticity for Travertine samples using an explainable artificial intelligence. Results Geophys. Sci. 2021, 8, 100034. [Google Scholar] [CrossRef]
  17. Madhubabu, N.; Singh, P.K.; Kainthola, A.; Mahanta, B.; Tripathy, A.; Singh, T.N. Prediction of compressive strength and elastic modulus of carbonate rocks. Measurement 2016, 88, 202–213. [Google Scholar] [CrossRef]
  18. Mishra, D.A.; Basu, A. Estimation of uniaxial compressive strength of rock materials by index tests using regression analysis and fuzzy inference system. Eng. Geol. 2013, 160, 54–68. [Google Scholar] [CrossRef]
  19. Tiryaki, B. Predicting intact rock strength for mechanical excavation using multivariate statistics, artificial neural networks, and regression trees. Eng. Geol. 2008, 99, 51–60. [Google Scholar] [CrossRef]
  20. Rezaei, M.; Majdi, A.; Monjezi, M. An intelligent approach to predict unconfined compressive strength of rock surrounding access tunnels in longwall coal mining. Neural Comput. Appl. 2014, 24, 233–241. [Google Scholar] [CrossRef]
  21. Zhu, H.; Wu, X.; Luo, Y.; Jia, Y.; Wang, C.; Fang, Z.; Zhuang, X.; Zhou, S. Prediction of Early Compressive Strength of Ultrahigh-Performance Concrete Using Machine Learning Methods. Int. J. Comput. Methods 2022, 2141023. [Google Scholar] [CrossRef]
  22. Zhuang, X.Y.; Zhou, S. The Prediction of Self-Healing Capacity of Bacteria-Based Concrete Using Machine Learning Approaches. CMC Comput. Mater. Contin. 2019, 59, 57–77. [Google Scholar] [CrossRef] [Green Version]
  23. Wu, Y.; Li, S. Damage degree evaluation of masonry using optimized SVM-based acoustic emission monitoring and rate process theory. Measurement 2022, 190, 110729. [Google Scholar] [CrossRef]
  24. Wu, Y.; Zhou, Y. Splitting tensile strength prediction of sustainable high-performance concrete using machine learning techniques. Environ. Sci. Pollut. Res. 2022, 29, 89198–89209. [Google Scholar] [CrossRef]
  25. Mohamad, E.T.; Jahed Armaghani, D.; Momeni, E.; Alavi Nezhad Khalil Abad, S.V. Prediction of the unconfined compressive strength of soft rocks: A PSO-based ANN approach. Bull. Eng. Geol. Environ. 2015, 74, 745–757. [Google Scholar] [CrossRef]
  26. Yılmaz, I.; Yuksek, A.G. An Example of Artificial Neural Network (ANN) Application for Indirect Estimation of Rock Parameters. Rock Mech. Rock Eng. 2008, 41, 781–795. [Google Scholar] [CrossRef]
  27. Ren, Q.; Wang, G.; Li, M.; Han, S. Prediction of Rock Compressive Strength Using Machine Learning Algorithms Based on Spectrum Analysis of Geological Hammer. Geotech. Geol. Eng. 2019, 37, 475–489. [Google Scholar] [CrossRef]
  28. Ceryan, N. Application of support vector machines and relevance vector machines in predicting uniaxial compressive strength of volcanic rocks. J. Afr. Earth Sci. 2014, 100, 634–644. [Google Scholar] [CrossRef]
  29. Barzegar, R.; Sattarpour, M.; Nikudel, M.R.; Moghaddam, A.A. Comparative evaluation of artificial intelligence models for prediction of uniaxial compressive strength of travertine rocks, Case study: Azarshahr area, NW Iran. Model. Earth Syst. Environ. 2016, 2, 76. [Google Scholar] [CrossRef] [Green Version]
  30. Çelik, S.B. Prediction of uniaxial compressive strength of carbonate rocks from nondestructive tests using multivariate regression and LS-SVM methods. Arab. J. Geosci. 2019, 12, 193. [Google Scholar] [CrossRef]
  31. Mahmoodzadeh, A.; Mohammadi, M.; Hashim Ibrahim, H.; Nariman Abdulhamid, S.; Ghafoor Salim, S.; Farid Hama Ali, H.; Kamal Majeed, M. Artificial intelligence forecasting models of uniaxial compressive strength. Transp. Geotech. 2021, 27, 100499. [Google Scholar] [CrossRef]
  32. Hanzelik, P.P.; Gergely, S.; Gáspár, C.; Győry, L. Machine learning methods to predict solubilities of rock samples. J. Chemom. 2020, 34, e3198. [Google Scholar] [CrossRef]
  33. Baykasoğlu, A.; Güllü, H.; Çanakçı, H.; Özbakır, L. Prediction of compressive and tensile strength of limestone via genetic programming. Expert Syst. Appl. 2008, 35, 111–123. [Google Scholar] [CrossRef]
  34. Çanakcı, H.; Baykasoğlu, A.; Güllü, H. Prediction of compressive and tensile strength of Gaziantep basalts via neural networks and gene expression programming. Neural Comput. Appl. 2008, 18, 1031. [Google Scholar] [CrossRef]
  35. Ozbek, A.; Unsal, M.; Dikec, A. Estimating uniaxial compressive strength of rocks using genetic expression programming. J. Rock Mech. Geotech. Eng. 2013, 5, 325–329. [Google Scholar] [CrossRef] [Green Version]
  36. Matin, S.S.; Farahzadi, L.; Makaremi, S.; Chelgani, S.C.; Sattari, G. Variable selection and prediction of uniaxial compressive strength and modulus of elasticity by random forest. Appl. Soft Comput. 2018, 70, 980–987. [Google Scholar] [CrossRef]
  37. Barzegar, R.; Sattarpour, M.; Deo, R.; Fijani, E.; Adamowski, J. An ensemble tree-based machine learning model for predicting the uniaxial compressive strength of travertine rocks. Neural Comput. Appl. 2020, 32, 9065–9080. [Google Scholar] [CrossRef]
  38. Mahmoodzadeh, A.; Mohammadi, M.; Ghafoor Salim, S.; Farid Hama Ali, H.; Hashim Ibrahim, H.; Nariman Abdulhamid, S.; Nejati, H.R.; Rashidi, S. Machine Learning Techniques to Predict Rock Strength Parameters. Rock Mech. Rock Eng. 2022, 55, 1721–1741. [Google Scholar] [CrossRef]
  39. Yilmaz, I.; Yuksek, G. Prediction of the strength and elasticity modulus of gypsum using multiple regression, ANN, and ANFIS models. Int. J. Rock Mech. Min. Sci. 2009, 46, 803–810. [Google Scholar] [CrossRef]
  40. Yesiloglu-Gultekin, N.; Sezer, E.A.; Gokceoglu, C.; Bayhan, H. An application of adaptive neuro fuzzy inference system for estimating the uniaxial compressive strength of certain granitic rocks from their mineral contents. Expert Syst. Appl. 2013, 40, 921–928. [Google Scholar] [CrossRef]
  41. Chentout, M.; Alloul, B.; Rezouk, A.; Belhai, D. Experimental study to evaluate the effect of travertine structure on the physical and mechanical properties of the material. Arab. J. Geosci. 2015, 8, 8975–8985. [Google Scholar] [CrossRef]
  42. Jahed Armaghani, D.; Tonnizam Mohamad, E.; Momeni, E.; Narayanasamy, M.S.; Mohd Amin, M.F. An adaptive neuro-fuzzy inference system for predicting unconfined compressive strength and Young’s modulus: A study on Main Range granite. Bull. Eng. Geol. Environ. 2015, 74, 1301–1319. [Google Scholar] [CrossRef]
  43. Khan, N.M.; Cao, K.; Yuan, Q.; Bin Mohd Hashim, M.H.; Rehman, H.; Hussain, S.; Emad, M.Z.; Ullah, B.; Shah, K.S.; Khan, S. Application of Machine Learning and Multivariate Statistics to Predict Uniaxial Compressive Strength and Static Young’s Modulus Using Physical Properties under Different Thermal Conditions. Sustainability 2022, 14, 9901. [Google Scholar] [CrossRef]
  44. Yang, Z.; Wu, Y.; Zhou, Y.; Tang, H.; Fu, S. Assessment of Machine Learning Models for the Prediction of Rate-Dependent Compressive Strength of Rocks. Minerals 2022, 12, 731. [Google Scholar] [CrossRef]
  45. 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]
  46. Li, C.; Zhou, J.; Dias, D.; Gui, Y. A Kernel Extreme Learning Machine-Grey Wolf Optimizer (KELM-GWO) Model to Predict Uniaxial Compressive Strength of Rock. Appl. Sci. 2022, 12, 8468. [Google Scholar] [CrossRef]
  47. Al-Shamiri, A.K.; Kim, J.H.; Yuan, T.-F.; Yoon, Y.S. Modeling the compressive strength of high-strength concrete: An extreme learning approach. Constr. Build. Mater. 2019, 208, 204–219. [Google Scholar] [CrossRef]
  48. Han, B.; Wu, Y.; Liu, L. Prediction and uncertainty quantification of compressive strength of high-strength concrete using optimized machine learning algorithms. Struct. Concr. 2022, 1–14. [Google Scholar] [CrossRef]
  49. Mirjalili, S.; Mirjalili, S.M.; Lewis, A. Grey Wolf Optimizer. Adv. Eng. Softw. 2014, 69, 46–61. [Google Scholar] [CrossRef] [Green Version]
  50. Subudhi, U.; Dash, S. Detection and classification of power quality disturbances using GWO ELM. J. Ind. Inf. Integr. 2021, 22, 100204. [Google Scholar] [CrossRef]
  51. Shariati, M.; Mafipour, M.S.; Ghahremani, B.; Azarhomayun, F.; Ahmadi, M.; Trung, N.T.; Shariati, A. A novel hybrid extreme learning machine–grey wolf optimizer (ELM-GWO) model to predict compressive strength of concrete with partial replacements for cement. Eng. Comput. 2022, 38, 757–779. [Google Scholar] [CrossRef]
  52. Muro, C.; Escobedo, R.; Spector, L.; Coppinger, R.P. Wolf-pack (Canis lupus) hunting strategies emerge from simple rules in computational simulations. Behav. Process. 2011, 88, 192–197. [Google Scholar] [CrossRef] [PubMed]
  53. Roushangar, K.; Shahnazi, S.; Azamathulla, H.M. Partitioning strategy for investigating the prediction capability of bed load transport under varied hydraulic conditions: Application of robust GWO-kernel-based ELM approach. Flow Meas. Instrum. 2022, 84, 102136. [Google Scholar] [CrossRef]
  54. Armaghani, D.J.; Tonnizam Mohamad, E.; Momeni, E.; Monjezi, M.; Sundaram Narayanasamy, M. Prediction of the strength and elasticity modulus of granite through an expert artificial neural network. Arab. J. Geosci. 2015, 9, 48. [Google Scholar] [CrossRef]
  55. Wu, Y.; Zhou, Y. Hybrid machine learning model and Shapley additive explanations for compressive strength of sustainable concrete. Constr. Build. Mater. 2022, 330, 127298. [Google Scholar] [CrossRef]
  56. Wu, Y.; Zhou, Y. Prediction and feature analysis of punching shear strength of two-way reinforced concrete slabs using optimized machine learning algorithm and Shapley additive explanations. Mech. Adv. Mater. Struct. 2022, 1–11. [Google Scholar] [CrossRef]
  57. Chen, H.; Li, X.; Wu, Y.; Zuo, L.; Lu, M.; Zhou, Y. Compressive Strength Prediction of High-Strength Concrete Using Long Short-Term Memory and Machine Learning Algorithms. Buildings 2022, 12, 302. [Google Scholar] [CrossRef]
  58. Tang, F.; Wu, Y.; Zhou, Y. Hybridizing Grid Search and Support Vector Regression to Predict the Compressive Strength of Fly Ash Concrete. Adv. Civ. Eng. 2022, 2022, 3601914. [Google Scholar] [CrossRef]
Figure 1. Extreme learning machine network structure.
Figure 1. Extreme learning machine network structure.
Minerals 12 01506 g001
Figure 2. The social hierarchy of the grey wolves.
Figure 2. The social hierarchy of the grey wolves.
Minerals 12 01506 g002
Figure 3. The schematic diagram of the GWO-ELM model structure.
Figure 3. The schematic diagram of the GWO-ELM model structure.
Minerals 12 01506 g003
Figure 4. Distribution of the database.
Figure 4. Distribution of the database.
Minerals 12 01506 g004
Figure 5. Correlation coefficients between variables.
Figure 5. Correlation coefficients between variables.
Minerals 12 01506 g005
Figure 6. Comparison between prediction results and actual values of different models for UCS.
Figure 6. Comparison between prediction results and actual values of different models for UCS.
Minerals 12 01506 g006
Figure 7. Prediction results of training and test stages for different models for UCS.
Figure 7. Prediction results of training and test stages for different models for UCS.
Minerals 12 01506 g007
Figure 8. Prediction error distribution of different models for UCS.
Figure 8. Prediction error distribution of different models for UCS.
Minerals 12 01506 g008
Figure 9. Box plot of relative error for UCS.
Figure 9. Box plot of relative error for UCS.
Minerals 12 01506 g009
Figure 10. Comparison between prediction results and actual values of different models for E.
Figure 10. Comparison between prediction results and actual values of different models for E.
Minerals 12 01506 g010
Figure 11. Prediction results of training and test stages for different models for E.
Figure 11. Prediction results of training and test stages for different models for E.
Minerals 12 01506 g011
Figure 12. Prediction error distribution of different models for E.
Figure 12. Prediction error distribution of different models for E.
Minerals 12 01506 g012
Figure 13. Box plot of relative error for E.
Figure 13. Box plot of relative error for E.
Minerals 12 01506 g013
Table 1. Mathematical statistical characteristics of the database.
Table 1. Mathematical statistical characteristics of the database.
VariablenRnVPIs(50)UCSE
Unit%-m/sMPaMPaGPa
Number101101101101101101
Max10.276179437.1211.9183.3
Min0.125.6328230.8922.73.05
Mean2.2143.135517.803.2893.0363.45
Median0.464654503.1695.666.7
SD3.2411.13930.941.2850.1547.80
TypeInputInputInputInputOutputOutput
Table 2. Evaluation index of different models for UCS.
Table 2. Evaluation index of different models for UCS.
ModelTrainingTest
R2RMSEMAPER2RMSEMAPE
MLR0.87117.91419.444%0.89117.71119.960%
ELM0.91714.33415.890%0.91316.91419.855%
DT0.94511.67310.039%0.93914.81717.191%
SVR0.93412.75014.379%0.93912.75418.844%
GWO-ELM0.94611.51912.424%0.95111.44616.131%
Table 3. Evaluation index of different models for E.
Table 3. Evaluation index of different models for E.
ModelTrainingTest
R2RMSEMAPER2RMSEMAPE
MLR0.83919.26942.293%0.84318.27526.298%
ELM0.89915.20431.114%0.83918.92748.527%
DT0.88916.01436.778%0.85417.80137.133%
SVR0.88916.00535.212%0.86917.20330.282%
GWO-ELM0.90314.94926.781%0.87017.57123.649%
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Jin, X.; Zhao, R.; Ma, Y. Application of a Hybrid Machine Learning Model for the Prediction of Compressive Strength and Elastic Modulus of Rocks. Minerals 2022, 12, 1506. https://doi.org/10.3390/min12121506

AMA Style

Jin X, Zhao R, Ma Y. Application of a Hybrid Machine Learning Model for the Prediction of Compressive Strength and Elastic Modulus of Rocks. Minerals. 2022; 12(12):1506. https://doi.org/10.3390/min12121506

Chicago/Turabian Style

Jin, Xiaoliang, Rui Zhao, and Yulin Ma. 2022. "Application of a Hybrid Machine Learning Model for the Prediction of Compressive Strength and Elastic Modulus of Rocks" Minerals 12, no. 12: 1506. https://doi.org/10.3390/min12121506

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