Next Article in Journal
Experimental Determination of the Coefficient of Restitution for Selected Modern Hybrid Composites
Next Article in Special Issue
Evaluation of Mechanical and Permeability Characteristics of Microfiber-Reinforced Recycled Aggregate Concrete with Different Potential Waste Mineral Admixtures
Previous Article in Journal
Durability Assessment and Microstructure of High-Strength Performance Bricks Produced from PET Waste and Foundry Sand
Previous Article in Special Issue
Influence of TiO2 Nanoparticles on the Resistance of Cementitious Composite Materials to the Action of Fungal Species
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Application of Artificial Neural Networks for Prediction of Mechanical Properties of CNT/CNF Reinforced Concrete

Department of Structural Engineering, Faculty of Civil Engineering, Silesian University of Technology, Akademicka 5, 44-100 Gliwice, Poland
*
Author to whom correspondence should be addressed.
Materials 2021, 14(19), 5637; https://doi.org/10.3390/ma14195637
Submission received: 24 August 2021 / Revised: 22 September 2021 / Accepted: 24 September 2021 / Published: 28 September 2021
(This article belongs to the Special Issue Nanotechnology for Cement Composite Materials)

Abstract

:
Prominence of concrete is characterized by its high mechanical properties and durability, combined with multifunctionality and aesthetic appeal. Development of alternative eco-friendly or multipurpose materials has conditioned improvements in concrete mix design to optimize concrete production speed and price, as well as carbon footprint. Artificial neural networks represent a new and efficient tool in achieving optimal concrete mixtures according to its intended function. This paper addresses concrete mix design and the application of artificial neural networks (ANNs) for self-sensing concrete. The authors review concrete mix design methods and the development of ANNs for prediction of properties for various types of concrete. Furthermore, the authors present developments and applications of ANNs for prediction of compressive strength and flexural strength of carbon nanotubes/carbon nanofibers (CNT/CNF) reinforced concrete using experimental results for the learning process. The goal is to bring the ANN approach closer to a variety of concrete researchers and possibly propose the implementation of ANNs in the civil engineering practice.

1. Introduction

Concrete is the most used construction material, primarily because of its high compressive strength and durability, but also for its impermeability and fire and corrosion resistance. Over the years, engineers have been developing different concretes for various and multiple purposes, with varieties spanning from ordinary concrete to specific types such as lightweight, high-performance (self-compacting, high-strength), green, or nano-reinforced concrete. Since processes of hydration and hardening are irreversible, any mistake in the design of the mixture may be costly in construction stage and hazardous in the exploitation stage. Therefore, optimal mix proportions and prediction of concrete properties have been studied over the past five decades, and many different methods have been developed to this end. Furthermore, in the past decade, machine learning (ML) methods emerged as a new tool of ensuring optimal concrete mixtures, and among many ML methods, artificial neural networks (ANNs) have been fairly successful in ensuring favorable results.
This paper reviews the development of ANNs for the purposes of concrete mix design and presents ANN models developed for prediction of compressive strength and flexural strength of CNT/CNF reinforced concrete. The goal of the authors is to bring the ANN approach closer to a variety of concrete behavior researchers and possibly propose the development and implementation of ANNs in mix design of nano-reinforced concrete.

1.1. Concrete Mix Design

Concrete mix design refers only to designed mixtures and does not imply prescribed, standard, or designated mixtures of concrete. It means that the designer specifies limiting values of needed key characteristics, assuming their effect on the properties of concrete. Design in the strict sense of the word is not possible; materials are variable in several aspects and many of their properties cannot be assessed quantitatively. Concrete properties measured in the fresh state are usually workability and slump, and in the hardened state compressive strength, permeability, and durability. Overall, the 28-day compressive strength is the critical design parameter for structural concrete. Concrete mix design implies one mixture for one set of properties, and every production that requires slightly different parameters comprehends a completely new design. Consequently, the entire process is relatively long due to trial mixing and testing of every specimen. It is a time-consuming procedure that not only increases the waste of material but also the cost of concrete production.
General classification includes analytical, semi-experimental, experimental, and statistical methods of concrete mix design. Analytical methods are used to reduce number of trial mixes to a minimum, rationalizing initial proportioning procedure into a systematic process based on detailed information about specific weight of components and formulae established from previously conducted testing [1]. In general, these methods are relatively quick and cost-friendly, but the main drawback is the uncertainty of results. Experimental methods are based on a trial-and-error process, where the biggest challenge is high number of effect variables affecting the response variables. The “one-factor-at-a-time” method’s main disadvantage is the lack of consideration of interaction between factors affecting the final parameters. Experimental methods give the most certainty in results; however, they are also the most time-consuming and expensive procedures. Statistical methods, also termed as factorial design methods, represent a step further where a set of trial mixes within a chosen range of proportions for each component is defined according to some statistical procedure. Afterward, trial mixes are conducted, test specimens are tested, and experimental results are analyzed using standard statistical methods. Although statistical methods require a certain amount of experimental work, their advantage is in the predictability with a higher level of certainty. However, the main issue remains the incapability of modeling complex nonlinear nature of the relationships between the mixture and the properties because underlying relationships are unknown.
Semi-experimental methods are based on combining the experimental models with various analytical tools such as machine learning (ML) methods. Development of more sophisticated non-parametric ML methods and growing availability of experimental datasets are opening opportunities to forecast compressive strength and other properties with higher accuracy and wider application range. This type of semi-experimental methods have shown to be useful in concrete mix design for prediction of various properties of fresh and hardened concrete.

1.2. Artificial Neural Networks

Machine learning belongs to the field of artificial intelligence, and it is used for prediction, i.e., classification that represents the prediction of the categorical value, or regression, which is the prediction of the numerical value [2]. Certain studies in concrete mix design that used ML were focused on modeling mixtures with particular ingredients, generating models that are predicting the compressive strength. Methods used in concrete mix design are artificial neural network (ANN), support vector machine (SVM), adaptive neuro-fuzzy inference system (ANFIS), random forest (RF), decision tree (DT), and more. Many investigations tend to make comparisons between ANNs and other ML methods to establish which is more efficient, as summarized in Table 1.
Artificial neural networks are computational structures that are trained to learn patterns from examples. The development of ANNs is inspired by the human brain, a biological neural network functioning based on communication between neurons. The theory of connectionism was first proposed in the 1940s to simulate processing of the human brain; however, at first, the idea was abandoned for many years until contribution of several researchers led a new interest in this subject. ANNs are used in a wide variety of problems such as recalling data, classifying patterns, performing general mapping from input to output patterns, grouping similar patterns, or solving constrained optimization problems [29]. Neural networks learn from parallel examples of input and output pairs and make generalizations [29,30,31], i.e., identifies causality between the input and the output through iterative training and using it to conduct forecast [4]. The ability to give correct or nearly correct responses to incomplete tasks and noisy or poor data makes ANNs a powerful tool for solving many civil engineering problems [5,32]. Additional advantages are unrestricted number of inputs and outputs [6,29], fast implementation [33], and user-friendliness [29]. Disadvantages are sensitivity to dataset, iterative process of determining the optimal structure, and hardware dependence [29]. ANNs are used in concrete mix design to predict optimal mix proportions or properties such as compressive and tensile strength [25,34,35,36,37], modulus of elasticity [38], slump [2,39,40,41], drying shrinkage [42], etc.
Feed-forward network topology represents dataflow from input to output units, where data processing can extend over multiple layers, but no feedback connections are present [43]. Mathematical functions that define behavior of every neuron are summation and activation function [44]. In general, obtaining a working ANN model is set in two stages: training and testing. The entire process of training can be simply described as follows. One input neuron represents one input variable. Each input is multiplied by corresponding weight after what the product is summed and applied to a transfer function to form output [45]. This scheme is mathematically, as follows:
u k = ( w k m x m )
y k = f u k + b k
where x1, x2, …, xm are the inputs, w k 1 , w k 2 , …, w k m are the synaptic weights of the neuron k, bk is the bias for the neuron k, function f is an activation function, and y k is the output [30].
This process fits the architecture of a back-propagation algorithm. The “backpropagation learning rule” was established in 1985 as a solution to problems that were occurring with single layer or bilayer networks. It is considered a generalization of the delta rule [30,43,46] for multilayer networks, and the idea is to back-propagate the error of the outputs. After the training phase, testing of the network is necessary to determine efficiency and precision of the results. Validation is the intermittent procedure that is occasionally used to measure generalization and to halt training when generalization ceases to improve, indicating that testing has no further effect on training [7].

