Abstract

Pozzolanic concrete has superior properties, such as high strength and workability. The precise proportioning and modeling of the concrete mixture are important when considering its applications. There have been many efforts to develop computer-aided approaches for pozzolanic concrete mix design, such as artificial neural network- (ANN-) based approaches, but these approaches have proven to be somewhat difficult in practical engineering applications. This study develops a two-step computer-aided approach for pozzolanic concrete mix design. The first step is establishing a dataset of pozzolanic concrete mixture proportioning which conforms to American Concrete Institute code, consisting of experimental data collected from the literature as well as numerical data generated by computer program. In this step, ANNs are employed to establish the prediction models of compressive strength and the slump of the concrete. Sensitivity analysis of the ANN is used to evaluate the effect of inputs on the output of the ANN. The two ANN models are tested using data of experimental specimens made in laboratory for twelve different mixtures. The second step is classifying the dataset of pozzolanic concrete mixture proportioning. A classification method is utilized to categorize the dataset into 360 classes based on compressive strength, pozzolanic admixture replacement rate, and material cost. Thus, one can easily obtain mix solutions based on these factors. The results show that the proposed computer-aided approach is convenient for pozzolanic concrete mix design and practical for engineering applications.

1. Introduction

Concrete plays an important role in the growing construction industry. Presently, various types of by-product materials, such as fly ash, silica fume, rice husk ash, and others have been widely used as pozzolanic materials in concrete. Studies [14] have shown that utilization of pozzolanic material not only improves concrete properties (such as strength and durability) but also helps to preserve the environment. Moreover, superplasticizers play a crucial role in the development of high strength and high-performance concrete. Superplasticizers are admixtures which are added to concrete mixture in very small dosages. Their addition results in a significant increase in the workability of the mixture, as well as a reduction of water/cement ratio and of cement quantity [5].

Several researchers have looked into the characteristic parameters that affect the compressive strength and slump of conventional and high-strength concrete [68]. These parameters typically include water, cement, coarse aggregate, and fine aggregate. Conventional methods initially involve constructing a mathematical model, which is followed by a regression analysis using experimental data to determine unknown coefficients in that model and establish correlations between these parameters and compressive strength and slump. Conventional methods generally include complex modeling and are inappropriate where experimental data are imprecise and parameters affecting compressive strength and slump are incomplete in the experimental data.

Artificial neural networks (ANNs) were originally developed to simulate the function of the human brain or neural system. Subsequently, they have been widely applied to diverse fields, ranging from biology to many engineering fields. ANNs exhibit a number of desirable properties not found in conventional symbolic computation systems, including robust performance when dealing with noisy or incomplete input patterns, a high degree of fault tolerance, high parallel computation rates, the ability to generalize, and adaptive learning [911]. ANNs are capable of modeling input-output functional relations, even when mathematically explicit formulas are unavailable. Therefore, ANNs are suitable for prediction of compressive strength and slump of concrete. Accordingly, the feasibility of applying ANNs to predict compressive strength and slump of concrete has received considerable attention. Yeh [12] investigated the potential of using design of experiments and ANNs to determine the effect of fly ash replacements on early and late compressive strength of low- and high-strength concrete. Yeh [13] further demonstrated the possibilities of adapting ANNs to predict the compressive strength of high-performance concrete. Kasperkiewics et al. [14] applied ANNs to predict the 28-day compressive strength of high-performance concrete composed of six components (cement, silica, superplasticizer, water, fine aggregate, and coarse aggregate). Lee [15] used ANNs to predict the compressive strength development of concrete. Bai et al. [16] developed neural network models to predict the workability of concrete incorporating metakaolin and fly ash. Duan et al. [17] applied ANNs to predict the compressive strength of recycled aggregate concrete. Ni and Wang [18] developed a method to predict 28-day compressive strength of concrete by using ANNs based on the inadequacy of methods dealing with multiple variable and nonlinear problems.

