SlideShare una empresa de Scribd logo
1 de 13
Descargar para leer sin conexión
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308
(Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME
98
NEW MODEL OF CFRP-CONFINED CIRCULAR CONCRETE
COLUMNS: ANN APPROACH
Dr. Salim T. Yousif
Assistant Prof, Civil Engineering Dept., College of Engineering/University of Mosul, Iraq
ABSTRACT
The application of fiber-reinforced polymer (FRP) composites in civil engineering
works has increased in recent years, especially in the area of strengthening concrete columns.
The objective of this research is to develop new mathematical models for predicting the
confined compressive strength of carbon FRP (CFRP) circular concrete columns using
artificial neural networks (ANNs), which is done using 208 excremental data results collected
from the literature. Two mathematical models were developed: one depended on six input
parameters, whereas the other depended only on three important parameters, namely,
unconfined compressive strength of concrete, total thickness of the CFRP, and tensile
strength of CFRP along the hoop direction. Comparison of the new two models using
experimental data showed a good agreement and accuracy of the developed ANN models in
predicting the CFRP-confined compressive strength of circular concrete columns. The new
models were also used to perform a parametric study to evaluate the effect of the input
parameters on the CFRP-confined compressive strength of circular concrete columns.
Key Words: Artificial neural networks, Concrete, Compressive strength, Fiber-reinforced
polymer confinement, Mathematical modeling
1. INTRODUCTION
Externally bonded carbon fiber-reinforced polymer (CFRP) composite sheets and
laminates have been used widely in civil engineering construction to strengthen reinforced
concrete (RC) components [1] because of their high strength, light weight, ease in use,
durability against weather conditions, chemical resistance properties, relative low cost, and
ease in repair.
INTERNATIONAL JOURNAL OF CIVIL ENGINEERING AND
TECHNOLOGY (IJCIET)
ISSN 0976 – 6308 (Print)
ISSN 0976 – 6316(Online)
Volume 4, Issue 3, May - June (2013), pp. 98-110
© IAEME: www.iaeme.com/ijciet.asp
Journal Impact Factor (2013): 5.3277 (Calculated by GISI)
www.jifactor.com
IJCIET
© IAEME
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308
(Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME
99
These CFRP composites are used for strengthening of columns [2, 3]. Confinement of
the columns using CFRP jackets is done by wrapping the fibers along the hoop direction of
the concrete columns.
Concrete expands laterally when subjected to axial compression. The FRP jacket
provides a confining pressure to the concrete to resist the expansion caused by the axial
compression. Ultimate failure occurs when the FRP jacket ruptures because of the tensile
stress along the hoop direction [3]. Because of the FRP confinement, both the compressive
strength and ultimate strain of the concrete can be improved [1].
Artificial neural networks (ANNs) have experienced increased interest over the last
years and have been successfully applied across a range of engineering problems, including
the strengthening of columns [4, 5], increasing the capacity of RC beams strengthened with
FRP reinforcements [6, 7], prediction of the compressive strength of concrete [8, 9],linear
and nonlinear model updating of RC T-beams [10], predicting the bond strength of FRP-to-
concrete joints [11], and many other engineering applications.
Naderpour et al. [2] employed the ANN to generate a model for predicting the
compressive strength of FRP-confined concrete independently from the network. The model
consisted of an empirical chart and seven mathematical equations.
In the present study, new mathematical models are developed based on ANNs using a
database built from existing tests on CFRP-confined circular concrete specimens. This new
model is then compared with the experimental data. Finally, the trained network model is
used to perform a parametric study to evaluate the effect of various parameters on the CFRP-
confined compressive strength of concrete.
2. AVAILABLE EMPIRICAL FRP-CONFINED MODELS
The confining pressure provided by the FRP jacket, as derived from empirical models,
is a function of the column’s diameter, stiffness of the FRP jacket, and compressive strength
of the unconfined concrete. A lateral confining stress f1 is produced in the concrete when the
confining jacket and the member is loaded such that the concrete starts to dilate and expands
laterally. The stress is related to the thickness and strength of the FRP by [3]:
fଵ ൌ
ଶ୤ూ౎ౌ୲
ୢ
(1)
where f୊ୖ୔ is the tensile strength of the FRP along the hoop direction, t is the total thickness
of the FRP, and d is the diameter of the confined concrete.
Several existing strength models for FRP-confined concrete take the following form
[3]:
୤ౙౙ
୤ౙ
′ ൌ 1 ൅ kଵ
୤భ
୤ౙ
′ (2)
wherefୡୡ and fୡ
′
are the compressive strength of the confined and unconfined concrete,
respectively,fଵ is the lateral confining pressure, and kଵis the confinement effectiveness
coefficient.
A number of strength models have been proposed specifically for the FRP-confined
concrete, which employ Eq. 2 with modified expressions for k1. The details of the models can
be seen in [12]
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308
(Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME
100
3. ARTIFICIAL NEURAL NETWORKS
A neural network is a computer model whose architecture essentially mimics the
knowledge acquisition and organizational skills of the human brain [13].The function of artificial
neurons is similar to that of real neurons [14]; they are able to communicate via signals sent
among them by a large number of biased and weighted connections. Each neuron has its own
transfer function, which describes how to convert a weighted sum of input to output.
The multi-layer perceptron is the most widely used type of ANN [15]. It is both simple
and based on solid mathematical grounds. The input quantities are processed through successive
layers of “neurons.”An input layer (with the number of neurons equal to the number of variables
in the problem) and an output layer always exist. The layers in between are called “hidden”
layers. Without a hidden layer, the perceptron can only perform linear tasks. All problems, which
can be solved by a perceptron, can be solved with only one hidden layer; however, using two or
more hidden layers is sometimes more efficient.
3.1 Back-propagation neural network
The back-propagation (BP) neural network is a multi-layered feed-forward [15, 16]. The
BP neural network adjusts internally the weight values to set the non-linear relationships between
the input and the output without giving explicitly the function expression. Further, the BP neural
network can be generalized for the input that is not included in the training patterns.
The BP algorithm is used to train the BP neural networks. This algorithm looks for the
minimum error function in the weight space using the method of gradient descent. The
combination of weights that minimizes the error function is considered to be a solution to the
learning problem. The input feed forward can be described by the following steps [15, 17]:
Once the input vector ix is introduced into the input layer, it can calculate the input to the
hidden layer H
Jh as
i
NI
i
jij
H
J xwbh ∑=
+=
1
(3)
where jb is the bias and jiw is the synaptic weight that connects input neuron i to hidden neuron j.
Each neuron of the hidden layer takes its input H
jh , uses it as the argument for a function,
and produces an output H
jy given by
)( H
j
H
j hfy = (4)
The input to the neurons of output layer o
kh is calculated as
∑=
+=
NH
j
H
jkjk
o
k ywbh
1
(5)
and the network output ky is given by
)( o
kk hfy = (6)
where f represents the activation function. Then
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308
(Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME
101
݂ሺ o
kh ሻ ൌ
ଵ
ଵା௘
ష
o
kh
. (7)
The complete algorithm can be found in [15].
3.2 Neural network design and training
A set of test results were collected from the literature for the axial compressive
strength of the circular confined concrete columns [18–41].The selected database contains
208 test results.
The data collected from the field were divided randomly into two groups. The first
group, which contained 188 results, was used in the training of the neural network, and the
other data group, which contained 20 results, was used to test the obtained networks. The
multi-layer feed-forward BP technique was implemented in the current research to develop
and train the neural network, where the sigmoid transform function was adopted.
Different training functions are available in MATLAB [42].The Levenberg–
Marquardt (LM) technique have been proven to be an efficient training function and are
therefore used to construct the ANN model. This training function is one of the conjugate
gradient algorithms that start the training by searching in the steepest descent direction
(negative of the gradient) on the first iteration. The LM algorithm is known to be significantly
faster than the more traditional gradient descent-type algorithms for training ANNs.
The input, as well as the output, was scaled in the range of 0.1 to 0.9. The scaling of
the training data sets was carried out using the following equation:
‫ݕ‬ ൌ
଴.଼ሺ௫ି௫೘ೌೣሻ
௫೘ೌೣି௫೘೔೙
൅ 0.9.. (8)
Any new input data should be scaled before being introduced to the network and the
corresponding predicted values should be unscaled before use.
For each model, several architectures of the ANN models were examined by varying
the number of hidden layers and the training function parameters to establish a suitable and
stable network for the project. Each network must be tested and analyzed, and the most
appropriate network must be chosen for a particular project.
The parameters used for the input nodes in the ANN modeling were as follows:
diameter (d) of the circular concrete specimen (mm), height (L) of the circular concrete
specimen (mm), compressive strength (fୡ
′
) of the unconfined concrete (MPa), total thickness
(t) of the CFRP (mm), tensile strength (f୊ୖ୔) of the CFRP along the hoop direction (MPa),
and elastic modulus (EFRP) of the CFRP (MPa).The target node was the compressive strength
of the confined concrete (fୡୡ).
The range of the input data used is listed in Table 1. The architecture of the developed
ANN model is shown in Fig. 1.
Table 1: Range of input data used in the ANN models
Input parameter d (mm) h (mm) fୡ
′
(MPa) t(mm) f୊ୖ୔(MPa) EFRP(GPa)
Minimum
Maximum
70
200
140
788
18
169.7
0.11
2.06
580
4400
38
415
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308
(Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME
102
40 60 80 100 120 140 160
40
60
80
100
120
140
160
Experimental Compressive Strength (MPa)
ANNPredictedCompressiveStrength(MPa)
R=0.964
Test data
0 50 100 150 200 250 300
0
50
100
150
200
250
300
Experimental Compressive Strength (MPa)
ANNPredictedCompressiveStrength(MPa)
Train data
R=0.977
A regression analysis was conducted between the network response and the
corresponding targets and a correlation coefficient was found. This option is a measure of
how well the variation in the output is explained by the targets. If this number is equal to one,
then a perfect correlation exists between the target and output predictions.
Fig. 2 shows the plot of the experimental compressive strength against the
corresponding ANN predictions for the test data. A linear correlation can be observed, and
the correlation coefficients are 0.977 and 0.964 for the training and the test data, respectively.
Therefore, we can conclude that the model successively predicts accurately the compressive
strength of the confined concrete.
Fig 1. Architecture of the first ANN model
Fig 2. Experimental and corresponding ANN compressive strength for the training and test
data of ANN Model
d
h
fc’
t
EFRP
fFRP
fcc
Input layer Hidden layer Output layer
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308
(Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME
103
4. IMPORTANCE OF INPUT PARAMETERS
Because the weight of the BP neural network cannot be easily understood in a
numerical matrix form, it could be transformed into code values in percentage form by
dividing the weights by the sum for all the input parameters, which yields the relative
importance of each input parameter to the output parameter. The method of partitioning
weights, proposed by Garson [17] and adopted by Goh [13], was used in this study to
determine the relative importance of the various input parameters (Fig. 3). The major
important parameter that influences the compressive strength of the confined concrete (fୡୡ) is
the tensile strength (f୊ୖ୔) of the CFRP along the hoop direction with an importance of
30.67%, followed by the total thickness (t) of CFRP with an importance of 20.78% and the
compressive strength (fୡ
′
) of the unconfined concrete with an importance of 19.13%. The
diameter (d) of the circular concrete specimen does not affect the compressive strength of the
confined concrete (fୡୡ) because its importance is only 4.162%. Most mathematical models
consider the column diameter as one of the main factors.
Fig 3. Importance of input parameters of the first ANN model
d L fc' t f (fbr) E (fbr)
0
5
10
15
20
25
30
35
%Importance
Input Factors
4.162%
16.00% 19.134%
20.783%
30.677%
9.200%
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308
(Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME
104
5. MODEL DEVELOPMENTS FOR COMPRESSIVE STRENGTH OF
CONFINED CONCRETE
Another application of ANNs is in building a mathematical model. The present study
contains six input and one output parameters. A model equation can be established using the
weights as the model parameters [43]. The mathematical equation can be written as
݂௖௖ ൌ
ଵ
ଵା௘
ష ሾഇరశ൬
ೢళర
భశ೐షೣభ൰శ൬
ೢఴర
భశ೐షೣమ൰శ൬
ೢవర
భశ೐షೣయ൰ሿ
(9)
where:
‫1ݔ‬ ൌ ߠଵ ൅ ‫ݓ‬ଵଵ ൈ d ൅ ‫ݓ‬ଶଵ ൈ h ൅ ‫ݓ‬ଷଵ ൈ fୡ′ ൅ ‫ݓ‬ସଵ ൈ t ൅ ‫ݓ‬ହଵ ൈ f୊ୖ୔ ൅ ‫ݓ‬଺ଵ ൈ E୊ୖ୔ (10)
‫2ݔ‬ ൌ ߠଶ ൅ ‫ݓ‬ଵଶ ൈ d ൅ ‫ݓ‬ଶଶ ൈ h ൅ ‫ݓ‬ଷଶ ൈ fୡ′ ൅ ‫ݓ‬ସଶ ൈ t ൅ ‫ݓ‬ହଶ ൈ f୊ୖ୔ ൅ ‫ݓ‬଺ଶ ൈ E୊ୖ୔ ሺ11)
‫3ݔ‬ ൌ ߠଷ ൅ ‫ݓ‬ଵଷ ൈ d ൅ ‫ݓ‬ଶଷ ൈ h ൅ ‫ݓ‬ଷଷ ൈ fୡ′ ൅ ‫ݓ‬ସଷ ൈ t ൅ ‫ݓ‬ହଷ ൈ f୊ୖ୔ ൅ ‫ݓ‬଺ଷ ൈ E୊ୖ୔ (12)
The values of weights ‫ݓ‬௜௝ and threshold ߠ௝ are shown in Table 2.
Table 2: Weights and threshold levels of the ANN model
a. Weights from node i in the input layer to node j in the hidden layer
nodes
‫ݓ‬௜௝
i=1 i=2 i=3 i=4 i=5 i=6 Hidden threshold ߠ௝
J=1
J=2
J=3
0.28
-0.10
-2.07
-7.90
1.00
3.82
8.93
-5.71
2.71
3.36
-7.00
6.15
10.19
-17.30
-2.85
1.53
7.58
-0.60
-5.73
17.60
0.68
b. Weights from node i in the hidden layer to node j in the output layer
node
Wij
i=7 i=8 i=9 output threshold θj
J=4 1.53 -16.41 2.51 12.53
Equation (9) is long and complex because it contains six independent variables. On
the other hand, it can predict accurately the compressive strength (fୡୡ) of the confined
concrete (Fig.2) with a correlation coefficient equal to 0.964.
The equation length depends on the number of nodes in the input and hidden layers.
To simplify the equation, the most importance input parameters, which are the compressive
strength (fୡ
′
), of the unconfined concrete the total thickness(t) of CFRP, and the tensile
strength(f୊ୖ୔) of the CFRP along the hoop direction, were used in training the second ANN
model with two nodes in the hidden layer. The result was the development of an ANN model
with a regression of 0.9259 (Fig. 4).The small number of connection weights of the neural
network enables the ANN model to be translated into a relatively simple formula in which the
compressive strength of the confined concrete (fୡୡ) can be expressed as follows:
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308
(Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME
105
fୡୡ ൌ
ଵ
ଵା௘
ష మఴభ.రఱశ
భయళ.ళఱ
భశ೐షೣభ శ
మఴఴ.ఴల
భశ೐షೣమ
(13)
where:
‫1ݔ‬ ൌ െ2.50 ൅ 0.40fୡ′ െ 0.64t ൅ 1.90f୊ୖ୔ (14)
‫2ݔ‬ ൌ 2.90 െ 0.36fୡ′ ൅ 0.34t െ 1.42f୊ୖ୔. (15)
Before using Eqs. 10–12, 14, and 15, all input variables must be scaled between 0.1
and 0.9 using Eq. 8 for the data ranges shown in Table 1. The predicted values obtained from
Eqs. 9 and 13 are scaled between 0.1 and 0.9. To obtain the actual values, these had to be
unscaled using Eq. 8.
In contrast to all previous models, the second ANN model depends on the
compressive strength (fୡ
′
) of the unconfined concrete, the total thickness (t) of CFRP, and the
tensile strength(f୊ୖ୔) of the CFRP in the hoop direction, whereas the geometry of the column
is not considered in this ANN model.
Fig. 4. Experimental and corresponding ANN compressive strength of the test data of second
Model
Gaussian distributions are perhaps the most important model for studying the
quantitative phenomena in the natural and behavioral sciences, such as the problems
encountered in structural analysis and design. To determine the suitability of the developed
CFRP-confined model, all 208 experimental and predicted confined compressive strength
values were taken, and the results of the confined compressive strength ratio
40 60 80 100 120 140 160 180 200
40
60
80
100
120
140
160
Experimental Compressive Strength (MPa)
ANNPredictedCompressiveStrength(MPa)
Test data
R=0.9259
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308
(Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME
106
(predicted/experimental) were statistically analyzed with a 0.5% level of significance using
the SPSS software V.16.
The average and variance of all values were found to be 92% and 0.02, respectively.
Fig.5 shows the frequency histogram of the confined compressive strength ratio
(fcc)pred./(fcc)Exp population curve. The (fcc)pred./(fcc)Exp values are distributed around their mean
values. The magnitude of the frequency becomes smaller when the value moves away from
the mean central value. The probability of obtaining a ratio between 90% and 95% is 85%.
Fig. 5. Histogram and normal distribution curve for the second mathematical model
6. PARAMETRIC STUDY
One of the advantages of the ANN models is that parametric studies can be easily
conducted by simply varying one input parameter while all other input parameters are set to
constant values. Parametric studies can verify the performance of the model in simulating the
physical behavior of the CFRP-confined concrete due to the variation in certain parameter
values.
The second ANN model and Eq. 13 were used to complete this parametric study.
Figs. 6 and 7 show the relationship between the compressive strength (fୡ
′
ሻof the
unconfined concrete and that of the CFRP-confined concrete (fୡୡ) under different values of
tensile strength (f୊ୖ୔) of the CFRP and total thickness(t) of the CFRP, respectively. In
general and regardless of the other parameters, the compressive strength (fୡୡ) increases with
the increasing compressive strength (fୡ
′
ሻof the unconfined concrete.
Fig. 6 shows the effect of the tensile strength (f୊ୖ୔) of the CFRP on the compressive
strength of the CFRP-confined concrete (fୡୡ) under different values of compressive
strength(fୡ
′
) of the unconfined concrete with a constant total thickness (t) equal to 0.22mm.
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308
(Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME
107
The compressive strength of the confined concrete (fୡୡ) strongly affects the tensile strength
(f୊ୖ୔) of the CFRP, especially under high unconfined compressive strength and high tensile
strength of the CFRP. For the unconfined compressive strength of 25 MPa, changing the
tensile strength of the CFRP from 2,500 MPa to 4,000 MPa led to an increase in the confined
compressive strength from 55.18 MPa to 56.6 MPa (increasing by 2.57%), whereas for the
unconfined compressive strength of 65 MPa, the same change in the tensile strength (f୊ୖ୔) of
the CFRP led to an increase in the confined compressive strength (fୡୡ) from 75.64 MPa to
87.27 MPa (increasing by 15.37%).
Fig 6. Effect of the tensile strength of the CFRP on the compressive strength of the FRP-
confined concrete
Fig. 7 shows the effect of the total thickness(t) of the CFRP on the compressive
strength of the CFRP-confined concrete (fୡୡ) for different values of compressive strength
(fୡ
′
)of the unconfined concrete with a constant tensile strength (f୊ୖ୔) equal to 3,000 MPa. For
different thicknesses(t) of CFRP, the curves are parallel, that is, a low or high unconfined
compressive strength wields the same effect on the compressive strength of the CFRP-
confined concrete with different thicknesses.
7. CONCLUSIONS
Two mathematical models for predicting the confined compressive strength of an
CFRP circular concrete column have been developed using the ANN approach. The
importance study showed that the diameter and height of the specimen and the elastic
modulus of CFRP had little effect on predicting the confined compressive strength of the
CFRP circular concrete column; hence, they were excluded from building the second ANN
model, leaving only three input parameters. Both parametric and importance studies showed
that the tensile strength of CFRP had an effect on predicting the confined compressive
strength of the CFRP circular concrete column. Finally, the ANN approach was proven to be
good and efficient in developing the mathematical models.
20 25 30 35 40 45 50 55 60 65 70 75
30
40
50
60
70
80
90
100
ConfinedCompressiveStrength(MPa)
Compressive Strength (MPa)
f=1000MPa
f=2500MPa
f=4000MPa
t=0.22 mm
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308
(Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME
108
Fig 7. Effect of the total thickness of the CFRP on the compressive strength of the CFRP-
confined concrete
REFERENCES
[1] J.G. Teng, L. Lam., Behavior and modeling of fiber reinforced polymer-confined
concrete, J. Struct. Eng. 130 (11) (2004) 1713-1723.
[2] A.H. Naderpour, G. Kheyroddin, A. Ghodrati. Prediction of FRP-confined compressive
strength of concrete using artificial neural networks, Compos.Struct. 92 (12) (2010) 2817–
2829.
[3] L. Lam, J.G. Teng, Strength models for fiber-reinforced plastic-confined concrete, J.
Struct. Eng. 128 (5) (2002) 612-623.
[4] H.M. Elsanadedy, Y.A. Al-Salloum, S.H. Abbas H,Alsayed, Prediction of strength
parameters of FRP-confined concrete, Compos.:Part B. 43(2) (2012) 228–239.
[5] A.K. Mehmet, C. Murat, H.A. Musa, I. Alper, Estimation of flexural capacity of
quadrilateral FRP-confined RC columns using combined artificial neural network, J. Struct.
Eng. 42 (2012) 23–32.
[6] H.M. Tanarslan,M. Secer, A. Kumanlioglu, An approach for estimating the capacity of
RC beams strengthened in shear with FRP reinforcements using artificial neural networks,
Const. Build. Mat. 30 (2012) 556–568.
[7] S.T. Yousif, A.T. Majed, Modeling of ultimate load for R.C. beams strengthened with
Carbon FRP using artificial neural networks, AL-Rafidain Eng. J.18(6) (2010) 28-41.
[8] T.A. Adriana, B.L. Monica, J.N. Koji, Prediction of compressive strength of concrete
containing construction and demolition waste using artificial neural networks, Const. Build.
Mat. 38 (2013) 717–722.
[9] Z.H. Duan, S.C. Kou , C.S. Poon , Prediction of compressive strength of recycled
aggregate concrete using artificial neural networks, Const. Build. Mat. 40 (2013) 1200–1206.
20 25 30 35 40 45 50 55 60 65 70 75
40
50
60
70
80
90
100
110
ConfinedCompressiveStrength(MPa)
Compressive Strength (MPa)
t=0.22 mm
t=0.33 mm
t=0.44 mm
f=3000MPa
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308
(Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME
109
[10] O. Hasancebi, Dumlupınar, Linear and nonlinear model updating of reinforced concrete
T-beam bridges using artificial neural networks, Comp. Struct. 119 (2013) 1–11.
[11] A.M. Mohammed, R. Seracino, M.S. Rahman, Application of artificial neural networks
to predict the bond strength of FRP-to-concrete joints, Const. Build. Mat. 40 (2013) 812–821.
[12] Y.A. Al-Salloum, Experimental and analytical investigation of compressive strength of
FRP-confined concrete, Project No. 11 / 426, Research Center, College of Eng., King Saud
University, 2007, pp. 26
[13] A. Goh., Back-propagation neural networks for modeling complex systems, Artificial
Intelligence in Eng. 9 (1995) 143-151.
[14] S.W.Liua, H.H. Jin, J.C. Sungb, C.C. Leeb, Detection of cracks using neural networks
and computational mechanics, Comput. Methods Appl. Mech. Eng. 191 (2002) 2831–2845.
[15] H. Simon, Neural networks a comprehensive foundation, 2nd ed., Prentice Hall, New
Jersey, 1999.
[16] R.D Vanluchene, R. Sun, Neural networks in structural engineering, Microcompterin
Civil Eng. 5 (1990) 207-215.
[17] G.D. Garson, Interpreting neural network connection weights, Artificial Intelligence 6
(1991) 47-51.
[18] I. Howie, V.M. Karbhari, Effect of materials architecture on strengthening efficiency of
composite wraps for deteriorating columns in northeast. Infrastructure, new materials and
methods of repair, in: proce. of third Mat. Eng. Conference, 3 (1994) 199-206.
[19] F. Picher, P. Rochette, P. Labossière, Confinement of concrete cylinders with CFRP.
Proceedings of the First International Conference on Composites in Infrastructure (ICCI),
University of Arizona, USA, 1996, 829-841.
[20] K.Watanabe, H. Nakamura, T. Honda, M. Toyoshima, M. Iso, T. Fujimaki, Confinement
effect of FRP sheet on strength and ductility of concrete cylinders under uniaxial
compression, in: Proce. of the Third Int. Symposium on Non-Metallic (FRP) Reinforcement
for Concrete Structures, Sapporo, Japan: Japan Concrete Institute, 1 (1997) 233-240.
[21] V.M. Karbhari, Y. Gao, Composite jacketed concrete under uniaxial compression -
verification of simple design equations. ASCE J. Mater. Civil Eng. 9(4) (1997) 185-193.
[22] H.A. Tountaji, P. Balaguru, Durability characteristics of concrete columns wrapped with
fiber tow sheets. ASCE J. Mater. Civil Eng. 10(1) (1998) 52-57.
[23] S. Kono, M. Inazumi, T. Kaku, Evaluation of confining effects of CFRP sheets on
reinforced concrete members, in: Proce. of the 2nd Int. Conference on Composites in
Infrastructure (ICCI), Tucson, Ariz. 1998, 343-355.
[24] B.K. Purba, A.A. Mufti, Investigation of the behavior of circular concrete columns
reinforced with carbon fiber reinforced polymer (CFRP) jackets. Canadian J. Civil Eng. 26
(1990) 590-596.
[25] S. Matthys, L. Taerwe, K. Audenaert, Tests on axially loaded concrete columns confined
by fiber reinforced polymer sheet wrapping. In: Proce. of the Fourth International
Symposium on Fiber Reinforced Polymer Reinforcement for Reinforced Concrete Structures,
SP-188, Farmington, Michigan, American Concrete Institute, USA, 1999, 217-229.
[26] H.A. Toutanji, Stress-strain characteristics of concrete columns externally confined with
advanced fiber composite sheets, ACI Mat. J. 96(3) (1999) 397-404.
[27] K. Miyauchi, S. Inoue, T. Kuroda, A. Kobayashi, Strengthening effects with carbon fiber
sheet for concrete column, in: Proc. Jpn. Concr. Inst., 21(3) (1999) 1453-1458.
[28] P. Rochette, Labossière, Axial testing of rectangular column models confined with
composites, ASCE J. Comp. Constr. 4(3) (2000) 129-136.
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308
(Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME
110
[29] Y. Xiao, H. Wu, Compressive behavior of concrete confined by carbon fiber composite
jackets, ASCE J. Mater. Civil Eng. 12(2) (2000) 139-146.
[30] C. Aire, R. Gettu, J.R. Casas, Study of the compressive behavior of concrete confined by
fiber reinforced composites, Composites in Constructions, in: Proce. of the Int. Conference,
Lisse, the Netherlands, A.A. Balkema Publishers, 2001, 239-243.
[31] V. Dias da Silva, J.M.C. Santos, Strengthening of axially loaded concrete cylinders by
surface composites, in: Proc. of the Int. Conference on Composites in Constructions, Lisse, The
Netherlands: A.A. Balkema Publishers, 2001, 257-262.
[32] F. Micelli, J.J. Myers, S. Murthy, Effect of environmental cycles on concrete cylinders
confined with FRP, in: Proc. of the Int. Conference on Composites in Constructions, Lisse, the
Netherlands: A.A. Balkema Publishers, 2001, 317-322.
[33] S. Pessiki, K.A. Harries, J.T. Kestner, R. Sause , J.M. Ricles, Axial behavior of reinforced
concrete columns confined with FRP jackets, ASCE J. Comp. Constr. 5(4) ( 2001) 237-245.
[34] P. Wang , K.K. Cheong, , RC columns strengthened by FRP under uniaxial compression, in:
Proc. of the Int. Conference on FRP Composites in Civil Engineering, Oxford, UK, Elsevier
Science Ltd, 2001, 327-334.
[35] A.I. Karabinis, T.C. Rousakis, Carbon FRP confined concrete elements under axial load, in:
Proc. of the Int. conference on FRP composites in Civil Engineering, Hong Kong, China, 2001,
309-316.
[36] L. De Lorenzis, R. Tepfers, Performance assessment of FRP confinement models–Part II:
Comparison of experiments and predictions, Advanced Polymer Composites for Structural
Applications in Construction, in: Proc. of the First Int. Conference, London, UK, Thomas
Telford, 2002, 261-269.
[37] I.A.E.M. Shehata, L.A.V. Carneiro, L.C.D. Shehata, Strength of short concrete columns
confined with CFRP sheets, Mat. Struct. 35(1) (2002) 50-58.
[38] Y. Xiao, H. Wu, Compressive behavior of concrete confined by various types of FRP
composite jackets, J. Rein. Plast. Comp. 22(13) (2003) 1187-1201.
[39] L. Lam, J.G. Teng, Ultimate condition of fiber reinforced polymer confined concrete, ASCE
J. Comp. Constr. 8(6) (2004) 539- 548.
[40] J.F. Berthet, E. Ferrier, P. Hamelin, Compressive behavior of concrete externally confined
by composite jackets. Part A: experimental study, Const. Build. Mat. 19(3) (2005) 223-232.
[41] L.M. Wang, Y.F. Wu, Effect of corner radius on the performance of CFRP-confined square
concrete columns: Test, Eng. Struct. (30) (2008) 493–505.
[42] D. Howard, B. Mark, Neural network toolbox for use with MATLAB, User’s Guide, Version
4. the Math works, Inc 2002.
[43] A. Goh, F.H. Kulhawy , C.G. Chua , Bayesian neural network analysis of undrained side
resistance of drilled shafts, J. Geotech. Geoenv.Eng. 131(1) (2005) 84-93.
[44] H.Taibi Zinai, A. Plumier and D. Kerdal, “Computation of Buckling Strength of Reinforced
Concrete Columns by the Transfer-Matrix Method”, International Journal of Civil Engineering &
Technology (IJCIET), Volume 3, Issue 1, 2012, pp. 111 - 127, ISSN Print: 0976 – 6308,
ISSN Online: 0976 – 6316.
[45] Shaikh Zahoor Khalid and S.B. Shinde, “Seismic Response of FRP Strengthened RC
Frame”, International Journal of Civil Engineering & Technology (IJCIET), Volume 3,
Issue 2, 2012, pp. 305 - 321, ISSN Print: 0976 – 6308, ISSN Online: 0976 – 6316.
[46] Nilesh Parihar and Dr. V. S. Chouhan, “Extraction of QRS Complexes using Automated
Bayesian Regularization Neural Network”, International Journal of Advanced Research in
Engineering & Technology (IJARET), Volume 3, Issue 2, 2012, pp. 37 - 42, ISSN Print:
0976-6480, ISSN Online: 0976-6499.

Más contenido relacionado

La actualidad más candente

Continuum Modeling Techniques to Determine Mechanical Properties of Nanocomp...
Continuum Modeling Techniques to Determine Mechanical  Properties of Nanocomp...Continuum Modeling Techniques to Determine Mechanical  Properties of Nanocomp...
Continuum Modeling Techniques to Determine Mechanical Properties of Nanocomp...IJMER
 
MODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTION
MODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTIONMODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTION
MODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTIONIAEME Publication
 
Embedding bus and ring into hex cell
Embedding bus and ring into hex cellEmbedding bus and ring into hex cell
Embedding bus and ring into hex cellIJCNCJournal
 
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...IJECEIAES
 
Voronoi diagram with fuzzy number and sensor data in an indoor navigation for...
Voronoi diagram with fuzzy number and sensor data in an indoor navigation for...Voronoi diagram with fuzzy number and sensor data in an indoor navigation for...
Voronoi diagram with fuzzy number and sensor data in an indoor navigation for...TELKOMNIKA JOURNAL
 
10.1109@tip.2020.2990346
10.1109@tip.2020.299034610.1109@tip.2020.2990346
10.1109@tip.2020.2990346Joseph Franklin
 
Poster 2D Thinning
Poster 2D ThinningPoster 2D Thinning
Poster 2D ThinningRMwebsite
 
Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM
Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM
Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM ijcisjournal
 
Graph fusion of finger multimodal biometrics
Graph fusion of finger multimodal biometricsGraph fusion of finger multimodal biometrics
Graph fusion of finger multimodal biometricsAnu Antony
 
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...csandit
 
ADVANCED ALGORITHMS FOR ETCHING SIMULATION OF 3D MEMS-TUNABLE LASERS
ADVANCED ALGORITHMS FOR ETCHING SIMULATION OF 3D MEMS-TUNABLE LASERSADVANCED ALGORITHMS FOR ETCHING SIMULATION OF 3D MEMS-TUNABLE LASERS
ADVANCED ALGORITHMS FOR ETCHING SIMULATION OF 3D MEMS-TUNABLE LASERSijctcm
 
Modeling of Multilayer Transmission Lines for High-Speed Digital Interconnects
Modeling of Multilayer Transmission Lines for High-Speed Digital InterconnectsModeling of Multilayer Transmission Lines for High-Speed Digital Interconnects
Modeling of Multilayer Transmission Lines for High-Speed Digital InterconnectsIJERA Editor
 
Design of a new metamaterial structure to enhancement the
Design of a new metamaterial structure to enhancement theDesign of a new metamaterial structure to enhancement the
Design of a new metamaterial structure to enhancement theIAEME Publication
 
EFFECTIVE PEEC MODELING OF TRANSMISSION LINES STRUCTURES USING A SELECTIVE ME...
EFFECTIVE PEEC MODELING OF TRANSMISSION LINES STRUCTURES USING A SELECTIVE ME...EFFECTIVE PEEC MODELING OF TRANSMISSION LINES STRUCTURES USING A SELECTIVE ME...
EFFECTIVE PEEC MODELING OF TRANSMISSION LINES STRUCTURES USING A SELECTIVE ME...EEIJ journal
 

La actualidad más candente (17)

Calculation of Torsion Capacity of the Reinforced Concrete Beams Using Artifi...
Calculation of Torsion Capacity of the Reinforced Concrete Beams Using Artifi...Calculation of Torsion Capacity of the Reinforced Concrete Beams Using Artifi...
Calculation of Torsion Capacity of the Reinforced Concrete Beams Using Artifi...
 
Continuum Modeling Techniques to Determine Mechanical Properties of Nanocomp...
Continuum Modeling Techniques to Determine Mechanical  Properties of Nanocomp...Continuum Modeling Techniques to Determine Mechanical  Properties of Nanocomp...
Continuum Modeling Techniques to Determine Mechanical Properties of Nanocomp...
 
MODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTION
MODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTIONMODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTION
MODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTION
 
Embedding bus and ring into hex cell
Embedding bus and ring into hex cellEmbedding bus and ring into hex cell
Embedding bus and ring into hex cell
 
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...
 
Voronoi diagram with fuzzy number and sensor data in an indoor navigation for...
Voronoi diagram with fuzzy number and sensor data in an indoor navigation for...Voronoi diagram with fuzzy number and sensor data in an indoor navigation for...
Voronoi diagram with fuzzy number and sensor data in an indoor navigation for...
 
10.1109@tip.2020.2990346
10.1109@tip.2020.299034610.1109@tip.2020.2990346
10.1109@tip.2020.2990346
 
Ijciet 10 02_053
Ijciet 10 02_053Ijciet 10 02_053
Ijciet 10 02_053
 
Poster 2D Thinning
Poster 2D ThinningPoster 2D Thinning
Poster 2D Thinning
 
Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM
Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM
Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM
 
Graph fusion of finger multimodal biometrics
Graph fusion of finger multimodal biometricsGraph fusion of finger multimodal biometrics
Graph fusion of finger multimodal biometrics
 
Y34147151
Y34147151Y34147151
Y34147151
 
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
 
ADVANCED ALGORITHMS FOR ETCHING SIMULATION OF 3D MEMS-TUNABLE LASERS
ADVANCED ALGORITHMS FOR ETCHING SIMULATION OF 3D MEMS-TUNABLE LASERSADVANCED ALGORITHMS FOR ETCHING SIMULATION OF 3D MEMS-TUNABLE LASERS
ADVANCED ALGORITHMS FOR ETCHING SIMULATION OF 3D MEMS-TUNABLE LASERS
 
Modeling of Multilayer Transmission Lines for High-Speed Digital Interconnects
Modeling of Multilayer Transmission Lines for High-Speed Digital InterconnectsModeling of Multilayer Transmission Lines for High-Speed Digital Interconnects
Modeling of Multilayer Transmission Lines for High-Speed Digital Interconnects
 
Design of a new metamaterial structure to enhancement the
Design of a new metamaterial structure to enhancement theDesign of a new metamaterial structure to enhancement the
Design of a new metamaterial structure to enhancement the
 
EFFECTIVE PEEC MODELING OF TRANSMISSION LINES STRUCTURES USING A SELECTIVE ME...
EFFECTIVE PEEC MODELING OF TRANSMISSION LINES STRUCTURES USING A SELECTIVE ME...EFFECTIVE PEEC MODELING OF TRANSMISSION LINES STRUCTURES USING A SELECTIVE ME...
EFFECTIVE PEEC MODELING OF TRANSMISSION LINES STRUCTURES USING A SELECTIVE ME...
 

Similar a New model of cfrp confined circular concrete columns ann appr

A SURVEY OF ARTIFICIAL NEURAL NETWORKS APPLICATIONS IN WEAR AND MANUFACTURING...
A SURVEY OF ARTIFICIAL NEURAL NETWORKS APPLICATIONS IN WEAR AND MANUFACTURING...A SURVEY OF ARTIFICIAL NEURAL NETWORKS APPLICATIONS IN WEAR AND MANUFACTURING...
A SURVEY OF ARTIFICIAL NEURAL NETWORKS APPLICATIONS IN WEAR AND MANUFACTURING...Monique Carr
 
Spiking ink drop spread clustering algorithm and its memristor crossbar conce...
Spiking ink drop spread clustering algorithm and its memristor crossbar conce...Spiking ink drop spread clustering algorithm and its memristor crossbar conce...
Spiking ink drop spread clustering algorithm and its memristor crossbar conce...IJECEIAES
 
Exploiting Kinetic and Kinematic Data to Plot Cyclograms for Managing the Reh...
Exploiting Kinetic and Kinematic Data to Plot Cyclograms for Managing the Reh...Exploiting Kinetic and Kinematic Data to Plot Cyclograms for Managing the Reh...
Exploiting Kinetic and Kinematic Data to Plot Cyclograms for Managing the Reh...Luca Parisi
 
Design of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingDesign of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingeSAT Publishing House
 
Design of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modelDesign of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modeleSAT Journals
 
Short Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural NetworkShort Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural NetworkIJERA Editor
 
Performance Analysis of Massive MIMO Downlink System with Imperfect Channel S...
Performance Analysis of Massive MIMO Downlink System with Imperfect Channel S...Performance Analysis of Massive MIMO Downlink System with Imperfect Channel S...
Performance Analysis of Massive MIMO Downlink System with Imperfect Channel S...IJRES Journal
 
Technical University of Crete_giakoumisDiplomaThesis
Technical University of Crete_giakoumisDiplomaThesisTechnical University of Crete_giakoumisDiplomaThesis
Technical University of Crete_giakoumisDiplomaThesisGeorgios M. GIAKOUMIS
 
Simplified approach to consider cracking effect on the behavior of laterally ...
Simplified approach to consider cracking effect on the behavior of laterally ...Simplified approach to consider cracking effect on the behavior of laterally ...
Simplified approach to consider cracking effect on the behavior of laterally ...Ahmed Ebid
 
Investigation of SLF-EMF effects on Human Body using Computer Simulation Tech...
Investigation of SLF-EMF effects on Human Body using Computer Simulation Tech...Investigation of SLF-EMF effects on Human Body using Computer Simulation Tech...
Investigation of SLF-EMF effects on Human Body using Computer Simulation Tech...IRJET Journal
 
AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...
AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...
AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...IAEME Publication
 
Micromechanical analysis of frp composites 2
Micromechanical analysis of frp composites 2Micromechanical analysis of frp composites 2
Micromechanical analysis of frp composites 2IAEME Publication
 
New emulation based approach for probabilistic seismic demand
New emulation based approach for probabilistic seismic demandNew emulation based approach for probabilistic seismic demand
New emulation based approach for probabilistic seismic demandSebastian Contreras
 
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKS
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKSOPTIMIZED TASK ALLOCATION IN SENSOR NETWORKS
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKSZac Darcy
 

Similar a New model of cfrp confined circular concrete columns ann appr (20)

A SURVEY OF ARTIFICIAL NEURAL NETWORKS APPLICATIONS IN WEAR AND MANUFACTURING...
A SURVEY OF ARTIFICIAL NEURAL NETWORKS APPLICATIONS IN WEAR AND MANUFACTURING...A SURVEY OF ARTIFICIAL NEURAL NETWORKS APPLICATIONS IN WEAR AND MANUFACTURING...
A SURVEY OF ARTIFICIAL NEURAL NETWORKS APPLICATIONS IN WEAR AND MANUFACTURING...
 
20320140503011
2032014050301120320140503011
20320140503011
 
Spiking ink drop spread clustering algorithm and its memristor crossbar conce...
Spiking ink drop spread clustering algorithm and its memristor crossbar conce...Spiking ink drop spread clustering algorithm and its memristor crossbar conce...
Spiking ink drop spread clustering algorithm and its memristor crossbar conce...
 
Exploiting Kinetic and Kinematic Data to Plot Cyclograms for Managing the Reh...
Exploiting Kinetic and Kinematic Data to Plot Cyclograms for Managing the Reh...Exploiting Kinetic and Kinematic Data to Plot Cyclograms for Managing the Reh...
Exploiting Kinetic and Kinematic Data to Plot Cyclograms for Managing the Reh...
 
G013124354
G013124354G013124354
G013124354
 
Design of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingDesign of c slotted microstrip antenna using
Design of c slotted microstrip antenna using
 
Design of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modelDesign of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network model
 
Short Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural NetworkShort Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural Network
 
Performance Analysis of Massive MIMO Downlink System with Imperfect Channel S...
Performance Analysis of Massive MIMO Downlink System with Imperfect Channel S...Performance Analysis of Massive MIMO Downlink System with Imperfect Channel S...
Performance Analysis of Massive MIMO Downlink System with Imperfect Channel S...
 
30120130405025
3012013040502530120130405025
30120130405025
 
Technical University of Crete_giakoumisDiplomaThesis
Technical University of Crete_giakoumisDiplomaThesisTechnical University of Crete_giakoumisDiplomaThesis
Technical University of Crete_giakoumisDiplomaThesis
 
30120130405036 (1)
30120130405036 (1)30120130405036 (1)
30120130405036 (1)
 
Comparison Study of Soft Computing Approaches for Estimation of the Non-Ducti...
Comparison Study of Soft Computing Approaches for Estimation of the Non-Ducti...Comparison Study of Soft Computing Approaches for Estimation of the Non-Ducti...
Comparison Study of Soft Computing Approaches for Estimation of the Non-Ducti...
 
Simplified approach to consider cracking effect on the behavior of laterally ...
Simplified approach to consider cracking effect on the behavior of laterally ...Simplified approach to consider cracking effect on the behavior of laterally ...
Simplified approach to consider cracking effect on the behavior of laterally ...
 
Investigation of SLF-EMF effects on Human Body using Computer Simulation Tech...
Investigation of SLF-EMF effects on Human Body using Computer Simulation Tech...Investigation of SLF-EMF effects on Human Body using Computer Simulation Tech...
Investigation of SLF-EMF effects on Human Body using Computer Simulation Tech...
 
Path loss prediction
Path loss predictionPath loss prediction
Path loss prediction
 
AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...
AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...
AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...
 
Micromechanical analysis of frp composites 2
Micromechanical analysis of frp composites 2Micromechanical analysis of frp composites 2
Micromechanical analysis of frp composites 2
 
New emulation based approach for probabilistic seismic demand
New emulation based approach for probabilistic seismic demandNew emulation based approach for probabilistic seismic demand
New emulation based approach for probabilistic seismic demand
 
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKS
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKSOPTIMIZED TASK ALLOCATION IN SENSOR NETWORKS
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKS
 

Más de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Más de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Último

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 

Último (20)

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 

New model of cfrp confined circular concrete columns ann appr

  • 1. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME 98 NEW MODEL OF CFRP-CONFINED CIRCULAR CONCRETE COLUMNS: ANN APPROACH Dr. Salim T. Yousif Assistant Prof, Civil Engineering Dept., College of Engineering/University of Mosul, Iraq ABSTRACT The application of fiber-reinforced polymer (FRP) composites in civil engineering works has increased in recent years, especially in the area of strengthening concrete columns. The objective of this research is to develop new mathematical models for predicting the confined compressive strength of carbon FRP (CFRP) circular concrete columns using artificial neural networks (ANNs), which is done using 208 excremental data results collected from the literature. Two mathematical models were developed: one depended on six input parameters, whereas the other depended only on three important parameters, namely, unconfined compressive strength of concrete, total thickness of the CFRP, and tensile strength of CFRP along the hoop direction. Comparison of the new two models using experimental data showed a good agreement and accuracy of the developed ANN models in predicting the CFRP-confined compressive strength of circular concrete columns. The new models were also used to perform a parametric study to evaluate the effect of the input parameters on the CFRP-confined compressive strength of circular concrete columns. Key Words: Artificial neural networks, Concrete, Compressive strength, Fiber-reinforced polymer confinement, Mathematical modeling 1. INTRODUCTION Externally bonded carbon fiber-reinforced polymer (CFRP) composite sheets and laminates have been used widely in civil engineering construction to strengthen reinforced concrete (RC) components [1] because of their high strength, light weight, ease in use, durability against weather conditions, chemical resistance properties, relative low cost, and ease in repair. INTERNATIONAL JOURNAL OF CIVIL ENGINEERING AND TECHNOLOGY (IJCIET) ISSN 0976 – 6308 (Print) ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), pp. 98-110 © IAEME: www.iaeme.com/ijciet.asp Journal Impact Factor (2013): 5.3277 (Calculated by GISI) www.jifactor.com IJCIET © IAEME
  • 2. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME 99 These CFRP composites are used for strengthening of columns [2, 3]. Confinement of the columns using CFRP jackets is done by wrapping the fibers along the hoop direction of the concrete columns. Concrete expands laterally when subjected to axial compression. The FRP jacket provides a confining pressure to the concrete to resist the expansion caused by the axial compression. Ultimate failure occurs when the FRP jacket ruptures because of the tensile stress along the hoop direction [3]. Because of the FRP confinement, both the compressive strength and ultimate strain of the concrete can be improved [1]. Artificial neural networks (ANNs) have experienced increased interest over the last years and have been successfully applied across a range of engineering problems, including the strengthening of columns [4, 5], increasing the capacity of RC beams strengthened with FRP reinforcements [6, 7], prediction of the compressive strength of concrete [8, 9],linear and nonlinear model updating of RC T-beams [10], predicting the bond strength of FRP-to- concrete joints [11], and many other engineering applications. Naderpour et al. [2] employed the ANN to generate a model for predicting the compressive strength of FRP-confined concrete independently from the network. The model consisted of an empirical chart and seven mathematical equations. In the present study, new mathematical models are developed based on ANNs using a database built from existing tests on CFRP-confined circular concrete specimens. This new model is then compared with the experimental data. Finally, the trained network model is used to perform a parametric study to evaluate the effect of various parameters on the CFRP- confined compressive strength of concrete. 2. AVAILABLE EMPIRICAL FRP-CONFINED MODELS The confining pressure provided by the FRP jacket, as derived from empirical models, is a function of the column’s diameter, stiffness of the FRP jacket, and compressive strength of the unconfined concrete. A lateral confining stress f1 is produced in the concrete when the confining jacket and the member is loaded such that the concrete starts to dilate and expands laterally. The stress is related to the thickness and strength of the FRP by [3]: fଵ ൌ ଶ୤ూ౎ౌ୲ ୢ (1) where f୊ୖ୔ is the tensile strength of the FRP along the hoop direction, t is the total thickness of the FRP, and d is the diameter of the confined concrete. Several existing strength models for FRP-confined concrete take the following form [3]: ୤ౙౙ ୤ౙ ′ ൌ 1 ൅ kଵ ୤భ ୤ౙ ′ (2) wherefୡୡ and fୡ ′ are the compressive strength of the confined and unconfined concrete, respectively,fଵ is the lateral confining pressure, and kଵis the confinement effectiveness coefficient. A number of strength models have been proposed specifically for the FRP-confined concrete, which employ Eq. 2 with modified expressions for k1. The details of the models can be seen in [12]
  • 3. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME 100 3. ARTIFICIAL NEURAL NETWORKS A neural network is a computer model whose architecture essentially mimics the knowledge acquisition and organizational skills of the human brain [13].The function of artificial neurons is similar to that of real neurons [14]; they are able to communicate via signals sent among them by a large number of biased and weighted connections. Each neuron has its own transfer function, which describes how to convert a weighted sum of input to output. The multi-layer perceptron is the most widely used type of ANN [15]. It is both simple and based on solid mathematical grounds. The input quantities are processed through successive layers of “neurons.”An input layer (with the number of neurons equal to the number of variables in the problem) and an output layer always exist. The layers in between are called “hidden” layers. Without a hidden layer, the perceptron can only perform linear tasks. All problems, which can be solved by a perceptron, can be solved with only one hidden layer; however, using two or more hidden layers is sometimes more efficient. 3.1 Back-propagation neural network The back-propagation (BP) neural network is a multi-layered feed-forward [15, 16]. The BP neural network adjusts internally the weight values to set the non-linear relationships between the input and the output without giving explicitly the function expression. Further, the BP neural network can be generalized for the input that is not included in the training patterns. The BP algorithm is used to train the BP neural networks. This algorithm looks for the minimum error function in the weight space using the method of gradient descent. The combination of weights that minimizes the error function is considered to be a solution to the learning problem. The input feed forward can be described by the following steps [15, 17]: Once the input vector ix is introduced into the input layer, it can calculate the input to the hidden layer H Jh as i NI i jij H J xwbh ∑= += 1 (3) where jb is the bias and jiw is the synaptic weight that connects input neuron i to hidden neuron j. Each neuron of the hidden layer takes its input H jh , uses it as the argument for a function, and produces an output H jy given by )( H j H j hfy = (4) The input to the neurons of output layer o kh is calculated as ∑= += NH j H jkjk o k ywbh 1 (5) and the network output ky is given by )( o kk hfy = (6) where f represents the activation function. Then
  • 4. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME 101 ݂ሺ o kh ሻ ൌ ଵ ଵା௘ ష o kh . (7) The complete algorithm can be found in [15]. 3.2 Neural network design and training A set of test results were collected from the literature for the axial compressive strength of the circular confined concrete columns [18–41].The selected database contains 208 test results. The data collected from the field were divided randomly into two groups. The first group, which contained 188 results, was used in the training of the neural network, and the other data group, which contained 20 results, was used to test the obtained networks. The multi-layer feed-forward BP technique was implemented in the current research to develop and train the neural network, where the sigmoid transform function was adopted. Different training functions are available in MATLAB [42].The Levenberg– Marquardt (LM) technique have been proven to be an efficient training function and are therefore used to construct the ANN model. This training function is one of the conjugate gradient algorithms that start the training by searching in the steepest descent direction (negative of the gradient) on the first iteration. The LM algorithm is known to be significantly faster than the more traditional gradient descent-type algorithms for training ANNs. The input, as well as the output, was scaled in the range of 0.1 to 0.9. The scaling of the training data sets was carried out using the following equation: ‫ݕ‬ ൌ ଴.଼ሺ௫ି௫೘ೌೣሻ ௫೘ೌೣି௫೘೔೙ ൅ 0.9.. (8) Any new input data should be scaled before being introduced to the network and the corresponding predicted values should be unscaled before use. For each model, several architectures of the ANN models were examined by varying the number of hidden layers and the training function parameters to establish a suitable and stable network for the project. Each network must be tested and analyzed, and the most appropriate network must be chosen for a particular project. The parameters used for the input nodes in the ANN modeling were as follows: diameter (d) of the circular concrete specimen (mm), height (L) of the circular concrete specimen (mm), compressive strength (fୡ ′ ) of the unconfined concrete (MPa), total thickness (t) of the CFRP (mm), tensile strength (f୊ୖ୔) of the CFRP along the hoop direction (MPa), and elastic modulus (EFRP) of the CFRP (MPa).The target node was the compressive strength of the confined concrete (fୡୡ). The range of the input data used is listed in Table 1. The architecture of the developed ANN model is shown in Fig. 1. Table 1: Range of input data used in the ANN models Input parameter d (mm) h (mm) fୡ ′ (MPa) t(mm) f୊ୖ୔(MPa) EFRP(GPa) Minimum Maximum 70 200 140 788 18 169.7 0.11 2.06 580 4400 38 415
  • 5. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME 102 40 60 80 100 120 140 160 40 60 80 100 120 140 160 Experimental Compressive Strength (MPa) ANNPredictedCompressiveStrength(MPa) R=0.964 Test data 0 50 100 150 200 250 300 0 50 100 150 200 250 300 Experimental Compressive Strength (MPa) ANNPredictedCompressiveStrength(MPa) Train data R=0.977 A regression analysis was conducted between the network response and the corresponding targets and a correlation coefficient was found. This option is a measure of how well the variation in the output is explained by the targets. If this number is equal to one, then a perfect correlation exists between the target and output predictions. Fig. 2 shows the plot of the experimental compressive strength against the corresponding ANN predictions for the test data. A linear correlation can be observed, and the correlation coefficients are 0.977 and 0.964 for the training and the test data, respectively. Therefore, we can conclude that the model successively predicts accurately the compressive strength of the confined concrete. Fig 1. Architecture of the first ANN model Fig 2. Experimental and corresponding ANN compressive strength for the training and test data of ANN Model d h fc’ t EFRP fFRP fcc Input layer Hidden layer Output layer
  • 6. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME 103 4. IMPORTANCE OF INPUT PARAMETERS Because the weight of the BP neural network cannot be easily understood in a numerical matrix form, it could be transformed into code values in percentage form by dividing the weights by the sum for all the input parameters, which yields the relative importance of each input parameter to the output parameter. The method of partitioning weights, proposed by Garson [17] and adopted by Goh [13], was used in this study to determine the relative importance of the various input parameters (Fig. 3). The major important parameter that influences the compressive strength of the confined concrete (fୡୡ) is the tensile strength (f୊ୖ୔) of the CFRP along the hoop direction with an importance of 30.67%, followed by the total thickness (t) of CFRP with an importance of 20.78% and the compressive strength (fୡ ′ ) of the unconfined concrete with an importance of 19.13%. The diameter (d) of the circular concrete specimen does not affect the compressive strength of the confined concrete (fୡୡ) because its importance is only 4.162%. Most mathematical models consider the column diameter as one of the main factors. Fig 3. Importance of input parameters of the first ANN model d L fc' t f (fbr) E (fbr) 0 5 10 15 20 25 30 35 %Importance Input Factors 4.162% 16.00% 19.134% 20.783% 30.677% 9.200%
  • 7. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME 104 5. MODEL DEVELOPMENTS FOR COMPRESSIVE STRENGTH OF CONFINED CONCRETE Another application of ANNs is in building a mathematical model. The present study contains six input and one output parameters. A model equation can be established using the weights as the model parameters [43]. The mathematical equation can be written as ݂௖௖ ൌ ଵ ଵା௘ ష ሾഇరశ൬ ೢళర భశ೐షೣభ൰శ൬ ೢఴర భశ೐షೣమ൰శ൬ ೢవర భశ೐షೣయ൰ሿ (9) where: ‫1ݔ‬ ൌ ߠଵ ൅ ‫ݓ‬ଵଵ ൈ d ൅ ‫ݓ‬ଶଵ ൈ h ൅ ‫ݓ‬ଷଵ ൈ fୡ′ ൅ ‫ݓ‬ସଵ ൈ t ൅ ‫ݓ‬ହଵ ൈ f୊ୖ୔ ൅ ‫ݓ‬଺ଵ ൈ E୊ୖ୔ (10) ‫2ݔ‬ ൌ ߠଶ ൅ ‫ݓ‬ଵଶ ൈ d ൅ ‫ݓ‬ଶଶ ൈ h ൅ ‫ݓ‬ଷଶ ൈ fୡ′ ൅ ‫ݓ‬ସଶ ൈ t ൅ ‫ݓ‬ହଶ ൈ f୊ୖ୔ ൅ ‫ݓ‬଺ଶ ൈ E୊ୖ୔ ሺ11) ‫3ݔ‬ ൌ ߠଷ ൅ ‫ݓ‬ଵଷ ൈ d ൅ ‫ݓ‬ଶଷ ൈ h ൅ ‫ݓ‬ଷଷ ൈ fୡ′ ൅ ‫ݓ‬ସଷ ൈ t ൅ ‫ݓ‬ହଷ ൈ f୊ୖ୔ ൅ ‫ݓ‬଺ଷ ൈ E୊ୖ୔ (12) The values of weights ‫ݓ‬௜௝ and threshold ߠ௝ are shown in Table 2. Table 2: Weights and threshold levels of the ANN model a. Weights from node i in the input layer to node j in the hidden layer nodes ‫ݓ‬௜௝ i=1 i=2 i=3 i=4 i=5 i=6 Hidden threshold ߠ௝ J=1 J=2 J=3 0.28 -0.10 -2.07 -7.90 1.00 3.82 8.93 -5.71 2.71 3.36 -7.00 6.15 10.19 -17.30 -2.85 1.53 7.58 -0.60 -5.73 17.60 0.68 b. Weights from node i in the hidden layer to node j in the output layer node Wij i=7 i=8 i=9 output threshold θj J=4 1.53 -16.41 2.51 12.53 Equation (9) is long and complex because it contains six independent variables. On the other hand, it can predict accurately the compressive strength (fୡୡ) of the confined concrete (Fig.2) with a correlation coefficient equal to 0.964. The equation length depends on the number of nodes in the input and hidden layers. To simplify the equation, the most importance input parameters, which are the compressive strength (fୡ ′ ), of the unconfined concrete the total thickness(t) of CFRP, and the tensile strength(f୊ୖ୔) of the CFRP along the hoop direction, were used in training the second ANN model with two nodes in the hidden layer. The result was the development of an ANN model with a regression of 0.9259 (Fig. 4).The small number of connection weights of the neural network enables the ANN model to be translated into a relatively simple formula in which the compressive strength of the confined concrete (fୡୡ) can be expressed as follows:
  • 8. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME 105 fୡୡ ൌ ଵ ଵା௘ ష మఴభ.రఱశ భయళ.ళఱ భశ೐షೣభ శ మఴఴ.ఴల భశ೐షೣమ (13) where: ‫1ݔ‬ ൌ െ2.50 ൅ 0.40fୡ′ െ 0.64t ൅ 1.90f୊ୖ୔ (14) ‫2ݔ‬ ൌ 2.90 െ 0.36fୡ′ ൅ 0.34t െ 1.42f୊ୖ୔. (15) Before using Eqs. 10–12, 14, and 15, all input variables must be scaled between 0.1 and 0.9 using Eq. 8 for the data ranges shown in Table 1. The predicted values obtained from Eqs. 9 and 13 are scaled between 0.1 and 0.9. To obtain the actual values, these had to be unscaled using Eq. 8. In contrast to all previous models, the second ANN model depends on the compressive strength (fୡ ′ ) of the unconfined concrete, the total thickness (t) of CFRP, and the tensile strength(f୊ୖ୔) of the CFRP in the hoop direction, whereas the geometry of the column is not considered in this ANN model. Fig. 4. Experimental and corresponding ANN compressive strength of the test data of second Model Gaussian distributions are perhaps the most important model for studying the quantitative phenomena in the natural and behavioral sciences, such as the problems encountered in structural analysis and design. To determine the suitability of the developed CFRP-confined model, all 208 experimental and predicted confined compressive strength values were taken, and the results of the confined compressive strength ratio 40 60 80 100 120 140 160 180 200 40 60 80 100 120 140 160 Experimental Compressive Strength (MPa) ANNPredictedCompressiveStrength(MPa) Test data R=0.9259
  • 9. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME 106 (predicted/experimental) were statistically analyzed with a 0.5% level of significance using the SPSS software V.16. The average and variance of all values were found to be 92% and 0.02, respectively. Fig.5 shows the frequency histogram of the confined compressive strength ratio (fcc)pred./(fcc)Exp population curve. The (fcc)pred./(fcc)Exp values are distributed around their mean values. The magnitude of the frequency becomes smaller when the value moves away from the mean central value. The probability of obtaining a ratio between 90% and 95% is 85%. Fig. 5. Histogram and normal distribution curve for the second mathematical model 6. PARAMETRIC STUDY One of the advantages of the ANN models is that parametric studies can be easily conducted by simply varying one input parameter while all other input parameters are set to constant values. Parametric studies can verify the performance of the model in simulating the physical behavior of the CFRP-confined concrete due to the variation in certain parameter values. The second ANN model and Eq. 13 were used to complete this parametric study. Figs. 6 and 7 show the relationship between the compressive strength (fୡ ′ ሻof the unconfined concrete and that of the CFRP-confined concrete (fୡୡ) under different values of tensile strength (f୊ୖ୔) of the CFRP and total thickness(t) of the CFRP, respectively. In general and regardless of the other parameters, the compressive strength (fୡୡ) increases with the increasing compressive strength (fୡ ′ ሻof the unconfined concrete. Fig. 6 shows the effect of the tensile strength (f୊ୖ୔) of the CFRP on the compressive strength of the CFRP-confined concrete (fୡୡ) under different values of compressive strength(fୡ ′ ) of the unconfined concrete with a constant total thickness (t) equal to 0.22mm.
  • 10. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME 107 The compressive strength of the confined concrete (fୡୡ) strongly affects the tensile strength (f୊ୖ୔) of the CFRP, especially under high unconfined compressive strength and high tensile strength of the CFRP. For the unconfined compressive strength of 25 MPa, changing the tensile strength of the CFRP from 2,500 MPa to 4,000 MPa led to an increase in the confined compressive strength from 55.18 MPa to 56.6 MPa (increasing by 2.57%), whereas for the unconfined compressive strength of 65 MPa, the same change in the tensile strength (f୊ୖ୔) of the CFRP led to an increase in the confined compressive strength (fୡୡ) from 75.64 MPa to 87.27 MPa (increasing by 15.37%). Fig 6. Effect of the tensile strength of the CFRP on the compressive strength of the FRP- confined concrete Fig. 7 shows the effect of the total thickness(t) of the CFRP on the compressive strength of the CFRP-confined concrete (fୡୡ) for different values of compressive strength (fୡ ′ )of the unconfined concrete with a constant tensile strength (f୊ୖ୔) equal to 3,000 MPa. For different thicknesses(t) of CFRP, the curves are parallel, that is, a low or high unconfined compressive strength wields the same effect on the compressive strength of the CFRP- confined concrete with different thicknesses. 7. CONCLUSIONS Two mathematical models for predicting the confined compressive strength of an CFRP circular concrete column have been developed using the ANN approach. The importance study showed that the diameter and height of the specimen and the elastic modulus of CFRP had little effect on predicting the confined compressive strength of the CFRP circular concrete column; hence, they were excluded from building the second ANN model, leaving only three input parameters. Both parametric and importance studies showed that the tensile strength of CFRP had an effect on predicting the confined compressive strength of the CFRP circular concrete column. Finally, the ANN approach was proven to be good and efficient in developing the mathematical models. 20 25 30 35 40 45 50 55 60 65 70 75 30 40 50 60 70 80 90 100 ConfinedCompressiveStrength(MPa) Compressive Strength (MPa) f=1000MPa f=2500MPa f=4000MPa t=0.22 mm
  • 11. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME 108 Fig 7. Effect of the total thickness of the CFRP on the compressive strength of the CFRP- confined concrete REFERENCES [1] J.G. Teng, L. Lam., Behavior and modeling of fiber reinforced polymer-confined concrete, J. Struct. Eng. 130 (11) (2004) 1713-1723. [2] A.H. Naderpour, G. Kheyroddin, A. Ghodrati. Prediction of FRP-confined compressive strength of concrete using artificial neural networks, Compos.Struct. 92 (12) (2010) 2817– 2829. [3] L. Lam, J.G. Teng, Strength models for fiber-reinforced plastic-confined concrete, J. Struct. Eng. 128 (5) (2002) 612-623. [4] H.M. Elsanadedy, Y.A. Al-Salloum, S.H. Abbas H,Alsayed, Prediction of strength parameters of FRP-confined concrete, Compos.:Part B. 43(2) (2012) 228–239. [5] A.K. Mehmet, C. Murat, H.A. Musa, I. Alper, Estimation of flexural capacity of quadrilateral FRP-confined RC columns using combined artificial neural network, J. Struct. Eng. 42 (2012) 23–32. [6] H.M. Tanarslan,M. Secer, A. Kumanlioglu, An approach for estimating the capacity of RC beams strengthened in shear with FRP reinforcements using artificial neural networks, Const. Build. Mat. 30 (2012) 556–568. [7] S.T. Yousif, A.T. Majed, Modeling of ultimate load for R.C. beams strengthened with Carbon FRP using artificial neural networks, AL-Rafidain Eng. J.18(6) (2010) 28-41. [8] T.A. Adriana, B.L. Monica, J.N. Koji, Prediction of compressive strength of concrete containing construction and demolition waste using artificial neural networks, Const. Build. Mat. 38 (2013) 717–722. [9] Z.H. Duan, S.C. Kou , C.S. Poon , Prediction of compressive strength of recycled aggregate concrete using artificial neural networks, Const. Build. Mat. 40 (2013) 1200–1206. 20 25 30 35 40 45 50 55 60 65 70 75 40 50 60 70 80 90 100 110 ConfinedCompressiveStrength(MPa) Compressive Strength (MPa) t=0.22 mm t=0.33 mm t=0.44 mm f=3000MPa
  • 12. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME 109 [10] O. Hasancebi, Dumlupınar, Linear and nonlinear model updating of reinforced concrete T-beam bridges using artificial neural networks, Comp. Struct. 119 (2013) 1–11. [11] A.M. Mohammed, R. Seracino, M.S. Rahman, Application of artificial neural networks to predict the bond strength of FRP-to-concrete joints, Const. Build. Mat. 40 (2013) 812–821. [12] Y.A. Al-Salloum, Experimental and analytical investigation of compressive strength of FRP-confined concrete, Project No. 11 / 426, Research Center, College of Eng., King Saud University, 2007, pp. 26 [13] A. Goh., Back-propagation neural networks for modeling complex systems, Artificial Intelligence in Eng. 9 (1995) 143-151. [14] S.W.Liua, H.H. Jin, J.C. Sungb, C.C. Leeb, Detection of cracks using neural networks and computational mechanics, Comput. Methods Appl. Mech. Eng. 191 (2002) 2831–2845. [15] H. Simon, Neural networks a comprehensive foundation, 2nd ed., Prentice Hall, New Jersey, 1999. [16] R.D Vanluchene, R. Sun, Neural networks in structural engineering, Microcompterin Civil Eng. 5 (1990) 207-215. [17] G.D. Garson, Interpreting neural network connection weights, Artificial Intelligence 6 (1991) 47-51. [18] I. Howie, V.M. Karbhari, Effect of materials architecture on strengthening efficiency of composite wraps for deteriorating columns in northeast. Infrastructure, new materials and methods of repair, in: proce. of third Mat. Eng. Conference, 3 (1994) 199-206. [19] F. Picher, P. Rochette, P. Labossière, Confinement of concrete cylinders with CFRP. Proceedings of the First International Conference on Composites in Infrastructure (ICCI), University of Arizona, USA, 1996, 829-841. [20] K.Watanabe, H. Nakamura, T. Honda, M. Toyoshima, M. Iso, T. Fujimaki, Confinement effect of FRP sheet on strength and ductility of concrete cylinders under uniaxial compression, in: Proce. of the Third Int. Symposium on Non-Metallic (FRP) Reinforcement for Concrete Structures, Sapporo, Japan: Japan Concrete Institute, 1 (1997) 233-240. [21] V.M. Karbhari, Y. Gao, Composite jacketed concrete under uniaxial compression - verification of simple design equations. ASCE J. Mater. Civil Eng. 9(4) (1997) 185-193. [22] H.A. Tountaji, P. Balaguru, Durability characteristics of concrete columns wrapped with fiber tow sheets. ASCE J. Mater. Civil Eng. 10(1) (1998) 52-57. [23] S. Kono, M. Inazumi, T. Kaku, Evaluation of confining effects of CFRP sheets on reinforced concrete members, in: Proce. of the 2nd Int. Conference on Composites in Infrastructure (ICCI), Tucson, Ariz. 1998, 343-355. [24] B.K. Purba, A.A. Mufti, Investigation of the behavior of circular concrete columns reinforced with carbon fiber reinforced polymer (CFRP) jackets. Canadian J. Civil Eng. 26 (1990) 590-596. [25] S. Matthys, L. Taerwe, K. Audenaert, Tests on axially loaded concrete columns confined by fiber reinforced polymer sheet wrapping. In: Proce. of the Fourth International Symposium on Fiber Reinforced Polymer Reinforcement for Reinforced Concrete Structures, SP-188, Farmington, Michigan, American Concrete Institute, USA, 1999, 217-229. [26] H.A. Toutanji, Stress-strain characteristics of concrete columns externally confined with advanced fiber composite sheets, ACI Mat. J. 96(3) (1999) 397-404. [27] K. Miyauchi, S. Inoue, T. Kuroda, A. Kobayashi, Strengthening effects with carbon fiber sheet for concrete column, in: Proc. Jpn. Concr. Inst., 21(3) (1999) 1453-1458. [28] P. Rochette, Labossière, Axial testing of rectangular column models confined with composites, ASCE J. Comp. Constr. 4(3) (2000) 129-136.
  • 13. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 4, Issue 3, May - June (2013), © IAEME 110 [29] Y. Xiao, H. Wu, Compressive behavior of concrete confined by carbon fiber composite jackets, ASCE J. Mater. Civil Eng. 12(2) (2000) 139-146. [30] C. Aire, R. Gettu, J.R. Casas, Study of the compressive behavior of concrete confined by fiber reinforced composites, Composites in Constructions, in: Proce. of the Int. Conference, Lisse, the Netherlands, A.A. Balkema Publishers, 2001, 239-243. [31] V. Dias da Silva, J.M.C. Santos, Strengthening of axially loaded concrete cylinders by surface composites, in: Proc. of the Int. Conference on Composites in Constructions, Lisse, The Netherlands: A.A. Balkema Publishers, 2001, 257-262. [32] F. Micelli, J.J. Myers, S. Murthy, Effect of environmental cycles on concrete cylinders confined with FRP, in: Proc. of the Int. Conference on Composites in Constructions, Lisse, the Netherlands: A.A. Balkema Publishers, 2001, 317-322. [33] S. Pessiki, K.A. Harries, J.T. Kestner, R. Sause , J.M. Ricles, Axial behavior of reinforced concrete columns confined with FRP jackets, ASCE J. Comp. Constr. 5(4) ( 2001) 237-245. [34] P. Wang , K.K. Cheong, , RC columns strengthened by FRP under uniaxial compression, in: Proc. of the Int. Conference on FRP Composites in Civil Engineering, Oxford, UK, Elsevier Science Ltd, 2001, 327-334. [35] A.I. Karabinis, T.C. Rousakis, Carbon FRP confined concrete elements under axial load, in: Proc. of the Int. conference on FRP composites in Civil Engineering, Hong Kong, China, 2001, 309-316. [36] L. De Lorenzis, R. Tepfers, Performance assessment of FRP confinement models–Part II: Comparison of experiments and predictions, Advanced Polymer Composites for Structural Applications in Construction, in: Proc. of the First Int. Conference, London, UK, Thomas Telford, 2002, 261-269. [37] I.A.E.M. Shehata, L.A.V. Carneiro, L.C.D. Shehata, Strength of short concrete columns confined with CFRP sheets, Mat. Struct. 35(1) (2002) 50-58. [38] Y. Xiao, H. Wu, Compressive behavior of concrete confined by various types of FRP composite jackets, J. Rein. Plast. Comp. 22(13) (2003) 1187-1201. [39] L. Lam, J.G. Teng, Ultimate condition of fiber reinforced polymer confined concrete, ASCE J. Comp. Constr. 8(6) (2004) 539- 548. [40] J.F. Berthet, E. Ferrier, P. Hamelin, Compressive behavior of concrete externally confined by composite jackets. Part A: experimental study, Const. Build. Mat. 19(3) (2005) 223-232. [41] L.M. Wang, Y.F. Wu, Effect of corner radius on the performance of CFRP-confined square concrete columns: Test, Eng. Struct. (30) (2008) 493–505. [42] D. Howard, B. Mark, Neural network toolbox for use with MATLAB, User’s Guide, Version 4. the Math works, Inc 2002. [43] A. Goh, F.H. Kulhawy , C.G. Chua , Bayesian neural network analysis of undrained side resistance of drilled shafts, J. Geotech. Geoenv.Eng. 131(1) (2005) 84-93. [44] H.Taibi Zinai, A. Plumier and D. Kerdal, “Computation of Buckling Strength of Reinforced Concrete Columns by the Transfer-Matrix Method”, International Journal of Civil Engineering & Technology (IJCIET), Volume 3, Issue 1, 2012, pp. 111 - 127, ISSN Print: 0976 – 6308, ISSN Online: 0976 – 6316. [45] Shaikh Zahoor Khalid and S.B. Shinde, “Seismic Response of FRP Strengthened RC Frame”, International Journal of Civil Engineering & Technology (IJCIET), Volume 3, Issue 2, 2012, pp. 305 - 321, ISSN Print: 0976 – 6308, ISSN Online: 0976 – 6316. [46] Nilesh Parihar and Dr. V. S. Chouhan, “Extraction of QRS Complexes using Automated Bayesian Regularization Neural Network”, International Journal of Advanced Research in Engineering & Technology (IJARET), Volume 3, Issue 2, 2012, pp. 37 - 42, ISSN Print: 0976-6480, ISSN Online: 0976-6499.