13 Predicting The Compressive Strength and Slump of High Strength Concrete Using Neural Network
13 Predicting The Compressive Strength and Slump of High Strength Concrete Using Neural Network
and Building
Received 11 August 2004; received in revised form 30 September 2004; accepted 31 January 2005
Available online 23 March 2005
Abstract
High Strength Concrete (HSC) is defined as concrete that meets special combination of performance and uniformity require-
ments that cannot be achieved routinely using conventional constituents and normal mixing, placing, and curing procedures.
HSC is a highly complex material, which makes modelling its behavior very difficult task. This paper aimed to show possible appli-
cability of neural networks (NN) to predict the compressive strength and slump of HSC. A NN model is constructed, trained and
tested using the available test data of 187 different concrete mix-designs of HSC gathered from the literature. The data used in NN
model are arranged in a format of seven input parameters that cover the water to binder ratio, water content, fine aggregate ratio, fly
ash content, air entraining agent, superplasticizer and silica fume replacement. The NN model, which performs in Matlab, predicts
the compressive strength and slump values of HSC. The mean absolute percentage error was found to be less then 1,956,208% for
compressive strength and 5,782,223% for slump values and R2 values to be about 99.93% for compressive strength and 99.34% for
slump values for the test set. The results showed that NNs have strong potential as a feasible tool for predicting compressive strength
and slump values.
Ó 2005 Elsevier Ltd. All rights reserved.
0950-0618/$ - see front matter Ó 2005 Elsevier Ltd. All rights reserved.
doi:10.1016/j.conbuildmat.2005.01.054
770 A. Öztasß et al. / Construction and Building Materials 20 (2006) 769–775
A major difference between conventional concrete allel architectures that solve difficult problems via the
and HSC is the use of chemical and mineral admixtures cooperation of highly interconnected but simple com-
that reduce the water content, thereby reducing porosity puting elements (or artificial neurons). Basically, the
within the hydrated cement paste [6]. The reduction in processing elements of a neural network are similar to
water content to very low value can be achieved by using the neuron in the brain, which consists of many simple
high dosage of chemical admixtures. However, it is computational elements arranged in layers [8]. The basic
undesirable since the effectiveness of chemical admix- strategy for developing a neural network-based model
tures such as superplasticizer (SP) depends on ambient for material behavior is to train a neural network on
temperature, cement chemistry, and fineness of aggre- the results of a series of experiments using that material.
gate. On the other hand, mineral admixtures act as puz- If the experimental results contain the relevant informa-
zolanic materials as well as fine fillers resulting in a tion about the material behavior, then the trained neural
denser and stronger microstructure of the hardened ce- network will contain sufficient information about mate-
ment matrix [7]. The mineral admixtures are generally rialÕs behavior to qualify as a material model. Such a
industrial by-products and their usage can provide ma- trained neural network not only would be able to repro-
jor economic benefits. Thus, judicial use of SP and min- duce the experimental results, but also it would be able
eral admixtures can lead to economical HSC with to approximate the results in other experiments through
enhanced durability. its generalization capability [10].
The actual compressive strength of concrete is un- Yeh [8], Kasperkiewics [11], Lai [12] and Lee [13] ap-
known during the early life of the structure. Also, the plied the NN for predicting properties of conventional
concrete market is generally very competitive and it concrete and high performance concretes. Bai [14] devel-
turns out that concrete companies have only restricted oped neural network models that provide effective pre-
budgets to spend in mix-design, although from this fun- dictive capability in respect of the workability of
damental stage comes a great deal of consequences for concrete incorporating metakaolin (MK) and fly ash
the site operations and for the structure to be built. Fur- (FA). Ji-Zong [15] developed an automatic knowledge-
thermore, in laboratory, to obtain desired concrete acquisition system based on neural networks to design
strength with suitable workability, technical personnel concrete mix. Ji-ZongÕs system consists of three models:
must try several mix proportions. This time consuming the mix-design model, the slump-prediction model, and
procedure increase the wastage of material and cost of the strength-prediction model; the first model is the core
concrete production. of the system with the other two models supporting the
The current empirical equations presented in the core. Guang and Zong [16] proposed a method to pre-
codes and standards for estimating compressive dict 28-day compressive strength of concrete by using
strength are based on tests of concrete without supple- multi-layer feed-forward neural networks. Dias and
mentary cementitious materials. The validity of these Pooliyadda [17] used back propagation neural networks
relationships for concrete with supplementary cementi- to predict the strength and slump of ready mixed con-
tious materials (fly ash, silica fume, superplasticizer, crete and high strength concrete, in which chemical
etc.) should be investigated. The more we know about admixtures and/or mineral additives were used.
the concrete composition versus strength relationship, The aim of this paper is to present a methodology for
the better we can understand the nature of concrete predicting compressive strength of HSC with suitable
and how to optimize the concrete mixture [8]. workability. For this aim, a computer program was
Several researchers have looked into the characteris- developed in Matlab. Using this program, a NN model
tic parameters that affect the compressive strength and with two hidden layers was constructed, trained and
slump values of HSC. Some of these parameters include tested using the available test data of 187 different con-
quality of aggregate, strength of cement, water content crete mix-designs of HSC gathered from the technical
and water-to-cement ratio. The traditional approach literature. The data used in NN model were arranged
used in modeling the effects of these parameters on the in a format of seven input parameters that cover the
compressive strength and slump of concrete starts with water-to-binder ratio, water content, fine aggregate ra-
an assumed form of analytical equation and is followed tio, fly ash content, air entraining agent content, superp-
by a regression analysis using experimental data to lasticizer content and silica fume replacement. The
determine unknown coefficients in the equation [9]. proposed NN model predicts the compressive strength
Unfortunately, rational and easy-to-use equations are and slump value of HSCs.
not yet available in design codes to accurately predict
the compressive strength and slump.
Over the last two decades, a different predicting meth- 2. Neural Network (NN)
od based on NNs has become popular and has been
used by many researchers for a variety of engineering Neural network is a functional abstraction of the
applications [8–16]. NNs are a family of massively par- biological neural structures of the central nervous
A. Öztasß et al. / Construction and Building Materials 20 (2006) 769–775 771
Input Layer
FA
Slump
AE.
SP
SF
no general rule for selecting the number of neurons in a through a particular training pattern in which it ad-
hidden layer. The choice of hidden layer size is mainly a justs the weights by a small amount at a time. The
problem and to some extent depends on the number and learning algorithm used in the study is scaled conju-
quality of the training pattern but to find optimum num- gate gradients algorithm (SCGA), activation function
ber of hidden layer, Masters [26] proposed some ap- is sigmoidal function, and number of epochs is
proaches. By considering aforementioned approaches, 10,000. By using a step size scaling mechanism, SCGA
following NN model has been proposed as seen in Fig. 1. avoids a time consuming line search per learning
In this study, a computer program has been iteration.
developed [28,29] and performed under Matlab. The The values of parameters used in this research are as
back-propagation learning algorithm has been used follows:
in feed-forward two hidden-layers. Back propagation
algorithm (BPA), as one of the most famous training Number of input layer unit = 7.
algorithms for the multi layer perceptron (MLP), is a Number of hidden layers = 2.
gradient descent technique to minimize the error e Number of first hidden layer units = 5.
Number of second hidden layer units = 3. the 187 HSC mix-design data. As mentioned earlier
Number of output layer units = 2. 169 samples were used for training the network and
Learning algorithm = scaled conjugate gradients other 18 (chosen randomly) were used to test the pre-
algorithm(SCGA). diction. The performance of training set and test set
Learning cycle = 10,000. can be seen in Figs. 2 and 3. The results in Fig. 2 indi-
cate that the neural network was successful in learning
the relationship between the different input parame-
ters and two outputs (compressive strength and slump
5. Analysis of results value).
The result of testing phase in Fig. 3 shows that the neu-
The NN model developed in this research is used to ral network was capable of generalizing between input
predict the compressive strength and slump values of variables and the output and reasonably good predic-
140
120
100
80
60
40
20
0
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
(a) Test set samples
NN Experiment
200
(mm)
150
100
50
0
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
(b) Test set samples
NN Experimental
Fig. 4. Comparison of experimental compressive strength and slump values with NN predicted compressive strength and slump values.
(a): experimental compressive strength values versus NN predicted values. (b): experimental slump values versus NN predicted values.
774 A. Öztasß et al. / Construction and Building Materials 20 (2006) 769–775
0.00
-5.00
-10.00
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 References
Test set samples
[1] Shah SP. Recent trends in the science and technology of concrete,
Fig. 5. Error distribution of compressive strength in test set. concrete technology, new trends, industrial applications. In:
Proceedings of the international RILEM workshop, London, E
Error distribution of slump values in test set & FN Spon; 1993. p. 1–18.
[2] Bache HH. Densified cement/ultrafine particle based materials. In:
20.00 The second international conference on superplasticizers in
10.00 concrete, Ottawa; 1981.
Error (%)
[19] Arbib MA. The handbook of brain theory and neural net- structural engineering. Edinburgh: Civil-Comp Press; 1993.
works. Cambridge, MA: MIT Press; 1995. p. 61–6.
[20] Anderson JA. An introduction to neural networks. A bradford [24] Sozen A, Arcaklioglu E. Solar potential in Turkey. Applied Energ
book. Cambridge MA: MIT Press; 1995. 2005;80:35–45.
[21] Lippman RP. An introduction to computing with neural nets. In: [25] Lim CH, Yoon YS. Genetic algorithm in mix proportioning of
Artificial neural networks. The computer society theoretical HPC. Cem Concr Res 2004;34(3):409–20.
concepts. Washington; 1988, p. 36–54. [26] Masters T. Practical neural network recipes. McGraw-Hill; 1993.
[22] Sohabhon B, Spethen OO. Application of ANN to forecast [27] Demirbasß AE. Modelling of seismically excited structures using
construction duration of buildings at the predesign stage. Engi ANN, Master Thesis, METU, Ankara; 1998.
Constr Architect Manage 1999;6(2):133–44. [28] Caglar N. Artificial neural networks in dynamic analysis of
[23] Wu X, Lim SY. Prediction maximum scour depth at the buildings. Ph.D. Thesis, Sakarya University; 2002.
spur dikes with adaptive neural networks. In: Neural [29] Pala M. Dynamic soil structure interaction with artificial neural
networks and combinatorial optimization in civil and network, Ph.D. Thesis, Sakarya University; 2004.