1.3. ANNs for Prediction of Concrete Material Behavior

The topic of ANNs in concrete mix design was primarily centered toward predictions of optimal mix proportions rather than predictions of the properties of concrete. Oh et al. [47] first discussed this topic, developing a predictive model for proportioning of concrete mixes However, as shown in [31], this approach, although somewhat useful, still implies development of a new model for every change of a constituent material. Investigations now focus on developing ANNs for prediction of the compressive strength of high-performance, green, ordinary, or other types of concrete. Table 2 gives an overview on the mixtures, showing blends used for compressive strength tests. Several works focused on the technical problems such as determination of the optimal algorithm for compressive strength predictions, and others focused on factors that may influence the quality of results of both experimental tests and predictive models.
Lee [48] showed an extensive study on the efficacy of ANNs in prediction of concrete strength, where five independent models were developed with a staggering 73 input variables and as many as seven outputs. Chopra et al. [23,24,49] developed ANN models for compressive strength prediction, focusing on execution of the model itself. The authors in [49] used seven different algorithms to determine the optimal one for their dataset. Furthermore, they observed efficacy of the ANN model compared to genetic programming [24], decision tree, and random forest models [23]. Golafshani et al. [27] compared the results of the ANN and ANFIS models and continued further by optimizing the models with Grey Wolf Optimizer to establish prediction models for plain and high-performance concrete.
Table 2. Various types of concrete mixtures investigated using ANNs.
Table 2. Various types of concrete mixtures investigated using ANNs.
Aggregate Type/
Binder Type
Plain CementSilica FumeBlast Furnace SlagFly AshMicro and Nano-SilicaMetakaolin
Standardized Fine/Coarse Aggregate[8,15,16,19,23,28,29,33,47,49,50,51,52][11,12,21,32,41,53,54][6,7,8,9,12,14,15,17,20,27,55,56,57,58,59][6,7,8,9,12,14,15,17,20,24,31,41,53,54,55,56,57][25,56,60][32,44]
Recycled Concrete Aggregate[3,5,26,30,37,61] [62,63]
Recycled Rubber Aggregate[22,64][18]
Basalt Powder[64] [38]
Limestone Crushed/
Sand
[2,65,66][10]
Rice Husk Ash[37][10,67] [67][67][67]
Artificial Aggregate[38,68][10] [69][69][69]
Conversely, research work such as that of Dantas et al. [30] focused on the impact of various constituent materials, in this case, construction and demolition waste. An investigation by Yaman et al. [31] focused on highly flowable self-compacting concrete and developed ANN models with two datasets, where the first model comprised all six outputs and the second was in the form of a multi-input-single-output model. Regarding an environmentally friendly approach, Elevado et al. [62] presented completely green concrete, replacing Portland cement with fly ash and coarse aggregate with waste ceramic tiles. ANNs were used for compressive strength predictions, and the results showed this is a possible alternative for traditional concrete.
Several investigations were conducted from building sites to make ANN models more pragmatic and useful in realistic conditions. In situ works imply a lack of controllability of environmental conditions, which influence concrete in both a fresh and hardened state. Therefore, testing of field concrete is a more challenging task compared to laboratory, but the dataset is far more extensive and insightful. Namyong et al. [52] presented statistical investigation of field concrete based on 1442 results from 59 different mixtures. The authors [52] used relatively large dataset to establish regression equations for predictions of compressive strength. DeRousseau et al. [50] evaluated the efficacy of ANNs and other ML methods for prediction of compressive strength of field-placed concrete using two datasets from both field and laboratory. This work confirmed that the accurate prediction of compressive strength of field concrete is achieved with ML models trained on field concrete data, and that by using hybrid training data predictive performance of laboratory concrete models might be significantly improved. Furthermore, the work of Young et al. [15] included probably the most extensive dataset ever used in this type of investigation. ANN models were based on more than 10,000 data tuples obtained from building sites and the laboratory testing.
Although most research work is focused on predicting the compressive strength, there are notable works handling other properties of concrete. Predictions of mechanical properties of hardened concrete such as flexural strength [34] for modified zeolite additive mortar, or [36] for hybrid composites, elastic modulus of recycled aggregate concrete [70], Poisson’s ratio of lightweight concrete [71], fatigue strength [72], freeze-thaw durability [73], and electrical property prediction [74], showed to be useful. There have also been investigations focused on the properties of fresh concrete such as drying shrinkage [42], structural properties such as chloride permeability [75,76] and diffusivity [77], air void content [78], as well as the dependency of compressive strength on the concrete microstructure [79].
Finally, reviewing the application of ANNs for prediction of concrete properties may provide conclusions. A number of hidden layers should be kept low. More hidden layers prolong the learning process and often cause false positive result. Algorithms, usually Levenberg–Marquardt, resilient BP, BFGS quasi-Newton, and Polak–Ribiere conjugate gradient, are chosen according to the nature of the data and type of the output. Size of the dataset influences the algorithm performance and thus the total error. It has been repeatedly shown that the Levenberg–Marquardt algorithm corresponds best with a medium-sized dataset containing a few hundred data tuples. Activation functions are by default non-linear, mostly sigmoid (logistic) and hyperbolic tangent since these functions coincide with material behavior of concrete. Testing tuples must be diverse to give the best evaluation of the model, but at the same time kept within a realistic confidence interval.

2. Prediction of Properties of Self-Sensing Concrete Using ANNs

This work attempts to establish a working ANN model for prediction of compressive strength and flexural strength of ordinary concrete reinforced by carbon nanotubes (CNTs) or carbon nanofibers (CNFs). All models are developed, trained, and tested using Matlab Neural Fitting tool. Following, we describe the procedure of establishing optimal parameters of the ANN models for each concrete property separately and combined. The workflow follows typical schematic of extracting and collecting of the data from literature, preprocessing, and finally application of the dataset as an input for the ANN [80], and it is described in detail in the following.

2.1. Training Parameters of ANN Models

Parameters describing the basis of a neural network are architecture, algorithm, and activation function. Architecture, or topology, of the ANN model refers to the number of layers and neurons within each layer. The function of a hidden layer is to detect and establish relationship between inputs and outputs. In this work, all ANN models use “shallow” architecture, meaning that there is only one hidden layer. Size of the hidden layer is problem specific and depends on the training patterns. Namely, there is no established rule for selecting the number of neurons for each hidden layer. It must be sufficiently low to ensure generalization of the network, but if it is too low, the network will not be able to learn the relationships from the data and generalize to new data [4,7,81]. Many studies have related the number of hidden neurons to the number of input and output variables (Table 3) and training patterns; however, these rules cannot be generally accepted [7,45,81] and dogmatically followed. Although trying several architectures and selecting the optimal one is a relatively long process, it is performed to determine the stability and efficacy of the network [45].
This research work uses a varied number of neurons, calculated according to Equation (3). Except for the dependency between the number of input and hidden neurons given by the literature, additional dependency is investigated to establish if there is an effect to the performance of the model.
N h = N i ;   2 N i + 1 ;   3 · N i
Back-propagation feed-forward multiple layer neural networks are trained with many different training algorithms, depending on the specific problem as well as the size of the network and the training dataset. The most used algorithm within a concrete mix design is the Levenberg–Marquardt algorithm due to its speed and robustness [4], and it is also used in this work for all ANN models. It is the fastest training algorithm for moderately sized networks with up to few hundred weights [30,44].
Activation function represents a “mathematical gate”, which data “goes through” on its way to the next layer of the neural network. In other words, output signal of the neuron relates to input via the activation function [32]. Choice of the activation function may strongly influence the complexity and performance of the ANN [44,82,83]. Non-linear activation functions are used in concrete mix design. The most used is a unipolar sigmoid; however, certain researchers use bipolar sigmoid or hyperbolic tangent [29,44], although common practice includes several activation functions between individual layers within one network.
Learning process for all ANN models in this work is provided by the Levenberg–Marquardt training algorithm with unipolar sigmoid activation function and linear transfer function. Other parameters of the model performance are maximum number of epochs at 1000; training momentum is 109; learning rate is 10−6; and 6 cross-validation checks during learning.