In light of the above developments, this study develops a two-step computer-aided approach for pozzolanic concrete mix design. The first step is establishing the dataset of pozzolanic concrete mixture proportioning which conform to American Concrete Institute (ACI) code. The dataset consists of experimental data collected from the literature and numerical data generated by computer program. In this step, ANNs are employed to establish the prediction models of compressive strength and slump of concrete. Sensitivity analysis of the ANN is used to evaluate the effect of inputs on the output of the ANN. The two ANN models are tested using data of experimental specimens made in laboratory for twelve different mixtures. The second step is classifying the dataset of pozzolanic concrete mixture proportioning. A classification method is utilized to categorize the dataset into 360 classes based on compressive strength of concrete, pozzolanic admixture replacement rate, and cost of the concrete.

2. Artificial Neural Networks

ANNs form a class of systems that are inspired by biological neural networks. The topology of an ANN model consists of a number of simple processing elements, called nodes, which are interconnected to each other. Interconnection weights that represent the information stored in the system are used to quantify the strength of the interconnections; these weights hold the key to the functioning of an ANN.

2.1. Back-Propagation Neural Networks

Among the many different types of ANN, by far the most commonly applied neural network learning model, due to its simplicity, is the feedforward, multilayered, supervised neural network with error back-propagation algorithm, the so-called back-propagation (BP) network [11]. Before an ANN can be used in an application, it must either learn or be trained from an existing database consisting of pairs of input-output patterns. The topology of BP networks consists of an input layer, one or more hidden layers, and an output layer. The training of a supervised neural network usually involves three stages. The first stage is the data feedforward. The output of each node is defined as follows:where is the weight associated with the ith node in the preceding layer to the jth node in the current layer; is the output of ith node in the preceding layer; is the threshold value of node j in the current layer; is the output of node j in the current layer; and function f is the activation function, which has to be differentiable. Herein, the hyperbolic tangent function is used as the activation function and is defined as follows:

The second stage is error back-propagation and adjustment of the network weights. The training process applies mean square error (E), the absolute fraction of variance (R2), and sum of the squares error (SSE), to monitor the learning performance of the network. E, R2, and SSE are defined, respectively, aswhere P denotes the number of instances in the training set, while and represent the desired and calculated output of the kth output node for the pth instance, respectively. The standard BP algorithm employs a gradient descent approach with a constant step length (learning ratio) to train the network.where η is the learning ratio, which is a constant in the range of [0, 1]. The suffix index k denotes the kth learning iteration. Unfortunately, BP supervised neural network learning models require a significant amount of time to learn. Moreover, the convergence of a BP neural network is highly dependent upon the use of a learning rate (η). Consequently, several different approaches are developed here to enhance the learning performance of the BP learning algorithm [10].

Hung and Lin [19] developed a more effective adaptive limited memory Broyden–Fletcher–Goldfarb–Shanno (L-BFGS) learning algorithm based on the approach of a L-BFGS quasi-Newton second-order method [20, 21] with an inexact line search algorithm. This algorithm achieved a superior convergence rate to the BP learning algorithm by using second-order derivatives of the system error function with respect to the network weights. In the conventional BFGS method, the approximation Hk+1 to the inverse Hessian matrix of function E(W) is updated bywhere

Instead of forming the matrix Hk with the BFGS method, the vectors sk and yk are saved. These vectors first define and then implicitly and dynamically update the Hessian approximation using information from the last few iterations, referred to here as m. Therefore, the final stage of the adjustment of the weights in a BP-based ANN is modified as follows:

The search direction is given bywhere

The step length, αk, is adapted during the learning process through a mathematical approach: the inexact line search algorithm. This approach is used in the L-BFGS learning algorithm instead of a constant learning ratio [19]. The inexact line search algorithm is based on three sequential approaches: bracketing, sectioning, and interpolation. The bracketing approach brackets the potential step length, α, between two points, through a series of function evaluations. The sectioning approach then uses the two points of the bracket as the initial points, reducing the step size, and locating the minimum between points, such as, α1 and α2, to a specified degree of accuracy. Finally, the quadratic interpolation approach uses the three points, α1, α2, and (α1 + α2)/2, to fit a parabola to determine the step length, αk. Consequently, the step length αk must satisfy the following conditions in each iteration [19]:

