Next Article in Journal
Semi-Supervised Clustering for Architectural Modularisation
Next Article in Special Issue
Shear Strength Prediction of Slender Steel Fiber Reinforced Concrete Beams Using a Gradient Boosting Regression Tree Method
Previous Article in Journal
Earned Value Method (EVM) for Construction Projects: Current Application and Future Projections
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Compressive Strength Prediction of High-Strength Concrete Using Long Short-Term Memory and Machine Learning Algorithms

1
China Construction Fifth Engineering Division Corp., Ltd., Hefei 230092, China
2
School of Civil Engineering, Southeast University, Nanjing 211189, China
3
School of Civil Engineering, Xinyang College, Xinyang 464000, China
*
Author to whom correspondence should be addressed.
Submission received: 6 February 2022 / Revised: 20 February 2022 / Accepted: 1 March 2022 / Published: 4 March 2022

Abstract

:
Compressive strength is an important mechanical property of high-strength concrete (HSC), but testing methods are usually uneconomical, time-consuming, and labor-intensive. To this end, in this paper, a long short-term memory (LSTM) model was proposed to predict the HSC compressive strength using 324 data sets with five input independent variables, namely water, cement, fine aggregate, coarse aggregate, and superplasticizer. The prediction results were compared with those of the conventional support vector regression (SVR) model using four metrics, root mean square error (RMSE), mean absolute error (MAE), mean absolute percentage error (MAPE), and correlation coefficient (R2). The results showed that the prediction accuracy and reliability of LSTM were higher with R2 = 0.997, RMSE = 0.508, MAE = 0.08, and MAPE = 0.653 compared to the evaluation metrics R2 = 0.973, RMSE = 1.595, MAE = 0.312, MAPE = 2.469 of the SVR model. The LSTM model is recommended for the pre-estimation of HSC compressive strength under a given mix ratio before the laboratory compression test. Additionally, the Shapley additive explanations (SHAP)-based approach was performed to analyze the relative importance and contribution of the input variables to the output compressive strength.

1. Introduction