2.2. Datasets

A prerequisite for successful functioning of an ANN is the use of extensive and reliable dataset capable of appropriate training [44]. Form, content, and size of the dataset has great effect to the computation of appropriate outputs. Format of the dataset is important because the way data is presented to the network affects the training process. Both input and output variables must be normalized, usually within the range of [0,1] as it is done in this work, or scaled to the range of (−1,+1) or (0.1,0.9). When preprocessing of data is finished, the set is divided to subsets for training, validation, and testing. Training subset contains the highest percentage of the total amount of data, usually from 65–80, or 90 percent. The rest is then left to be used for testing or is divided between testing and validation subsets. Data tuples are shuffled randomly between subsets to avoid any possible effect on the training algorithm [4]. In this work, datasets are divided into subsets with ratios 70/20/10; 80/10/10; 80/15/5; and 85/10/5 for training/testing/validation.
More data i.e., bigger batch size, does not necessarily lead to a better network. Although a richer dataset leads to better generalization, if the quality of the data is not at a high level, batch size itself does not make a difference for network performance.
In this work, datasets represent the collection of experimental data given in the literature [84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111]. Experimental investigations were chosen according to the content of the mixture, type of the nanofiller, and fabrication and testing procedures. All samples fabricated in the given experimental procedures were tested to confirm the proper dispersion of the nanofiller. Three datasets with different number of data tuples are used, each used to train and test twelve ANN models. Datasets are given by the output parameter, namely, COMP gives compressive strength, FLEX flexural strength, and C+F gives both compressive and flexural strength of CNT/CNF reinforced concrete mixtures. All mixtures contain either CNT or CNF additions, and that there are no hybrid nano-reinforcements. Table 4 gives the outline of each dataset, and Table 5 summarizes input and target output parameters of each dataset.

2.3. ANN Models

ANN models are developed and divided by their respective dataset, since the number of hidden neurons depends on the number of input neurons, which varies by the dataset. For each dataset, 12 ANN models are developed and divided into four subgroups according to the subset ratio, and each subgroup includes three ANN models with different number of hidden neurons, according to Equation (3). There are 36 ANN models in total, which are summarized in Table 6. The nomenclature of the models is given in the form X_NNtr_val_tes-Nh, where X is the name of the dataset, tr is training subset percentage, val is validation subset percentage, tes is testing subset percentage, and Nh is the number of hidden neurons. For example, COMP_NN70_10_20-20 represents a neural network (NN) model with dataset COMP, with subset ratio 70/10/20 for training/validation/testing, and with 20 hidden neurons in the one hidden layer.

2.4. Results

The ultimate goal of any training procedure is to minimize the mean square error (MSE) and mean absolute error (MAE) and maximize the coefficient of regression R. The iterations run until no improvement in MSE and MAE is found. Accuracy of the results is usually presented by the value of R, meaning that in case of a perfect fit between output and target value, this value would be equal to 1. In general, every phase of the network development demands a trial-and-error procedure to check suitability and stability of the network. After the initial training of the ANN models, response values R and MSE indicate the efficiency of the model. Response values for all ANN models are given in Table 7, where the best results are bolded and used in further analysis. Table 7 gives the results of total values of regression coefficient R, as generated by Matlab tool. There is also the number of epochs, showing how fast a generalization has been achieved. This number may imply the possibility of false positive results if it is too low to be considered that the network made enough iterations and was able to learn and establish the final values of weights and bias.
As it may be seen in Table 7, ANN models gave satisfactory results with regression coefficient R values higher than 0.80 and higher than 0.85 for the best models within each subgroup, as it is shown in Figure 1. Since the differences in regression coefficients within each group are minute, we will observe other pointers of models’ efficiency. Except for regression coefficient R, useful indicator of network behavior may be the error histogram which shows zero-centered Gauss curve at optimal learning trend. Error histograms of the best models from each subgroup are shown in Figure 2.
Figure 2 gives the distribution of error (x-axis) over instances (y-axis), and it shows that the most regular distribution of error is obtained for models (a) COMP_NN70_10_20-41, (g) FLEX_NN80_5_15-16, and (k) C+F_NN80_5_15-11. In other words, subset ratios with relatively more training data, and equal or relatively close numbers of hidden and input neurons, present the architecture with most favorable results. Since there was an investigation of Nh = 3Ni number of hidden neurons, these models showed comparable behavior and results, and it may imply favorable behavior for a smaller number of input neurons. It can only be an assumption that it would give better results if the number of tuples was higher, or if another activation function was used. Results of training, testing, validation, and total regression coefficients for the optimal ANN models is given in Table 8.

3. Discussion and Conclusions

Concrete mix design requires extensive knowledge of many expert issues. Inherently, obtaining concrete with appropriate parameters ensures reliable use during the prescribed exploitation period. In construction of massive structures, or commercial and residential buildings, concrete mix design assures that required parameters are achieved while keeping the costs at the necessary minimum. The ANN approach gives the possibility to freely adjust and change mix proportions according to exposure to certain materials and needed type of concrete. The construction speed and quality control may be significantly increased while decreasing the costs and carbon footprint by using ANNs to determine and predict properties of fresh and hardened concrete. Additionally, ANNs represent an appealing tool for modeling complex systems because of features such as efficiency, generalization, and simplicity.
This paper assesses the predictions of compressive strength and flexural strength of CNT/CNF reinforced concrete. To this purpose, 36 models were developed using three different datasets. One dataset uses both target values, compressive and flexural strength, and the remainder have a singular property as the target value. The models were trained using Matlab Neural Fitting application. After training, validation, and testing, it may be concluded that all models show satisfactory behavior with the given topologies. In addition, all three variants of hidden neurons used here correspond to this type of neural network in achieving successful training of the network. Moreover, initial research shows that mechanical properties of CNT/CNF reinforced concrete can be successfully predicted using the described ANN models. Out of 36 models in total, models COMP_70_10_20-41, FLEX_80_5_15-16, and C+F_80_5_15-11 exhibited optimal results, most uniform error distribution, and therefore, overall most favorable behavior. The regression coefficients for training, testing, and validation stage are high and the scattering of the results is relatively small for these models. Thus, the results confirmed the correctness of the adopted models and calculations. It may be concluded that tested network topology, algorithm, and activation function give satisfactory results in assessing the problems of the mechanical properties of CNT/CNF reinforced concrete composite material. This research work shows that further research in this direction may give promising results and can move further toward developing a novel method of concrete mix design.

Author Contributions

Conceptualization and methodology, S.K. and J.K.; software, validation, and investigation, S.K.; writing—original draft preparation, S.K.; writing—review and editing, J.K. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are openly available in reference number [84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111].

Acknowledgments