The problem of selecting a learning ratio through trial and error in the BP algorithm is thus circumvented in the adaptive L-BFGS learning algorithm.

2.2. Architectures of ANN Models

The ANN models, compressive strength prediction neural network (CSPNN) and slump prediction neural network (SPNN), are used in this study for prediction of the 28-day compressive strength (abbreviated below as compressive strength) and slump of pozzolanic concrete, respectively. The architectures of the CSPNN and SPNN are illustrated in Figure 1. Both CSPNN and SPNN developed in this study have seven neurons in the input layer and one neuron in the output layer. The inputs of both CSPNN and SPNN are water, cement, ground granulated blast furnace slag (GGBFS), fly ash, coarse aggregate (CA), fine aggregate (FA), and superplasticizer (SP). The outputs of CSPNN and SPNN are compressive strength () and slump (S), respectively. Table 1 shows the minimum and maximum values of the seven input parameters used in CSPNN and SPNN.

2.3. Sensitivity Analysis

Cybenko [22] and Funahashai [23] rigorously demonstrated that even with only one hidden layer, neural networks can uniformly approximate any continuous function. Although neural networks can find a relationship between the input and output values internally, it is not always easy to interpret the resulting weight state. Thus, the effect of one input parameter on the output is difficult to analyze. Alternatively, it is possible to compute the sensitivity of the output value with respect to one of its inputs by taking the first-order partial derivative [24, 25].

If there is a network with n hidden layers, the output of the kth node in the output layer is defined as follows:where is the output of the jth node in the nth hidden layer, is the threshold value of the kth node in the output layer, is the weight associated with the jth node in the nth hidden layer to the kth node in the output layer, and function f is the activation function.

The first-order partial derivative of the kth output with respect to ith input can be derived as follows:where is the weight associated with the ith node in the input layer to the j1th node in the first hidden layer and is the weight associated with the jnth node in the nth hidden layer to the kth node in the output layer. Equation (12) indicates that is a function of weights, threshold value, and the first-order derivative of the activation function (or a function of weights, threshold values, and training instances). Since is a function of training instances, generally, the mean of for the entire training instances can be used to describe the nominal value of the sensitivity of the kth output parameter with respect to the ith input parameter. The mean of for the entire training instances iswhere is the value of of the pth training instance, and P is the total number of training instances. In fact, can represent the correlation between the kth output parameter and the ith input parameter. A positive (negative) value of represents a positive (negative) correlation. The absolute value of represents the strength of the correlation. A larger absolute value of represents a stronger correlation. Absolute values of near zero indicate little or no correlation.

3. Proposed Approach for Pozzolanic Concrete Mix Design

This study develops a computer-aided approach for pozzolanic concrete mix design. This approach is suitable for designing a mix of pozzolanic concrete with compressive strength, , from 210 kgf/cm2 to 980 kgf/cm2 and slump, S, equal to 20 cm. As shown in Figure 2, this approach involves two steps. The first step is establishing the dataset of pozzolanic concrete mixture proportioning that conform to ACI code, consisting of experimental data collected from literature and numerical data generated by computer program. The second step is classifying the dataset of pozzolanic concrete mixture proportioning. A classification method is utilized to categorize data into 360 clusters according to compressive strength of concrete, pozzolanic admixtures replacement rate, and material cost. The following presents the details of the proposed approach.

3.1. Establishing the Dataset of Pozzolanic Concrete Mixture Proportioning