Concrete has been widely used worldwide with its economic, monolithic, modular, and durable advantages. High-strength concrete (HSC), which is defined by the compressive strength of more than 40 MPa [1], was developed in the late 1950s and early 1960s in the field of cementitious materials. The American Concrete Institute (ACI) defines HSC as “concrete that meets specific performance and homogeneity requirements that cannot always be achieved through the use of conventional materials and conventional mixing, placing and curing procedures”. Nowadays, HSC has been widely used in large-span bridges, high-rise buildings, and piers due to its uniform high density, low impermeability, and high durability [2].
To better understand design methods and the performance of concrete structures under external loads, it is of great importance to study the mechanical properties of concrete. Among the wide variety of concrete properties, the most important property is the compressive strength, as it is directly related to the safety of the structure and is necessary to assess the performance of the structure throughout its life cycle. However, concrete is a non-homogeneous mixture of cement, sand, gravel, supplementary raw materials, and admixtures. These ingredients are randomly distributed in the concrete mix ratio. Many factors affect the compressive strength of concrete, including waste composition, particle size, water-cement ratio, and aggregate ratio. Therefore, it is quite difficult to accurately predict the concrete compressive strength in such a complex matrix. The currently accepted method is to determine the compressive load-bearing capacity of concrete by physical tests. Generally, cubic and cylindrical concrete specimens are prepared according to certain mix ratios and cured for a period of time, and then the compressive strength of concrete is measured by a compressive testing machine. This method has been standardized around the world and is widely used for laboratory and field testing, but it is inefficient, economical, and time-consuming. In fact, for any kind of concrete with expected strength, the reasonable design of the mix ratio needs many attempts and laboratory tests. Moreover, the design procedure for HSC concrete is more complex than that for normal strength concrete, requiring experience and more in-depth knowledge of the chemical and mechanical properties of the components, and usually, several batches of tests are required to obtain the concrete with the desired properties. Thus, time and cost can be saved if the compressive strength can be estimated early and accurately through calculations before implementing the compression tests.
Empirical regression methods seem to be more suitable for assessing the compressive load-carrying capacity of concrete than traditional experimental techniques. With the development of artificial intelligence, it is very common and convenient to estimate the compressive strength of concrete using machine learning methods. Actually, machine learning algorithms such as artificial neural networks (ANN), random forest (RF), support vector machine (SVM), and decision tree (DT) have been widely used for the prediction of compressive strength of concrete [3,4,5,6,7,8,9,10,11]. Hai et al. [12] proposed a deep neural network (DNN) to predict the compressive strength of rubber concrete, and achieved high accuracy and reliability with R = 0.9874. Abobakr et al. [13] developed an extreme learning machine (ELM) model to predict the compressive strength of high-strength concrete, and the results showed that the ELM method has good prediction accuracy and fast learning speed compared with the traditional back-propagation (BP) neural network. Muliauwan et al. [14] employed three intelligent algorithms, linear regression, ANN, and SVM on 1030 samples to investigate the most accurate mapping relationships between input and output in concrete mixtures, and results showed that these intelligent methods can predict compressive strength with high accuracy in predictive models without expensive laboratory experiments. Song et al. [15] utilized gene expression programming (GEP), ANN, DT, and bagging algorithms to predict the compressive strength of fly ash admixture concrete. The results indicated that the bagging algorithm outperformed the other three algorithms with the highest prediction correlation coefficient R2 = 0.95. To explore the applicability of integrated learning models, Furqan et al. [16] employed machine intelligence algorithms with individual learners and integrated learners on 1030 data samples to predict the compressive strength of sustainable high-performance concrete prepared from waste materials. It was found that the use of integrated models in machine learning can improve the model performance compared to traditional machine learning algorithms. The results of these studies mentioned above demonstrated that machine learning showed good prediction performance in regression prediction of concrete strength. However, the algorithms in these studies are mostly traditional machine learning algorithms with limited predictive capability. To get better prediction performance, model tuning is needed to get the appropriate model parameters, but this task is also a considerable challenge. Compared with conventional machine learning algorithms, it may be a better choice to explore a deep learning model with better prediction performance.
With the application of deep learning in civil engineering, as a special form of recurrent neural network (RNN), long short-term memory network (LSTM) has been well performed in many regression problems which has the ability to learn long-term dependencies. Harun et al. [17] estimated the geopolymerization process of fly ash-based polymers using deep LSTM and machine learning models. The results showed that compared to the prediction accuracy of 98.83%, and 91.62% for SVR and K-nearest neighbor (KNN), the deep LSTM achieved a higher accuracy of 99.55%. Sarmad [18] used the LSTM model on 1030 samples to predict the compressive strength of high-performance concrete achieving high accuracy with R2 = 0.98. Harun et al. [19] employed two deep learning methods, namely stacked autoencoders and LSTM network, to predict the compressive strength and ultrasonic pulse velocity of concrete containing silica fume at high temperatures, and the results showed that LSTM achieved better prediction results. Overall, the LSTM model has exhibited good performance in the prediction of mechanical properties of concrete, but there is still relatively little research in concrete strength prediction, and in-depth analysis and research are needed before further popularization and application. For this reason, this paper attempts to propose an LSTM-based prediction model to predict the HSC compressive strength and compare the prediction results with the conventional support vector regression (SVR) model.

2. Methodology

2.1. LSTM

The LSTM network was proposed by Hochreiter and Schmidhuber in 1997 [20], which aims to solve the problems of “gradient disappearance” and “gradient explosion” by introducing the gating function mechanism. As a powerful recurrent neural network model, LSTM can extract the long and short-term dependencies of time series, to achieve effective feature extraction of time-series data [21,22,23]. As shown in Figure 1, the LSTM includes the forget gate, input gate, update gate, and output gate in the principal structure. The main formulas of the LSTM structure are as follows [24,25]:
f t = σ ( W f ( h t 1 , x t ) + b f ) i t = σ ( W i ( h t 1 , x t ) + b i ) g t = tanh ( W g ( h t 1 , x t ) + b g ) c t = f t c t 1 + i t g t o t = σ ( W o ( h t 1 , x t ) + b o ) h t = o t tanh ( c t )
where ft, it, gt, and ot determine the output values of the forget, input, update, and output gates, respectively; Wf, Wi, Wg, and Wo are weight vectors, bf, bi, bg, and bo are bias vectors; ct and σ are memory cell and sigmoid activation functions, respectively.

2.2. Support Vector Regression