This work was supported by the Department of Structural Engineering, Faculty of Civil Engineering, Silesian University of Technology and “SymIn“–Simulation in Engineering Interdisciplinary Ph.D. Studies, Silesian University of Technology [project number POWR.03.05.00-IP.08-00-PZ1/17].

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Ahmad, S.; Alghamdi, S.A. A Statistical Approach to Optimizing Concrete Mixture Design. Sci. World J. 2014, 2014, 561539. [Google Scholar] [CrossRef] [Green Version]
  2. Cihan, M.T. Prediction of Concrete Compressive Strength and Slump by Machine Learning Methods. Adv. Civ. Eng. 2019, 2019, 3069046. [Google Scholar] [CrossRef]
  3. Hammoudi, A.; Moussaceb, K.; Belebchouche, C.; Dahmoune, F. Comparison of artificial neural network (ANN) and response surface methodology (RSM) prediction in compressive strength of recycled concrete aggregates. Constr. Build. Mater. 2019, 209, 425–436. [Google Scholar] [CrossRef]
  4. Bingöl, A.F.; Tortum, A.; Gül, R. Neural networks analysis of compressive strength of lightweight concrete after high temperatures. Mater. Des. 2013, 52, 258–264. [Google Scholar] [CrossRef]
  5. 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, 355–369. [Google Scholar] [CrossRef] [Green Version]
  6. Chou, J.-S.; Chiu, C.-K.; Farfoura, M.; Altaharwa, I. Optimizing the Prediction Accuracy of Concrete Compressive Strength Based on a Comparison of Data-Mining Techniques. J. Comput. Civ. Eng. 2011, 25, 242–253. [Google Scholar] [CrossRef]
  7. Atici, U. Prediction of the strength of mineral admixture concrete using multivariable regression analysis and an artificial neural network. Expert Syst. Appl. 2011, 38, 9609–9618. [Google Scholar] [CrossRef]
  8. Özturan, M.; Kutlu, B.; Özturan, T. Comparison of Concrete Strength Prediction Techniques With Artificial Neural Network Approach. Build. Res. J. 2008, 56, 23–36. [Google Scholar]
  9. Deepa, C.; Kumari, K.S.; Sudha, V.P. Prediction of the Compressive Strength of High Performance Concrete Mix using Tree Based Modeling. Int. J. Comput. Appl. 2010, 6, 18–24. [Google Scholar] [CrossRef]
  10. Sadrmomtazi, A.; Sobhani, J.; Mirgozar, M. Modeling compressive strength of EPS lightweight concrete using regression, neural network and ANFIS. Constr. Build. Mater. 2013, 42, 205–216. [Google Scholar] [CrossRef]
  11. Sobhani, J.; Najimi, M.; Pourkhorshidi, A.R.; Parhizkar, T. Prediction of the compressive strength of no-slump concrete: A comparative study of regression, neural network and ANFIS models. Constr. Build. Mater. 2010, 24, 709–718. [Google Scholar] [CrossRef]
  12. Anyaoha, U.; Zaji, A.; Liu, Z. Soft computing in estimating the compressive strength for high-performance concrete via concrete composition appraisal. Constr. Build. Mater. 2020, 257, 119472. [Google Scholar] [CrossRef]
  13. Ashrafian, A.; Shokri, F.; Amiri, M.J.T.; Yaseen, Z.M.; Rezaie-Balf, M. Compressive strength of Foamed Cellular Lightweight Concrete simulation: New development of hybrid artificial intelligence model. Constr. Build. Mater. 2020, 230, 117048. [Google Scholar] [CrossRef]
  14. 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. 2020, 230, 117000. [Google Scholar] [CrossRef]
  15. Young, B.A.; Hall, A.; Pilon, L.; Gupta, P.; Sant, G. Can the compressive strength of concrete be estimated from knowledge of the mixture proportions?: New insights from statistical analysis and machine learning methods. Cem. Concr. Res. 2019, 115, 379–388. [Google Scholar] [CrossRef]
  16. Park, J.Y.; Yoon, Y.G.; Oh, T.K. Prediction of Concrete Strength with P-, S-, R-Wave Velocities by Support Vector Machine (SVM) and Artificial Neural Network (ANN). Appl. Sci. 2019, 9, 4053. [Google Scholar] [CrossRef] [Green Version]
  17. Vakharia, V.; Gujar, R. Prediction of compressive strength and portland cement composition using cross-validation and feature ranking techniques. Constr. Build. Mater. 2019, 225, 292–301. [Google Scholar] [CrossRef]
  18. Jalal, M.; Grasley, Z.; Gurganus, C.; Bullard, J.W. RETRACTED: Experimental investigation and comparative machine-learning prediction of strength behavior of optimized recycled rubber concrete. Constr. Build. Mater. 2020, 256, 119478. [Google Scholar] [CrossRef]
  19. Madandoust, R.; Bungey, J.H.; Ghavidel, R. Prediction of the concrete compressive strength by means of core testing using GMDH-type neural network and ANFIS models. Comput. Mater. Sci. 2012, 51, 261–272. [Google Scholar] [CrossRef]
  20. Golafshani, E.M.; Rahai, A.; Sebt, M.H.; Akbarpour, H. Prediction of bond strength of spliced steel bars in concrete using artificial neural network and fuzzy logic. Constr. Build. Mater. 2012, 36, 411–418. [Google Scholar] [CrossRef]
  21. Özcan, F.; Atis, C.; 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, 856–863. [Google Scholar] [CrossRef]
  22. Topçu, I.B.; Sarıdemir, M. Prediction of rubberized mortar properties using artificial neural network and fuzzy logic. J. Mater. Process. Technol. 2008, 199, 108–118. [Google Scholar] [CrossRef]
  23. Chopra, P.; Sharma, R.K.; Kumar, M.; Chopra, T. Comparison of Machine Learning Techniques for the Prediction of Compressive Strength of Concrete. Adv. Civ. Eng. 2018, 2018, 5481705. [Google Scholar] [CrossRef] [Green Version]
  24. 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. [Google Scholar] [CrossRef] [Green Version]
  25. Azimi-Pour, M.; Eskandari-Naddaf, H. ANN and GEP prediction for simultaneous effect of nano and micro silica on the compressive and flexural strength of cement mortar. Constr. Build. Mater. 2018, 189, 978–992. [Google Scholar] [CrossRef]
  26. Deshpande, N.; Londhe, S.; Kulkarni, S. Modeling compressive strength of recycled aggregate concrete by Artificial Neural Network, Model Tree and Non-linear Regression. Int. J. Sustain. Built Environ. 2014, 3, 187–198. [Google Scholar] [CrossRef] [Green Version]
  27. 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. [Google Scholar] [CrossRef]
  28. Mashhadban, H.; Kutanaei, S.S.; Sayarinejad, M.A. Prediction and modeling of mechanical properties in fiber reinforced self-compacting concrete using particle swarm optimization algorithm and artificial neural network. Constr. Build. Mater. 2016, 119, 277–287. [Google Scholar] [CrossRef]
  29. Sonawane, D.A.; Jadhav, R.M. Prediction of Compression Strength of Concrete by Using Artificial Neural Network. In Proceedings of the 6th International Conference on Recent Trends in Engineering & Technology, Maharashtra, India, 30–31 May 2018; pp. 807–812. [Google Scholar]
  30. Dantas, A.T.A.; Leite, M.B.; Nagahama, K.D.J. Prediction of compressive strength of concrete containing construction and demolition waste using artificial neural networks. Constr. Build. Mater. 2013, 38, 717–722. [Google Scholar] [CrossRef]
  31. Abu Yaman, M.; Elaty, M.A.; Taman, M. Predicting the ingredients of self compacting concrete using artificial neural network. Alex. Eng. J. 2017, 56, 523–532. [Google Scholar] [CrossRef]
  32. Sarıdemir, M. Prediction of compressive strength of concretes containing metakaolin and silica fume by artificial neural networks. Adv. Eng. Softw. 2009, 40, 350–355. [Google Scholar] [CrossRef]
  33. Lai, S.; Serra, M. Concrete strength prediction neural network, Construct. Build. Mater. 1997, 11, 93–98. [Google Scholar] [CrossRef]
  34. Onyari, E.K.; Ikotun, B.D. Prediction of compressive and flexural strengths of a modified zeolite additive mortar using artificial neural network. Constr. Build. Mater. 2018, 187, 1232–1241. [Google Scholar] [CrossRef]
  35. Bui, D.-K.; Nguyen, T.; Chou, J.-S.; Nguyen-Xuan, H.; Ngo, T. A modified firefly algorithm-artificial neural network expert system for predicting compressive and tensile strength of high-performance concrete. Constr. Build. Mater. 2018, 180, 320–333. [Google Scholar] [CrossRef]
  36. Vineela, M.G.; Dave, A.; Chaganti, P.K. Artificial Neural Network based Prediction of Tensile Strength of Hybrid Composites. Mater. Today Proc. 2018, 5, 19908–19915. [Google Scholar] [CrossRef]
  37. 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, 517–525. [Google Scholar] [CrossRef]
  38. Topçu, I.B.; Sarıdemir, M. Prediction of properties of waste AAC aggregate concrete using artificial neural network. Comput. Mater. Sci. 2007, 41, 117–125. [Google Scholar] [CrossRef]
  39. Chandwani, V.; Agrawal, V.; Nagar, R. Modeling slump of ready mix concrete using genetic algorithms assisted training of Artificial Neural Networks. Expert Syst. Appl. 2015, 42, 885–893. [Google Scholar] [CrossRef]
  40. Chandwani, V.; Agraval, V.; Nagar, R. Applications of Artificial Neural Networks in Modeling Compressive Strength of Concrete: A State of the Art Review. Int. J. Curr. Eng. Technol. 2014, 4, 2949–2956. [Google Scholar]
  41. Öztaş, A.; Pala, M.; Özbay, E.; Kanca, E.; Çaglar, N.; Bhatti, M.A. Predicting the compressive strength and slump of high strength concrete using neural network. Constr. Build. Mater. 2006, 20, 769–775. [Google Scholar] [CrossRef]
  42. Bal, L.; Buyle-Bodin, F. Artificial neural network for predicting drying shrinkage of concrete. Constr. Build. Mater. 2013, 38, 248–254. [Google Scholar] [CrossRef]
  43. Kröse, B.; van der Smagt, P. An Introduction to Neural Networks; University of Amsterdam: Amsterdam, The Netherlands, 1996. [Google Scholar]
  44. Asteris, P.G.; Apostolopoulou, M.; Skentou, A.D.; Moropoulou, A. Application of artificial neural networks for the prediction of the compressive strength of cement-based mortars. Comput. Concr. 2019, 24, 329–345. [Google Scholar] [CrossRef]
  45. Alshihri, M.M.; Azmy, A.M.; El-Bisy, M.S. Neural networks for predicting compressive strength of structural light weight concrete. Constr. Build. Mater. 2009, 23, 2214–2219. [Google Scholar] [CrossRef]
  46. Chong, E.P.; Zak, S.H. An Introduction to Optimization; John Wiley & Sons, Inc.: New York, NY, USA, 2001. [Google Scholar]
  47. Oh, J.-W.; Lee, I.-W.; Kim, J.-T.; Lee, G.-W. Application of Neural networks for proportioning of concrete mixes. ACI Mater. J. 1999, 96, 61–67. [Google Scholar]
  48. Lee, S.-C. Prediction of concrete strength using artificial neural networks. Eng. Struct. 2003, 25, 849–857. [Google Scholar] [CrossRef]
  49. Chopra, P.; Sharma, R.K.; Kumar, M. Artificial Neural Networks for the Prediction of Compressive Strength of Concrete. Int. J. Appl. Sci. Eng. 2015, 13, 187–204. [Google Scholar]
  50. DeRousseau, M.A.; Laftchiev, E.; Kasprzyk, J.R.; Rajagopalan, B.; Srubar, W.V. A comparison of machine learning methods for predicting the compressive strength of field-placed concrete. Constr. Build. Mater. 2019, 228, 116661. [Google Scholar] [CrossRef]
  51. Ni, H.-G.; Wang, J.-Z. Prediction of compressive strength of concrete by neural networks. Cem. Concr. Res. 2000, 30, 1245–1250. [Google Scholar] [CrossRef]
  52. Namyong, J.; Sangchun, Y.; Hongbum, C. Prediction of Compressive Strength of In-Situ Concrete Based on Mixture Proportions. J. Asian Arch. Build. Eng. 2004, 3, 9–16. [Google Scholar] [CrossRef] [Green Version]
  53. Abuodeh, O.R.; Abdalla, J.A.; Hawileh, R.A. Assessment of compressive strength of Ultra-high Performance Concrete using deep machine learning techniques. Appl. Soft Comput. 2020, 95, 106552. [Google Scholar] [CrossRef]
  54. Pala, M.; Özbay, E.; Öztaş, A.; Yuce, M.I. Appraisal of long-term effects of fly ash and silica fume on compressive strength of concrete by neural networks. Constr. Build. Mater. 2007, 21, 384–394. [Google Scholar] [CrossRef]
  55. Erdal, H.I. Two-level and hybrid ensembles of decision trees for high performance concrete compressive strength prediction. Eng. Appl. Artif. Intell. 2013, 26, 1689–1697. [Google Scholar] [CrossRef]
  56. Yeh, I.-C. Modeling of strength of high-performance concrete using Artificial Neural Networks. Cem. Concr. Res. 1998, 28, 1797–1808. [Google Scholar] [CrossRef]
  57. Khashman, A.; Akpinar, P. Non-Destructive Prediction of Concrete Compressive Strength Using Neural Networks. Procedia Comput. Sci. 2017, 108, 2358–2362. [Google Scholar] [CrossRef]
  58. 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, 334–340. [Google Scholar] [CrossRef]
  59. 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. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  60. Kooshkaki, A.; Eskandari-Naddaf, H. Effect of porosity on predicting compressive and flexural strength of cement mortar containing micro and nano-silica by multi-objective ANN modeling. Constr. Build. Mater. 2019, 212, 176–191. [Google Scholar] [CrossRef]
  61. 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]
  62. Elevado, K.J.T. Artificial Neural Network (Ann) Modelling of Concrete Mixed with Waste Ceramic Tiles and Fly Ash. Int. J. Geomate 2018, 15, 154–159. [Google Scholar] [CrossRef]
  63. Deng, F.; He, Y.; Zhou, S.; Yu, Y.; Cheng, H.; Wu, X. Compressive strength prediction of recycled concrete based on deep learning. Constr. Build. Mater. 2018, 175, 562–569. [Google Scholar] [CrossRef]
  64. Gupta, T.; Patel, K.A.; Siddique, S.; Sharma, R.K.; Chaudhary, S. Prediction of mechanical properties of rubberised concrete exposed to elevated temperature using ANN. Measurement 2019, 147, 106870. [Google Scholar] [CrossRef]
  65. Apostolopoulou, M.; Armaghani, D.J.; Bakolas, A.; Douvika, M.G.; Moropoulou, A.; Asteris, P.G. Compressive strength of natural hydraulic lime mortars using soft computing techniques. Procedia Struct. Integr. 2019, 17, 914–923. [Google Scholar] [CrossRef]
  66. Trtnik, G.; Kavčič, F.; Turk, G. Prediction of concrete strength using ultrasonic pulse velocity and artificial neural networks. Ultrasonics 2009, 49, 53–60. [Google Scholar] [CrossRef] [Green Version]
  67. Abellán-García, J. Four-layer perceptron approach for strength prediction of UHPC. Constr. Build. Mater. 2020, 256, 119465. [Google Scholar] [CrossRef]
  68. Kurpinska, M.; Kułak, L. Predicting Performance of Lightweight Concrete with Granulated Expanded Glass and Ash Aggregate by Means of Using Artificial Neural Networks. Materials 2019, 12, 2002. [Google Scholar] [CrossRef] [Green Version]
  69. Koneru, V.S.; Ghorpade, V.G. Assessment of strength characteristics for experimental based workable self compacting concrete using artificial neural network. Mater. Today Proc. 2020, 26, 1238–1244. [Google Scholar] [CrossRef]
  70. Duan, Z.; Kou, S.; Poon, C.S. Using artificial neural networks for predicting the elastic modulus of recycled aggregate concrete. Constr. Build. Mater. 2013, 44, 524–532. [Google Scholar] [CrossRef]
  71. Davraz, M.; Kilincarslan, S.; Ceylan, H. Predicting the Poisson Ratio of Lightweight Concretes using Artificial Neural Network. Acta Phys. Pol. A 2015, 128, 184–186. [Google Scholar] [CrossRef]
  72. Abambres, M.; Lantsoght, E.O. ANN-Based Fatigue Strength of Concrete under Compression. Materials 2019, 12, 3787. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  73. Karakoç, M.B.; Demirboğa, R.; Türkmen, I.; Can, I. Modeling with ANN and effect of pumice aggregate and air entrainment on the freeze–thaw durabilities of HSC. Constr. Build. Mater. 2011, 25, 4241–4249. [Google Scholar] [CrossRef]
  74. Shi, L.; Lin, S.; Lu, Y.; Ye, L.; Zhang, Y. Artificial neural network based mechanical and electrical property prediction of engineered cementitious composites. Constr. Build. Mater. 2018, 174, 667–674. [Google Scholar] [CrossRef]
  75. Marks, M.; Glinicki, M.A.; Gibas, K. Prediction of the Chloride Resistance of Concrete Modified with High Calcium Fly Ash Using Machine Learning. Materials 2015, 8, 5483. [Google Scholar] [CrossRef] [Green Version]
  76. Boğa, A.R.; Öztürk, M.; Topçu, I.B. Using ANN and ANFIS to predict the mechanical and chloride permeability properties of concrete containing GGBFS and CNI. Compos. Part B Eng. 2013, 45, 688–696. [Google Scholar] [CrossRef]
  77. Hodhod, O.; Ahmed, H. Developing an artificial neural network model to evaluate chloride diffusivity in high performance concrete. HBRC J. 2013, 9, 15–21. [Google Scholar] [CrossRef] [Green Version]
  78. Zavrtanik, N.; Prosen, J.; Tušar, M.; Turk, G. The use of artificial neural networks for modeling air void content in aggregate mixture. Autom. Constr. 2016, 63, 155–161. [Google Scholar] [CrossRef]
  79. Onal, O.; Ozturk, A.U. Artificial neural network application on microstructure–compressive strength relationship of cement mortar. Adv. Eng. Softw. 2010, 41, 165–169. [Google Scholar] [CrossRef]
  80. Guo, K.; Yang, Z.; Yu, C.-H.; Buehler, M.J. Artificial intelligence and machine learning in design of mechanical materials. Mater. Horiz. 2021, 8, 1153–1172. [Google Scholar] [CrossRef]
  81. 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]
  82. Karlik, B.; Olgac, A.V. Performance Analysis of Various Activation Functions in Generalized MLP Architectures of Neural Networks. IJAE 2013, 1, 111–122. [Google Scholar]
  83. Sharma, S.; Sharma, S.; Athaiya, A. Activation Functions in Neural Networks. Int. J. Eng. Appl. Sci. Technol. 2020, 4, 310–316. [Google Scholar] [CrossRef]
  84. Kahidan, A.; Shirmohammadian, M. Properties of Carbon Nanotube (CNT) Reinforced Cement. Int. J. Eng. Res. 2016, 5, 497–503. [Google Scholar] [CrossRef]
  85. Parvaneh, V.; Khiabani, S.H. Mechanical and piezoresistive properties of self-sensing smart concretes reinforced by carbon nanotubes. Mech. Adv. Mater. Struct. 2019, 26, 993–1000. [Google Scholar] [CrossRef]
  86. Musso, S.; Tulliani, J.-M.; Ferro, G.; Tagliaferro, A. Influence of carbon nanotubes structure on the mechanical behavior of cement composites. Compos. Sci. Technol. 2009, 69, 1985–1990. [Google Scholar] [CrossRef]
  87. Sindu, B.; Sasmal, S. Properties of carbon nanotube reinforced cement composite synthesized using different types of surfactants. Constr. Build. Mater. 2017, 155, 389–399. [Google Scholar] [CrossRef]
  88. Konsta-Gdoutos, M.S.; Batis, G.; Danoglidis, P.; Zacharopoulou, A.K.; Zacharopoulou, E.K.; Falara, M.G.; Shah, S.P. Effect of CNT and CNF loading and count on the corrosion resistance, conductivity and mechanical properties of nanomodified OPC mortars. Constr. Build. Mater. 2017, 147, 48–57. [Google Scholar] [CrossRef]
  89. Konsta-Gdoutos, M.S.; Metaxa, Z.S.; Shah, S.P. Highly dispersed carbon nanotube reinforced cement based materials. Cem. Concr. Res. 2010, 40, 1052–1059. [Google Scholar] [CrossRef]
  90. Konsta-Gdoutos, M.S.; Danoglidis, P.A.; Shah, S.P. High modulus concrete: Effects of low carbon nanotube and nanofiber additions. Theor. Appl. Fract. Mech. 2019, 103, 102295. [Google Scholar] [CrossRef]
  91. Hanxun, B.; Yu, X.; Zhang, K.; Kwon, E.; Ou, J. Sensing properties of CNT-filled cement-based stress sensors. J. Civ. Struct. Health Monit. 2011, 1, 17–24. [Google Scholar] [CrossRef]
  92. Konsta-Gdoutos, M.S.; Danoglidis, P.A.; Falara, M.G.; Nitodas, S.F. Fresh and mechanical properties, and strain sensing of nanomodified cement mortars: The effects of MWCNT aspect ratio, density and functionalization. Cem. Concr. Compos. 2017, 82, 137–151. [Google Scholar] [CrossRef]
  93. Galao, O.; Baeza, F.J.; Zornoza, E.; Garcés, P. Strain and damage sensing properties on multifunctional cement composites with CNF admixture. Cem. Concr. Compos. 2014, 46, 90–98. [Google Scholar] [CrossRef] [Green Version]
  94. Li, G.Y.; Wang, P.M.; Zhao, X. Pressure-sensitive properties and microstructure of carbon nanotube reinforced cement composites. Cem. Concr. Compos. 2007, 29, 377–382. [Google Scholar] [CrossRef]
  95. Parveen, S.; Rana, S.; Fangueiro, R.; Paiva, M. Microstructure and mechanical properties of carbon nanotube reinforced cementitious composites developed using a novel dispersion technique. Cem. Concr. Res. 2015, 73, 215–227. [Google Scholar] [CrossRef]
  96. Sun, G.; Liang, R.; Lu, Z.; Zhang, J.; Li, Z. Mechanism of cement/carbon nanotube composites with enhanced mechanical properties achieved by interfacial strengthening. Constr. Build. Mater. 2016, 115, 87–92. [Google Scholar] [CrossRef]
  97. Jeevanagoudar, Y.V.; Krishna, R.H.; Gowda, R.; Preetham, R.; Prabhakara, R. Improved mechanical properties and piezoresistive sensitivity evaluation of MWCNTs reinforced cement mortars. Constr. Build. Mater. 2017, 144, 188–194. [Google Scholar] [CrossRef]
  98. Mohsen, M.; Taha, R.; Abu Taqa, A.; Shaat, A. Optimum carbon nanotubes’ content for improving flexural and compressive strength of cement paste. Constr. Build. Mater. 2017, 150, 395–403. [Google Scholar] [CrossRef]
  99. Jiang, S.; Zhou, D.; Zhang, L.; Ouyang, J.; Yu, X.; Cui, X.; Han, B. Comparison of compressive strength and electrical resistivity of cementitious composites with different nano- and micro-fillers. Arch. Civ. Mech. Eng. 2018, 18, 60–68. [Google Scholar] [CrossRef]
  100. Liew, K.M.; Kai, M.; Zhang, L. Mechanical and damping properties of CNT-reinforced cementitious composites. Compos. Struct. 2017, 160, 81–88. [Google Scholar] [CrossRef]
  101. Meoni, A.; D’Alessandro, A.; Downey, A.; García-Macías, E.; Rallini, M.; Materazzi, A.L.; Torre, L.; Laflamme, S.; Castro-Triguero, R.; Ubertini, F. An Experimental Study on Static and Dynamic Strain Sensitivity of Embeddable Smart Concrete Sensors Doped with Carbon Nanotubes for SHM of Large Structures. Sensors 2018, 18, 831. [Google Scholar] [CrossRef] [Green Version]
  102. Gao, D.; Sturm, M.; Mo, Y.L. Electrical resistance of carbon-nanofiber concrete. Smart Mater. Struct. 2009, 18, 095039. [Google Scholar] [CrossRef]
  103. Hawreen, A.; Bogas, J.A.; Dias, A.P.S. On the mechanical and shrinkage behavior of cement mortars reinforced with carbon nanotubes. Constr. Build. Mater. 2018, 168, 459–470. [Google Scholar] [CrossRef]
  104. Galao, Ó.; Zornoza, E.; Baeza, F.J.; Bernabeu, A.; Garces, P. Effect of carbon nanofiber addition in the mechanical properties and durability of cementitious materials. Mater. Constr. 2012, 62, 343–357. [Google Scholar] [CrossRef] [Green Version]
  105. Danoglidis, P.; Konsta-Gdoutos, M.S.; Gdoutos, E.E.; Shah, S.P. Strength, energy absorption capability and self-sensing properties of multifunctional carbon nanotube reinforced mortars. Constr. Build. Mater. 2016, 120, 265–274. [Google Scholar] [CrossRef]
  106. Li, G.Y.; Wang, P.M.; Zhao, X. Mechanical behavior and microstructure of cement composites incorporating surface-treated multi-walled carbon nanotubes. Carbon 2005, 43, 1239–1245. [Google Scholar] [CrossRef]
  107. Rashmi, R.; Padmapriya, R. Mechanical and durability characteristics of multiwalled carbon nano tube in concrete. IOP Conf. Ser. Mater. Sci. Eng. 2020, 872, 012110. [Google Scholar] [CrossRef]
  108. Irshidat, M.R.; Al-Nuaimi, N.; Salim, S.; Rabie, M. Carbon Nanotubes Dosage Optimization for Strength Enhancement of Cementitious Composites. Procedia Manuf. 2020, 44, 366–370. [Google Scholar] [CrossRef]
  109. Azeem, M.; Saleem, M.A. Role of electrostatic potential energy in carbon nanotube augmented cement paste matrix. Constr. Build. Mater. 2020, 239, 117875. [Google Scholar] [CrossRef] [Green Version]
  110. Assi, L.N.; Al-Hamadani, Y.A.J.; Deaver, E.; Soltangharaei, V.; Ziehl, P.; Yoon, Y. Effect of Sonicated Deionized Water on The Early Age Behavior of Portland Cement-Based Concrete and Paste. Constr. Build. Mater. 2020, 247, 118571. [Google Scholar] [CrossRef]
  111. Zhang, J.; Ke, Y.; Zhang, J.; Han, Q.; Dong, B. Cement paste with well-dispersed multi-walled carbon nanotubes: Mechanism and performance. Constr. Build. Mater. 2020, 262, 120746. [Google Scholar] [CrossRef]
