YTUP
Journals
About
Services
Guides
Sign InSubmit Article
HomeJournalsJournal of Sustainable Construction Materials and Technologies10.29187/jscmt.2019.38
JoJournal of Sustainable Construction Materials and Technologies
Get Alerted Download PDF
AbstractKeywords1. Introduction2. Data Collection3. Overview of Artificial Neural Networks4. Numerical Application5. Conclusions8. Y. Kanoh, Report of Hebel research'. unpublished report (Meiji University, 1969).ReferencesShare and CiteRelated Articles
Article Open Access1 January 2019

Shear Resistance of Reinforced Aerated Concrete Slabs Prediction via Artificial Neural Networks

Order Reprints Cite Share

Derya Bakbak1, and Ahmet Emin Kurtoğlu2

1National Assembly; Türkiye Büyük Millet Meclisi
2Istanbul University; TC İstanbul Rumeli Üniversitesi

Journal of Sustainable Construction Materials and Technologies 2019, Vol. 4, Issue 2, pp. 2; doi.org/10.29187/jscmt.2019.38

Download PDF View DOI record

Abstract

Autoclaved aerated concrete (AAC) provides advantageous material characteristics such as high thermal insulation and environmentally friendly properties. Besides its non-structural applications, AAC is being considered as a structural material due to its characteristics such as lighter weight compared to normal concrete. In this study, main focus is to test the usability of artificial neural networks (ANNs) in predicting the shear resistance of reinforced AAC slabs. A large experimental database with 271 data points extracted from eleven sources is used for ANN training and testing. Network training is accomplished via multi-layer backpropagation algorithm. Based on random selection, the dataset is partitioned into two portions, 75% for network training and 25% is for testing the validity of the network. Different models with a varying number of hidden neurons are developed to capture the network with optimum hidden neuron numbers. The results of each model are presented in terms of correlation coefficient (R 2 ) and mean squared error (MSE). Results suggest that the ANN model with seven hidden neurons is the simplest model with most accurate predictions and ANNs can provide excellent prediction ability with insignificant error rates.

Keywords: Artificial neural networks; autoclaved aerated concrete; reinforced concrete slab; shear strength; modelling

1. Introduction

Being a porous and light building material, autoclaved aerated concrete (AAC) is made of cement or lime mortar containing air voids entrapped in the matrix by means of an expansion agent. It has been used in the construction industry for non-structural and structural applications since mid-1920s. By volume, 70-80% of AAC consists of air voids, resulting in lower density which minimizes the design cost [1]. AAC is considered to be environmentally friendly material as it reduces 70% and 40% energy per material volume as compared to normal concrete and bricks, respectively. It also provides high thermal insulation [2, 3]. Production of AAC panel elements with reinforcement can offer an alternative for low-rise precast construction. 60% of new building constructions in Europe are built with different types of AAC elements [4]. In the housing industry in China, reinforced AAC materials for exterior walls are preferred to other materials [4]. Shear resistance of reinforced normal concrete or AAC slabs without shear reinforcement is a complex phenomenon. It is known that the shear resistance depends not only on the concrete properties but also on the shear-span-to-depth (a/d) ratio as well as the presence of tensile reinforcement (Fig. 1). Aroni and Cividini

* Corresponding author. Tel.:+90-212-866-0101 E-mail address: aemin.kurtoglu@rumeli.edu.tr https://doi.org/10.29187/jscmt.2019.38

D. Bakbak, A.E. Kurtoğlu / J Sustain. Construct. Mater. Technol. 4(2) (2019) 344-350

(1989) proposed a formulation (Eq. 1a, Eq.1b) for the shear strength of reinforced AAC slabs with a modification to the formulation available for normal concrete slabs [5]. Fig. 2 shows a typical shear resistance test setup of reinforced AAC slab.

Fig. 1. Typical test setup  u  0.035 f c  1.163  (d / a)  0.053 ;  u  0.039 f c  0.82  (d / a)  0.075 ;

Where τu is the ultimate shear stress in MPa (τu = Vu/bd), fc is the compressive strength of AAC in MPa, ρ is reinforcement ratio (100As/bd), d is the effective depth in mm, a is the shear span in mm.