Support vector regression (SVR) is an application of SVM in regression problems. Compared with ANN, SVM can handle nonlinear regression problems better and has the advantage of obtaining better global optimal solutions rather than local optimal solutions. Moreover, this model is accurate in prediction strength and easy to implement compared to other methods [26]. As shown in Figure 2, SVR adopts the concept of the ε-insensitive zone, in which a margin is defined to control the deviation of the prediction points. In linear SVR, the function f(x) is used as the solution of the problem [27]:
f ( x ) = w T x + b
where w is the weight vector, x is the input vector, and b is the bias. For the nonlinear case, a kernel function ϕ ( x ) can be used to map the data to a high-dimensional space with a nonlinear kernel.
f ( x ) = w T ϕ ( x ) + b
The linear regression algorithm can be implemented by mapping the data to a higher dimensional feature space. The coefficients w and b can be determined by minimizing the following functions [28].
Minimize   1 2 w T + C i = 1 n ( ξ i + ξ i * ) y i w T ϕ ( x ) b ε + ξ i w T ϕ ( x ) + b y i ε + ξ i * ξ i , ξ i * 0
where n is the number of samples, C is the penalty parameter, and C is greater than 0. ξ i and ξ i * are two slack variables. Considering that the Gaussian radial basis function is the most widely used, it is adopted as the kernel function in this paper. Its expression can be expressed as follows [29].
K ( x i , x ) = exp ( g x i x 2 )

3. Materials and Dataset

3.1. Dataset Description

The data set consists of 324 sets of samples collected from the literature [13], each containing 5 input variables and 1 output compressive strength. The input variables are water, cement, fine aggregate, coarse aggregate, and superplasticizer. For convenience, the abbreviations of all variables can be found in the Abbreviations. Figure 3 shows the distribution of these variables and the Pearson correlation coefficients between them. The linear correlation between the individual input variables and the output was found to be weak, indicating a complex nonlinear regression relationship between the five input variables and the compressive strength. About 80% of the samples were randomly selected and used for training, and the remaining 20% for testing. The statistical characteristics of these data sets are shown in Table 1.

3.2. Performance-Evaluation Methods

In general, when assessing the implementation of a prediction model, it is important to use various measures of evaluation metrics to assess the model’s effectiveness. In this paper, four metrics, root mean square error (RMSE), mean absolute error (MAE), mean absolute percentage error (MAPE), and correlation coefficient (R2), were used to analyze the predictive performance. These metrics are defined as follows [31]:
R M S E = 1 n i = 1 n ( t y ) 2
M A E = 1 n i = 1 n ( t y )
M A P E = 1 n i = 1 n t y y
R 2 = ( i = 1 n ( t t ¯ ) ( y y ¯ ) ) 2 i = 1 n ( t t ¯ ) 2 i = 1 n ( y y ¯ ) 2
where t is the experimental value, y is the predicted value, t ¯ is the mean value of t, y ¯ is the mean value of y.

4. Model Building and Training

4.1. Model Building

The LSTM model developed has five inputs and one output. The number of hidden units was 300, and fully connected layers were 100 [18]. For the SVR model with RBF kernel function, the parameters c and g have a great effect on the predictive performance. Usually, the SVR model requires some optimization algorithms to obtain the best combination of parameters, but this is not in the scope of this paper. For this reason, a basic SVR model was used in this paper. According to the reference [32], the two parameters c and g were set to 1 and 0.1, respectively.

4.2. Model Training

First, the SVR model was performed to train the training set using ten-fold cross-validation. For comparison, the same training set was trained by the LSTM model. For the LSTM model, the training method was selected as the “adam”. Moreover, the mini-batch size was 64, the training epoch was 1000, and the gradient threshold used was 1. The initial learning rate was 0.001. The learning rate was used as a dropped factor 0.1 during the training with 250 epoch periods. The model was trained using MATLAB R2021a (The MathWorks Inc., Natick, MA, USA) on a laptop with Intel (R) Core (TM) i7 and 16 GB memory. Additionally, to speed up the training process, an NVIDIA™ GPU was used. The training process of the model is shown in Figure 4. It can be found that both RMSE and loss converged around 0 during the model training process, indicating that the model was well trained.

5. Comparison of Prediction Results