As shown in Figure 2, the process of establishing the dataset of pozzolanic concrete mixture proportioning is listed as follows:(1)Collecting experimental data of pozzolanic concrete mixture proportioning from the literature [3, 2638].(2)Generating numerical data of pozzolanic concrete mixture proportioning since the collected experimental data may be insufficient. Before generating numerical data, the ranges of material contents (as listed in Table 1) are set based on collected experimental data of pozzolanic concrete mixture proportioning and ACI code for pozzolanic concrete mix design (as listed in Tables 28) [39]. Numerical data of pozzolanic concrete mixture proportioning are then generated randomly using the ACI mix design method for pozzolanic concrete (as shown in Figure 3).(3)Using a portion of collected experimental data of pozzolanic concrete mixture proportioning to train CSPNN and SPNN. The effect of input parameters on the output is evaluated by sensitivity analysis. The prediction accuracy of CSPNN and SPNN is tested using the remainder of the collected experimental data and data from experimental specimens made in our laboratory for twelve different mixtures.(4)Using trained CSPNN and SPNN to predict compressive strength and slump of experimental and numerical data, respectively. Data that satisfy the following conditions are kept in the dataset.where and are compressive strength and slump predicted by CSPNN and SPNN, respectively. The reasons for this are (1) this approach is suitable for mixing design of pozzolanic concrete with compressive strength, , from 210 kgf/cm2 to 980 kgf/cm2 and slump, S, equal to 20 cm, and (2) the allowable data range width of slump in Taiwan is set to be 3.8 cm when slump is larger than 10 cm [40].

3.2. Classifying the Dataset of Pozzolanic Concrete Mixture Proportioning

To produce a dataset of pozzolanic concrete mixture proportioning which is more feasible and convenient for engineering applications, it is classified further.

In classification, a sampling unit (subject or object) whose class membership is unknown is assigned to a class on the basis of the vector, y, associated with the unit. To classify the unit, we must have available a previously obtained sample of observation vectors from each class. One approach is to then compare y with the mean vectors , ,…, of the k classes and assign the unit to the class whose is closest to y [41]. Many techniques use an index of similarity or proximity between y and . A convenient measure of proximity is the distance. The distances used in classification algorithms include Euclidean distance, Manhattan distance, Chebyshev distance, Minkowski distance, and Mahalanobis distance. Since Euclidean distance is the most well-known distance, it is applied in this study. The Euclidean distance between two vectors (points) a and b is defined aswhere and are the jth element of a and b, respectively.

The proposed classification of the dataset of pozzolanic concrete mixture proportioning is according to compressive strength, pozzolanic admixture replacement rate, and cost. As shown in Figure 2, the classification method used in this study involves three stages. The first stage is the classification of dataset according to compressive strength and slump. The number of classes is set as twelve in this stage. The mean (designed) values of compressive strength of the twelve classes are increased from 210 kgf/cm2 (20.6 MPa) to 980 kgf/cm2 (96.1 MPa) every 70 kgf/cm2 (6.8 MPa). The mean (designed) values of slump of all twelve classes are the same and are equal to 20 cm. According to the related code in Taiwan, the allowable data range width of compressive strength and slump is 3.4 MPa and 3.8 cm, respectively. Thus, the classification rule can be written aswhere and are the compressive strength and slump of the pth instance in the dataset, respectively; and are the mean (designed) compressive strength and mean (designed) slump of the ith class, respectively; is the Euclidean distance between the vector associate to the pth instance in the dataset, , and mean vector of class i, ; and is the class the pth instance in the database belongs to.

The second stage is the classification of dataset according to pozzolanic admixtures replacement rate. Pozzolanic admixtures may be used as a partial replacement of cement in concrete. The pozzolanic admixtures used in this study are fly ash and ground granulated blast furnace slag. Pozzolanic admixture replacement rate, , is expressed as follows:where PA is pozzolanic admixtures. Each class in the first stage is divided into five smaller classes. The class intervals of are 0–≤10%, >10%–≤20%, >20%–≤30%, >30%–≤40%, and >40%–≤50%.