Fig. 2. Test setup To date, research related to ANN modeling has aspired to gain insight into estimation possibility and revealing the relationship between concrete properties and components. This study focuses on developing an ANN based model expressed in explicit format involving all concrete and reinforcement properties.

2. Data Collection

The collected experimental database contains 271 data points extracted from previously published papers [615], reported in [5]. Table 1 summarizes the origins and product types for the tests. All data points were included in the modeling process. Data inputs are fc (compressive strength), d/a (span-to-depth ratio) and ρ (reinforcement ratio), the output is τu (ultimate shear stress, V/bd). Table 2 presents the statistical variations of input and output parameters. Some specimens contained compression reinforcement consisting of two or three bar. Possible contributions of these bars in shear strength have been neglected. Table 1 References and types of test product Series No. 1 2 3 4 5 6 7 8 9 10 11

Bernon [14] (France) Blaschke [13] (Germany) Briesemann [12] (Germany) Cividini [11] (Yugoslavia) Dalby [10] (Sweden) Edgren [10] (Sweden) Kanoh ’66 [9] (Japan) Kanoh ’69 [8] (Japan) Matsamura [7] (Japan) Newarthill [6] (UK) Regan [15] (UK)

Siporex Ytong Hebel Siporex, Ytong Siporex Siporex Siporex Hebel ALC Siporex Durox

D. Bakbak, A.E. Kurtoğlu / J Sustain. Construct. Mater. Technol. 4(2) (2019) 344-350

3. Overview of Artificial Neural Networks

Artificial neural networks are computational models that can give answers to demanding questions by simulating the biological nervous system. An ANN has powerful characteristics of learning and processing the data, and it has the potential for the solution of engineering problems [16]. An ANN consist of highly connected neurons aligned in layers. Most commonly used ANN architectures are feed-forward multilayer perception network and multilayer back-propagation network. According to [17], back propagation algorithm is the most popular paradigm in which the model training is processed within the neural networks with a set of input-output data. Back propagation algorithm generally consists of an input layer, one or more hidden layers and an output layer (Fig. 3). In the output layer, the error between desired and calculated values is compared and then propagated back to the network where updated weights are assigned. Then, the process is repeated for the number of epochs until a pre-determined accuracy rate is achieved. When the network training is terminated, after validation, the network is then used for testing stage in which a brand new dataset is substituted to the network.

4. Numerical Application

The main purpose of this study is to estimate the results of shear strength of experimentally tested aerated concrete slabs. For this purpose, a dataset containing 271 data points is extracted from literature and used for training and testing the ANN models. Back propagation algorithm is implemented for training the ANN models. The data is divided into two portions (75% as training set, 25% as testing set) based on random selection. Statistical norms (correlation coefficient, R2 and mean squared error, MSE) are used for performance evaluation. Correlation coefficient (R2) measure the relationship between predicted and experimental data, i.e., R2 = 1 means significant correlation and R2 = 0 means no correlation. Eq. 2 and Eq. 3 are used for calculating R2 and MSE, respectively.