The predictions of the two models for the dataset are shown in Figure 5. It is obvious from the test set that the predicted values of the LSTM model match better with the actual values. For a more visual representation, the scatter plot of the prediction effect for each sample is shown in Figure 6. Compared with the SVR model, the scatter points in the LSTM model are closer to the diagonal, indicating that the model prediction accuracy is higher, which can also be seen from the fitted correlation coefficient between the predicted and actual values. Meanwhile, the residuals histogram of the statistical distribution is shown in Figure 7. The normal distribution curve of the residuals shows that the mean value of the predicted residuals of the LSTM model is closer to zero and the standard deviation is smaller.
The prediction output was statistically analyzed and the list of evaluation metrics is shown in Table 2. Compared with SVR, higher model prediction accuracy was obtained by the LSTM model with R2 = 0.997, RMSE = 0.508, MAE = 0.08, and MAPE = 0.653, which could be recommended as a candidate for the compressive strength prediction tool of HSC. Moreover, these results further validate the ability of the LSTM model to capture the complex nonlinear relationship between the five input parameters and the compressive strength of the HSC.

6. Importance Analysis of Input Variables on Output

The results of Section 4 show that given a mix ratio, a more accurate compressive strength estimate can be obtained based on the LSTM model. For HSC, if the pre-estimated compressive strength of the mix-design does not meet the designer’s expectation, then the content of each ingredient needs to be continuously adjusted to re-form a suitable mix-design. However, without knowing the effect and contribution of each input variable to the predicted output, these attempts are blind and require a lot of trial and error. For this reason, a Shapley additive explanations(SHAP)-based method was proposed to investigate the relative importance of each input variable to the output results and whether each variable contributes positively or negatively to the output results [33]. A detailed description of the SHAP approach can be seen in references [34,35].
As shown in Figure 8, the average SHAP values shown represent the relative importance of the input variables on the output. It can be clearly observed that among the five variables listed in this paper, cement has the greatest effect on HSC compressive strength, followed closely by water, coarse aggregate, superplasticizer, and fine aggregate. In addition, the summary plot used to elucidate the influence of the global characteristics of the input features is shown in Figure 9, where each point represents the Shapley value of a feature and a separate observation in the dataset. The position of each point on the x-axis represents the Shapley value for each factor, showing the effect of each factor on compressive strength, while the y-axis provides the order of importance of each factor. A high feature value for each sample in Figure 9 indicates that this input variable is positive for the output compressive strength. Conversely, the smaller the feature value, the more negative the input variable is on the output. It can be clearly observed that cement and superplasticizer are positive for the compressive strength and the compressive strength increases with the increase of their amount. On the contrary, water, coarse aggregate, and fine aggregate are negative for compressive strength, and an increase in the amount of these three ingredients leads to a decrease in the compressive strength of HSC.
The findings in this section can help designers and constructors understand the importance of each component in concrete to the output compressive strength and whether it is positive or negative to the output compressive strength. Moreover, it can help operators significantly reduce the time and cost of adjusting the amount of each component when preparing a mix ratio for the desired strength concrete.

7. Conclusions

In this paper, the LSTM model was employed to predict the HSC compressive strength, and the predicted results were compared with a conventional SVR model. The main conclusions are summarized as follows.
(1)
The LSTM model can capture the complex nonlinear relationship between the five input parameters and the compressive strength of HSC with R2 exceeding 0.99 in both training and testing stages.
(2)
Compared with the conventional SVR model, the prediction capacity of the LSTM model is superior, which is recommended as an alternative method for the compressive strength prediction of HSC. The pre-estimate HSC compressive strength can be obtained prior to the implementation of laboratory compression tests using the LSTM model, which will greatly reduce the time and cost of laboratory compression tests.
(3)
Among the five input variables shown in this paper, cement and water are the two most sensitive and important variables for compressive strength.
(4)
Cement and superplasticizer are positive for compressive strength, the value of compressive strength increases with their increase, while water, coarse aggregate, and fine aggregate are negative for compressive strength, their increase will lead to the decrease of compressive strength of HSC.

Author Contributions

H.C.: writing—review and editing, data curation; X.L.: writing—review and editing, investigation; Y.W.: methodology, writing—original draft; L.Z.: software, resources; M.L.: data curation, software; Y.Z.: resources, validation. All authors have read and agreed to the published version of the manuscript.

Funding

The authors are grateful for the financial support from the Key Scientific and Technological Research Projects of Henan Province (222102210306) and Science and Technology R&D projects of China State Construction Engineering Corporation (CSCEC-2021-Z-30).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Some or all data, models, or codes that support the findings of this study are available from the corresponding author upon reasonable request.

Acknowledgments

The authors would also like to thank the three anonymous reviewers for their constructive comments.

Conflicts of Interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

Abbreviations

