1. Introduction
The construction industry is one of the world’s largest producers of CO2 emissions. As a result, they have a tremendous impact on the environment [1]. Each year, carbon emissions are produced mostly owing to the manufacturing and usage of cement in building projects across the globe [2]. Similarly, cement consumption is estimated to be nearly 4 billion tons (BT) per year, with one ton of ordinary cement producing around about the same rate of CO2 emissions [3]. Cement production accounts for 7% of all CO2 pollution in the environment [3]. Therefore, supplementary cementitious materials (SCMs) need to be employed as a cement replacement in the construction sector to achieve worldwide sustainable development. Fly Ash is a fine powder that is produced during the combustion of pulverized coal-based power stations, while blast furnace slag (BFS) is a by-product obtained after the processing of iron ore; these are the most easily available SCMs in the world. Cement production is a major source of carbon dioxide (CO2) emission. As a result, they have a significant environmental impact. The modern industry currently produces a considerable amount of waste material and has a negative impact on the environment. Concrete researchers are particularly interested in Fly Ash and BFS, which are among the different industrial by-products. Making use of such materials will help to reduce pollution while also providing a cost-effective approach for making concrete. Furthermore, the incorporation of BFS and Fly Ash as a partial cement substitute in concrete could greatly increase concrete qualities such as compressive strength (), permeability, and concrete durability [4,5,6,7,8]. As a result, determining the BFS and Fly Ash proportions for design mix is critical and important, especially in terms of improving concrete strength.
Several research studies have been conducted to estimate the BFS concentration in a concrete design mixture. According to Oner and Akyuz [9], the optimal content of BFS is about 55–59% of the overall OPC content. Shariq et al. [10] investigated the influence of three BFS dosages ranging from 20 to 60% on the compressive strength (CS) of concrete at three various water-to-binder ratios. For all W/C ratios, the concrete compressive strength incorporating 40% of BFS content is superior to those of concrete specimens made with 20% and 60% BFS contents. Siddique and Kaur [11] found that replacing 20% of OPC with BFS in high-temperature constructions is feasible. Another researcher [12] found that the compressive strength of concrete containing 60% of BFS achieved the maximum CS value after 28 days. However, Majhi et al. [13] had achieved the optimum CS of concrete with 40% of BFS substitution.
Moreover, numerous experimental studies have been conducted to determine the BFS or Fly Ash substitution proportion in the concrete mixture. The strength of concrete has been studied by Gehlot [14] in which samples made with a combination of BFS or F. Ash at six various BFS/ Fly Ash wt % ratios (i.e., 0/0, 10/20, 20/10, 30/0, and 0/30). It was observed that the more the BFS to Fly Ash wt %, the better the CS of the concrete. Similarly, the concrete compressive strength was also studied using various ratios of Fly Ash and BFS in this study [15]. The set of experimental results and the variation of the mix proportions can have a significant impact on the reliability of concrete strength estimation. As a result, a new technique is needed to reduce the amount of time and money spent on experiments due to the large number of tests. There is a need to introduce and employ a universal predictive model with a high predictive accuracy.
Nowadays, Artificial Intelligence (AI) has become a widely used model for addressing a variety of challenges in the engineering and science field [16,17,18,19,20]. AI methods have been built to forecast various concrete characteristics: for example, the shear resistance of RC beams [21,22], corrosion factors in PCC sewers [23], concrete crack width [24], the maximum strength of RC beams [25], compressive strength of recycled concrete aggregate (RCA) [26], strength of concrete containing SF [27], BFS [28,29] and Fly Ash [30,31], and concrete strength of geopolymer concrete (GPC) [32]. Artificial neural networks (ANNs) is the most effective and powerful AI model for simulating complicated technical situations right now [33,34]. The ANNs model can solve complex, non-linear equations, particularly those in which the correlation between the multiple inputs or outputs variables is difficult to establish directly. For instance, Bilim et al. [35] developed an ANNs model to estimate the CS of the concrete using 225 datasets. Researchers used six design variables such as OPC content, ground granulated blast furnace slag content (GBFS), water/binder ratio, superplasticizer (SP), aggregate ratio, and curing age. The optimum R-square (R2) value of 0.96 was achieved for this ANNs model. Chopra et al. [36] suggested an ANNs model having one hidden layer and comprising 50 neurons to estimate the CS of the concrete samples made with both BFS and Fly Ash contents, based on 204 test data. A coefficient of determination (R2) of 0.92 was achieved, which is used to analyze the accuracy of such an ANNs model. Furthermore, Yeh [37] developed an ANNs model on 990 datasets for forecasting the CS of concrete incorporating various percentage ratios of BFS and F. Ash contents. Similarly, other researchers also estimated the CS of concrete using an ANNs model and found the optimum R-square value of 0.92, which showed the higher accuracy of such a model [37]. However, the range of datasets and ANNs design are mainly dependent upon the number of layers, or neurons (nodes) in each hidden layers, and they have a considerable impact on the efficiency of the ANNs model. As a result, determining the number of neurons and the hidden layer is important for improving ANN effectiveness.
The novelty and research significance of this study is to explore the effects of different factors on the compressive strength of concrete made with BFS and Fly Ash using advanced machine learning algorithms such as Artificial Neural Networks (ANNs) and Decision Tree (DT). The suggested ML algorithms were selected based on their reputation and higher precision and accuracy in different scientific fields, such as biomedical and construction fields. Moreover, the main objective of this study is based on the performance and comparative analysis of compressive strength using a supervised learning algorithm of machine learning. The performance of the adopted models was compared based on the coefficient of correlation (R2) and root mean square values or errors (RMSE) of each algorithm. The purpose of this study is to better comprehend the effect of model parameters and the reliability of the results from different machine learning techniques. The outcomes of the experimental research are also presented along with a comparative assessment of both collective and single ML approaches. The statistical analyses and cross-validation with k-fold were also used to assess each model’s accuracy.
2. Background
2.1. Supervised ML Algorithms
The model is presented with the specific dataset, also known as a feature vector in the supervised process of learning processes, which signifies that the databases have instances of observations together with their desired output. Such predictive models can generate an inferred function that defines the features vectors to result labels. Decision trees, random forest, Ada Boost, regression analysis, artificial neural networks, and k-nearest neighbors are some of the most widely used and effective supervised machine learning approaches.
2.2. Unsupervised ML Algorithms
Unsupervised learning uses datasets that have very little or no information for the result labels. However, the goal of such models is to find a link between the variables and/or to discover inactive factors. The principle of independent component analysis, hierarchical and bi-clustering, and k-means clustering are some examples of unsupervised learning approaches as shown in Figure 1.
Artificial neural networks (ANNs), decision trees (DTs), deep learning (DL), genetic programming (GP), and maximum margin classifier or SVM are all examples of machine learning (ML) approaches that are now frequently utilized to forecast engineering and science challenges [38]. To combat the limitations of conventional strategies, SVM is designed in such a manner that it can cope with non-linear regression issues more effectively [39]. It can produce a superior optimized solution rather than a local optimum because of its well-generalized potential. In contrast, decision tree (DTs) and random forest (RF) resemble like a tree structure; they forecast results using roots and nodes [40]. DT employs a whole database containing the target variable; however, RF chooses features factors at random inside the variables that govern the number of trees in estimation. After that, the prediction is summed and correlated to the maximum number of voters, resulting in a reliable estimation. GP is one of the most modern ML-based algorithms that simulates Darwinian evolution [41]. The non-linear interaction is described as an expression style tree. ML techniques are frequently used to retrieve unknown trends, statistics, and relationships from large datasets. However, this method makes use of database systems, along with ML and statistical analysis. Simulations and predictions are completed using two methods [42]. One is the traditional strategy, which is based on a specific model, while the other is the ensemble algorithm strategy [43]. According to previous studies on such approaches, ensemble approaches appear to be more accurate than ordinary single ML algorithms [44]. Ensemble learning algorithms are used to teach so-called poor learners through data for training before integrating them into a profound learner. For many decades, ML techniques have been employed to forecast the outcome of numerous metrics. However, their application in civil engineering has increased dramatically in recent years. The basic concept of ML is like that of classical methods, although the non-linear function is more precise than linear phenomena. Several prediction models (such as ANNs, DL, DT, GEP, RF, and SVM) are often utilized nowadays. Jesika et al. [45] employed eleven models for the prediction of shear strength in RC beams made with steel fiber. To forecast the mechanical behavior of the SF concrete, Behnood et al. [4] employed ANNs based on multi-objective gray wolves (MOGW) optimizer. For the forecasting of concrete strength, Kadir et al. [46] applied DT, LR, ANNs, and SVR modeling. The mechanical strengths of waste concrete were predicted using an ANNs approach by Getahun et al. [47]. Ling et al. [48] used SVM to estimate concrete strength in coastal environments and compared it with the results of ANNs or DT algorithms. Zaher et al. [49] forecast the mechanical properties of foamed concrete by using several ML algorithms. Another researcher [50] also employed an ML model for assessing the durability properties of RC structures. Suguru et al. [51] used machine learning to construct an autonomous fracture detector for civil infrastructure. Learning data were extracted from images of concrete specimens, and deep learning (DL) was utilized to detect cracks. Wassim et al. [52] assess the performance and accuracy of the models. Miao et al. [53] also employed ANNs, MLR and SVM to forecast the bond strength in fiber-based RC structures. To conclude this, we used two ML algorithms based on their higher precision and popularity in predicting the compressive strength of concrete. In addition, the author plans to test more machine learning models to find the best accurate and effective model for identifying mix design processes.
3. Materials and Methods
Machine learning (ML) is a promising artificial intelligence (AI) concept that is widely used in Civil Engineering for an accurate prediction of material behavior. The present study used ANNs and decision tree (DT)-based machine learning approaches to predict the compressive strengths (CS) of concrete, as shown in Figure 2. These methods are the most efficient data analysis algorithms. They were picked as they had already been utilized in several past studies. The following section gives an overview of the ANNs, and DT-based ML techniques employed in this study.
Machine learning is a quite efficient prediction technique in terms of computing and time consumption. It minimizes error margins to nearly negligible levels as compared to conventional models. The present study developed an empirical model to study the effects of different parameters on the compressive strength of slag and silica fume-based concrete. For this purpose, the different models of machine learning were compared to estimate the best predictive model or fit among them. In this study, two machine learning models such as artificial neural networks and decision tree have been applied. The next section describes each adopted machine learning approaches one by one.
3.1. Decision Tree (DT) Model
A decision tree is a type of machine learning that resembles a tree structure. It is composed of tree-like branches and nodes. Inner nodes have outgoing corners, while leaves do not. The set of data used for regression or classification is divided into multiple classes by an inner node according to a specific function. During the training process, the model parameters are considered as a given function. A procedure which is considered as a tree structure from given cases is the stimulant for the DT model. The performed approach gives the optimum decision tree by decreasing the fitness function. The DT model based on regression was employed in this research for the intended parameter utilizing the different variables because there were no classes in the records. The data collection is divided multiple times for individual parameters. At each split node, the performed algorithm computes the variation in between predicted and experimental readings for the pre-specified weighting factor. The errors in the separated nodes are comparable throughout the variables, and the split spot is determined by the factors with the least fit values. This process is continued indefinitely to improve the model efficiency.
3.2. Artificial Neural Networks (ANNs) Model
The artificial neural network consists of neurons also known as perceptions. This model is based on non-linear modeling in which multiple inputs and output variables are used to predict the response parameters. This model is working based on multi-linear perceptions. This multi-layered structure of ANNs is responsible for the ability to estimate complex models. The simulation input is directed and multiplied by weight in a forward run. The bias is imposed to every sheet, and the observed prediction model is computed in the back pass. The estimated responses that fit the variables are measured. After that, loss is estimated. After considering the input data, the efficiency model predicts results. The back-propagation mechanism can be used to evaluate the errors of the projected results. We use various loss mechanisms based on our performance and criteria. The backward propagation of the ANNs model provides partial derivatives of the gradient descent back into the system for the individual inputs. The loss of back propagation occurs during this phase, and the model’s weights are revised via a learning algorithm. The ANNs structure has three layers (input, intermediate and output layers). In this study, we used eight parameters as an input variable to study the effect of each parameter on the compressive strength of modified concrete with BFS and Fly Ash, which is the output response shown in Figure 3.
3.3. Activation Function and Learning Algorithms
The artificial neural network (ANN) is a statistical projection mechanism constructed on existing attributes derived from the structure of the human brain. This framework is comprised of neurons, which are functional units. Weights are interconnected with neurons, which are normally chosen at random initially. Weights are adjusted accordingly by certain iterations in a learning phase to ultimately create the ideal network that can anticipate it with acceptable precision [54]. As a result, the desired outcome in a trained ANNs model can be accomplished by processing the input data and considering the adjusted weights. The network refines with time by computing the errors and matching the expected inputs and outputs. The ML model improves with time, which implies that the precision of the predictive model can be increased, and the projected outcomes are accurate. In this study, non-linear activation algorithms such as sigmoid are utilized due to their superior reliability. The main objective of training the ANNs model is to reduce the error function, which is often known as the mean square error or MSE [55].
(1)
where “N” represents input variables, while the output and target output are represented by “” and “”, respectively. The most common technique for learning ANNs is the back-propagation approach. For improved curve fitting and productivity, the back-propagation method is selected as a training model to predict the CS of the concrete in this study. The RMSE was reduced during neural network optimization. Sigmoid transfer function has been used for hidden and output layers. The eight neurons in the hidden layer were chosen by a hit and trial approach, and it had been suggested in the literature that using fewer neurons would improve data precision [56].4. Material Properties and Description of Dataset
The collected dataset used for the predictions of concrete strength developed with waste materials is extracted from previous research papers based on experimental testing [37,57,58,59,60,61]. It consists of eight parameters, which are ordinary Portland cement (OPC), blast furnace slag (BFS), Fly Ash (F. Ash), water, superplasticizer (SP), coarse aggregates (CA), fine aggregates (FA) and curing days (Age); these were used to predict the compressive strength of sustainable concrete for the overall 1030 dataset. Cement of type A and coarse aggregate sizes up to 10 mm were utilized. Two waste materials such as F. Ash collected from the power station and BFS from the local steel manufacturing industry were employed. A superplasticizer called naphthalene formaldehyde was used. Due to the greater size of coarse aggregates (above 20 mm) and under specific curing considerations, and other certain factors, some of the concrete specimens were removed from the collected data during the analysis. Moreover, previous studies used samples of various sizes and forms, which were all transformed to samples comparable for a cylindrical 150 mm (15 cm) dimension using standard procedures [37,62]. Their frequency distribution for each parameter along with the concrete compressive strength is presented in Figure 4.
The performance of models was significantly influenced by the independent factors. The variables utilized to train the models to estimate the compressive strength of high-strength concrete were also beneficial in model prediction. The factors have a significant impact on the data collected (output) in terms of the improved efficiency and performance. ML is an efficient artificial modeling based on neurons to predict the multiple number of characteristics by studying the relevant concentration of each factor in an artificial manner. The statistical analysis of all the factors used for modeling is presented in Table 1. The statistics metrics such as standard deviation, coefficient of variance, SE (standard error) mean, mean, minimum and maximum ranges of all factors were evaluated. According to study [63], the minimum ratio seen between independent factors and the dataset should be at least three, and it was recommended to choose more than five for the effective prediction of models. The numbers are considerably greater in this study, which used the 1030 dataset of compressive strength with eight input factors. The processing step which determines the SFC’s properties before developing a model is data collection. The validity and reliability of ML-based empirical models were determined using 80% data for training and 20% data for validation. The established model is assessed using the testing and validation of the dataset, while the training set of data is used to develop it.
5. Evaluation of Models Using Statistical Metrics
The reliability and efficiency of the models can be assessed using statistical measures such as R-square values and root mean square error (RMSE) for better prediction of the developed model. However, the R-square value is also called the coefficient of determination and is preferred for better model prediction. Several modeling approaches have been explored to develop a forecasting model for the final concrete strengths, owing to advancement in machine learning. We tried to construct ANNs and GT regression models to promote the use of sustainable waste materials, i.e., slag and Fly Ash in concrete production at an industrial scale. The compressive strength was then used to evaluate both models and find out the best one forecasted among them to predict the result with minimal or no variance. In this study, data analysis and the estimation of error indicators are used to verify the models. These measurements can give us a lot of information about the errors in our model. The performance of the proposed models is also assessed using the R-square and RMSE.
The mean squared variation in between estimated and actual testing is called the RMSE. It calculates the mean squared extent of the error. It is the standard deviation of the anticipated error. This method gives higher weight to big deviations, such as outliers, due to its higher square variations and lower square variations. When estimating the output response for multiple input factors, the RMSE measures the mean standard errors of the models. The algorithm is effective if the RMSE is minimal. The RMSE value of 0.5 signifies that it is inadequate to anticipate the data accurately. Equation (1) is used to estimate the RMSE of the models. These statistical matrices will help check the validity and accuracy of the predicted models. R2 readings around 0.65 to 0.75 reflect positive outcomes, whereas R2 values < 0.50 represent poor outcomes. R-square can be estimated using the following Equation (2). In Equation (2), SSE stands for sum of square errors, while SSy is the overall variation.
(2)
(3)
6. Results and Discussions
6.1. Outcomes of DT Model
As demonstrated in Figure 5 and Figure 6, the predicted response of concrete strength using supervised-based machine learning modeling gave successful and accurate results. The developed DT model showed a strong correlation with R-square values of 0.943 and 0.836 during the training and testing of the DT model, respectively. The RMSE values of 4.00 and 6.54 were achieved during the training and testing phases of the DT model. Moreover, the data analysis shows that 82% of the overall dataset had a mean squared error (MSE) value of 16.02 during model training. However, the remaining 18% of the dataset had an MSE value of 42.82 in the testing phase. Similarly, the data distribution had mean absolute deviation (MAD) values of 3.03 and 4.817, respectively, throughout the training and testing processes. The mean absolute percent error (MAPE) values were 0.1143 and 0.1804, respectively. The statistical summary of the DT model is presented in Table 2. The R-squared values vs. number of nodes are presented in Figure 5. The figure demonstrates that optimal values of R2 equal to 0.98 and 0.843 were observed at 284 nodes during the training and testing of DT model prediction of CS (MPa). The DT model developed a strong relationship between CS (MPa) and other factors. However, the R-squared values of 0.943 and 0.836 were achieved at 90 nodes, which was quite close to the optimum R2 value at 284 nodes (reference node). The scatterplot of response fits vs. actual values using the DT model is presented in Figure 6. The graph demonstrates a strong relationship between the actual and predicted values with a minimal dataset error using DT modeling. The tree diagram produced during decision tree modeling is also presented in Figure 7.
6.2. Outcomes of ANNs Model
The ANNs model is a type of supervised learning approach used in machine learning, and its usage in concrete shows a significant correlation between predicted and real concrete strength. The accuracy and validity of ANNs models were checked based on values of R2, RMSE and MAD in Table 3. The ANNs model showed R-squared values of 0.873 and 0.848 in the training and testing phase of concrete prediction. The overall dataset consists of 1030 samples; of these, 686 samples were used for training the ANNs model, while the remaining 344 were utilized for testing and validation purposes. Similarly, the RMSE values of predicted CS using the ANNs model were 5.90 and 6.60 during the training and testing stage of the ANNs model. The mean absolute deviation (MAD) values of 4.549 and 5.086 were found in the training and testing of the ANNs model for CS strength. However, a considerable increase in R2 was seen using the ANNs approaches, as presented in Figure 8. The predicted and actual values of CS made with waste materials also showed a positive correlation in both the training and testing phase. As a result, cross-validation was advised as a useful method for precisely measuring a model’s prediction performance and setting model parameters. As a result, improved achievable accuracy for predicted value of CS parameters was attained. Statistical parameter estimations using ANNs modeling have also been shown in Table 4.
6.3. Prediction Profiler
The prediction profiler can help with better understanding each parameter contribution in concrete compressive strength. The relationships established between eight input variables and output response are presented as a prediction profiler in Figure 9. The target optimization value of CS (MPa) is 44.48, which is presented on the top left side of the prediction profiler along with combinations of eight factors. It was observed that the compressive strength of concrete was increased as the OPC content changed from 102 to 540 kg/m3. The optimum OPC content was achieved at 281.17 kg/m3. Similarly, the content of BFS and Fly Ash increased in the range of 0 to 359 and 200 kg/m3, respectively. The optimum value of BFS and Fly Ash contents was achieved at 73.9 and 54.19 kg/m3. On the other hand, the effect of the water factor had a negative influence on the compressive strength. The positive correlation was observed in case of curing ages ranging between 1 and 365 days and the CS of the concrete. A slight increase of CS (MPa) was observed in case of SP, CA, and FA.
6.4. Interaction Profiler
The interaction profiler plot of eight factors with corresponding compressive strength (CS) is presented in Figure 10. The minimum and maximum ranges of each predicted parameter are represented in the form of red and blue trend lines, respectively. The interaction profiler can be used as a visual graphical aid to describe the effects of different factors on the CS properties of the concrete. The effects of various parameters on the OPC and CS are described in the first row of Figure 10. The explanation of the interaction plot is presented from left to right and so on. In the first row, a positive correlation was seen between CS and the OPC content, which increased from 102 to 540 kg/m3 along with other factors, as they showed a slight increase in their values except for the water variable, which had an indirect effect on CS and OPC. In the 2nd row, the interaction plot among CS and BFS with other variables is presented and showed a positive relationship between increased CS and BFS content ranging between 0 and 359 kg/m3. However, the CS of BFS-based concrete had decreased strength with an increase in water content from 121 to 247 kg/m3. The 3rd row showed an interaction plot of CS and BFS in combination with other factors. It showed a significant increase in the presence of OPC, BFS and days factors for the CS. However, a slight increase of CS was attained in case of SP, CA, and FA factors. The change in water content had a negative effect on the combined CS and BFS interaction plot. The 4th row of the plot describes the direct effect of water on CS and other factors. A significant increasing trend is observed in the 5th row, which shows a direct relation between three factors: OPC, BFS and curing days. However, there is a declining trend of CS and SP with an increase in water ranging between 121 and 247 kg/m3. The incorporation of CA and FA had a strong direct effect on OPC, BFS and days factors, but a slight increase was seen in case of Fly Ash, CA and FA factors. Similarly, the last row of the interaction plot showed that the increased curing days ranging from 1 to 365 days significantly improved the CS of the concrete, but water has an inverse relation to CS, which shows different varying trends.
6.5. Relative Variable Importance
In this study, we used eight variables such as OPC, BFS, Fly Ash, water, SP, days, sand, and coarse aggregates to carry out sensitivity analysis. The effects of each input variable are described in Figure 11. However, the Fly Ash and fine aggregates have the minimal sensitivity effect on the development of models for concrete compressive strength. OPC (kg/m3) and age (day) had the significant sensitive parameters for compressive strength. Both Fly Ash and FA played a small role in the creation of both models.
6.6. Comparative Analysis of Statistical Metrics and K-Fold
To analyze the biased and variances reduction for the testing dataset, a conventional method of K-fold based on cross-validation is used. The statistical measures such as coefficient of determination (R2), root mean square error (RMSE), mean square error (MSE) and mean absolute deviation (MAD) were evaluated and compared with both models, as presented in Figure 12.
In contrast, the output prediction of both machine learning approaches displays small swings in their statistical results. In comparison to ANNs and DT, the DT model has fewer errors and a higher R2 value. This may be due to the increasing number of nodes during the DT modeling prediction. However, the validation values of both models displayed close results when compared to each other. The R-squared values of 0.943 and 0.836 were achieved during training and testing of the DT model. In case of the ANNs model, R2 is equal to 0.873 and 0.848, respectively, in the training and validation of the dataset. Each single model showed fewer validation errors. The RMSE, MSE, MAD and MAPE values for the DT model are 6.54 MPa, 42.82 MPa, 4.82 and 0.1804 MPa, respectively, as per the testing or validation results. However, the RMSE, MSE, and MAD values for the ANNs prediction model are 6.60 MPa, 43.57 MPa, and 5.086, respectively, as per the validation results. The statistical analysis of both models DT and ANNs is also described in Table 2 and Table 3. When compared against each other, the DT and ANN model both showed less variance in their predicted output. The R2 value is directly correlated to this check; the lower the error rates, the better the R2 value of the predicted model.
To conclude this, this research demonstrates that multiple machine learning algorithms can be used to anticipate outcomes. It provides better knowledge to engineers about a better choice of model parameters and regressors to execute the algorithm and produce precise projected results. The machine learning techniques utilized in this study produce a significant correlation between the desired and projected outcomes. The significance of using models with higher precision in civil engineering is demonstrated by their usage in predicting concrete parameters, which is a time-consuming process. Finally, the precise formulations of proposed models will help to promote the utilization of waste materials such as BFS and FA instead of dumping as industrial waste for future construction works.
7. Limitations and Future Recommendations
This research studied two types of machine learning techniques, ANNs and decision tree, for predicting the compressive strength of high-strength concrete. However, there are some certain limitations. The data provided are limited to the estimated model’s performance. The database used in this research had a maximum size of 1030 records. Moreover, this study was limited to predicting compressive strength and ignored the flexural strength and corrosive performance of the concrete under elevated temperature conditions. Certainly, an appropriate dataset and validation are required for the modeling of engineering parameters in various civil engineering applications. This work used a diverse variety of datasets comprising eight independent factors; however, the dataset and input factors can be extended to further improve the performance and accuracy of the models.
Moreover, additional new factors such as extreme temperature, moisture, and other weather conditions should be included as input parameters to assess the model’s efficiency for predicting desirable results. As climatic factors have a major effect on concrete characteristics, other ML techniques such as genetic algorithms, ANFIS and k-nearest neighbors should be used to investigate their effects under various scenarios.
8. Conclusions
Concrete producers all around world employ mixed design methodologies to produce a mix design that meets the needs of their clients. It is vital for field engineers to understand how a mix proportion was developed to properly modify the mix design based on field constraints, comprehend fresh properties, and achieve standards of quality. However, identifying the process used to develop a mix design can be challenging because most design methodologies offer identical mix design proportions for specific required features. This research used two machine learning approaches, ANNs and DT, to tackle the classification challenge by studying eight important parameters. The following conclusions are derived from our study:
The outcomes of individual ANNs and DT models showed a significant correlation between the predicted and actual values of CS with R2 values of 0.848 and 0.836, respectively, in testing of the model for the CS prediction. However, the R2 values of 0.873 and 0.943 were attained during the training phase of both models.
The increased R2 values and reduced RMSE and MAD showed the higher precision and accuracy of both predictive models. These statistical measures showed satisfactory outcomes for both models, i.e., ANNs and decision tree.
Sensitivity analysis demonstrated that OPC (kg/m3), Age (curing) and water content are the key factors in the creation of a model for the CS of concrete. However, other factors such as Fly Ash and fine aggregates (FA) had the least effect on the CS in the created model.
Decision tree and ANNs are types of supervised learning techniques which produced significant correlations between the predicted and observed values. The DT proved effective, according to the K-fold cross-validation technique, which was used to verify the prediction performance.
The precise formulations and models will help to promote the utilization of waste materials such as SFG and Fly Ash instead of dumping as industrial waste for future construction works. This research provides a long-term sustainability by reducing energy use, disposal waste, and carbon emissions.
Future work will comprise training and validating ML models employing a detailed experimental setup. In addition, the author plans to test more machine learning models to find the most accurate and effective model for identifying mixed design processes.
Conceptualization, S.A.R.S. and M.A.; methodology, S.A.R.S. and M.K.A.; software, M.K.A. and H.M.S.E.; validation, M.A., O.B. and Y.B.; formal analysis, S.A.R.S. and M.K.A.; investigation, O.B. and H.M.S.E.; writing—original draft preparation, S.A.R.S. and M.K.A.; writing—review and editing, M.A. and Y.B. All authors have read and agreed to the published version of the manuscript.
Not applicable.
Not applicable.
Data will be available on suitable demand.
This research has been assisted by the data support of I-Cheng Yeh (Taiwan) along with Dua, D. and Graff, C., UCI Machine Learning Repository, University of California, USA.
The authors declare no conflict of interest.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Figure 4. Frequency distribution plot for variables factors (a) OPC, (b) BFS, (c) Fly Ash, (d) Water, (e) SP, (f) CA, (g) FA, (h) Age, and (i) CS.
Figure 6. Predicted and Actual Values of CS During the Training and Testing Phase.
Figure 8. Actual by predicted plot (a); Residual by predicted plot (b) in training and validation phase of ANNs model.
Descriptive Statistical Analysis of the Dataset.
| Variable | OPC | BFS | Fly Ash | Water | SP | CA | FA | Age | CS |
|---|---|---|---|---|---|---|---|---|---|
| Unit | Kg/m3 | Kg/m3 | Kg/m3 | Kg/m3 | Kg/m3 | Kg/m3 | Kg/m3 | Day | MPa |
| Mean | 281.17 | 73.9 | 54.19 | 181.57 | 6.203 | 972.92 | 773.58 | 45.66 | 35.818 |
| St. Dev. | 104.51 | 86.28 | 64 | 21.36 | 5.973 | 77.75 | 80.18 | 63.17 | 16.706 |
| Variance | 10,921.74 | 7444.08 | 4095.55 | 456.06 | 35.683 | 6045.66 | 6428.1 | 3990.44 | 279.08 |
| Q1 | 192 | 0 | 0 | 164.9 | 0 | 932 | 730.3 | 7 | 23.695 |
| Median | 272.9 | 22 | 0 | 185 | 6.35 | 968 | 779.51 | 28 | 34.443 |
| Q3 | 350 | 143 | 118.27 | 192 | 10.16 | 1029.4 | 824.25 | 56 | 46.209 |
| Min | 102 | 0 | 0 | 121.75 | 0 | 801 | 594 | 1 | 2.332 |
| Max | 540 | 359.4 | 200.1 | 247 | 32.2 | 1145 | 992.6 | 365 | 82.599 |
| Range | 438 | 359.4 | 200.1 | 125.25 | 32.2 | 344 | 398.6 | 364 | 80.267 |
Statistical Model Summary of Training and Testing Dataset Using DT Modeling.
| Data Set | N | % of N | Mean | StDev | Min | Q1 | Median | Q3 | Max |
| Training | 842 | 81.7 | 35.861 | 16.822 | 2.3318 | 23.695 | 34.084 | 46.229 | 82.599 |
| Testing | 188 | 18.3 | 35.624 | 16.215 | 3.3198 | 23.633 | 35.549 | 45.243 | 79.297 |
| R2 | RMSE | MSE | MAD | MAPE | |||||
| Training | 0.9433 | 4.0032 | 16.0254 | 3.0366 | 0.1143 | ||||
| Testing | 0.8362 | 6.5445 | 42.8299 | 4.8176 | 0.1804 | ||||
Predicted Statistical Measures with Both Training and Validation Values.
| Measures | Training | Validation |
|---|---|---|
| R-Square | 0.8730396 | 0.8487035 |
| RMSE | 5.9002536 | 6.6008002 |
| MSE | 34.8200 | 43.5700 |
| Mean Abs Dev | 4.5491846 | 5.0868193 |
| -Log Likelihood | 2191.0386 | 1137.3085 |
| SSE | 23,881.713 | 14,988.274 |
| Sum Freq | 824 | 206 |
Statistical parameter estimations using ANNs modeling.
| Parameter | H1_1 | H1_2 | H1_3 | H1_4 | H1_5 | H1_6 | H1_7 | H1_8 | |
|---|---|---|---|---|---|---|---|---|---|
| OPC (Kg/m3) | 0.01538 | 0.01484 | 0.0015 | 0.00453 | 0.00424 | −0.004 | 0.00649 | 0.01068 | |
| BFS (Kg/m3) | 0.01204 | −0.0075 | 0.0050 | 0.01288 | 0.00602 | −0.007 | 0.00073 | −0.0048 | |
| F. Ash (Kg/m3) | 0.01279 | 0.00379 | −0.008 | −0.009 | 0.0031 | −0.001 | −0.0067 | 0.02515 | |
| Water (Kg/m3) | −0.057 | −0.044 | −0.042 | 0.0653 | 0.0234 | −0.011 | 0.01277 | −0.1049 | |
| SP (Kg/m3) | 0.03559 | −0.009 | −0.181 | −0.199 | 0.0622 | 0.0189 | −0.0682 | 0.0359 | |
| CA (Kg/m3) | 0.00298 | −0.015 | −0.0003 | −0.008 | 0.0012 | −0.0003 | 0.00169 | −0.0188 | |
| FA (Kg/m3) | 0.01079 | −0.001 | 0.0031 | 0.01179 | −0.0068 | 0.0010 | 0.00171 | −0.0096 | |
| Age (Day) | 0.00309 | −0.032 | −0.0553 | 0.0104 | −0.0744 | −0.0004 | 0.08893 | −0.0151 | |
| Intercept | −7.684 | 20.4865 | 6.341 | −13.51 | −2.331 | 3.1527 | −7.1926 | 41.281 | |
| Int. | H1_1 | H1_2 | H1_3 | H1_4 | H1_5 | H1_6 | H1_7 | H1_8 | |
| CS (MPa) | 25.261 | 12.857 | 0.4490 | −7.4665 | −4.9352 | −8.9412 | −28.071 | 11.594 | 1.6980 |
References
1. Xiao, H.; Duan, Z.; Zhou, Y.; Zhang, N.; Shan, Y.; Lin, X.; Liu, G. CO2 emission patterns in shrinking and growing cities: A case study of Northeast China and the Yangtze River Delta. Appl. Energy; 2019; 251, 113384. [DOI: https://dx.doi.org/10.1016/j.apenergy.2019.113384]
2. Yan, H.; Shen, Q.; Fan, L.C.; Wang, Y.; Zhang, L. Greenhouse gas emissions in building construction: A case study of One Peking in Hong Kong. Build. Environ.; 2010; 45, pp. 949-955. [DOI: https://dx.doi.org/10.1016/j.buildenv.2009.09.014]
3. Benhelal, E.; Zahedi, G.; Shamsaei, E.; Bahadori, A. Global strategies and potentials to curb CO2 emissions in cement industry. J. Clean. Prod.; 2013; 51, pp. 142-161. [DOI: https://dx.doi.org/10.1016/j.jclepro.2012.10.049]
4. Behnood, A.; Golafshani, E.M. Predicting the compressive strength of silica fume concrete using hybrid artificial neural network with multi-objective grey wolves. J. Clean. Prod.; 2018; 202, pp. 54-64. [DOI: https://dx.doi.org/10.1016/j.jclepro.2018.08.065]
5. Cheng, A.; Huang, R.; Wu, J.-K.; Chen, C.-H. Influence of GGBS on durability and corrosion behavior of reinforced concrete. Mater. Chem. Phys.; 2005; 93, pp. 404-411. [DOI: https://dx.doi.org/10.1016/j.matchemphys.2005.03.043]
6. Özbay, E.; Erdemir, M.; Durmuş, H.I. Utilization and efficiency of ground granulated blast furnace slag on concrete properties—A review. Constr. Build. Mater.; 2016; 105, pp. 423-434. [DOI: https://dx.doi.org/10.1016/j.conbuildmat.2015.12.153]
7. Song, H.-W.; Saraswathy, V. Studies on the corrosion resistance of reinforced steel in concrete with ground granulated blast-furnace slag—An overview. J. Hazard. Mater.; 2006; 138, pp. 226-233. [DOI: https://dx.doi.org/10.1016/j.jhazmat.2006.07.022] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/16930831]
8. Mai, H.-V.T.; Nguyen, T.-A.; Ly, H.-B.; Tran, V.Q. Investigation of ANN Model Containing One Hidden Layer for Predicting Compressive Strength of Concrete with Blast-Furnace Slag and Fly Ash. Adv. Mater. Sci. Eng.; 2021; 2021, 5540853. [DOI: https://dx.doi.org/10.1155/2021/5540853]
9. Oner, A.; Akyuz, S. An experimental study on optimum usage of GGBS for the compressive strength of concrete. Cem. Concr. Compos.; 2007; 29, pp. 505-514. [DOI: https://dx.doi.org/10.1016/j.cemconcomp.2007.01.001]
10. Shariq, M.; Prasad, J.; Masood, A. Effect of GGBFS on time dependent compressive strength of concrete. Constr. Build. Mater.; 2010; 24, pp. 1469-1478. [DOI: https://dx.doi.org/10.1016/j.conbuildmat.2010.01.007]
11. Siddique, R.; Kaur, D. Properties of concrete containing ground granulated blast furnace slag (GGBFS) at elevated temperatures. J. Adv. Res.; 2012; 3, pp. 45-51. [DOI: https://dx.doi.org/10.1016/j.jare.2011.03.004]
12. Tüfekçi, M.M.; Çakır, Ö. An Investigation on Mechanical and Physical Properties of Recycled Coarse Aggregate (RCA) Concrete with GGBFS. Int. J. Civ. Eng.; 2017; 15, pp. 549-563. [DOI: https://dx.doi.org/10.1007/s40999-017-0167-x]
13. Majhi, R.K.; Nayak, A.N.; Mukharjee, B.B. Development of sustainable concrete using recycled coarse aggregate and ground granulated blast furnace slag. Constr. Build. Mater.; 2018; 159, pp. 417-430. [DOI: https://dx.doi.org/10.1016/j.conbuildmat.2017.10.118]
14. Gehlot, T.; Sankhla, S.S.; Parihar, S. Modelling compressive strength, flexural strength and chloride ion permeability of high strength concrete incorporating metakaolin and fly ash. Mater. Today Proc.; 2021; in press [DOI: https://dx.doi.org/10.1016/j.matpr.2021.01.789]
15. Li, Q.; Zhang, Q. Experimental study on the compressive strength and shrinkage of concrete containing fly ash and ground granulated blast-furnace slag. Struct. Concr.; 2019; 20, pp. 1551-1560. [DOI: https://dx.doi.org/10.1002/suco.201800295]
16. Dao, D.V.; Ly, H.-B.; Vu, H.-L.T.; Le, T.-T.; Pham, B.T. Investigation and optimization of the C-ANN structure in predicting the compressive strength of foamed concrete. Materials; 2020; 13, 1072. [DOI: https://dx.doi.org/10.3390/ma13051072] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/32121104]
17. Pham, B.T.; Nguyen, M.D.; Ly, H.-B.; Pham, T.A.; Hoang, V.; Van Le, H.; Le, T.-T.; Nguyen, H.Q.; Bui, G.L. Development of Artificial Neural Networks for Prediction of Compression Coefficient of Soft Soil. CIGOS 2019, Innovation for Sustainable Infrastructure; Ha-Minh, C.; Dao, D.V.; Benboudjema, F.; Derrible, S.; Huynh, D.V.K.; Tang, A.M. Springer: Singapore, 2020; Volume 54, pp. 1167-1172.
18. Pham, B.T.; Nguyen-Thoi, T.; Ly, H.-B.; Nguyen, M.D.; Al-Ansari, N.; Tran, V.-Q.; Le, T.-T. Extreme Learning Machine Based Prediction of Soil Shear Strength: A Sensitivity Analysis Using Monte Carlo Simulations and Feature Backward Elimination. Sustainability; 2020; 12, 2339. [DOI: https://dx.doi.org/10.3390/su12062339]
19. Ly, H.-B.; Pham, B.T.; Le, L.M.; Le, T.-T.; Le, V.M.; Asteris, P.G. Estimation of axial load-carrying capacity of concrete-filled steel tubes using surrogate models. Neural Comput. Appl.; 2020; 33, pp. 3437-3458. [DOI: https://dx.doi.org/10.1007/s00521-020-05214-w]
20. Ly, H.-B.; Le, T.-T.; Vu, H.-L.T.; Tran, V.Q.; Le, L.M.; Pham, B.T. Computational Hybrid Machine Learning Based Prediction of Shear Capacity for Steel Fiber Reinforced Concrete Beams. Sustainability; 2020; 12, 2709. [DOI: https://dx.doi.org/10.3390/su12072709]
21. Asteris, P.G.; Armaghani, D.J.; Hatzigeorgiou, G.D.; Karayannis, C.G.; Pilakoutas, K. Predicting the shear strength of reinforced concrete beams using Artificial Neural Networks. Comput. Concr. Int. J.; 2019; 24, pp. 469-488.
22. Naderpour, H.; Poursaeidi, O.; Ahmadi, M. Shear resistance prediction of concrete beams reinforced by FRP bars using artificial neural networks. Measurement; 2018; 126, pp. 299-308. [DOI: https://dx.doi.org/10.1016/j.measurement.2018.05.051]
23. Jiang, G.; Keller, J.; Bond, P.L.; Yuan, Z. Predicting concrete corrosion of sewers using artificial neural network. Water Res.; 2016; 92, pp. 52-60. [DOI: https://dx.doi.org/10.1016/j.watres.2016.01.029] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/26841228]
24. Avila, C.; Shiraishi, Y.; Tsuji, Y. Crack width prediction of reinforced concrete structures by artificial neural networks. Proceedings of the 7th Seminar on Neural Network Applications in Electrical Engineering; Belgrade, Serbia, 23–25 September 2004.
25. Perera, R.; Barchín, M.; Arteaga, A.; De Diego, A. Prediction of the ultimate strength of reinforced concrete beams FRP-strengthened in shear using neural networks. Compos. Part B Eng.; 2010; 41, pp. 287-298. [DOI: https://dx.doi.org/10.1016/j.compositesb.2010.03.003]
26. Khademi, F.; Jamal, S.M.; Deshpande, N.; Londhe, S. Predicting strength of recycled aggregate concrete using Artificial Neural Network, Adaptive Neuro-Fuzzy Inference System and Multiple Linear Regression. Int. J. Sustain. Built Environ.; 2016; 5, pp. 355-369. [DOI: https://dx.doi.org/10.1016/j.ijsbe.2016.09.003]
27. Özcan, F.; Atiş, C.D.; Karahan, O.; Uncuoğlu, E.; Tanyildizi, H. Comparison of artificial neural network and fuzzy logic models for prediction of long-term compressive strength of silica fume concrete. Adv. Eng. Softw.; 2009; 40, pp. 856-863. [DOI: https://dx.doi.org/10.1016/j.advengsoft.2009.01.005]
28. Kandiri, A.; Golafshani, E.M.; Behnood, A. Estimation of the compressive strength of concretes containing ground granulated blast furnace slag using hybridized multi-objective ANN and salp swarm algorithm. Constr. Build. Mater.; 2020; 248, 118676. [DOI: https://dx.doi.org/10.1016/j.conbuildmat.2020.118676]
29. Han, I.-J.; Yuan, T.-F.; Lee, J.-Y.; Yoon, Y.-S.; Kim, J.-H. Learned Prediction of Compressive Strength of GGBFS Concrete Using Hybrid Artificial Neural Network Models. Materials; 2019; 12, 3708. [DOI: https://dx.doi.org/10.3390/ma12223708]
30. Pitroda, D. Prediction of strength for fly ash cement concrete through soft computing approaches. Int. J. Adv. Res. Eng. Sci. Manag.; 2014; 1, pp. 1-11.
31. Feng, D.-C.; Liu, Z.-T.; Wang, X.-D.; Chen, Y.; Chang, J.-Q.; Wei, D.-F.; Jiang, Z.-M. Machine learning-based compressive strength prediction for concrete: An adaptive boosting approach. Constr. Build. Mater.; 2019; 230, 117000. [DOI: https://dx.doi.org/10.1016/j.conbuildmat.2019.117000]
32. Dao, D.V.; Ly, H.B.; Trinh, S.H.; Le, T.-T.; Pham, B.T. Artificial intelligence approaches for prediction of compressive strength of geopolymer concrete. Materials; 2019; 12, 983. [DOI: https://dx.doi.org/10.3390/ma12060983] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/30934566]
33. Ahmadi, M.; Naderpour, H.; Kheyroddin, A. Utilization of artificial neural networks to prediction of the capacity of CCFT short columns subject to short term axial load. Arch. Civ. Mech. Eng.; 2014; 14, pp. 510-517. [DOI: https://dx.doi.org/10.1016/j.acme.2014.01.006]
34. Cachim, P.B. Using artificial neural networks for calculation of temperatures in timber under fire loading. Constr. Build. Mater.; 2011; 25, pp. 4175-4180. [DOI: https://dx.doi.org/10.1016/j.conbuildmat.2011.04.054]
35. Bilim, C.; Atis, C.; Tanyildizi, H.; Karahan, O. Predicting the compressive strength of ground granulated blast furnace slag concrete using artificial neural network. Adv. Eng. Softw.; 2008; 40, pp. 334-340. [DOI: https://dx.doi.org/10.1016/j.advengsoft.2008.05.005]
36. Chopra, P.; Sharma, R.K.; Kumar, M. Prediction of Compressive Strength of Concrete Using Artificial Neural Network and Genetic Programming. Adv. Mater. Sci. Eng.; 2016; 2016, 7648467. [DOI: https://dx.doi.org/10.1155/2016/7648467]
37. Yeh, I.-C. Modeling of strength of high-performance concrete using artificial neural networks. Cem. Concr. Res.; 1998; 28, pp. 1797-1808. [DOI: https://dx.doi.org/10.1016/S0008-8846(98)00165-3]
38. Foucquier, A.; Robert, S.; Suard, F.; Stéphan, L.; Jay, A. State of the art in building modelling and energy performances prediction: A review. Renew. Sustain. Energy Rev.; 2013; 23, pp. 272-288. [DOI: https://dx.doi.org/10.1016/j.rser.2013.03.004]
39. Lv, Y.; Liu, J.; Yang, T.; Zeng, D. A novel least squares support vector machine ensemble model for NOx emission prediction of a coal-fired boiler. Energy; 2013; 55, pp. 319-329. [DOI: https://dx.doi.org/10.1016/j.energy.2013.02.062]
40. Dou, J.; Yunus, A.P.; Bui, D.T.; Merghadi, A.; Sahana, M.; Zhu, Z.; Chen, C.-W.; Khosravi, K.; Yang, Y.; Pham, B.T. Assessment of advanced random forest and decision tree algorithms for modeling rainfall-induced landslide susceptibility in the Izu-Oshima Volcanic Island, Japan. Sci. Total Environ.; 2019; 662, pp. 332-346. [DOI: https://dx.doi.org/10.1016/j.scitotenv.2019.01.221]
41. Amershi, S.; Begel, A.; Bird, C.; DeLine, R.; Gall, H.; Kamar, E.; Nagappan, N.; Nushi, B.; Zimmermann, T. Software engineering for machine learning: A case study. Proceedings of the 2019 IEEE/ACM 41st International Conference on Software Engineering: Software Engineering in Practice (ICSE-SEIP); Montreal, QC, Canada, 25–31 May 2019.
42. Chou, J.-S.; Pham, A.-D. Enhanced artificial intelligence for ensemble approach to predicting high performance concrete compressive strength. Constr. Build. Mater.; 2013; 49, pp. 554-563. [DOI: https://dx.doi.org/10.1016/j.conbuildmat.2013.08.078]
43. Galar, M.; Fernandez, A.; Barrenechea, E.; Bustince, H.; Herrera, F. A Review on Ensembles for the Class Imbalance Problem: Bagging-, Boosting-, and Hybrid-Based Approaches. IEEE Trans. Syst. Man Cybern. Part C Appl. Rev.; 2011; 42, pp. 463-484. [DOI: https://dx.doi.org/10.1109/TSMCC.2011.2161285]
44. Gomes, H.M.; Barddal, J.P.; Enembreck, F.; Bifet, A. A Survey on Ensemble Learning for Data Stream Classification. ACM Comput. Surv.; 2018; 50, pp. 1-36. [DOI: https://dx.doi.org/10.1145/3054925]
45. Rahman, J.; Ahmed, K.S.; Khan, N.I.; Islam, K.; Mangalathu, S. Data-driven shear strength prediction of steel fiber reinforced concrete beams using machine learning approach. Eng. Struct.; 2021; 233, 111743. [DOI: https://dx.doi.org/10.1016/j.engstruct.2020.111743]
46. Güçlüer, K.; Özbeyaz, A.; Göymen, S.; Günaydın, O. A comparative investigation using machine learning methods for concrete compressive strength estimation. Mater. Today Commun.; 2021; 27, 102278. [DOI: https://dx.doi.org/10.1016/j.mtcomm.2021.102278]
47. Getahun, M.A.; Shitote, S.M.; Gariy, Z.C.A. Artificial neural network based modelling approach for strength prediction of concrete incorporating agricultural and construction wastes. Constr. Build. Mater.; 2018; 190, pp. 517-525. [DOI: https://dx.doi.org/10.1016/j.conbuildmat.2018.09.097]
48. Ling, H.; Qian, C.X.; Kang, W.C.; Liang, C.Y.; Chen, H.C. Machine and K-Fold cross validation to predict compressive strength of concrete in marine environment. Constr. Build. Mater.; 2019; 206, pp. 355-363. [DOI: https://dx.doi.org/10.1016/j.conbuildmat.2019.02.071]
49. Yaseen, Z.M.; Deo, R.C.; Hilal, A.; Abd, A.M.; Bueno, L.C.; Salcedo-Sanz, S.; Nehdi, M.L. Predicting compressive strength of lightweight foamed concrete using extreme learning machine model. Adv. Eng. Softw.; 2018; 115, pp. 112-125. [DOI: https://dx.doi.org/10.1016/j.advengsoft.2017.09.004]
50. Taffese, W.Z.; Sistonen, E. Machine learning for durability and service-life assessment of reinforced concrete structures: Recent advances and future directions. Autom. Constr.; 2017; 77, pp. 1-14. [DOI: https://dx.doi.org/10.1016/j.autcon.2017.01.016]
51. Yokoyama, S.; Matsumoto, T. Development of an Automatic Detector of Cracks in Concrete Using Machine Learning. Procedia Eng.; 2017; 171, pp. 1250-1255. [DOI: https://dx.doi.org/10.1016/j.proeng.2017.01.418]
52. Ben Chaabene, W.; Flah, M.; Nehdi, M.L. Machine learning prediction of mechanical properties of concrete: Critical review. Constr. Build. Mater.; 2020; 260, 119889. [DOI: https://dx.doi.org/10.1016/j.conbuildmat.2020.119889]
53. Su, M.; Zhong, Q.; Peng, H.; Li, S. Selected machine learning approaches for predicting the interfacial bond strength between FRPs and concrete. Constr. Build. Mater.; 2020; 270, 121456. [DOI: https://dx.doi.org/10.1016/j.conbuildmat.2020.121456]
54. Park, Y.-S.; Lek, S. Artificial Neural Networks: Multilayer Perceptron for Ecological Modeling. Developments in Environmental Modelling; Elsevier: Amsterdam, The Netherlands, 2016; pp. 123-140.
55. BKA, M.A.R.; Ngamkhanong, C.; Wu, Y.; Kaewunruen, S. Recycled aggregates concrete compressive strength prediction using artificial neural networks (ANNs). Infrastructures; 2021; 6, 17.
56. Xiao, F.; Amirkhanian, S.N. Artificial Neural Network Approach to Estimating Stiffness Behavior of Rubberized Asphalt Concrete Containing Reclaimed Asphalt Pavement. J. Transp. Eng.; 2009; 135, pp. 580-589. [DOI: https://dx.doi.org/10.1061/(ASCE)TE.1943-5436.0000014]
57. Yeh, I.-C. Analysis of Strength of Concrete Using Design of Experiments and Neural Networks. J. Mater. Civ. Eng.; 2006; 18, pp. 597-604. [DOI: https://dx.doi.org/10.1061/(ASCE)0899-1561(2006)18:4(597)]
58. Yeh, I.-C. Modeling Concrete Strength with Augment-Neuron Networks. J. Mater. Civ. Eng.; 1998; 10, pp. 263-268. [DOI: https://dx.doi.org/10.1061/(ASCE)0899-1561(1998)10:4(263)]
59. Yeh, I.-C. Design of High-Performance Concrete Mixture Using Neural Networks and Nonlinear Programming. J. Comput. Civ. Eng.; 1999; 13, pp. 36-42. [DOI: https://dx.doi.org/10.1061/(ASCE)0887-3801(1999)13:1(36)]
60. Yeh, I.-C. Prediction of strength of fly ash and slag concrete by the use of artificial neural networks. J. Chin. Inst. Civil Hydraul. Eng.; 2003; 15, pp. 659-663.
61. Yeh, I.-C. A mix proportioning methodology for fly ash and slag concrete using artificial neural networks. Chung Hua J. Sci. Eng.; 2003; 1, pp. 77-84.
62. Metha, P.; Monteiro, P. Concrete: Structure, Properties and Materials; Pini: São Paulo, Brazil, 1994; 572.
63. Siddique, R.; Aggarwal, P.; Aggarwal, Y. Prediction of compressive strength of self-compacting concrete containing bottom ash using artificial neural networks. Adv. Eng. Softw.; 2011; 42, pp. 780-786. [DOI: https://dx.doi.org/10.1016/j.advengsoft.2011.05.016]
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2022 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
The utilization of waste industrial materials such as Blast Furnace Slag (BFS) and Fly Ash (F. Ash) will provide an effective alternative strategy for producing eco-friendly and sustainable concrete production. However, testing is a time-consuming process, and the use of soft machine learning (ML) techniques to predict concrete strength can help speed up the procedure. In this study, artificial neural networks (ANNs) and decision trees (DTs) were used for predicting the compressive strength of the concrete. A total of 1030 datasets with eight factors (OPC, F. Ash, BFS, water, days, SP, FA, and CA) were used as input variables for the prediction of concrete compressive strength (response) with the help of training and testing individual models. The reliability and accuracy of the developed models are evaluated in terms of statistical analysis such as R2, RMSE, MAD and SSE. Both models showed a strong correlation and high accuracy between predicted and actual Compressive Strength (CS) along with the eight factors. The DT model gave a significant relation to the CS with R2 values of 0.943 and 0.836, respectively. Hence, the ANNs and DT models can be utilized to predict and train the compressive strength of high-performance concrete and to achieve long-term sustainability. This study will help in the development of prediction models for composite materials for buildings.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Details
; Seif ElDin, Hany M 2
; Barakat, Osama 2
; Muhammad Kashif Anwar 1 ; Bashir, Yasir 3 1 Department of Civil Engineering, Pakistan Institute of Engineering and Technology, Multan 66000, Pakistan;
2 College of Engineering and Technology, American University of the Middle East, Egaila 54200, Kuwait;
3 North Region, Punjab Aab-e-Pak Authority, Lahore 54660, Pakistan;