D. Bakbak, A.E. Kurtoğlu / J Sustain. Construct. Mater. Technol. 4(2) (2019) 344-350

 N    (oi  ti ) 2   R 2  1   iN1  2    (oi  o' )   i1 

where oi is the experimental value of ith data, ti is the predicted value of ith data, N is the number of data used for training and testing of ANN models. Proper determination of hidden neuron number is of paramount importance as it has a strong influence on the network stability, e.g., over-fitting or under-fitting of the network. To overcome this concern, some software applications provide grid search to find the optimum neuron number. In this study, the number of hidden neurons is changed for each ANN model and, R2 and mean squared error (MSE) results are evaluated for each hidden neuron number (Fig. 4 and Fig. 5). It is observed from the Fig4. And Fig. 5 that, although increasing the number of hidden neurons does not change R2 results significantly, MSE values vary with changing the number of hidden neurons. Although the model with fifteen hidden neurons yields slightly lower MSE values and almost the same correlation coefficient, the model with seven hidden neurons was selected for simplicity and due to insignificant performance difference between models.

Fig. 4. Correlation Coefficient (R2) versus Number of Hidden Layer Neurons

Fig. 5. Mean Squared Error (MSE) versus Number of Hidden Layer Neurons

D. Bakbak, A.E. Kurtoğlu / J Sustain. Construct. Mater. Technol. 4(2) (2019) 344-350

Eq. 4 gives the explicit form of the proposed ANN model, in which INi stands for the ith input layer, HLi stands for the ith hidden layer and OUT is the output layer. f(x) = 1/(1+e-x)

IN0 = fc*0.181818 - 0.418182 IN1 = d/a*1.45773 - 0.116618 IN2 = ρ*0.81367 - 0.0976404 HL0 = f ( 2.60996* IN0+ 5.31494* IN1 - 11.095* IN2 - 2.00434 ) HL1 = f ( -1.00293* IN0- 0.431671* IN1 - 0.843113* IN2 - 1.94844 ) HL2 = f ( -5.42479* IN0+ 2.5434* IN1 - 5.75894* IN2 - 1.21496 ) HL3 = f ( -3.59968* IN0- 10.1168* IN1 + 9.34802* IN2 + 3.84899 ) HL4 = f ( -0.661362* IN0- 11.1715* IN1 + 0.0419012* IN2 - 0.402511 ) HL5 = f ( 0.957958* IN0- 0.82052* IN1 + 2.82522* IN2 - 3.24439 ) HL6 = f ( 2.29788* IN0+ 6.98132* IN1 + 2.46502* IN2 - 8.79253 ) OUT = ( f( -3.93857* HL0 - 0.757745* HL1 - 4.16034* HL2 - 3.19664* HL3 - 6.60983* HL4 + 1.87884* HL5 + 3.73098* HL6 + 2.5187 ) + 0.146776 ) / 1.37174 Fig. 6 compares the estimated and experimental values and their differences for testing and training dataset. It is apparent that the deviations are significantly small both for training and testing datasets.

Fig. 6. Experimental versus predictions of ANN model According to [19], if the correlation coefficient R2 is greater than 0.8 and the error values are at a desirable range, there is a strong correlation between predicted and real values. Regarding Fig. 7, proposed ANN model has a R2 value of 0.937, 0.882 and 0.926 for the training, testing and whole set, respectively, and the error is acceptable.

D. Bakbak, A.E. Kurtoğlu / J Sustain. Construct. Mater. Technol. 4(2) (2019) 344-350

5. Conclusions

In this study, we provide ANNs model to estimate the ultimate shear resistance of reinforced autoclaved aerated concrete slabs by the use of an experimental database reported in the literature. The dataset is partitioned into two sets for the purpose of training and testing the developed models. A different number of neurons is assigned to each model to avoid over-fitting and under-fitting problems. Each model is analyzed statistically to determine the prediction performance. For this, mean squared error (MSE) and correlation coefficient (R2) are used. In this regard, conclusions drawn from this study are:  Proper selection of hidden neuron numbers plays an important role in prediction performance i.e., R2 and

D. Bakbak, A.E. Kurtoğlu / J Sustain. Construct. Mater. Technol. 4(2) (2019) 344-350

MSE values vary considerably as the number of hidden neurons change.  ANN model with seven hidden neurons yields the most accurate results (R2 = 0.928, MSE = 0.001695). Although model with fifteen hidden neurons yields slightly lower MSE values, model with seven neuron was selected for the sake of simplicity. ANN model is expressed as a discrete formulation format. Estimations are quite close to experimental values both for training and testing sets.  In general, proposed ANN models yield high accuracy and have applicability with respect to predicting the shear resistance of AAC slabs. Moreover, it is shown that the ANNs can be an important alternative to provide predictive models based on inhomogeneous data samples.

A. Thongtha, S. Maneewan, C. Punlek, and Y. Ungkoon, Investigation of the compressive strength, time lags and decrement factors of AAC-lightweight concrete containing sugar sediment waste. Energy and Buildings, 84(2014). 2. X. Qu and X. Zhao, Previous and present investigations on the components, microstructure and main properties of autoclaved aerated concrete–A review. Construction and Building Materials, 135(2017). 3. A. Bonakdar, F. Babbitt, and B. Mobasher, Physical and mechanical characterization of fiberreinforced aerated concrete (FRAC). Cement and Concrete Composites, 38(2013). 4. A. Taghipour, et al., Seismic behavior of reinforced autoclaved aerated concrete wall panels. ce/papers, 2(2018) 4. 5. S. Aroni and B. Cividini, Shear strength of reinforced aerated concrete slabs. Materials and Structures, 22(1989) 6. 6. N. Edgren, Shear tests on Siporex slabs (Newarthill Factory, UK)'. unpublished report (Internationella Siporex AB, Central Laboratory, 1981–82). 7. A. Matsumura, Shear strength and behavior of reinforced autoclaved lightweight cellular concrete members. Trans. Architect. Inst. Jpn, 343(1984).

8. Y. Kanoh, Report of Hebel research'. unpublished report (Meiji University, 1969).

9. Y. Kanoh, Shear strength of the reinforced autoclaved lightweight concrete one-way slabs'. Proceedings of Research Papers of the Faculty of Engineering, Meiji University, (1966) 21. 10. N. Edgren, Shear tests on Siporex slabs (Dalby Factory, Sweden)'. unpublished report (Internationella Siporex AB, Central Laboratory, 1979). 11. B. Cividini, Ispitivanje granicne nosivosti armiranih ploca od plinobetona (Investigation of bearing capacity of reinforced aerated concrete slabs). Proceedings of 17th JUDIMK Congress, Sarajevo, October, (1982). 12. D. Briesemann, Die schubtragfähigkeit bewehrter platten und balken aus dampfgehärtetem gasbeton anch versuchen. (1980). 13. R. Blaschke, Shear load behaviour of AAC reinforced units of high compressive strength (GB 6.6)'. unpublished report (Ytong Research Laboratory, Schrobenhausen, 1988), (1988). 14. N. Edgren, Shear tests on Siporex slabs (Bernon Factory, France)'. unpublished report (Internationella Siporex AB, Central Laboratory, 1979–80). 15. P. Regan, Shear in reinforced aerated concrete. International Journal of Cement Composites and Lightweight Concrete, 1(1979) 2. 16. S. Haykin and N. Network, A comprehensive foundation. Neural networks, 2(2004) 2004. 17. R. Lippmann, An introduction to computing with neural nets. IEEE Assp magazine, 4(1987) 2. 18. J. Zupan and J. Gasteiger, Neural Networks for Chemists - An Introduction, VCH: Weinheim, 1993. 19. G.N. Smith, Probability and statistics in civil engineering. Collins Professional and Technical Books, 244(1986).

References

  1. A. Thongtha, S. Maneewan, C. Punlek, and Y. Ungkoon, Investigation of the compressive strength, time lags and decrement factors of AAC-lightweight concrete containing sugar sediment waste. Energy and Buildings, 84(2014).
  2. X. Qu and X. Zhao, Previous and present investigations on the components, microstructure and main properties of autoclaved aerated concrete–A review. Construction and Building Materials, 135(2017).
  3. A. Bonakdar, F. Babbitt, and B. Mobasher, Physical and mechanical characterization of fiber- reinforced aerated concrete (FRAC). Cement and Concrete Composites, 38(2013).
  4. A. Taghipour, et al., Seismic behavior of reinforced autoclaved aerated concrete wall panels. ce/papers, 2(2018) 4.
  5. S. Aroni and B. Cividini, Shear strength of reinforced aerated concrete slabs. Materials and Structures, 22(1989) 6.
  6. N. Edgren, Shear tests on Siporex slabs (Newarthill Factory, UK)'. unpublished report (Internationella Siporex AB, Central Laboratory, 1981–82).
  7. A. Matsumura, Shear strength and behavior of reinforced autoclaved lightweight cellular concrete members. Trans. Architect. Inst. Jpn, 343(1984).
  8. Y. Kanoh, Report of Hebel research'. unpublished report (Meiji University, 1969).
  9. Y. Kanoh, Shear strength of the reinforced autoclaved lightweight concrete one-way slabs'. Proceedings of Research Papers of the Faculty of Engineering, Meiji University, (1966) 21.
  10. N. Edgren, Shear tests on Siporex slabs (Dalby Factory, Sweden)'. unpublished report (Internationella Siporex AB, Central Laboratory, 1979).
  11. B. Cividini, Ispitivanje granicne nosivosti armiranih ploca od plinobetona (Investigation of bearing capacity of reinforced aerated concrete slabs). Proceedings of 17th JUDIMK Congress, Sarajevo, October, (1982).
  12. D. Briesemann, Die schubtragfähigkeit bewehrter platten und balken aus dampfgehärtetem gasbeton anch versuchen. (1980).
  13. R. Blaschke, Shear load behaviour of AAC reinforced units of high compressive strength (GB 6.6)'. unpublished report (Ytong Research Laboratory, Schrobenhausen, 1988), (1988).
  14. N. Edgren, Shear tests on Siporex slabs (Bernon Factory, France)'. unpublished report (Internationella Siporex AB, Central Laboratory, 1979–80).
  15. P. Regan, Shear in reinforced aerated concrete. International Journal of Cement Composites and Lightweight Concrete, 1(1979) 2.
  16. S. Haykin and N. Network, A comprehensive foundation. Neural networks, 2(2004) 2004.
  17. R. Lippmann, An introduction to computing with neural nets. IEEE Assp magazine, 4(1987) 2.
  18. J. Zupan and J. Gasteiger, Neural Networks for Chemists - An Introduction, VCH: Weinheim, 1993.
  19. G.N. Smith, Probability and statistics in civil engineering. Collins Professional and Technical Books, 244(1986).

Share and Cite

Kurtoğlu, D.B.A.A.E. Shear Resistance of Reinforced Aerated Concrete Slabs Prediction via Artificial Neural Networks. Journal of Sustainable Construction Materials and Technologies 2019, Vol. 4, pp. 2. https://doi.org/10.29187/jscmt.2019.38

Export:

Related Articles

BLEVE risk effect estimation using the Levenberg-Marquardt algorithm in an artificial neural networkTolga BARIŞIK, Ali Fuat GÜNERİ, 1 January 2022Sustainable Modification of Stone Column Technique with Polyethylene TerephthalateNg Jun Shen and Muzamir Hasan, 1 January 2025Drying characteristics investigation of black mulberry dried via infrared methodI. Doymaz, A. S. Kipcak, 1 January 2019Credit Scoring By Artificial Neural Networks Based Cross-Entropy and Fuzzy RelationsDamla ILTER, Ozan KOCADAGLI, 1 January 2019
Publication History
Published1 January 2019
Versionv1
AccessOpen Access
10.29187/jscmt.2019.38
Article Figures (9)
Figure 1Figure 2Figure 3Figure 4Figure 5Figure 6Figure 7Figure 8Figure 9
Related Articles
BLEVE risk effect estimation using the Levenberg-Marquardt algorithm in an artificial neural networkTolga BARIŞIK, Ali Fuat GÜNERİJournal of Sustainable Construction Materials and Technologies, 1 January 2022Sustainable Modification of Stone Column Technique with Polyethylene TerephthalateNg Jun Shen and Muzamir HasanJournal of Sustainable Construction Materials and Technologies, 1 January 2025Drying characteristics investigation of black mulberry dried via infrared methodI. Doymaz, A. S. KipcakJournal of Sustainable Construction Materials and Technologies, 1 January 2019
Journal of Sustainable Construction Materials and Technologies coverJournal of Sustainable Construction Materials and Technologies Download PDF

Subscribe to YTUP

Stay connected and receive the latest research updates directly in your inbox.

YTUP — Yıldız Technical University Publishing

Advancing knowledge and fostering innovation through high-quality, peer-reviewed academic publications.

About YTU

Discover

  • ›Articles
  • ›Journals
  • ›Research Topics
  • ›Open Access Policy

Guidelines

  • ›Author guidelines
  • ›Services for authors
  • ›Policies and publication ethics
  • ›Editor guidelines
  • ›Fee policy

Explore

  • ›Articles
  • ›Research Topics
  • ›Journals
  • ›How we publish

Support

  • ›Help center
  • ›Emails and alerts
  • ›Contact us
  • ›Submit
  • ›Career opportunities
YTU Logo

© 2026 Yıldız Technical University (Istanbul, Turkey)

Terms and ConditionsTerms of UsePrivacy PolicyPrivacy SettingsDisclaimer
Like this platform? Join our teamHave feedback or questions?
Supervisor