The following abbreviations are used in this manuscript:
HSCHigh-strength concrete
RMSERoot mean square error
MAEMean absolute error
MAPEMean absolute percentage error
SHAPShapley additive explanations
DNNDeep neural network
RNNRecurrent neural network
KNNK-nearest neighbor
CACoarse aggregate
SPSuperplasticizer
LSTMLong short-term memory
ANNArtificial neural network
RFRandom forest
DTDecision tree
SVMSupport vector machine
SVRSupport vector regression
GEPGene expression programming
ELMExtreme learning machine
FAFine aggregate
CCSCompressive strength

References

  1. Henry, G.R. ACI Defines High-Performance Concrete. Concr. Int. 1999, 21, 56–57. [Google Scholar]
  2. Mbessa, M.; Péra, J. Durability of high-strength concrete in ammonium sulfate solution. Cem. Concr. Res. 2001, 31, 1227–1231. [Google Scholar] [CrossRef]
  3. Moradi, M.J.; Khaleghi, M.; Salimi, J.; Farhangi, V.; Ramezanianpour, A.M. Predicting the compressive strength of concrete containing metakaolin with different properties using ANN. Measurement 2021, 183, 109790. [Google Scholar] [CrossRef]
  4. Azimi-Pour, M.; Eskandari-Naddaf, H.; Pakzad, A. Linear and non-linear SVM prediction for fresh properties and compressive strength of high volume fly ash self-compacting concrete. Constr. Build. Mater. 2020, 230, 117021. [Google Scholar] [CrossRef]
  5. Nguyen-Sy, T.; Wakim, J.; To, Q.-D.; Vu, M.-N.; Nguyen, T.-D.; Nguyen, T.-T. Predicting the compressive strength of concrete from its compositions and age using the extreme gradient boosting method. Constr. Build. Mater. 2020, 260, 119757. [Google Scholar] [CrossRef]
  6. Han, Q.; Gui, C.; Xu, J.; Lacidogna, G. A generalized method to predict the compressive strength of high-performance concrete by improved random forest algorithm. Constr. Build. Mater. 2019, 226, 734–742. [Google Scholar] [CrossRef]
  7. Li, H.; Lin, J.; Lei, X.; Wei, T. Compressive strength prediction of basalt fiber reinforced concrete via random forest algorithm. Mater. Today Commun. 2022, 30, 103117. [Google Scholar] [CrossRef]
  8. Ahmad, A.; Ahmad, W.; Aslam, F.; Joyklad, P. Compressive strength prediction of fly ash-based geopolymer concrete via advanced machine learning techniques. Case Stud. Constr. Mater. 2022, 16, e00840. [Google Scholar] [CrossRef]
  9. Barkhordari, M.S.; Armaghani, D.J.; Mohammed, A.S.; Ulrikh, D.V. Data-Driven Compressive Strength Prediction of Fly Ash Concrete Using Ensemble Learner Algorithms. Buildings 2022, 12, 132. [Google Scholar] [CrossRef]
  10. Silva, F.A.N.; Delgado, J.M.P.Q.; Cavalcanti, R.S.; Azevedo, A.C.; Guimarães, A.S.; Lima, A.G.B. Use of Nondestructive Testing of Ultrasound and Artificial Neural Networks to Estimate Compressive Strength of Concrete. Buildings 2021, 11, 44. [Google Scholar] [CrossRef]
  11. Ahmad, A.; Chaiyasarn, K.; Farooq, F.; Ahmad, W.; Suparp, S.; Aslam, F. Compressive Strength Prediction via Gene Expression Programming (GEP) and Artificial Neural Network (ANN) for Concrete Containing RCA. Buildings 2021, 11, 324. [Google Scholar] [CrossRef]
  12. Ly, H.-B.; Nguyen, T.-A.; Thi Mai, H.-V.; Tran, V.Q. Development of deep neural network model to predict the compressive strength of rubber concrete. Constr. Build. Mater. 2021, 301, 124081. [Google Scholar] [CrossRef]
  13. 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]
  14. Muliauwan, H.N.; Prayogo, D.; Gaby, G.; Harsono, K. Prediction of Concrete Compressive Strength Using Artificial Intelligence Methods. J. Phys. Conf. Ser. 2020, 1625, 012018. [Google Scholar] [CrossRef]
  15. Song, H.; Ahmad, A.; Farooq, F.; Ostrowski, K.A.; Maślak, M.; Czarnecki, S.; Aslam, F. Predicting the compressive strength of concrete with fly ash admixture using machine learning algorithms. Constr. Build. Mater. 2021, 308, 125021. [Google Scholar] [CrossRef]
  16. Farooq, F.; Ahmed, W.; Akbar, A.; Aslam, F.; Alyousef, R. Predictive modeling for sustainable high-performance concrete from industrial wastes: A comparison and optimization of models using ensemble learners. J. Clean. Prod. 2021, 292, 126032. [Google Scholar] [CrossRef]
  17. Tanyildizi, H. Predicting the geopolymerization process of fly ash-based geopolymer using deep long short-term memory and machine learning. Cem. Concr. Compos. 2021, 123, 104177. [Google Scholar] [CrossRef]
  18. Latif, S.D. Concrete compressive strength prediction modeling utilizing deep learning long short-term memory algorithm for a sustainable environment. Environ. Sci. Pollut. Res. 2021, 28, 30294–30302. [Google Scholar] [CrossRef]
  19. Tanyildizi, H.; Şengür, A.; Akbulut, Y.; Şahin, M. Deep learning model for estimating the mechanical properties of concrete containing silica fume exposed to high temperatures. Front. Struct. Civ. Eng. 2020, 14, 1316–1330. [Google Scholar] [CrossRef]
  20. Hochreiter, S.; Schmidhuber, J. Long Short-Term Memory. Neural Comput. 1997, 9, 1735–1780. [Google Scholar] [CrossRef]
  21. Greff, K.; Srivastava, R.K.; Koutník, J.; Steunebrink, B.R.; Schmidhuber, J. LSTM: A Search Space Odyssey. IEEE Trans. Neural Netw. Learn. Syst. 2017, 28, 2222–2232. [Google Scholar] [CrossRef] [Green Version]
  22. Shrestha, A.; Mahmood, A. Review of Deep Learning Algorithms and Architectures. IEEE Access 2019, 7, 53040–53065. [Google Scholar] [CrossRef]
  23. Wang, K.; Qi, X.; Liu, H. Photovoltaic power forecasting based LSTM-Convolutional Network. Energy 2019, 189, 116225. [Google Scholar] [CrossRef]
  24. Moradzadeh, A.; Teimourzadeh, H.; Mohammadi-Ivatloo, B.; Pourhossein, K. Hybrid CNN-LSTM approaches for identification of type and locations of transmission line faults. Int. J. Electr. Power Energy Syst. 2022, 135, 107563. [Google Scholar] [CrossRef]
  25. Moradzadeh, A.; Zakeri, S.; Shoaran, M.; Mohammadi-Ivatloo, B.; Mohammadi, F. Short-Term Load Forecasting of Microgrid via Hybrid Support Vector Regression and Long Short-Term Memory Algorithms. Sustainability 2020, 12, 7076. [Google Scholar] [CrossRef]
  26. Naderpour, H.; Rafiean, A.H.; Fakharian, P. Compressive strength prediction of environmentally friendly concrete using artificial neural networks. J. Build. Eng. 2018, 16, 213–219. [Google Scholar] [CrossRef]
  27. 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]
  28. Jiang, W.; Xie, Y.; Li, W.; Wu, J.; Long, G. Prediction of the splitting tensile strength of the bonding interface by combining the support vector machine with the particle swarm optimization algorithm. Eng. Struct. 2021, 230, 111696. [Google Scholar] [CrossRef]
  29. Ahmad, M.; Kamiński, P.; Olczak, P.; Alam, M.; Iqbal, M.J.; Ahmad, F.; Sasui, S.; Khan, B.J. Development of Prediction Models for Shear Strength of Rockfill Material Using Machine Learning Techniques. Appl. Sci. 2021, 11, 6167. [Google Scholar] [CrossRef]
  30. Ray, S.; Haque, M.; Rahman, M.M.; Sakib, M.N.; Al Rakib, K. Experimental investigation and SVM-based prediction of compressive and splitting tensile strength of ceramic waste aggregate concrete. J. King Saud Univ.-Eng. Sci. 2021; in press. [Google Scholar] [CrossRef]
  31. Nguyen, M.S.T.; Kim, S.-E. A hybrid machine learning approach in prediction and uncertainty quantification of ultimate compressive strength of RCFST columns. Constr. Build. Mater. 2021, 302, 124208. [Google Scholar] [CrossRef]
  32. Ling, H.; Qian, C.; Kang, W.; Liang, C.; Chen, H. Combination of Support Vector Machine and K-Fold cross validation to predict compressive strength of concrete in marine environment. Constr. Build. Mater. 2019, 206, 355–363. [Google Scholar] [CrossRef]
  33. Chakraborty, D.; Awolusi, I.; Gutierrez, L. An explainable machine learning model to predict and elucidate the compressive behavior of high-performance concrete. Results Eng. 2021, 11, 100245. [Google Scholar] [CrossRef]
  34. Mangalathu, S.; Hwang, S.-H.; Jeon, J.-S. Failure mode and effects analysis of RC members based on machine-learning-based SHapley Additive exPlanations (SHAP) approach. Eng. Struct. 2020, 219, 110927. [Google Scholar] [CrossRef]
  35. Bakouregui, A.S.; Mohamed, H.M.; Yahia, A.; Benmokrane, B. Explainable extreme gradient boosting tree-based prediction of load-carrying capacity of FRP-RC columns. Eng. Struct. 2021, 245, 112836. [Google Scholar] [CrossRef]