Figure 1. Histogram of regression coefficients for ANN models.
Figure 1. Histogram of regression coefficients for ANN models.
Materials 14 05637 g001
Figure 2. Error histogram for model: (a) COMP_NN70_10_20-41; (b) COMP_NN80_10_10-60; (c) COMP_NN80_5_15-20; (d) COMP_NN85_5_10-41; (e) FLEX_NN70_10_20-48; (f) FLEX_NN80_10_10-48; (g) FLEX_NN80_5_15-16; (h) FLEX_NN85_5_10-16; (i) C+F_NN70_10_20-33; (j) C+F_NN80_10_10-11; (k) C+F_NN80_5_15-11; (l) C+F_NN85_5_10-33.
Figure 2. Error histogram for model: (a) COMP_NN70_10_20-41; (b) COMP_NN80_10_10-60; (c) COMP_NN80_5_15-20; (d) COMP_NN85_5_10-41; (e) FLEX_NN70_10_20-48; (f) FLEX_NN80_10_10-48; (g) FLEX_NN80_5_15-16; (h) FLEX_NN85_5_10-16; (i) C+F_NN70_10_20-33; (j) C+F_NN80_10_10-11; (k) C+F_NN80_5_15-11; (l) C+F_NN85_5_10-33.
Materials 14 05637 g002aMaterials 14 05637 g002b
Table 1. Investigations which compare ANNs to other methods for prediction of concrete behavior.
Table 1. Investigations which compare ANNs to other methods for prediction of concrete behavior.
Prediction MethodReference
MLR–Multiple linear regression[3,4,5,6,7,8,9,10,11,12,13]
SVM–Support vector machine[2,6,13,14,15,16,17,18]
ANFIS–Adaptive neuro-fuzzy inference system[5,10,11,18,19,20]
FL–Fuzzy logic[2,21,22]
RF–Random forest[2,17,23]
DT–Decision tree[2,15,23]
GP–genetic programming[18,24,25]
M5PMT–M5P Model tree[9,26,27]
Salp swarm algorithm[27,28]
CART–Classification and regression tree[12]
Table 3. Empirical recommendations for determining number of neurons in the first hidden layer.
Table 3. Empirical recommendations for determining number of neurons in the first hidden layer.
2 · N i
N i + N o
0.75 · N i
2 N i + 1
N i
N i + N o / 2
Ni, number of input nodes; No, number of output nodes.
Table 4. Outline of each dataset.
Table 4. Outline of each dataset.
DatasetNomenclatureData TuplesInput NeuronsOutput Neurons
1COMP329201
2FLEX207161
3C+F185112
Table 5. Input neurons for each dataset and their minimum/maximum values.
Table 5. Input neurons for each dataset and their minimum/maximum values.
COMP FLEX C+F
#NeuronMin/Max#NeuronMin/Max#NeuronMin/Max
1CEM317.61/1875 kg/m31CEM317.61/1578.95 kg/m31CEM317.61/1578.95 kg/m3
2WAT121.6/789.48 kg/m32WAT142/789.48 kg/m32WAT142/789.48 kg/m3
3FA0/1994.4 kg/m33FA0/1994.4 kg/m33FA0/1994.4 kg/m3
4CA0/1284 kg/m34CA0/1284 kg/m34CA0/1284 kg/m3
5SPL0/27.27 kg/m35SPL0/27.27 kg/m35SPL0/27.27 kg/m3
6CNT0/2 wt%6CNT0/0.5 wt%6CNT0/0.5 wt%
7CNF0/2.5 wt%7CNF0/2 wt%7CNF0/2 wt%
8CEM-CLASS42.5/52.58CEM-CLASS42.5/52.58CEM-CLASS42.5/52.5
9FUNCT0/1 (no/yes)9FUNCT0/1 (no/yes)9FUNCT0/1 (no/yes)
10C_S-A0/1 (no/yes)10C_S-A0/1 (no/yes)10DEM-AGE24/48 h
11C_S-B0/1 (no/yes)11C_S-B0/1 (no/yes)11AGE3/120 days
12C_S-C0/1 (no/yes)12C_S-C0/1 (no/yes)1OUTPUT 119.8/97.2 MPa
13C_S-D0/1 (no/yes)13C_S-D0/1 (no/yes)2OUTPUT 22.18/16.4 MPa
14C_S-E0/1 (no/yes)14C_S-E0/1 (no/yes)
15C_S-F0/1 (no/yes)15DEM-AGE18/48 h
16C_S-G0/1 (no/yes)16AGE3/120 days
17C_S-H0/1 (no/yes)1OUTPUT2.18/16.4 MPa
18C_S-I0/1 (no/yes)
19DEM-AGE24/48 h
20AGE3/120 days
1OUTPUT4.4/152 MPa
Table 6. Summary of models, their architecture, and subset division.
Table 6. Summary of models, their architecture, and subset division.
#ModelDatasetInput NeuronsHidden NeuronsOutput NeuronsTraining % (#)Validation % (#)Testing % (#)
1COMP_NN70_10_20-20COMP2020170% (230)10% (33)20% (66)
2COMP_NN70_10_20-41COMP2041170% (230)10% (33)20% (66)
3COMP_NN70_10_20-60COMP2060170% (230)10% (33)20% (66)
4COMP_NN80_10_10-20COMP2020180% (263)10% (33)10% (33)
5COMP_NN80_10_10-41COMP2041180% (263)10% (33)10% (33)
6COMP_NN80_10_10-60COMP2060180% (263)10% (33)10% (33)
7COMP_NN80_5_15-20COMP2020180% (264)5% (16)15% (49)
8COMP_NN80_5_15-41COMP2041180% (264)5% (16)15% (49)
9COMP_NN80_5_15-60COMP2060180% (264)5% (16)15% (49)
10COMP_NN85_5_10-20COMP2020185% (280)5% (16)10% (33)
11COMP_NN85_5_10-41COMP2041185% (280)5% (16)10% (33)
12COMP_NN85_5_10-60COMP2060185% (280)5% (16)10% (33)
13FLEX_NN70_10_20-16FLEX1616170% (145)10% (21)20% (41)
14FLEX_NN70_10_20-33FLEX1622170% (145)10% (21)20% (41)
15FLEX_NN70_10_20-48FLEX1648170% (145)10% (21)20% (41)
16FLEX_NN80_10_10-16FLEX1616180% (165)10% (21)10% (21)
17FLEX_NN80_10_10-33FLEX1622180% (165)10% (21)10% (21)
18FLEX_NN80_10_10-48FLEX1648180% (165)10% (21)10% (21)
19FLEX_NN80_5_15-16FLEX1616180% (166)5% (10)15% (31)
20FLEX_NN80_5_15-33FLEX1622180% (166)5% (10)15% (31)
21FLEX_NN80_5_15-48FLEX1648180% (166)5% (10)15% (31)
22FLEX_NN85_5_10-16FLEX1616185% (176)5% (10)10% (21)
23FLEX_NN85_5_10-33FLEX1622185% (176)5% (10)10% (21)
24FLEX_NN85_5_10-48FLEX1648185% (176)5% (10)10% (21)
25C+F_NN70_10_20-11C+F1111270% (129)10% (19)20% (37)
26C+F_NN70_10_20-23C+F1123270% (129)10% (19)20% (37)
27C+F_NN70_10_20-33C+F1133270% (129)10% (19)20% (37)
28C+F_NN80_10_10-11C+F1111280% (147)10% (19)10% (19)
29C+F_NN80_10_10-23C+F1123280% (147)10% (19)10% (19)
30C+F_NN80_10_10-33C+F1133280% (147)10% (19)10% (19)
31C+F_NN80_5_15-11C+F1111280% (147)5% (9)15% (28)
32C+F_NN80_5_15-23C+F1123280% (147)5% (9)15% (28)
33C+F_NN80_5_15-33C+F1133280% (147)5% (9)15% (28)
34C+F_NN85_5_10-11C+F1111285% (157)5% (9)10% (19)
35C+F_NN85_5_10-23C+F1123285% (157)5% (9)10% (19)
36C+F_NN85_5_10-33C+F1133285% (157)5% (9)10% (19)
Table 7. Response values of ANN models.
Table 7. Response values of ANN models.
#Model NomenclatureRegression Coefficient RMean Squared Error MSEEpoch
1COMP_NN70_10_20-200.952670.0019511
2COMP_NN70_10_20-410.96880.0010710
3COMP_NN70_10_20-600.965020.0015111
4COMP_NN80_10_10-200.963670.00097912
5COMP_NN80_10_10-410.980910.00076623
6COMP_NN80_10_10-600.97910.00041529
7COMP_NN80_5_15-200.982560.00039132
8COMP_NN80_5_15-410.937840.003678
9COMP_NN80_5_15-600.968130.0014889
10COMP_NN85_5_10-200.972020.00119327
11COMP_NN85_5_10-410.978580.00068124
12COMP_NN85_5_10-600.972740.00115711
13FLEX_NN70_10_20-160.915430.00534515
14FLEX_NN70_10_20-330.890970.0070129
15FLEX_NN70_10_20-480.922540.00199524
16FLEX_NN80_10_10-160.877750.008779
17FLEX_NN80_10_10-330.897320.007079
18FLEX_NN80_10_10-480.901980.0039623
19FLEX_NN80_5_15-160.925080.00520
20FLEX_NN80_5_15-330.863750.0084078
21FLEX_NN80_5_15-480.873830.00577310
22FLEX_NN85_5_10-160.943880.0037832
23FLEX_NN85_5_10-330.936020.0046118
24FLEX_NN85_5_10-480.911210.0053310
25C+F_NN70_10_20-110.869130.00949510
26C+F_NN70_10_20-230.901290.007612
27C+F_NN70_10_20-330.880720.00402718
28C+F_NN80_10_10-110.934680.00336127
29C+F_NN80_10_10-230.951020.00356621
30C+F_NN80_10_10-330.834890.00538916
31C+F_NN80_5_15-110.940660.00558719
32C+F_NN80_5_15-230.939370.0051116
33C+F_NN80_5_15-330.951180.00407612
34C+F_NN85_5_10-110.838510.0136310
35C+F_NN85_5_10-230.880780.00839710
36C+F_NN85_5_10-330.906830.0063610
Table 8. Regression coefficients of the models with best performance.
Table 8. Regression coefficients of the models with best performance.
#Model NomenclatureTrainingTestingValidationTotal
1COMP_NN70_10_20-410.97640.958370.958230.9688
2FLEX_NN80_5_15-160.935450.906330.877680.92508
3C+F_NN80_5_15-110.940320.936420.971650.94066
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Kekez, S.; Kubica, J. Application of Artificial Neural Networks for Prediction of Mechanical Properties of CNT/CNF Reinforced Concrete. Materials 2021, 14, 5637. https://doi.org/10.3390/ma14195637

AMA Style

Kekez S, Kubica J. Application of Artificial Neural Networks for Prediction of Mechanical Properties of CNT/CNF Reinforced Concrete. Materials. 2021; 14(19):5637. https://doi.org/10.3390/ma14195637

Chicago/Turabian Style

Kekez, Sofija, and Jan Kubica. 2021. "Application of Artificial Neural Networks for Prediction of Mechanical Properties of CNT/CNF Reinforced Concrete" Materials 14, no. 19: 5637. https://doi.org/10.3390/ma14195637

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