SlideShare a Scribd company logo
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print),
ISSN 0976 – 6316(Online) Volume 5, Issue 3, March (2014), pp. 100- 106 © IAEME
100
NEURAL NETWORK MODEL FOR DESIGN OF ONE-WAY R.C.C SLABS
USING GA/BPN
Dr. B. Ramesh Babu
Principal
Anantha Lakshmi Institute of Technology & Sciences
Anantapur, Andhra Pradesh, India.
ABSTRACT
The design of R.C.C slabs involves many constraints like different edge conditions, loading,
geometry and I.S. 456-2000 code provisions. The design has to satisfy all the constraints. This paper
demonstrates the applicability of artificial neural networks and genetic algorithms for the design of
one –way slabs to satisfy all the design constraints.
KEYWORDS: Artificial Neural Networks, Genetic Algorithms, One-Way Slabs, R.C.C. Slabs.
1. INTRODUCTION
Due to different edge conditions, the designer has to design many number of one way slabs in
any given building which becomes cumbersome. The present investigation proposes an alternative
method for the easy design of one-way slabs using the principles of Genetic Algorithms and Neural
Networks. Thus, the objective of the present work is to demonstrate the applicability of Genetic
algorithms and Artificial Neural Networks for the structural design of one-way slabs. The networks
have been trained with design data obtained from design experts in the field.
2. DESIGN OF ONE- WAY SLABS
2.1 Development of Simple and Genetic Algorithm Based Neural Network Models
The development of simple Artificial Neural network model and Genetic Algorithm based
neural network model for design of two-way slabs involves various steps such as
INTERNATIONAL JOURNAL OF CIVIL ENGINEERING
AND TECHNOLOGY (IJCIET)
ISSN 0976 – 6308 (Print)
ISSN 0976 – 6316(Online)
Volume 5, Issue 3, March (2014), pp. 100-106
© IAEME: www.iaeme.com/ijciet.asp
Journal Impact Factor (2014): 7.9290 (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 5, Issue 3, March (2014), pp. 100- 106 © IAEME
101
1. Generation of exemplar patterns.
2. Selection of network type.
3. Selection of input and output for the network.
4. Arriving at a suitable network configuration.
5. Training of a network.
6. Validation of the resulting network.
These stages are addressed in the following sections.
2.1.1 Generation of Exemplar Patterns
The objective of this work is to develop neural network models for the design of one-way
slabs. This requires a comprehensive set of examples that cover various parameters influencing the
design of one-way slabs. All the training examples should invariably satisfy I.S. 456-2000 code
provisions. For the present work, all the training examples have been developed by presenting
different one-way slab problems to various design experts. The experts were asked to provide
designs satisfying I.S. code provisions. The design variables considered are the span, live load,
grades of concrete and steel and diameters of reinforcements. The design values are obtained for
different spans viz., 3.0m, 3.5m, 4.0m, 4.5m and 5.0m. Three different live load intensities viz., 1.5,
2.0 and 4.0 KN/m2
are considered. M20 and M25 grades of concretes have been used. Reinforcement
steel of three different grades viz. FE 250, FE 415 and FE 500 have been used. For main
reinforcement, two diameters viz., 8.0mm and10.0 mm are considered. For distribution
reinforcement only 8.0mm diameter has been considered. For each set, the overall depth of slab
required, main reinforcement spacing and distribution steel spacing are obtained.
For the present problem, a total of hundred samples training examples are obtained from
different experts such that these examples cover all the possible combinations of design variables
considered. Out of these, seventy five examples have been used for training and twenty five
examples are used for validation.
2.1.2 Selection of Network Type
The present problem considered for the neural network application involves the mapping of
the known parameters such as span lengths, loading, reinforcement details, So as to design the RCC
slabs. The design is highly dependent on these parameters as they interact among themselves in a
non-linear fashion. Therefore, while selecting a network type its ability for mapping complex non-
linear relationships must be considered for application. From the literature available, it is observed
that feed forward neural networks have the ability to map such non-linear relationships. Hence, the
feed forward form of neural architecture is used for the design of slabs.
2.1.3 Selection of Input and Output
In the present work, it is required to develop neural network models for the design of one-
way slabs. This means, the models should be able to predict the values of the depth of the section,
spacing of both main and distribution reinforcements for a given live load, grade of steel and
concrete. The input layer for the network has been configured taking in to account the possible
parameters that may influence the output. As the network is supposed to map the functional
relationship between the input and output parameters, the performance of the network is highly
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print),
ISSN 0976 – 6316(Online) Volume 5, Issue 3, March (2014), pp. 100- 106 © IAEME
102
sensitive to the input information. In addition, proper choice of input parameters improves the net
performance for unseen problems i.e. the generalization capability. Accordingly the input to the
network is chosen as follows:
• span of the section (L)
• Live load (wl)
• Grade of concrete (fck)
• Grade of steel (fy)
• Diameter of main reinforcement (D1)
• Diameter of distribution reinforcement (d1)
Thus the input vector selected for this model is
IP = {L, wl, fck, fy, D,d } ------------ (1)
Although the relationship between the input parameters and macroscopic behavior of the
material is highly non-linear, the quantitative degree of non-linearity is not clearly known. Hence,
only the linear terms have been induced in the input vector. The network is expected to establish the
degree of non-linearity through the training examples in an implicit manner.
The designer would like to know the depth of the section and the areas of reinforcement for
the given grade of concrete, grade of steel, live load and Edge condition. Thus the model should be
able to predict the following.
• Overall Depth of slab (D)
• Spacing of main reinforcement (S1)
• Spacing of distribution reinforcement (S2)
Accordingly, the output vector for the neural network model is selected as
OP = { D, S1,S2 } ---------------- (2)
From the literature available it is learnt that computers work better for the values lying in
between 0 and 1. So the input and output parameters have been normalized in the range (0, +1) using
suitable normalization or scaling factors. This has been done by dividing the greatest entry at a node
by a scale factor slightly greater than it.
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print),
ISSN 0976 – 6316(Online) Volume 5, Issue 3, March (2014), pp. 100- 106 © IAEME
103
2.1.4 Selecting a Suitable Network Configuration
2.1.4.1 GA/ BPN Model
After doing a few trials, it is observed that the network with 10 neurons each in two hidden
layer is behaving well. Accordingly a configuration of (6-10-3) has been selected for this network
model. The architecture is depicted in Figure 1.
Input layer Hidden layer Output layer
(6Neurons) (10 Neurons) (3 Neurons)
Figure 1. The Final GA/ BPN Configuration for one way slabs.
2.1.5 Training of the Network
2.1.5.1 Training of GA/BPN Model
The training of the present network has been accomplished using the Back Propagation
algorithm (BP). Conventionally, a BPN determines its weights based on a gradient search technique
and hence runs the risk of encountering a local-minima . GA on the other hand is found to be good at
finding ‘acceptably good’ solutions. The idea to hybridize the two networks has been successful to
D
S1
S2
L
wl
fck
fy
D1
d1
▪
▪
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print),
ISSN 0976 – 6316(Online) Volume 5, Issue 3, March (2014), pp. 100- 106 © IAEME
104
enhance the speed of training . In the present work, the weights for the BPN have been obtained by
using a GA. Genetic Algorithms (GAs) which use a direct analogy of natural behavior work with a
population of individual strings, each representing a possible solution to the problem considered.
Each individual string is assigned a fitness value which is an assessment of how good a solution is to
a problem. The high-fit individuals participate in “reproduction” by cross-breeding with other
individuals in the population. This yields new individual strings as offspring which share some
features with each parent. The least-fit individuals are kept out from reproduction and so they “die
out”. A whole new population of possible solutions to the problem is generated by selecting the high-
fit individuals from the current generation. This new generation contains characteristics which are
better than their ancestors. The parameters which represent a potential solution to the problem,
genes, are joined together to form a string of values referred as a chromosome. A decimal coding
system has been adopted for coding the chromosomes in the present work. The network
configuration chosen for the present work is 6-10-3. Therefore, the number of weights (genes) that
are to be determined are 6X10+10X3= 90. With each gene being a real number, and taking the gene
length as 5, the string representing the chromosomes of weights will have a length of 90X5=450.
This string represents the weight matrices of the input-hidden layer-output layers. An initial
population of chromosomes is randomly generated. Weights from each chromosome have been
extracted then using the procedure suggested in reference. The fitness function has been devised
using FITGEN algorithm. A constant learning rate of 0.6 and a momentum factor of 0.9 have been
adopted during the training. Satisfactory training has been obtained after just 1500 training cycles.
This indicates the efficiency of the Genetic Algorithm. The progress of the learning of the network is
presented in Table 4.4. The training of the network accepted at this stage is depicted in figures 4(a-c).
From these figures, it is observed that, the ANN model predicted the output which closely matches
with analytical results.
Fig 2. (a). Learning of GA/BPN Model for Overall Depth of Slab, (b). Learning of GA/BPN Model
for Spacing of Main Reinforcement, (c). Learning of GA/ BPN Model for Spacing of Distribution
Reinforcement
(a) (b) (c)
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print),
ISSN 0976 – 6316(Online) Volume 5, Issue 3, March (2014), pp. 100- 106 © IAEME
105
2.1.6 Validation of the Network Models
2.1.6.1validation of GA/BPN Model
Validation of the network is to test the network for the parameters that are not used in
training of the network. The network was asked to predict the overall depth, main reinforcement
spacing and distribution steel spacing of 25 sets which are not included in the training set. It can be
seen from the figures 6 (a-c) that the values predicted by GA/BPN model for new sets match
satisfactorily with results of design experts. It can also be noticed that the designs provided by the
neural network model satisfy all the provisions of I.S. 456-2000. Hence it can be concluded that this
neural network model can be successfully used to design different one-way slabs
Fig 3. (a). Validation of GA/BPN Model for Overall Depth of Slab, (b).Validation of GA/BPN
Model for Spacing of Main Reinforcement, (c). Validation of GA/BPN Model for Spacing of
Distribution Reinforcement
3. CONCLUSION
In this chapter the application of Genetic Algorithm based Neural Network model for the
design of two-way slab problem have been demonstrated. The network model have been trained
using one hundred examples obtained from different design experts. The training examples are so
chosen that they will cover all the design variables involved in the problem. It is observed that both
the model learned the design of one way slabs with good accuracy satisfying I.S. 456-2000
provisions.
REFEENCES
[1]. Rajasekharan, S., & Vijayalakshmi Pai,G.A., Neural Networks, Fuzzy Logic and genetic
Algorithms, pp. 34-56,305-314, Prentice Hall of India , New Delhi,2003 .
[2]. Davis, L. Hand book of genetic algorithms. Van Nostrand Reinholt, New York. 1991.
(a) (b) (c)
International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print),
ISSN 0976 – 6316(Online) Volume 5, Issue 3, March (2014), pp. 100- 106 © IAEME
106
[3]. Ni Hong-Guang , & Wang Ji-Zong., Prediction of Compressive Strength of Concrete by
Neural Networks, Cement and Concrete Research, Vol.30, 2000, pp. 245-1250.
[4]. Sanad, A., & Saka, M.P., Prediction of Ultimate Strength of Reinforced Concrete Deep
Beams by Neural Networks, ASCE Journal of Structural Engineering, Vol. 127, No. 7, 2001,
pp. 818-828.
[5]. Cladera, A., & Mari, A.R., Shear Design Procedure for Reinforced Normal and High Strength
Concrete Beams using Artificial Neural Networks Part II: Beams With Stirrups, Engineering
Structures. Vol. 26, 2004, pp. 917-926.
[6]. Cladera, A., & Mari, A.R., Shear Design Procedure for Reinforced Normal and High Strength
Concrete Beams using Artificial Neural Networks. Part I: Beams Without Stirrups,
Engineering Structures, Vol. 26, 2004, pp. 927-936.
[7]. Hadi, N.S., Neural Networks Applications in Concrete structures, Computers and Structures.
Vol. 81, 2002, pp.373-381.
[8]. Ghaboussi, J., & Joghatie., Active Control of Structures Using Networks, A.S.C.E Journal of
structural engineering. Vol. 121, No. 4, 1995, pp.555-567.
[9]. Mukharjee, A., & Deshpande., Application of Artificial Neural Networks in Structural
Design Expert Systems, Computers and Structures, Vol. 54, No. 3,1995,pp. 367-375.
[10]. Mishra, A.K., & Akhil Upadhyay., Column Design using ANN, ICI Journal, 2004, pp. 17-19.
[11]. Rumel hart, D.E., Hinton, G.E., & Williams, R.J., Learning into representations by error
propogation. In D.E Rumelhart. & McClelland (Eds), Parallel distributed processing:
explorations in microstructure of cognition Cambridge. MA: Press. , 1986, pp. 318-362.
[12]. Jenkins, W.M., Plane Frame Optimum Design Environment Based On Genetic Algorithm,
Journal of Structural Engineering. Vol. 118, No.11, 1992, pp.3103-3112.
[13]. Jenkins, W.M., Towards Structural Optimization Via The Genetic Algorithm, Computers and
Structures.Vol. 40, 1991, pp. 1321-1327.
[14]. Leite, J.P.B., & Topping, B.H.V., Improved Genetic Operators For Structural Engineering
Optimization Advances in engineering software, Vol. 29, No. 7-9, 1998, pp. 529-562.
[15]. Topping, B.H.V., & de Barros Leite, J.P., Parallel genetic Models for Structural
Optimization. International Journal of Engineering Optimization, Vol. 31, No.1, 1998,
pp. 65-99.
[16]. Code of Practice for Plain and Reinforced Concrete I.S 456 – 2000.
[17]. Santosh Patil and Shriniwas Valunjkar, “Forecasting of Daily Runoff Using Artificial Neural
Networks”, International Journal of Civil Engineering & Technology (IJCIET), Volume 5,
Issue 1, 2014, pp. 13 - 20, ISSN Print: 0976 – 6308, ISSN Online: 0976 – 6316.
[18]. Hyeong-Joo Kim, Jose Leo Mission and Jeong-Hee Ko, “Artificial Neural Network (ANN)
Prediction of One-Dimensional Consolidation in Homogeneous Clay Under Uniform Applied
Load”, International Journal of Civil Engineering & Technology (IJCIET), Volume 4,
Issue 4, 2013, pp. 135 - 145, ISSN Print: 0976 – 6308, ISSN Online: 0976 – 6316.
[19]. Mohammed S. Al-Ansari, “Flexural Safety Cost of Optimized Reinforced Concrete Slabs”,
International Journal of Advanced Research in Engineering & Technology (IJARET),
Volume 3, Issue 2, 2012, pp. 289 - 310, ISSN Print: 0976-6480, ISSN Online: 0976-6499.