The third stage is the classification of dataset according to the cost of pozzolanic concrete. Each class in the second stage is divided into six smaller classes. The class intervals of the cost of pozzolanic concrete are 0 (NTD/m3)–≤2000 (NTD/m3), >2000 (NTD/m3)–≤2250 (NTD/m3), >2250 (NTD/m3)–≤2500 (NTD/m3), >2500 (NTD/m3)–≤2750 (NTD/m3), >2750 (NTD/m3)–≤3000 (NTD/m3), and >3000 (NTD/m3). There are 360 classes overall in the dataset of pozzolanic concrete mixture proportioning.

4. Results and Discussion

4.1. ANN-Based Compressive Strength Prediction Model: CSPNN
4.1.1. Training and Testing of the CSPNN Using Collected Experimental Data

All 482 samples collected were used to train and test the CSPNN. Among the 482 samples, 462 and 20 samples were used to train and test CSPNN, respectively. Here, the CSPNN is constructed with seven, fourteen, and one nodes in input layer, hidden layer, and output layer, respectively, and denoted as CSPNN(7-14-1). The complete offline training process took 47 cycles. The E and R2 were 0.005988 and 0.92556, respectively. After the CSPNN was trained on the 462 training samples, it was tested to observe how accurately it would predict compression strength of other samples. Table 9 and Figure 4 summarize the results of these tests, indicating that the CSPNN can satisfactorily predict the compression strength in all 20 testing samples.

4.1.2. Sensitivity Analysis of the CSPNN

Figure 5 shows the distribution of compressive strength and water for the training samples of the CSPNN. It shows that compressive strength decreases with increasing amounts of water in the concrete mixture. Compressive strength is inversely proportional to water content, and the slope of the fitted simple regression line is −0.123. Figure 6 shows the distribution of water and the first-order partial derivative of compressive strength with respect to water for the training samples of the CSPNN, and its mean is −0.092. The negative mean value of the first-order partial derivative of compressive strength with respect to water indicates a negative correlation between compressive strength and water, which is consistent with the negative slope value of the fitted simple regression line in Figure 5.

Figure 7 shows the distribution of compressive strength and cement for the CSPNN training samples. It shows that compressive strength increases with an increase in the amount of cement in the concrete mixture. Compressive strength is proportional to cement, and the slope of the fitted simple regression line is 0.0764. Figure 8 shows the distribution of cement and the first-order partial derivative of compressive strength with respect to cement for the CSPNN training samples, where the mean is found to be 0.037. The positive mean value of the first-order partial derivative of compressive strength with respect to cement indicates a positive correlation between compressive strength and cement, which is consistent with the positive slope value of the fitted simple regression line in Figure 7.

Figure 9 shows a similar distribution of compressive strength and SP for the CSPNN training samples. Compressive strength increases with an increase in the amount of SP in the concrete mixture. Compressive strength is proportional to SP, and the slope of the fitted simple regression line is 1.6298. Figure 10 shows the distribution of SP and the first-order partial derivative of compressive strength with respect to SP for the CSPNN training samples. The mean of the first-order partial derivative of compressive strength with respect to SP for the training samples of the CSPNN is 0.087. The positive mean value of the first-order partial derivative of compressive strength with respect to SP indicates positive correlation between compressive strength and SP, which is again consistent with the positive slope value of the fitted simple regression line in Figure 9. Sensitivity analysis results of the CSPNN therefore indicate that the CSPNN is a reasonable model representing the relationship between the 7 input parameters and compressive strength.

4.2. ANN-Based Slump Prediction Model: SPNN
4.2.1. Training and Testing of the SPNN Using Collected Experimental Data

As mentioned, only 295 samples have slump data among the total of 482 collected samples. Therefore, 295 samples were used to train and test the SPNN. Among the 295 samples, 285 and 10 samples were used to train and test SPNN, respectively. Here, the SPNN is constructed with seven, six, and one nodes in the input layer, hidden layer, and output layer, respectively, and is denoted as SPNN(7-6-1). The complete offline training process took 31 cycles. The E and R2 were 0.0079527 and 0.93996, respectively. After the SPNN was trained on the 285 training samples, it was tested to observe how accurately it would predict slump of other samples. Table 10 and Figure 11 summarize the results of these tests, indicating that the SPNN can satisfactorily predict the slump in all 10 testing samples.