Figure 1. The structure of compressive strength prediction using LSTM.
Figure 1. The structure of compressive strength prediction using LSTM.
Buildings 12 00302 g001
Figure 2. The structure of SVM [30].
Figure 2. The structure of SVM [30].
Buildings 12 00302 g002
Figure 3. Correlation coefficients and distribution of data variables.
Figure 3. Correlation coefficients and distribution of data variables.
Buildings 12 00302 g003
Figure 4. The training progress of the LSTM mode: (a) training loss; (b) RMSE.
Figure 4. The training progress of the LSTM mode: (a) training loss; (b) RMSE.
Buildings 12 00302 g004
Figure 5. The prediction performance of the LSTM and SVR models.
Figure 5. The prediction performance of the LSTM and SVR models.
Buildings 12 00302 g005
Figure 6. Relationship between actual values of compressive strength and predicted values: (a) SVR model; (b) LSTM model.
Figure 6. Relationship between actual values of compressive strength and predicted values: (a) SVR model; (b) LSTM model.
Buildings 12 00302 g006
Figure 7. Residual error distribution of models: (a) training set; (b) test set.
Figure 7. Residual error distribution of models: (a) training set; (b) test set.
Buildings 12 00302 g007
Figure 8. Global importance of the input features.
Figure 8. Global importance of the input features.
Buildings 12 00302 g008
Figure 9. Summary plot for elucidating the global feature influences of the input features.
Figure 9. Summary plot for elucidating the global feature influences of the input features.
Buildings 12 00302 g009
Table 1. Statistical characteristics of input and output parameters.
Table 1. Statistical characteristics of input and output parameters.
VariableWaterCementFine AggregateCoarse AggregateSuperplasticizerCompressive Strength
AbbreviationWaterCementFACASPCSS
Unitkg/m3kg/m3kg/m3kg/m3kg/m3MPa
Training setmax180600951989273.6
min160284552845037.5
average168.02410.76712.05902.760.8051.98
standard deviation5.1981.93103.4537.340.529.36
kurtosis−1.01−1.01−1.01−1.01−1.01−1.01
skewness0.460.460.460.460.460.46
Test setmax180600951989273.6
min160284552845037.5
average167.89408.68709.42901.810.7951.74
standard deviation5.3884.99107.3138.730.549.71
kurtosis−1.05−1.05−1.05−1.05−1.05−1.05
skewness0.400.400.400.400.400.40
Table 2. Performance comparison of two models.
Table 2. Performance comparison of two models.
Model TypeDatasetRMSEMAEMAPE(%)R2
SVRTraining set1.4471.0832.1340.976
Test set1.5950.3122.4690.973
LSTMTraining set0.3540.2710.5280.999
Test set0.5080.0800.6530.997
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

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. https://0-doi-org.brum.beds.ac.uk/10.3390/buildings12030302

AMA Style

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(3):302. https://0-doi-org.brum.beds.ac.uk/10.3390/buildings12030302

Chicago/Turabian Style

Chen, Honggen, Xin Li, Yanqi Wu, Le Zuo, Mengjie Lu, and Yisong Zhou. 2022. "Compressive Strength Prediction of High-Strength Concrete Using Long Short-Term Memory and Machine Learning Algorithms" Buildings 12, no. 3: 302. https://0-doi-org.brum.beds.ac.uk/10.3390/buildings12030302

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