More Related Content

What's hot

1 s2.0-s1389128620312354-main
1 s2.0-s1389128620312354-main1 s2.0-s1389128620312354-main
1 s2.0-s1389128620312354-main
AbdoHassan41
 
IRJET- Improvement of Labour Productivity in Construction Industry- Review
IRJET- Improvement of Labour Productivity in Construction Industry- ReviewIRJET- Improvement of Labour Productivity in Construction Industry- Review
IRJET- Improvement of Labour Productivity in Construction Industry- Review
IRJET Journal
 
The hybrid evolutionary algorithm for optimal planning of hybrid woban (1)
The hybrid evolutionary algorithm for optimal planning of hybrid woban (1)The hybrid evolutionary algorithm for optimal planning of hybrid woban (1)
The hybrid evolutionary algorithm for optimal planning of hybrid woban (1)
iaemedu
 
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
IAEME Publication
 
Mohamad Aziz Resume
Mohamad Aziz ResumeMohamad Aziz Resume
Mohamad Aziz Resume
Mohamad Aziz
 
IRJET- Use of Artificial Neural Network in Construction Management
IRJET- Use of Artificial Neural Network in Construction ManagementIRJET- Use of Artificial Neural Network in Construction Management
IRJET- Use of Artificial Neural Network in Construction Management
IRJET Journal
 