4.2.2. Sensitivity Analysis of the SPNN

Figure 12 shows the distribution of slump and SP for the training samples of the SPNN. It shows that slump increases with an increase in the amount of SP in the concrete mixture. Slump is proportional to SP, and the slope of the fitted simple regression line is 0.6246. Figure 13 shows the distribution of SP and the first-order partial derivative of slump with respect to SP for the SPNN training samples. The mean of the first-order partial derivative of slump with respect to SP for the training samples of the SPNN is −0.146. The negative mean value of the first-order partial derivative of slump with respect to SP indicates negative correlation between slump and SP, which is inconsistent with the positive slope value of the fitted simple regression line in Figure 12. The reason may be that SP is a material with larger variance, and the properties of different brands of SP are different.

4.3. Experimental Program

Experimental specimens were also made in the laboratory to study the prediction accuracy of the CSPNN and SPNN in terms of pozzolanic concrete conforming to the ACI concrete mixture code. Twelve concrete mixtures (listed in Table 11) were generated randomly by computer program according to the concrete mixture in ACI code. Four experimental specimens were made for each concrete mixture.

4.3.1. Prediction of Compressive Strength

Figure 14 shows a comparison of exact compressive strength to CSPNN-predicted compressive strength for the 12 experimental concrete mixtures. The compressive strength of each concrete mixture is the average compressive strength of the four specimens for each concrete mixture. Most exact compressive strength values are larger than the CSPNN-predicted compressive strength values. Possible reasons may be that (1) coarse aggregates were crushed by machine; thus, the edges of coarse aggregates are sharp, producing a good interlocking effect which increases compressive strength or that (2) experimental specimens were kept submerged in lime water, and the fine weather and relative humidity was sufficient during the curing period to cause the concrete hydration to occur more quickly such that the late compressive strength was reached early. Although some predicted errors of compressive strength are large, it is still acceptable.

4.3.2. Prediction of Slump

Figure 15 shows a comparison of exact slump to SPNN-predicted slump for the 12 experimental concrete mixtures. The slump of each concrete mix is the average slump of the four specimens for each concrete mixture. Most predicted errors for slump are within the allowable data range for width of slump (3.8 cm), with only one being extreme (7.4 cm). The predicted error of slump may be mainly caused by SP, since SP is a material with larger variance and the properties of different brands of SP are different. Notably, CSPNN and SPNN were trained using experimental data of pozzolanic concrete mixture proportioning collected from the literature. It is believed that predicted error of compressive strength and slump can be largely decreased if a sufficient number of experimental specimens could be made and used for training of CSPNN and SPNN.

The trained and tested CSPNN and SPNN represent accurate models for compressive strength and slump, respectively, and they were used to predict compressive strength and slump of experimental and numerical data. Among 1500 experimental and numerical data, 278 data satisfy Equation (14) and they were kept in the dataset.

4.4. Classification of Pozzolanic Concrete Mixture Proportioning

After establishing the dataset of pozzolanic concrete mixture proportioning, it was classified further according to compressive strength, pozzolanic admixture replacement rate, and cost of concrete. Tables 12 and 13 give some of the results. Table 12 lists concrete mixture proportioning samples for compressive strength = 210 kgf/cm2 and cost ≤2000 NTD/m3. Table 13 lists concrete mixture proportioning samples for compressive strength = 700 kgf/cm2 and 2000 NTD/m3 ≤ cost ≤ 2250 NTD/m3. Engineers can utilize the classified dataset to easily predict mix proportioning (solution) from required compressive strength of concrete, pozzolanic admixture replacement rate, and cost of concrete.

5. Conclusions

This study develops a two-step computer-aided approach for pozzolanic concrete mix design. The first step is to establish a dataset of pozzolanic concrete mixture proportioning that conforms to ACI code. In this step, ANNs are employed to establish the prediction models of compressive strength and slump of concrete. The second step is to classify the dataset of pozzolanic concrete mixture proportioning. A classification method is utilized to categorize the dataset into 360 classes based on compressive strength of concrete, pozzolanic admixture replacement rate, and material cost. The following important conclusions are drawn from the results:(1)The CSPNN and SPNN were trained using a portion of collected experimental data. After training, the CSPNN and SPNN were tested using the rest of collected experimental data and data of experimental specimens made in our laboratory for twelve different mixtures. Results prove that CSPNN and SPNN can satisfactorily predict compressive strength and slump, respectively, from respective amounts of water, cement, ground granulated blast furnace slag, fly ash, coarse aggregate, fine aggregate, and superplasticizer.(2)Sensitivity analysis of the ANN can be used to explore the cause and effect relationship between network input and output. Therefore, sensitivity analysis of the CSPNN and SPNN, respectively, can be used to evaluate the effect of various concrete mix constituents (water, cement, ground granulated blast furnace slag, fly ash, coarse aggregate, fine aggregate, and superplasticizer) on the compressive strength and slump of concrete.(3)The distribution of slump and SP for the training samples of the SPNN shows that slump increases with an increase in the amount of SP in the concrete mixture. Slump is proportional to SP, and the slope of the fitted simple regression line is a positive value (0.6246). However, the mean of the first-order partial derivative of slump with respect to SP for the training samples of the SPNN is a negative value (−0.146). The negative mean value of the first-order partial derivative of slump with respect to SP indicates negative correlation between slump and SP, which is inconsistent with the positive slope value of the fitted simple regression line. The reason for this may be that SP is a material with larger variance and the properties of different brands of SP are different.(4)To construct a dataset of pozzolanic concrete mixture proportioning which is practical and convenient for engineering applications, it is classified further. Engineers can utilize the classified dataset to easily predict mix proportioning from required compressive strength of concrete, pozzolanic admixture replacement rate, and the necessary cost of concrete.

Abbreviations

AAN:Artificial neural network
ACI:American Concrete Institute
BFGS method:Broyden–Fletcher–Goldfarb–Shanno method
BP network:Back-propagation network
CA:Coarse aggregate
:The class the pth instance in the database belongs to
CSPNN:Compressive strength prediction neural network
d:Search direction
:The first-order partial derivative of the kth output with respect to ith input
:The mean of
:The desired output of the kth output node for the pth instance
:The Euclidean distance between two vectors (points) a and b
:The Euclidean distance between the vector associate to the pth instance in the dataset
E:Mean square error
f:The activation function
FA:Fine aggregate
:Compressive strength
:Compressive strength predicted by CSPNN
:Mean (designed) compressive strength of the ith class
:Compressive strength of the pth instance in the dataset
GGBFS:Ground granulated blast furnace slag
H:The inverse Hessian matrix
:The output of the jth node in the nth hidden layer
L-BFGS learning algorithm:Limited memory Broyden–Fletcher–Goldfarb–Shanno
:The output of ith node
:The calculated output of the kth output node for the pth instance
P:The number of instances in the training set
PA:Pozzolanic admixtures
R2:The absolute fraction of variance
:Admixture replacement rate
S:Slump
:The mean (designed) slump of the ith class
:The slump of the pth instance in the dataset
:Slump predicted by SPNN
SP:Superplasticizer
SPNN:Slump prediction neural network
SSE:Sum of the squares error
:The weight associated with the jth node in the nth hidden layer to the kth node in the output layer
:The weight associated with the jnth node in the nth hidden layer to the kth node in the output layer
:The weight associated with the ith node in the preceding layer to the jth node in the current layer
:The weight associated with the ith node in the input layer to the j1th node in the first hidden layer
:The threshold value of node j in the current layer
:The threshold value of the kth node in the output layer
η:Learning ratio
α:Step length.

Data Availability

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare that they have no conflicts of interest.