Dissertation-_jufri_hazlan_11377.pdf
Dissertation-_jufri_hazlan_11377.pdfDissertation-_jufri_hazlan_11377.pdf
Dissertation-_jufri_hazlan_11377.pdf
Goldi Patil
 
Efficiency of Neural Networks Study in the Design of Trusses
Efficiency of Neural Networks Study in the Design of TrussesEfficiency of Neural Networks Study in the Design of Trusses
Efficiency of Neural Networks Study in the Design of Trusses
IRJET Journal
 
A simulation based multi-objective design optimization of electronic packages...
A simulation based multi-objective design optimization of electronic packages...A simulation based multi-objective design optimization of electronic packages...
A simulation based multi-objective design optimization of electronic packages...
Phuong Dx
 
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
 
Predicting Budget from Transportation Research Grant Description: An Explorat...
Predicting Budget from Transportation Research Grant Description: An Explorat...Predicting Budget from Transportation Research Grant Description: An Explorat...
Predicting Budget from Transportation Research Grant Description: An Explorat...
Journal of Soft Computing in Civil Engineering
 
Study on reliability optimization problem of computer By Dharmendra Singh[Srm...
Study on reliability optimization problem of computer By Dharmendra Singh[Srm...Study on reliability optimization problem of computer By Dharmendra Singh[Srm...
Study on reliability optimization problem of computer By Dharmendra Singh[Srm...
Dharmendrasingh417
 
Experimental investigation on circular hollow steel
Experimental investigation on circular hollow steelExperimental investigation on circular hollow steel
Experimental investigation on circular hollow steel
eSAT Publishing House
 
Microstructural Analysis and Machine Learning
Microstructural Analysis and Machine LearningMicrostructural Analysis and Machine Learning
Microstructural Analysis and Machine Learning
PFHub PFHub
 
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
 

What's hot (15)

1 s2.0-s1389128620312354-main
1 s2.0-s1389128620312354-main1 s2.0-s1389128620312354-main
1 s2.0-s1389128620312354-main
 
IRJET- Improvement of Labour Productivity in Construction Industry- Review
IRJET- Improvement of Labour Productivity in Construction Industry- ReviewIRJET- Improvement of Labour Productivity in Construction Industry- Review
IRJET- Improvement of Labour Productivity in Construction Industry- Review
 
The hybrid evolutionary algorithm for optimal planning of hybrid woban (1)
The hybrid evolutionary algorithm for optimal planning of hybrid woban (1)The hybrid evolutionary algorithm for optimal planning of hybrid woban (1)
The hybrid evolutionary algorithm for optimal planning of hybrid woban (1)
 
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
 
Mohamad Aziz Resume
Mohamad Aziz ResumeMohamad Aziz Resume
Mohamad Aziz Resume
 
IRJET- Use of Artificial Neural Network in Construction Management
IRJET- Use of Artificial Neural Network in Construction ManagementIRJET- Use of Artificial Neural Network in Construction Management
IRJET- Use of Artificial Neural Network in Construction Management
 
Dissertation-_jufri_hazlan_11377.pdf
Dissertation-_jufri_hazlan_11377.pdfDissertation-_jufri_hazlan_11377.pdf
Dissertation-_jufri_hazlan_11377.pdf
 
Efficiency of Neural Networks Study in the Design of Trusses
Efficiency of Neural Networks Study in the Design of TrussesEfficiency of Neural Networks Study in the Design of Trusses
Efficiency of Neural Networks Study in the Design of Trusses
 
A simulation based multi-objective design optimization of electronic packages...
A simulation based multi-objective design optimization of electronic packages...A simulation based multi-objective design optimization of electronic packages...
A simulation based multi-objective design optimization of electronic packages...
 
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...
 
Predicting Budget from Transportation Research Grant Description: An Explorat...
Predicting Budget from Transportation Research Grant Description: An Explorat...Predicting Budget from Transportation Research Grant Description: An Explorat...
Predicting Budget from Transportation Research Grant Description: An Explorat...
 
Study on reliability optimization problem of computer By Dharmendra Singh[Srm...
Study on reliability optimization problem of computer By Dharmendra Singh[Srm...Study on reliability optimization problem of computer By Dharmendra Singh[Srm...
Study on reliability optimization problem of computer By Dharmendra Singh[Srm...
 
Experimental investigation on circular hollow steel
Experimental investigation on circular hollow steelExperimental investigation on circular hollow steel
Experimental investigation on circular hollow steel
 
Microstructural Analysis and Machine Learning
Microstructural Analysis and Machine LearningMicrostructural Analysis and Machine Learning
Microstructural Analysis and Machine Learning
 
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...
 

Similar to 20320140503011

Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
ijsrd.com
 
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
ijsrd.com
 
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
 
The hybrid evolutionary algorithm for optimal planning of hybrid woban
The hybrid evolutionary algorithm for optimal planning of hybrid wobanThe hybrid evolutionary algorithm for optimal planning of hybrid woban
The hybrid evolutionary algorithm for optimal planning of hybrid woban
IAEME Publication
 
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networks
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor NetworksParticle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networks
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networks
ijsrd.com
 
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
IAEME Publication
 
Generator of pseudorandom sequences
Generator of pseudorandom sequences Generator of pseudorandom sequences
Generator of pseudorandom sequences
Venkata Sai Kalyan Routhu
 
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...
IJMER
 
50120130406033
5012013040603350120130406033
50120130406033
IAEME Publication
 
International Journal of Engineering Inventions (IJEI),
International Journal of Engineering Inventions (IJEI),International Journal of Engineering Inventions (IJEI),
International Journal of Engineering Inventions (IJEI),
International Journal of Engineering Inventions www.ijeijournal.com
 
Distance based cluster head section in sensor networks for efficient energy u...
Distance based cluster head section in sensor networks for efficient energy u...Distance based cluster head section in sensor networks for efficient energy u...
Distance based cluster head section in sensor networks for efficient energy u...
IAEME Publication
 
Distance based cluster head section in sensor networks for efficient energy u...
Distance based cluster head section in sensor networks for efficient energy u...Distance based cluster head section in sensor networks for efficient energy u...
Distance based cluster head section in sensor networks for efficient energy u...
IAEME Publication
 
Ameliorate the performance using soft computing approaches in wireless networks
Ameliorate the performance using soft computing approaches  in wireless networksAmeliorate the performance using soft computing approaches  in wireless networks
Ameliorate the performance using soft computing approaches in wireless networks
IJECEIAES
 
Social-sine cosine algorithm-based cross layer resource allocation in wireles...
Social-sine cosine algorithm-based cross layer resource allocation in wireles...Social-sine cosine algorithm-based cross layer resource allocation in wireles...
Social-sine cosine algorithm-based cross layer resource allocation in wireles...
IJECEIAES
 
Wireless communication without pre shared secrets using spread spectrum techn...
Wireless communication without pre shared secrets using spread spectrum techn...Wireless communication without pre shared secrets using spread spectrum techn...
Wireless communication without pre shared secrets using spread spectrum techn...
eSAT Journals
 
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
rinzindorjej
 
6119ijcsitce01
6119ijcsitce016119ijcsitce01
6119ijcsitce01
ijcsitcejournal
 
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
rinzindorjej
 
IEEE Networking 2016 Title and Abstract
IEEE Networking 2016 Title and AbstractIEEE Networking 2016 Title and Abstract
IEEE Networking 2016 Title and Abstract
tsysglobalsolutions
 
20190725 li chun_lab_intro_v5
20190725 li chun_lab_intro_v520190725 li chun_lab_intro_v5
20190725 li chun_lab_intro_v5
俊廷 陳
 

Similar to 20320140503011 (20)

Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
 
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
Artificial Neural Network Based Graphical User Interface for Estimation of Fa...
 
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...
 
The hybrid evolutionary algorithm for optimal planning of hybrid woban
The hybrid evolutionary algorithm for optimal planning of hybrid wobanThe hybrid evolutionary algorithm for optimal planning of hybrid woban
The hybrid evolutionary algorithm for optimal planning of hybrid woban
 
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networks
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor NetworksParticle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networks
Particle Swarm Optimization Based QoS Aware Routing for Wireless Sensor Networks
 
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
 
Generator of pseudorandom sequences
Generator of pseudorandom sequences Generator of pseudorandom sequences
Generator of pseudorandom sequences
 
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...
 
50120130406033
5012013040603350120130406033
50120130406033
 
International Journal of Engineering Inventions (IJEI),
International Journal of Engineering Inventions (IJEI),International Journal of Engineering Inventions (IJEI),
International Journal of Engineering Inventions (IJEI),
 
Distance based cluster head section in sensor networks for efficient energy u...
Distance based cluster head section in sensor networks for efficient energy u...Distance based cluster head section in sensor networks for efficient energy u...
Distance based cluster head section in sensor networks for efficient energy u...
 
Distance based cluster head section in sensor networks for efficient energy u...
Distance based cluster head section in sensor networks for efficient energy u...Distance based cluster head section in sensor networks for efficient energy u...
Distance based cluster head section in sensor networks for efficient energy u...
 
Ameliorate the performance using soft computing approaches in wireless networks
Ameliorate the performance using soft computing approaches  in wireless networksAmeliorate the performance using soft computing approaches  in wireless networks
Ameliorate the performance using soft computing approaches in wireless networks
 
Social-sine cosine algorithm-based cross layer resource allocation in wireles...
Social-sine cosine algorithm-based cross layer resource allocation in wireles...Social-sine cosine algorithm-based cross layer resource allocation in wireles...
Social-sine cosine algorithm-based cross layer resource allocation in wireles...
 
Wireless communication without pre shared secrets using spread spectrum techn...
Wireless communication without pre shared secrets using spread spectrum techn...Wireless communication without pre shared secrets using spread spectrum techn...
Wireless communication without pre shared secrets using spread spectrum techn...
 
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
 
6119ijcsitce01
6119ijcsitce016119ijcsitce01
6119ijcsitce01
 
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
CONTRAST OF RESNET AND DENSENET BASED ON THE RECOGNITION OF SIMPLE FRUIT DATA...
 
IEEE Networking 2016 Title and Abstract
IEEE Networking 2016 Title and AbstractIEEE Networking 2016 Title and Abstract
IEEE Networking 2016 Title and Abstract
 
20190725 li chun_lab_intro_v5
20190725 li chun_lab_intro_v520190725 li chun_lab_intro_v5
20190725 li chun_lab_intro_v5
 

More from 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.pdf
IAEME 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 ENTREPRENEURS
IAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
IAEME 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 APPLICATIONS
IAEME 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 TRANSACTIONS
IAEME 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 ARDUINO
IAEME 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 ECONOMY
IAEME 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 POLICE
IAEME 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 ENVIRONMENT
IAEME Publication
 

More from 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
 

Recently uploaded

Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
 
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Jeffrey Haguewood
 
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStrDeep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
saastr
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
Finale of the Year: Apply for Next One!
Finale of the Year: Apply for Next One!Finale of the Year: Apply for Next One!
Finale of the Year: Apply for Next One!
GDSC PJATK
 
dbms calicut university B. sc Cs 4th sem.pdf
dbms  calicut university B. sc Cs 4th sem.pdfdbms  calicut university B. sc Cs 4th sem.pdf
dbms calicut university B. sc Cs 4th sem.pdf
Shinana2
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
Wouter Lemaire
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
HarisZaheer8
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
Operating System Used by Users in day-to-day life.pptx
Operating System Used by Users in day-to-day life.pptxOperating System Used by Users in day-to-day life.pptx
Operating System Used by Users in day-to-day life.pptx
Pravash Chandra Das
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
fredae14
 

Recently uploaded (20)

Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
 
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
 
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStrDeep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
Finale of the Year: Apply for Next One!
Finale of the Year: Apply for Next One!Finale of the Year: Apply for Next One!
Finale of the Year: Apply for Next One!
 
dbms calicut university B. sc Cs 4th sem.pdf
dbms  calicut university B. sc Cs 4th sem.pdfdbms  calicut university B. sc Cs 4th sem.pdf
dbms calicut university B. sc Cs 4th sem.pdf
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
Operating System Used by Users in day-to-day life.pptx
Operating System Used by Users in day-to-day life.pptxOperating System Used by Users in day-to-day life.pptx
Operating System Used by Users in day-to-day life.pptx
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
 

20320140503011

  • 1. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 5, Issue 3, March (2014), pp. 100- 106 © IAEME 100 NEURAL NETWORK MODEL FOR DESIGN OF ONE-WAY R.C.C SLABS USING GA/BPN Dr. B. Ramesh Babu Principal Anantha Lakshmi Institute of Technology & Sciences Anantapur, Andhra Pradesh, India. ABSTRACT The design of R.C.C slabs involves many constraints like different edge conditions, loading, geometry and I.S. 456-2000 code provisions. The design has to satisfy all the constraints. This paper demonstrates the applicability of artificial neural networks and genetic algorithms for the design of one –way slabs to satisfy all the design constraints. KEYWORDS: Artificial Neural Networks, Genetic Algorithms, One-Way Slabs, R.C.C. Slabs. 1. INTRODUCTION Due to different edge conditions, the designer has to design many number of one way slabs in any given building which becomes cumbersome. The present investigation proposes an alternative method for the easy design of one-way slabs using the principles of Genetic Algorithms and Neural Networks. Thus, the objective of the present work is to demonstrate the applicability of Genetic algorithms and Artificial Neural Networks for the structural design of one-way slabs. The networks have been trained with design data obtained from design experts in the field. 2. DESIGN OF ONE- WAY SLABS 2.1 Development of Simple and Genetic Algorithm Based Neural Network Models The development of simple Artificial Neural network model and Genetic Algorithm based neural network model for design of two-way slabs involves various steps such as INTERNATIONAL JOURNAL OF CIVIL ENGINEERING AND TECHNOLOGY (IJCIET) ISSN 0976 – 6308 (Print) ISSN 0976 – 6316(Online) Volume 5, Issue 3, March (2014), pp. 100-106 © IAEME: www.iaeme.com/ijciet.asp Journal Impact Factor (2014): 7.9290 (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 5, Issue 3, March (2014), pp. 100- 106 © IAEME 101 1. Generation of exemplar patterns. 2. Selection of network type. 3. Selection of input and output for the network. 4. Arriving at a suitable network configuration. 5. Training of a network. 6. Validation of the resulting network. These stages are addressed in the following sections. 2.1.1 Generation of Exemplar Patterns The objective of this work is to develop neural network models for the design of one-way slabs. This requires a comprehensive set of examples that cover various parameters influencing the design of one-way slabs. All the training examples should invariably satisfy I.S. 456-2000 code provisions. For the present work, all the training examples have been developed by presenting different one-way slab problems to various design experts. The experts were asked to provide designs satisfying I.S. code provisions. The design variables considered are the span, live load, grades of concrete and steel and diameters of reinforcements. The design values are obtained for different spans viz., 3.0m, 3.5m, 4.0m, 4.5m and 5.0m. Three different live load intensities viz., 1.5, 2.0 and 4.0 KN/m2 are considered. M20 and M25 grades of concretes have been used. Reinforcement steel of three different grades viz. FE 250, FE 415 and FE 500 have been used. For main reinforcement, two diameters viz., 8.0mm and10.0 mm are considered. For distribution reinforcement only 8.0mm diameter has been considered. For each set, the overall depth of slab required, main reinforcement spacing and distribution steel spacing are obtained. For the present problem, a total of hundred samples training examples are obtained from different experts such that these examples cover all the possible combinations of design variables considered. Out of these, seventy five examples have been used for training and twenty five examples are used for validation. 2.1.2 Selection of Network Type The present problem considered for the neural network application involves the mapping of the known parameters such as span lengths, loading, reinforcement details, So as to design the RCC slabs. The design is highly dependent on these parameters as they interact among themselves in a non-linear fashion. Therefore, while selecting a network type its ability for mapping complex non- linear relationships must be considered for application. From the literature available, it is observed that feed forward neural networks have the ability to map such non-linear relationships. Hence, the feed forward form of neural architecture is used for the design of slabs. 2.1.3 Selection of Input and Output In the present work, it is required to develop neural network models for the design of one- way slabs. This means, the models should be able to predict the values of the depth of the section, spacing of both main and distribution reinforcements for a given live load, grade of steel and concrete. The input layer for the network has been configured taking in to account the possible parameters that may influence the output. As the network is supposed to map the functional relationship between the input and output parameters, the performance of the network is highly
  • 3. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 5, Issue 3, March (2014), pp. 100- 106 © IAEME 102 sensitive to the input information. In addition, proper choice of input parameters improves the net performance for unseen problems i.e. the generalization capability. Accordingly the input to the network is chosen as follows: • span of the section (L) • Live load (wl) • Grade of concrete (fck) • Grade of steel (fy) • Diameter of main reinforcement (D1) • Diameter of distribution reinforcement (d1) Thus the input vector selected for this model is IP = {L, wl, fck, fy, D,d } ------------ (1) Although the relationship between the input parameters and macroscopic behavior of the material is highly non-linear, the quantitative degree of non-linearity is not clearly known. Hence, only the linear terms have been induced in the input vector. The network is expected to establish the degree of non-linearity through the training examples in an implicit manner. The designer would like to know the depth of the section and the areas of reinforcement for the given grade of concrete, grade of steel, live load and Edge condition. Thus the model should be able to predict the following. • Overall Depth of slab (D) • Spacing of main reinforcement (S1) • Spacing of distribution reinforcement (S2) Accordingly, the output vector for the neural network model is selected as OP = { D, S1,S2 } ---------------- (2) From the literature available it is learnt that computers work better for the values lying in between 0 and 1. So the input and output parameters have been normalized in the range (0, +1) using suitable normalization or scaling factors. This has been done by dividing the greatest entry at a node by a scale factor slightly greater than it.
  • 4. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 5, Issue 3, March (2014), pp. 100- 106 © IAEME 103 2.1.4 Selecting a Suitable Network Configuration 2.1.4.1 GA/ BPN Model After doing a few trials, it is observed that the network with 10 neurons each in two hidden layer is behaving well. Accordingly a configuration of (6-10-3) has been selected for this network model. The architecture is depicted in Figure 1. Input layer Hidden layer Output layer (6Neurons) (10 Neurons) (3 Neurons) Figure 1. The Final GA/ BPN Configuration for one way slabs. 2.1.5 Training of the Network 2.1.5.1 Training of GA/BPN Model The training of the present network has been accomplished using the Back Propagation algorithm (BP). Conventionally, a BPN determines its weights based on a gradient search technique and hence runs the risk of encountering a local-minima . GA on the other hand is found to be good at finding ‘acceptably good’ solutions. The idea to hybridize the two networks has been successful to D S1 S2 L wl fck fy D1 d1 ▪ ▪
  • 5. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 5, Issue 3, March (2014), pp. 100- 106 © IAEME 104 enhance the speed of training . In the present work, the weights for the BPN have been obtained by using a GA. Genetic Algorithms (GAs) which use a direct analogy of natural behavior work with a population of individual strings, each representing a possible solution to the problem considered. Each individual string is assigned a fitness value which is an assessment of how good a solution is to a problem. The high-fit individuals participate in “reproduction” by cross-breeding with other individuals in the population. This yields new individual strings as offspring which share some features with each parent. The least-fit individuals are kept out from reproduction and so they “die out”. A whole new population of possible solutions to the problem is generated by selecting the high- fit individuals from the current generation. This new generation contains characteristics which are better than their ancestors. The parameters which represent a potential solution to the problem, genes, are joined together to form a string of values referred as a chromosome. A decimal coding system has been adopted for coding the chromosomes in the present work. The network configuration chosen for the present work is 6-10-3. Therefore, the number of weights (genes) that are to be determined are 6X10+10X3= 90. With each gene being a real number, and taking the gene length as 5, the string representing the chromosomes of weights will have a length of 90X5=450. This string represents the weight matrices of the input-hidden layer-output layers. An initial population of chromosomes is randomly generated. Weights from each chromosome have been extracted then using the procedure suggested in reference. The fitness function has been devised using FITGEN algorithm. A constant learning rate of 0.6 and a momentum factor of 0.9 have been adopted during the training. Satisfactory training has been obtained after just 1500 training cycles. This indicates the efficiency of the Genetic Algorithm. The progress of the learning of the network is presented in Table 4.4. The training of the network accepted at this stage is depicted in figures 4(a-c). From these figures, it is observed that, the ANN model predicted the output which closely matches with analytical results. Fig 2. (a). Learning of GA/BPN Model for Overall Depth of Slab, (b). Learning of GA/BPN Model for Spacing of Main Reinforcement, (c). Learning of GA/ BPN Model for Spacing of Distribution Reinforcement (a) (b) (c)
  • 6. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 5, Issue 3, March (2014), pp. 100- 106 © IAEME 105 2.1.6 Validation of the Network Models 2.1.6.1validation of GA/BPN Model Validation of the network is to test the network for the parameters that are not used in training of the network. The network was asked to predict the overall depth, main reinforcement spacing and distribution steel spacing of 25 sets which are not included in the training set. It can be seen from the figures 6 (a-c) that the values predicted by GA/BPN model for new sets match satisfactorily with results of design experts. It can also be noticed that the designs provided by the neural network model satisfy all the provisions of I.S. 456-2000. Hence it can be concluded that this neural network model can be successfully used to design different one-way slabs Fig 3. (a). Validation of GA/BPN Model for Overall Depth of Slab, (b).Validation of GA/BPN Model for Spacing of Main Reinforcement, (c). Validation of GA/BPN Model for Spacing of Distribution Reinforcement 3. CONCLUSION In this chapter the application of Genetic Algorithm based Neural Network model for the design of two-way slab problem have been demonstrated. The network model have been trained using one hundred examples obtained from different design experts. The training examples are so chosen that they will cover all the design variables involved in the problem. It is observed that both the model learned the design of one way slabs with good accuracy satisfying I.S. 456-2000 provisions. REFEENCES [1]. Rajasekharan, S., & Vijayalakshmi Pai,G.A., Neural Networks, Fuzzy Logic and genetic Algorithms, pp. 34-56,305-314, Prentice Hall of India , New Delhi,2003 . [2]. Davis, L. Hand book of genetic algorithms. Van Nostrand Reinholt, New York. 1991. (a) (b) (c)
  • 7. International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 – 6308 (Print), ISSN 0976 – 6316(Online) Volume 5, Issue 3, March (2014), pp. 100- 106 © IAEME 106 [3]. Ni Hong-Guang , & Wang Ji-Zong., Prediction of Compressive Strength of Concrete by Neural Networks, Cement and Concrete Research, Vol.30, 2000, pp. 245-1250. [4]. Sanad, A., & Saka, M.P., Prediction of Ultimate Strength of Reinforced Concrete Deep Beams by Neural Networks, ASCE Journal of Structural Engineering, Vol. 127, No. 7, 2001, pp. 818-828. [5]. Cladera, A., & Mari, A.R., Shear Design Procedure for Reinforced Normal and High Strength Concrete Beams using Artificial Neural Networks Part II: Beams With Stirrups, Engineering Structures. Vol. 26, 2004, pp. 917-926. [6]. Cladera, A., & Mari, A.R., Shear Design Procedure for Reinforced Normal and High Strength Concrete Beams using Artificial Neural Networks. Part I: Beams Without Stirrups, Engineering Structures, Vol. 26, 2004, pp. 927-936. [7]. Hadi, N.S., Neural Networks Applications in Concrete structures, Computers and Structures. Vol. 81, 2002, pp.373-381. [8]. Ghaboussi, J., & Joghatie., Active Control of Structures Using Networks, A.S.C.E Journal of structural engineering. Vol. 121, No. 4, 1995, pp.555-567. [9]. Mukharjee, A., & Deshpande., Application of Artificial Neural Networks in Structural Design Expert Systems, Computers and Structures, Vol. 54, No. 3,1995,pp. 367-375. [10]. Mishra, A.K., & Akhil Upadhyay., Column Design using ANN, ICI Journal, 2004, pp. 17-19. [11]. Rumel hart, D.E., Hinton, G.E., & Williams, R.J., Learning into representations by error propogation. In D.E Rumelhart. & McClelland (Eds), Parallel distributed processing: explorations in microstructure of cognition Cambridge. MA: Press. , 1986, pp. 318-362. [12]. Jenkins, W.M., Plane Frame Optimum Design Environment Based On Genetic Algorithm, Journal of Structural Engineering. Vol. 118, No.11, 1992, pp.3103-3112. [13]. Jenkins, W.M., Towards Structural Optimization Via The Genetic Algorithm, Computers and Structures.Vol. 40, 1991, pp. 1321-1327. [14]. Leite, J.P.B., & Topping, B.H.V., Improved Genetic Operators For Structural Engineering Optimization Advances in engineering software, Vol. 29, No. 7-9, 1998, pp. 529-562. [15]. Topping, B.H.V., & de Barros Leite, J.P., Parallel genetic Models for Structural Optimization. International Journal of Engineering Optimization, Vol. 31, No.1, 1998, pp. 65-99. [16]. Code of Practice for Plain and Reinforced Concrete I.S 456 – 2000. [17]. Santosh Patil and Shriniwas Valunjkar, “Forecasting of Daily Runoff Using Artificial Neural Networks”, International Journal of Civil Engineering & Technology (IJCIET), Volume 5, Issue 1, 2014, pp. 13 - 20, ISSN Print: 0976 – 6308, ISSN Online: 0976 – 6316. [18]. Hyeong-Joo Kim, Jose Leo Mission and Jeong-Hee Ko, “Artificial Neural Network (ANN) Prediction of One-Dimensional Consolidation in Homogeneous Clay Under Uniform Applied Load”, International Journal of Civil Engineering & Technology (IJCIET), Volume 4, Issue 4, 2013, pp. 135 - 145, ISSN Print: 0976 – 6308, ISSN Online: 0976 – 6316. [19]. Mohammed S. Al-Ansari, “Flexural Safety Cost of Optimized Reinforced Concrete Slabs”, International Journal of Advanced Research in Engineering & Technology (IJARET), Volume 3, Issue 2, 2012, pp. 289 - 310, ISSN Print: 0976-6480, ISSN Online: 0976-6499.