Analysis of Two Soft Computing Modeling Methodologies for Predicting Thickness Loss of Persian Hand-knotted Carpets

Size: px
Start display at page:

Download "Analysis of Two Soft Computing Modeling Methodologies for Predicting Thickness Loss of Persian Hand-knotted Carpets"

Transcription

1 Fibers and Polymers 2012, Vol.13, No.5, DOI /s x Analysis of Two Soft Computing Modeling Methodologies for Predicting Thickness Loss of Persian Hand-knotted Carpets A. R. Moghassem*, A. A. Gharehaghaji 1, and S. Shaikhzadeh Najar 1 Department of Textile Engineering, Science and Research Branch, Islamic Azad University, Tehran, Iran 1 Department of Textile Engineering, Amirkabir University of Technology, Tehran, Iran (Received June 18, 2011; Revised September 20, 2011; Accepted October 29, 2011) Abstract: Thickness loss caused by static and dynamic loads is one of the most important quality factors in carpets. This property is influenced by pile yarn characteristics and carpet construction parameters. Exploring the relationship between thickness loss and effective factors is highly significant to optimize the selection of the variables. Soft computing approaches, which are potent data-modeling tools in capturing complex input-output relationships, seem to be the powerful technique to decipher the above-mentioned relationship. This paper presents two different modeling methodologies for predicting thickness loss of Persian hand-knotted carpets. At first, several topologies with different architectures were used to get the best neural-network model. Since, ANN model is a black box and did not succeed in indicating inter-relationship between input and output parameters, gene expression programming (GEP) is presented here as another intelligent algorithm to predict thickness loss of the carpets. Our study showed that, GEP model has a significant priority over the ANN. The correlation coefficient (R-value) and mean square error (MSE) for GEP model were and respectively, while these parameters were and for ANN model. This indicates the desirable predictive power of GEP algorithm. Based on the proposed models, the dominant parameter on thickness loss found to be knot density and content of slipe wool. Keywords: Artificial neural network, Gene expression programming, Soft computing approach, Hand-knotted carpet, Thickness loss Introduction Hand-knotted carpet is one of the most important handicrafts and revenue creating activities in Iran [1]. Four different yarns namely, thin weft, thick weft, warp and pile from cotton, wool and cotton/polyester fibres are used to produce this kind of carpet [1,2]. Similar to other kinds of carpets, the lifetime of a handknotted carpet is determined by the deterioration in its appearance, in the course of carpet wear, during which the carpet piles are exposed to forces such as cycling loading (walking) or static loading, which may result in a reduction in the carpet thickness [3]. The loss of thickness of carpets in use is important because it affects the change in the appearance of the texture of the carpet pile [4]. Many factors such as the production methods and materials may affect this quality factor [1]. Therefore, the study on the relationship between influencing parameters and above-mentioned property is a subject of major interest to the researchers. A lot of researches have been carried out to study the effect of static and dynamic forces on the conventional carpets, but a little have been done on hand-knotted carpets [2]. In the case of conventional carpets, Ainsworth et al. [4] found a linear relation between the loss of thickness and the logarithm of the number of revolutions of the Tetrapod Walker Machine between 100 and revolutions for cut, loop and combined piles. When a carpet is used, there is *Corresponding author: armogh@yahoo.com generally a comparatively large decrease in the thickness during the first few months of wear and then a much lower, steady rate of decrease during the reminder of its life [5]. Based on the experimental study carried out by Celik et al. [6] on the thickness loss of Wilton-type carpets under dynamic loading, it was concluded that the increase in the number of impacts resulted in a decrease in the mean thickness. Acrylic-carpet structural parameters of pile height and pile density influence the carpet appearance by changing the thickness loss. Therefore, manufacturers should choose pile height and density very carefully in order to improve carpet lifetime [3]. The study carried out by Bassam [7] on Persian handknotted carpets demonstrated that, the loss of thickness under a static load were 42 %, 46 % and 56 % for the samples produced with symmetrical, asymmetrical and paired knot types. Mirjalili et al. [2] investigated the effect of static loading on the characteristics of hand-knotted Persian carpets. The results indicated that, much of the change in the thickness occurred in the early stages of compression and then slowed down to a steady state condition. They found that, the thickness of the carpet with finer wool fibres as pile yarn decreases more than the thickness of the sample with coarser fibres. Thickness reduction of a carpet produced from tanned wool is more than that of the sample woven from virgin wool [2]. Also, the rate of decrease in the thickness is inversely proportional to an increase in the number of knots per unit area [2]. Exploring the relationship between thickness loss and effective factors is highly significant to optimize the 675

2 676 Fibers and Polymers 2012, Vol.13, No.5 A. R. Moghassem et al. selection of the variables. There are some research works that focus on modeling other carpet quality characteristics. Mojabi et al. [8] use statistical approach for modeling compressional creep behavior of Persian carpets during storage under different environmental conditions. Carnaby [9], Liu et al. [10] and Hearle et al. [11] developed rheological, mathematical and computational models in the mechanics of carpet wear. Dayiary et al. [12] attempted to explore a mechanistic model of cut pile carpet compression on the basis of elastic-stored bending energy. Kimura et al. [13,14] discussed the compressive deformation of pile yarns by mechanical model. Werny [15] used statistical method to model texture retention in saxony carpets. As a nonlinear problem, predicting thickness loss of a carpet can be realized by an alternative modeling method that is soft computing approach. Among various techniques in soft computing, ANN models have been shown to provide good approximations in presence of noisy data and smaller number of experimental point and the assumptions under which ANN models work are less strict than those for other methods [16]. However, ANN models are called as black box as they simply connect the inputs and outputs without understanding any physical information about the process [16,17]. Therefore, a new soft computing approach from the family of evolutionary programming that is known as Gene Expression Programming (GEP) (Ferreira, 2001) is also a promising candidate for complex prediction problems. GEP is able to provide prediction equations without requiring a cast equation, as in the case of regression analysis [18,19]. This paper makes an attempt to use ANN and GEP for predicting thickness loss of Persian hand-knotted carpets based on the three carpet constructional variables and one experimental factor which are carpet initial thickness, content of slipe wool in pile yarn, pile density and numbers of cyclic impacts. A Brief Overview of Artificial Neural Networks An artificial neural network is an information-processing system that has certain performance characteristics in common with biological neural networks. This technique is useful when there are a large number of effective factors on the specific process [17,20]. A neural network consists of a large number of simple processing elements called neurons, units, cells, nodes, or processing elements. Each neuron receives connections from other neurons and/or itself, each with an associated weight. The interconnectivity defines the topology of the ANN. The weights represent the information being used by the neural network model to solve a problem. One of the central issues in neural network design is to utilize systematic procedures to modify the weights directly from the training data without any assumptions about the data's statistical distribution [20,21]. There are different kinds of topologies and training algorithms but the feed-forward neural network with backpropagation learning algorithms is more popular. The training of a neural network by back-propagation involves three stages: the feed-forward of the input training pattern, the calculation and back-propagation of the associated error, and the adjustment of the weights [20]. ANN has been employed extensively in various textile disciplines ranging from yarn manufacturing and fabric formation to fabric properties [22-24]. In the case of carpets, Sette et al. [25] reported the objective evaluation of carpet wear using image analysis and Kohonen self-organizing network. Van Steenlandt et al. [26] applied Fourier transform image analysis and ANN to evaluate carpet wear. Further explanation of the artificial neural network has been ignored due to extensive application of the method in textile science. A Brief Overview of Gene Expression Programming (GEP) Genetic algorithm (GA) (Goldberg, 1989) is another component of soft computing methods. This method has different domains of applications in various engineering fields [27]. Nonetheless, offshoots of GA namely, gene expression programming (Ferreira, 2001), a natural development of Genetic algorithm (GA) and Genetic programming (GP) has not received attention by researchers. Similarly to GA, GP needs only the problem to be defined. Then the program searches for a solution in a problemindependent manner. The process begins with the random generation of the chromosomes of each of the initial population. Then the chromosomes are expressed and the fitness of each individual is assessed. The individuals are then selected on the basis of fitness to reproduce with modification, leaving progeny with new train. The individuals of the new generation are subjected to the same developmental process until a solution has been found. GEP is a genetic algorithm that consists of mainly five components; the function set, terminal set, fitness function, control parameters and stop condition. In GEP, the individuals are encoded as linear strings of fixed length (the genome or chromosomes) which are afterwards expressed as non-linear entities of different sizes and shapes (simple diagram representations or expression trees (ET)). A chromosome might be modified by one or several operators at a time or not be modified at all. The advantages of GEP are: first, the chromosomes are simple entities: linear, compact, relatively small, and easy to be genetically manipulated (replicate, mutate, recombine, transpose) and second, the expression trees are exclusively the expression of the respective chromosomes. GEP genes are composed of a head and a tail. The head contains symbols that represent both functions and terminals, whereas the tail contains only terminals. For each problem, the length of the head is chosen, whereas the length of the tail is a function of the length of the head and the number of

3 Computational Models for Predicting Thickness Loss Fibers and Polymers 2012, Vol.13, No Table 1. Specifications, mean thickness loss and relative thickness loss of the carpet samples after dynamic loading C.I.T K.D Number of impacts S. no P.S.W P.W Average CV% Average CV% (%) (%) (%) (%) (14.31) 2.18 (16.51) 2.28 (17.27) 2.43 (18.40) (5.30) 1.03 (7.80) 1.21 (9.16) 1.72 (13.03) (10.00) 1.48 (11.21) 1.73 (16.10) 2.10 (15.90) (12.28) 2.01 (19.14) 2.14 (20.38) 2.31 (22.00) (4.66) 0.76 (7.23) 1.08 (10.28) 1.24 (11.80) (11.33) 1.39 (13.23) 1.56 (14.85) 2.04 (19.42) (16.30) 1.17 (18.00) 1.43 (22.00) 1.72 (26.46) (6.15) 0.65 (10.00) 0.92 (14.15) 1.12 (17.23) (7.84) 0.79 (12.15) 0.97 (14.92) 1.21 (18.61) (8.48) 1.59 (12.04) 1.78 (13.48) 2.22 (34.15) (1.89) 0.36 (2.72) 0.71 (5.38) 0.92 (6.96) (6.66) 1.36 (12.95) 1.75 (13.25) 2.19 (16.59) (5.04) 0.76 (7.23) 1.07 (10.19) 1.27 (12.09) (2.28) 0.35 (3.33) 0.69 (6.57) 0.87 (8.28) (4.66) 0.51 (4.85) 0.95 (9.04) 1.15 (10.95) (6.76) 0.67 (10.30) 0.93 (14.30) 1.16 (17.84) (3.07) 0.28 (4.30) 0.40 (6.15) 0.66 (10.15) (5.84) 0.48 (7.38) 0.73 (11.23) 1.02 (15.69) P.S.W: percentage of slipe wool in pile yarn (%), P.W: pile weight (g/10 cm 2 ), C.I.T: carpet initial thickness (mm), K.D: knot density (knots per cm), : thickness loss (mm). arguments of the function with more arguments. For a detailed explanation of GEP, refer to reference No 19, 28. Materials and Methods Carpet Samples and Experiments Eighteen different samples of hand-knotted carpet with dimensions of cm were produced. In these samples, there were three carpet construction variables namely carpet initial thickness, content of slipe wool in pile yarn and number of knots per unit area. Two-ply woollen yarns which are used as pile yarns had been prepared in another previously-done research [29]. Hasanpour (2000) selected several skins from an Iranian sheep breed called Naini. To spin three pile yarns containing 100 % virgin wool fibres, 100 % slipe wool fibres and a blend of virgin and slipe wool fibres (70/30), all the skins were divided into two groups. Wool fibres were removed from the first group of the skins by means of a sharp blade as virgin wool fibres. Besides, slipe wool fibres were provided by applying tanning solution on the second group of the skins using the traditional method. The woollen pile yarns were dyed using acid dye in the prevalent method [29]. The general specifications of the woolen pile yarns were: 2/5.45 (N m ), 200 tpm for single ring spun yarns and 90 tpm for ply yarns. The warp ends used for the carpets were cotton ring spun yarns with count of 9/16.60 (Ne) = 320 (Tex). Also, two different weft ends from cotton/polyester ring spun yarns were used to bind the knots in the carpets firmly. The counts of the thick and thin weft yarns were 40/15.21 (Ne) = 1552 (Tex) and 2/29.52 (Ne) = 40 (Tex), respectively. The Persian carpets used in this work had asymmetrical knots and between each carpet row there were two wefts involved. The numbers of knots per unit area were measured with a precision of 0.5 mm, based on Iranian Standards No.500 and No.456. The height of the pile and the initial thickness of the carpets were also measured based on Standards ISO2949 and ISO1765, respectively. To change knot density, in nine of the carpet samples pile yarn moved around two warp yarns and in other samples pile yarn moved around four warp yarns. Thus, all carpet samples are divided into two different groups based on the number of knots per cm that were cm and cm. Also, initial thickness of the samples consists of three mean values that were 16.5 mm, 13.5 mm and 9 mm (mean pile height of 13.5, 10.5 and 6.5 respectively). Specifications of the carpet samples have been illustrated in Table 1. Similar to other recent research works in which the thickness loss of carpets under dynamic loading has been studied [6], the loss of thickness was evaluated in accordance

4 678 Fibers and Polymers 2012, Vol.13, No.5 A. R. Moghassem et al. with Standard ISO2049 which is equivalent to Iranian Standard No.895. Shirley Dynamic Loading Machine was employed in the present work. The area of the 5 specimens used in the tests was mm. The initial thickness of the conditioned carpet specimens (65 % RH and 20 o C) were measured under a pressure of 2 kpa before applying dynamic loads. Then, the first dynamic loads representing 50 impacts are applied to the specimens as defined in the relevant Standards. The thicknesses of the specimens are immediately measured after this treatment. The specimens are then replaced on the dynamic loading machine again for further treatments. Thickness measurements are made and recorded at intervals of up to 1000 impacts. The thickness loss is calculated using variations between the initial thickness and those measured after the number of impacts stated. The results of the experiments (mean of thickness and relative thickness loss (%)) have been shown in Table 1. Model Inputs and Outputs The basic parameters of hand-knotted carpet formation namely, carpet initial thickness, content of spile wool in pile yarn and pile density accompanied by an experimental variable that is the numbers of cyclic impacts, constitute the input parameters of the models. In the developed models, X 1 is content of slipe wool; X 2 is carpet initial thickness; X 3 is knot density and X 4 is number of cyclic impacts. Thickness loss of the carpets after dynamic loading constitutes the output parameter of the models (Y). Modeling Methodologies Neural Network Parameters To predict thickness loss of the carpet samples, neural network models with four input units and one neuron in output layer (output unit) were designed. In this study, the five-fold cross-validation technique was used for evaluating the prediction error rate of neural network model. Therefore, the data set of 72 samples was divided randomly into 5 subsets each containing 14 or 15 samples, in accordance with other work [30]. The subsets were combined together and five sets of train and test data were designed. Each time, four subsets were used as training sets and one subset as the testing set. Consequently, each designed network was trained and tested five times. Since the objective of training is obtaining an effective generalization of the relationship between the inputs and the outputs, over-fitting of networks was prevented using the weight decay technique and mean square error regularization (MSEREG) performance function. This performance function causes the network to have smaller weights and biases. Data normalizing was carried out in such a way that they got zero mean and unit standard deviation. Some trials with different topologies were carried out. Hyperbolic tangent activation function for processing elements of first hidden layer, sigmoid activation function for processing elements of second hidden layer and linear activation function for processing elements of output neuron layer gave the best performance. One of the important parameters in the back-propagation learning algorithm is the learning rate. In this study we used the adaptive learning rate with momentum training algorithm to enhance the training performance. Learning rate and momentum rate were optimized at 0.07 and 0.9, respectively. The number of hidden neurons and the number of hidden layers are usually adjusted by trial and error. Neural networks with one hidden layer can approximate any function to an arbitrary degree of accuracy. However, some researchers have used more than one hidden layer to improve the performance of the network when there was a complex relationship between input and output parameters. Feed-forward multi-layer networks have been extensively and successfully applied to many function approximations and modeling problems. Therefore, feed-forward multi-layer networks with 4 inputs and one output units were developed in the present work. To achieve the best topology and to evaluate ANN in modeling, 11 topologies with one and two hidden layer(s) were assessed. The number of neurons in hidden layer(s) varied from 4 to 8. Training was done with the back-propagation based on scaled conjugate gradient learning algorithm (SCG). After training the networks with different sets of data, the mean square error of test and train data were measured by presenting them to the trained network. Then the average of mean square error of testing subsets was considered to achieve the best topology. The results showed that, the ANN with two hidden layers, seven processing elements into first and second hidden layers gave the best topology and the least MSE after 1000 epochs. Table 2 shows experimental values, predicted values and prediction error of testing samples related to the fifth set of data in a neural network with ( ) architecture. Model Construction and Analysis Using GEP Algorithm GEP offers new possibilities to solve more complex technological and scientific problems. GEP algorithms represent nature more faithfully, therefore can be used as computer models of natural evolutionary processes. In this concern, the experimental data shown in Table 1 and the mentioned variables were employed for modeling thickness loss of the same hand-knotted carpets. The same five sets used for evaluating ANN model, were used in a GEP algorithm. Then, the resulting five models were applied to the testing data sets. The major task is to define the hidden function connecting the input variables (X 1, X 2, X 3, X 4 ) and output variable (Y). This can be written in the form of Y = f (X 1, X 2, X 3, X 4 ). The function developed by GEP can be used to predict thickness loss of the carpets. The parameters used in the GEP algorithm are summarized in Table 3. There were many

5 Computational Models for Predicting Thickness Loss Fibers and Polymers 2012, Vol.13, No Table 2. The experimental and predicted value of thickness loss of testing samples in fifth class of training using a network with ( ) architecture and the best GEP structure S. no P.S.W C.I.T K.D N.D.I (experimental) (predicted) ANN model Absolute prediction errors Error (%) (predicted) GEP model Absolute prediction errors N.D.I: Number of Dynamic Loads. Error (%) Table 3. The parameters used in the GEP algorithm for different considered structures Parameters Models Inversion Constant per gene RNC mutation DC mutation DC Inversion DC IS transposition Number of generation Population size number of chromosomes head size Number of genes Linking function + - * * Mutation rate One-point recombination rate two-point recombination rate Gene recombination rate Gene transportation rate R-square on test data MSE on test data R-square on train data MSE on train Bold entries represent optimal setting.

6 680 Fibers and Polymers 2012, Vol.13, No.5 A. R. Moghassem et al. Table 4. Performance of ANN with ( ) architecture and GEP model with the best architecture on training and testing data sets ANN model GEP model Data set Training data Testing data Training data Testing data MSE R-value MSE R-value MSE R-value MSE R-value Ave Table 5. Comparison of MSE and R-value between ANN and GEP models Data MSE R-value ANN GEP Difference (%) ANN GEP Difference (%) For training data (89.41) (3.82) For testing data (57.05) (34.37) Table 6. Comparison between the prediction power of two models on independent testing data Training data Testing data Models R-value Prediction error MSE R-value MSE Min (%) Max (%) ANN (0.88) 2.15 ( ) GEP (1.95) 0.12 (75.00) Difference 0.33 (86.84%) 0.2 3(33.72%) 0.44 (89.80%) (51.72) - - different combinations of parameters which mean many GEP models. Since, running the GEP for all of them requires a long computational time therefore, a subset of these combinations was selected to investigate the performance of the GEP in predicting thickness loss of the carpets. After training the GEP models with different sets of data, the mean square error of test and train data were measured by presenting them to the trained model. Then the average of mean square error of testing subsets was considered to achieve the best structure. Table 3 shows the structure of the best and some of the other GEP algorithms that were used for predicting thickness loss of the samples. Also, Table 2 illustrates experimental values, predicted values and prediction error of testing samples related to fifth set of data in the best GEP structure. Results and Discussion Correlation coefficient (R-value) and mean square error (MSE) were used for evaluating and comparing the prediction performance of ANN and GEP models. The results of two algorithms for predicting training and testing data sets are shown in Table 4. The obtained results of average MSE and R-value of five subsets of testing data indicated that the performance of GEP model was better than ANN model. The differences between the MSE values of two models for predicting thickness loss of testing and training data were (57.05 %) and (89.41 %), respectively. Also, differences between the R-values of two models on testing and training data were (34.37 %) and (3.82 %), respectively. In relation to thickness loss, the maximum and minimum MSE in the ANN model for predicting testing data belonged to the second and fifth data sets, respectively, as they were 1.290, 0,025. They were and for the second and fifth data sets in the GEP model. Therefore, it is important to consider the lowest MSE in the prediction of testing data occurring in the GEP model. Table 5 shows the difference between MSE and R-value of the two models. Prediction Performance of Models The prediction performance of the models was assessed using an independent test set. A set of fourteen number of randomly selected carpet samples constituted the test set. From the prediction results, statistical performance indicators (MSE and R-value) were calculated. The results are shown in Table 6, for both training and testing data sets. Table 6 shows that, the difference between the MSE values for predicting thickness loss of testing data was 0.44 that is %. Also, the difference between the R-values for predicting thickness loss of testing data was that is

7 Computational Models for Predicting Thickness Loss Fibers and Polymers 2012, Vol.13, No Table 7. Prediction performance of independent test set carpets P.S.W C.I.T K.D N.D.I ANN model GEP model (experimental) A.P.E E% A.P.E E% (predicted) (predicted) A.P.E: Absolute Prediction Error, E%: Error %. Details of testing data have been presented in Table 7. The ability of the best ANN model to predict the testing data has been shown in Figure 1 schematically. Results reveal that, minimum and maximum prediction errors in the best ANN model are respectively 0.88 % and %. The performance of the best gene expression programming architecture on the same testing data has been shown in Figure 2. The equation (1) represents the mathematical function generated by the best structure of GEP approach. Y = log( log( (( d( 4) d( 2) ) ) + ( d( 1) d( 2) ))) Figure 1. Evaluation of the ANN model to predict the thickness loss of the carpet samples. + ( exp( ((( ) d( 1) )) + ( log( d2) ))) d( 2))) + (( d( ( 2) (( cos( (( sqrt( d( 3) ) d( 1) )) + d( 2) )) 3 )))) + ( ((( log( d( 4) ) ) atan( d( 1) )) ( d( 4) )) + (( d( 2) cos( atan( d( 1) )))) ezp( atan( log( d( 3) ))) (1) In this equation, d(1), d(2), d(3) and d(4) are equivalent to X 1, X 2, X 3 and X 4 that are inputs of the models. As it is clear in Figure 2, there was a closer match between the actual and predicted thickness loss values than ANN model. Based on the obtained results, minimum and maximum prediction error in the best GEP model were 1.95 % and %, respectively. Therefore, the GEP function was able to closely follow the trend of the actual data. All the data in Table 6 and Figures 1, 2 confirmed the excellent capability of GEP model in predicting thickness loss of the carpet samples, compared with ANN model. The better performance of GEP algorithm could be explained based on the method of optimization of its parameter which Figure 2. Evaluation of the GEP model to predict the thickness loss of the carpet samples. was based on genetic algorithm. Although applying genetic algorithm to optimize the ANN model parameters is a useful method to improve the predictive performance of ANN model, this increases the complexity of modeling process in comparison with GEP algorithm.

8 682 Fibers and Polymers 2012, Vol.13, No.5 A. R. Moghassem et al. Finally, presenting a specific mathematical equation describing the relation between dependent and independent parameters was a time consuming process, especially when there was not any clear relationship between input and output parameters. But, this case is easily obtainable by GEP algorithm. The GEP algorithm results in an equation that can be easily programmed even into a pocket calculator to use in future predictions. All of the obtained results accompanied with this benefit, demonstrate the advantages of GEP model when compared with ANN model. Analysis of the Impact of Input Parameters on Thickness Loss of the Carpet Samples The relative contribution of each of the carpet construction parameters and number of the cyclic impacts has been evaluated using two different modeling methodologies. An input significance test was conducted by eliminating one designated input from the model at each time. The model was trained again and the prediction was made from the testing data. The increase in the mean square error of prediction as compared to that parent model was considered as the indicator of importance of the eliminated input. Study showed that, knot density and content of slipe wool are the major contributing parameters to the thickness loss of the carpets in the order of descending importance. The effects of the input parameters on thickness loss have been predicted as well by ANN and GEP models. Based on the experimental data, increase in content of slipe wool fibers leads to more reduction in carpet thickness after applying compressive load. Dense carpets give less compression and thickness loss after loading. An increase in carpet thickness (pile height) improves the compressibility and decreases its elastic recovery. Consequently, thickness loss of the carpet samples increases by increase in the number of cyclic impacts. Conclusion In this study, Gene Expression Programming (GEP) algorithm, as a new intelligent methodology, was applied to obtain a predictive model of thickness loss of Persian handknotted carpets based on the three carpet constructional parameters and one experimental variable. Artificial neural network (ANN) model was also developed as a criterion to evaluate the predictive power of GEP algorithm. Our Study showed that, ANN model, with two hidden layers and seven processing elements in each of them, was the best model. The obtained results from extensive computational tests indicated the better prediction performance of the GEP model in comparison with ANN model. The difference between the MSE and R-value of two proposed models in predicting testing data was (57 %) and (34 %). GEP was found as a powerful programming algorithm in predicting thickness loss of hand-knotted carpets. Also, another advantage of GEP is its ability to explore mathematical equation that can be used during the carpet producing process. References 1. M. Kamali Dolatabadi, M. Montazer, and M. Latifi, J. Text. Inst., 96, 1 (2005). 2. S. A. Mirjalili and M. Sharzehee, J. Text. Inst., 96, 287 (2005). 3. Y. Korkmaz and S. Dalci Kocer, J. Text. Inst., 101, 236 (2010). 4. E. A. Ainsworth and G. E. Cusick, J. Text. Inst., 56, T25 (1965). 5. G. Dorothy and Clegg, L. Anderson, J. Text. Inst., 53, T347 (1962). 6. N. Celik and E. Koc, Fibers Text. East. Eur., 18, 54 (2010). 7. S. J. Bassam, A Study on the Physical and mechanical properties of symmetrical and Asymmetric knots, pp.21-22, 40-42, Research Center for the Persian Carpets (PCRC), Iran, S. A. Mojabi, S. Shaikhzadeh Najar, S. H. Hashemi, A. Rashidi, and S. J. Bassam, Fibers Text. East. Eur., 16, 57 (2008). 9. G. A. Carnaby, Text. Res. J, 51, 514 (1981). 10. H. Liu, S. K. Tandon, and E. J. Wood, Text. Res. J, 72, 954 (2002). 11. J. W. S. Hearle, H. Liu, S. K. Tandon, and E. J. Wood, J. Text. Inst., 96, 137 (2005). 12. M. Dayiary, S. Shaikhzadeh Najar, and M. Shamsi, J. Text. Inst., 100, 688 (2009). 13. K. Kimura, S. Kawabata, and H. Kawai, J. Text. Mach. Soc. Jap., 23, 67 (1970). 14. K. Kimura and S. Kawabata, J. Text. Mach. Soc. Jap., 24, 207 (1971). 15. F. Werny, Text. Res. J., 63, 194 (1993). 16. T. Chen, C. Zhang, X. Chen, and L. Li, Res. J. Text. Appl., 11, 80 (2007). 17. R. Rajamanickam, S. Hansen, and S. Jayaraman, Text. Res. J., 67, 39 (1997). 18. A. Baykasoglu, A. Oztas, and E. Ozbay, Exp. Sys. Appl., 36, 6145 (2009). 19. M. Dayik, Text. Res. J., 79, 963 (2009). 20. L. Fausett, Fundamentals of Neural Networks, Prentice Hall, New Jersey, J. C. Principe, N. R. Euliano, and W. C. Lefebvre, Neural and Adaptive Systems, John Wiley & Sons, USA, New York, R. Beltran, L. Wang, and X. Wang, Text. Res. J., 74, 757 (2004). 23. A. Majumdar, P. K. Majumdar, and B. Sarkar, Ind. J. Fiber. Text. Res., 30, 19 (2005). 24. R. Beltran, L. Wang, and X. Wang, J. Text. Inst., 97, 129 (2005).

9 Computational Models for Predicting Thickness Loss Fibers and Polymers 2012, Vol.13, No S. Sette, L. Boullart, and P. Kiekens, Text. Res. J., 65, 196 (1995). 26. W. V. Steenlandt, D. Collet, S. Sette, P. Bernard, R. Luning, L. K. H. Bohland, and H. Schulz, Text. Res. J., 66, 55 (1996). 27. A. Majumdar, A. Mitra, D. Banerjee, and P. K. Majumdar, Res. J. Text. Appl., 14, 1 (2010). 28. G. Ferreira, Complex Systems, 13, 87 (2001). 29. M. J. Hasanpour, Study on the Effects of Tanning Processes on the Characteristics of Wool Fibres and Pile Yarns, MS Thesis, Isfahan University of Technology, Iran, A. A. Gharahaghaji. M. Shanbeh, and M. Palhang, Text. Res. J., 77, 565 (2007).

Dynamic Analysis of Structures Using Neural Networks

Dynamic Analysis of Structures Using Neural Networks Dynamic Analysis of Structures Using Neural Networks Alireza Lavaei Academic member, Islamic Azad University, Boroujerd Branch, Iran Alireza Lohrasbi Academic member, Islamic Azad University, Boroujerd

More information

CHAPTER 7 MASS LOSS PREDICTION USING ARTIFICIAL NEURAL NETWORK (ANN)

CHAPTER 7 MASS LOSS PREDICTION USING ARTIFICIAL NEURAL NETWORK (ANN) 128 CHAPTER 7 MASS LOSS PREDICTION USING ARTIFICIAL NEURAL NETWORK (ANN) Various mathematical techniques like regression analysis and software tools have helped to develop a model using equation, which

More information

Prediction of False Twist Textured Yarn Properties by Artificial Neural Network Methodology

Prediction of False Twist Textured Yarn Properties by Artificial Neural Network Methodology Prediction of False Twist Textured Yarn Properties by Artificial Neural Network Methodology Bahareh Azimi, Mohammad Amani Tehran, PhD, Mohammad Reza Mohades Mojtahedi Amir Kabir University, Tehran IRAN

More information

Use of Artificial Neural Networks to Investigate the Surface Roughness in CNC Milling Machine

Use of Artificial Neural Networks to Investigate the Surface Roughness in CNC Milling Machine Use of Artificial Neural Networks to Investigate the Surface Roughness in CNC Milling Machine M. Vijay Kumar Reddy 1 1 Department of Mechanical Engineering, Annamacharya Institute of Technology and Sciences,

More information

Neural Network Weight Selection Using Genetic Algorithms

Neural Network Weight Selection Using Genetic Algorithms Neural Network Weight Selection Using Genetic Algorithms David Montana presented by: Carl Fink, Hongyi Chen, Jack Cheng, Xinglong Li, Bruce Lin, Chongjie Zhang April 12, 2005 1 Neural Networks Neural networks

More information

Artificial Neural Network (ANN) Approach for Predicting Friction Coefficient of Roller Burnishing AL6061

Artificial Neural Network (ANN) Approach for Predicting Friction Coefficient of Roller Burnishing AL6061 International Journal of Machine Learning and Computing, Vol. 2, No. 6, December 2012 Artificial Neural Network (ANN) Approach for Predicting Friction Coefficient of Roller Burnishing AL6061 S. H. Tang,

More information

COMPLIANCE MODELLING OF 3D WEAVES

COMPLIANCE MODELLING OF 3D WEAVES 6 TH INTERNATIONAL CONFERENCE ON COMPOSITE MATERIALS COMPLIANCE MODELLING OF 3D WEAVES Prasad Potluri *, Andrew Long **, Robert J Young *, Hua Lin **, Yat-Tarng Shyng *, A Manan * * School of Materials,

More information

Supervised Learning in Neural Networks (Part 2)

Supervised Learning in Neural Networks (Part 2) Supervised Learning in Neural Networks (Part 2) Multilayer neural networks (back-propagation training algorithm) The input signals are propagated in a forward direction on a layer-bylayer basis. Learning

More information

A Comparative Study of Linear Encoding in Genetic Programming

A Comparative Study of Linear Encoding in Genetic Programming 2011 Ninth International Conference on ICT and Knowledge A Comparative Study of Linear Encoding in Genetic Programming Yuttana Suttasupa, Suppat Rungraungsilp, Suwat Pinyopan, Pravit Wungchusunti, Prabhas

More information

A New Multi-objective Multi-mode Model for Optimizing EPC Projects in Oil and Gas Industry

A New Multi-objective Multi-mode Model for Optimizing EPC Projects in Oil and Gas Industry A New Multi-objective Multi-mode Model for Optimizing EPC Projects in Oil and Gas Industry Vida Arabzadeh, Hassan Haleh, and S.M.R. Khalili Abstract the objective of this paper is implementing optimization

More information

Evolutionary form design: the application of genetic algorithmic techniques to computer-aided product design

Evolutionary form design: the application of genetic algorithmic techniques to computer-aided product design Loughborough University Institutional Repository Evolutionary form design: the application of genetic algorithmic techniques to computer-aided product design This item was submitted to Loughborough University's

More information

ESTIMATION OF SUBSURFACE QANATS DEPTH BY MULTI LAYER PERCEPTRON NEURAL NETWORK VIA MICROGRAVITY DATA

ESTIMATION OF SUBSURFACE QANATS DEPTH BY MULTI LAYER PERCEPTRON NEURAL NETWORK VIA MICROGRAVITY DATA Advances in Geosciences Vol. 20: Solid Earth (2008) Ed. Kenji Satake c World Scientific Publishing Company ESTIMATION OF SUBSURFACE QANATS DEPTH BY MULTI LAYER PERCEPTRON NEURAL NETWORK VIA MICROGRAVITY

More information

AN EVOLUTIONARY APPROACH TO DISTANCE VECTOR ROUTING

AN EVOLUTIONARY APPROACH TO DISTANCE VECTOR ROUTING International Journal of Latest Research in Science and Technology Volume 3, Issue 3: Page No. 201-205, May-June 2014 http://www.mnkjournals.com/ijlrst.htm ISSN (Online):2278-5299 AN EVOLUTIONARY APPROACH

More information

Node Parameters and Its Relation with Constructional and Bending Properties of PC Blended Fabric.

Node Parameters and Its Relation with Constructional and Bending Properties of PC Blended Fabric. International Journal of Engineering Research and Development e-issn: 2278-67X, p-issn : 2278-8X, www.ijerd.com Volume, Issue 7 (January 13), PP. 61-66 Node Parameters and Its Relation with Constructional

More information

DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES

DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES SHIHADEH ALQRAINY. Department of Software Engineering, Albalqa Applied University. E-mail:

More information

A *69>H>N6 #DJGC6A DG C<>C::G>C<,8>:C8:H /DA 'D 2:6G, ()-"&"3 -"(' ( +-" " " % '.+ % ' -0(+$,

A *69>H>N6 #DJGC6A DG C<>C::G>C<,8>:C8:H /DA 'D 2:6G, ()-&3 -(' ( +-   % '.+ % ' -0(+$, The structure is a very important aspect in neural network design, it is not only impossible to determine an optimal structure for a given problem, it is even impossible to prove that a given structure

More information

Parameter optimization model in electrical discharge machining process *

Parameter optimization model in electrical discharge machining process * 14 Journal of Zhejiang University SCIENCE A ISSN 1673-565X (Print); ISSN 1862-1775 (Online) www.zju.edu.cn/jzus; www.springerlink.com E-mail: jzus@zju.edu.cn Parameter optimization model in electrical

More information

Aero-engine PID parameters Optimization based on Adaptive Genetic Algorithm. Yinling Wang, Huacong Li

Aero-engine PID parameters Optimization based on Adaptive Genetic Algorithm. Yinling Wang, Huacong Li International Conference on Applied Science and Engineering Innovation (ASEI 215) Aero-engine PID parameters Optimization based on Adaptive Genetic Algorithm Yinling Wang, Huacong Li School of Power and

More information

1. Introduction. 2. Motivation and Problem Definition. Volume 8 Issue 2, February Susmita Mohapatra

1. Introduction. 2. Motivation and Problem Definition. Volume 8 Issue 2, February Susmita Mohapatra Pattern Recall Analysis of the Hopfield Neural Network with a Genetic Algorithm Susmita Mohapatra Department of Computer Science, Utkal University, India Abstract: This paper is focused on the implementation

More information

Artificial Neural Network and Multi-Response Optimization in Reliability Measurement Approximation and Redundancy Allocation Problem

Artificial Neural Network and Multi-Response Optimization in Reliability Measurement Approximation and Redundancy Allocation Problem International Journal of Mathematics and Statistics Invention (IJMSI) E-ISSN: 2321 4767 P-ISSN: 2321-4759 Volume 4 Issue 10 December. 2016 PP-29-34 Artificial Neural Network and Multi-Response Optimization

More information

Prediction of traffic flow based on the EMD and wavelet neural network Teng Feng 1,a,Xiaohong Wang 1,b,Yunlai He 1,c

Prediction of traffic flow based on the EMD and wavelet neural network Teng Feng 1,a,Xiaohong Wang 1,b,Yunlai He 1,c 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 215) Prediction of traffic flow based on the EMD and wavelet neural network Teng Feng 1,a,Xiaohong Wang 1,b,Yunlai

More information

6. NEURAL NETWORK BASED PATH PLANNING ALGORITHM 6.1 INTRODUCTION

6. NEURAL NETWORK BASED PATH PLANNING ALGORITHM 6.1 INTRODUCTION 6 NEURAL NETWORK BASED PATH PLANNING ALGORITHM 61 INTRODUCTION In previous chapters path planning algorithms such as trigonometry based path planning algorithm and direction based path planning algorithm

More information

Artificial Neural Network based Curve Prediction

Artificial Neural Network based Curve Prediction Artificial Neural Network based Curve Prediction LECTURE COURSE: AUSGEWÄHLTE OPTIMIERUNGSVERFAHREN FÜR INGENIEURE SUPERVISOR: PROF. CHRISTIAN HAFNER STUDENTS: ANTHONY HSIAO, MICHAEL BOESCH Abstract We

More information

Modelling of surface roughness based on geometrical parameters of woven fabrics

Modelling of surface roughness based on geometrical parameters of woven fabrics Indian Journal of Fibre & Textile Research Vol. 42, March 2017, pp. 43-50 Modelling of surface roughness based on geometrical parameters of woven fabrics Nazanin Ezazshahabi 1,a, Mohammad Amani Tehran

More information

Using a genetic algorithm for editing k-nearest neighbor classifiers

Using a genetic algorithm for editing k-nearest neighbor classifiers Using a genetic algorithm for editing k-nearest neighbor classifiers R. Gil-Pita 1 and X. Yao 23 1 Teoría de la Señal y Comunicaciones, Universidad de Alcalá, Madrid (SPAIN) 2 Computer Sciences Department,

More information

Review on Methods of Selecting Number of Hidden Nodes in Artificial Neural Network

Review on Methods of Selecting Number of Hidden Nodes in Artificial Neural Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 11, November 2014,

More information

Nuclear Research Reactors Accidents Diagnosis Using Genetic Algorithm/Artificial Neural Networks

Nuclear Research Reactors Accidents Diagnosis Using Genetic Algorithm/Artificial Neural Networks Nuclear Research Reactors Accidents Diagnosis Using Genetic Algorithm/Artificial Neural Networks Abdelfattah A. Ahmed**, Nwal A. Alfishawy*, Mohamed A. Albrdini* and Imbaby I. Mahmoud** * Dept of Comp.

More information

Evaluation of Floorcovering Abrasion Resistance by Means of Image Processing Technique

Evaluation of Floorcovering Abrasion Resistance by Means of Image Processing Technique JOURNAL OF TEXTILES AND POLYMERS, VOL. 3, NO. 2, JUNE 2015 40 Evaluation of Floorcovering Abrasion Resistance by Means of Image Processing Technique Fatemeh Mokhtari, Seyed Mohammad Hosseini Varkiyani

More information

Genetic Algorithms. Genetic Algorithms

Genetic Algorithms. Genetic Algorithms A biological analogy for optimization problems Bit encoding, models as strings Reproduction and mutation -> natural selection Pseudo-code for a simple genetic algorithm The goal of genetic algorithms (GA):

More information

Study on fabric density identification based on binary feature matrix

Study on fabric density identification based on binary feature matrix 153 Study on fabric density identification based on binary feature matrix Xiuchen Wang 1,2 Xiaojiu Li 2 Zhe Liu 1 1 Zhongyuan University of Technology Zhengzhou, China 2Tianjin Polytechnic University Tianjin,

More information

Neural Networks Laboratory EE 329 A

Neural Networks Laboratory EE 329 A Neural Networks Laboratory EE 329 A Introduction: Artificial Neural Networks (ANN) are widely used to approximate complex systems that are difficult to model using conventional modeling techniques such

More information

The Genetic Algorithm for finding the maxima of single-variable functions

The Genetic Algorithm for finding the maxima of single-variable functions Research Inventy: International Journal Of Engineering And Science Vol.4, Issue 3(March 2014), PP 46-54 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com The Genetic Algorithm for finding

More information

Review: Final Exam CPSC Artificial Intelligence Michael M. Richter

Review: Final Exam CPSC Artificial Intelligence Michael M. Richter Review: Final Exam Model for a Learning Step Learner initially Environm ent Teacher Compare s pe c ia l Information Control Correct Learning criteria Feedback changed Learner after Learning Learning by

More information

Performance optimization of a rotary mower using Taguchi method

Performance optimization of a rotary mower using Taguchi method Agronomy Research Biosystem Engineering Special Issue, 49-54, 0 Performance optimization of a rotary mower using Taguchi method S. Saeid Hosseini and Mohsen Shamsi Department of mechanics of Agricultural

More information

Genetic algorithm based on number of children and height task for multiprocessor task Scheduling

Genetic algorithm based on number of children and height task for multiprocessor task Scheduling Genetic algorithm based on number of children and height task for multiprocessor task Scheduling Marjan Abdeyazdan 1,Vahid Arjmand 2,Amir masoud Rahmani 3, Hamid Raeis ghanavati 4 1 Department of Computer

More information

Proceedings of the 2016 International Conference on Industrial Engineering and Operations Management Detroit, Michigan, USA, September 23-25, 2016

Proceedings of the 2016 International Conference on Industrial Engineering and Operations Management Detroit, Michigan, USA, September 23-25, 2016 Neural Network Viscosity Models for Multi-Component Liquid Mixtures Adel Elneihoum, Hesham Alhumade, Ibrahim Alhajri, Walid El Garwi, Ali Elkamel Department of Chemical Engineering, University of Waterloo

More information

An Algorithm For Training Multilayer Perceptron (MLP) For Image Reconstruction Using Neural Network Without Overfitting.

An Algorithm For Training Multilayer Perceptron (MLP) For Image Reconstruction Using Neural Network Without Overfitting. An Algorithm For Training Multilayer Perceptron (MLP) For Image Reconstruction Using Neural Network Without Overfitting. Mohammad Mahmudul Alam Mia, Shovasis Kumar Biswas, Monalisa Chowdhury Urmi, Abubakar

More information

Edge Detection for Dental X-ray Image Segmentation using Neural Network approach

Edge Detection for Dental X-ray Image Segmentation using Neural Network approach Volume 1, No. 7, September 2012 ISSN 2278-1080 The International Journal of Computer Science & Applications (TIJCSA) RESEARCH PAPER Available Online at http://www.journalofcomputerscience.com/ Edge Detection

More information

Using CODEQ to Train Feed-forward Neural Networks

Using CODEQ to Train Feed-forward Neural Networks Using CODEQ to Train Feed-forward Neural Networks Mahamed G. H. Omran 1 and Faisal al-adwani 2 1 Department of Computer Science, Gulf University for Science and Technology, Kuwait, Kuwait omran.m@gust.edu.kw

More information

Optimal Design of Steel Columns with Axial Load Using Artificial Neural Networks

Optimal Design of Steel Columns with Axial Load Using Artificial Neural Networks 2017 2nd International Conference on Applied Mechanics and Mechatronics Engineering (AMME 2017) ISBN: 978-1-60595-521-6 Optimal Design of Steel Columns with Axial Load Using Artificial Neural Networks

More information

Regularization of Evolving Polynomial Models

Regularization of Evolving Polynomial Models Regularization of Evolving Polynomial Models Pavel Kordík Dept. of Computer Science and Engineering, Karlovo nám. 13, 121 35 Praha 2, Czech Republic kordikp@fel.cvut.cz Abstract. Black box models such

More information

Climate Precipitation Prediction by Neural Network

Climate Precipitation Prediction by Neural Network Journal of Mathematics and System Science 5 (205) 207-23 doi: 0.7265/259-529/205.05.005 D DAVID PUBLISHING Juliana Aparecida Anochi, Haroldo Fraga de Campos Velho 2. Applied Computing Graduate Program,

More information

Volume 1, Issue 3 (2013) ISSN International Journal of Advance Research and Innovation

Volume 1, Issue 3 (2013) ISSN International Journal of Advance Research and Innovation Application of ANN for Prediction of Surface Roughness in Turning Process: A Review Ranganath M S *, Vipin, R S Mishra Department of Mechanical Engineering, Dehli Technical University, New Delhi, India

More information

Analysis of Planar Anisotropy of Fibre Systems by Using 2D Fourier Transform

Analysis of Planar Anisotropy of Fibre Systems by Using 2D Fourier Transform Maroš Tunák, Aleš Linka Technical University in Liberec Faculty of Textile Engineering Department of Textile Materials Studentská 2, 461 17 Liberec 1, Czech Republic E-mail: maros.tunak@tul.cz ales.linka@tul.cz

More information

11/14/2010 Intelligent Systems and Soft Computing 1

11/14/2010 Intelligent Systems and Soft Computing 1 Lecture 7 Artificial neural networks: Supervised learning Introduction, or how the brain works The neuron as a simple computing element The perceptron Multilayer neural networks Accelerated learning in

More information

International Journal of Digital Application & Contemporary research Website: (Volume 1, Issue 7, February 2013)

International Journal of Digital Application & Contemporary research Website:   (Volume 1, Issue 7, February 2013) Performance Analysis of GA and PSO over Economic Load Dispatch Problem Sakshi Rajpoot sakshirajpoot1988@gmail.com Dr. Sandeep Bhongade sandeepbhongade@rediffmail.com Abstract Economic Load dispatch problem

More information

Image Compression: An Artificial Neural Network Approach

Image Compression: An Artificial Neural Network Approach Image Compression: An Artificial Neural Network Approach Anjana B 1, Mrs Shreeja R 2 1 Department of Computer Science and Engineering, Calicut University, Kuttippuram 2 Department of Computer Science and

More information

Liquefaction Analysis in 3D based on Neural Network Algorithm

Liquefaction Analysis in 3D based on Neural Network Algorithm Liquefaction Analysis in 3D based on Neural Network Algorithm M. Tolon Istanbul Technical University, Turkey D. Ural Istanbul Technical University, Turkey SUMMARY: Simplified techniques based on in situ

More information

Research on Applications of Data Mining in Electronic Commerce. Xiuping YANG 1, a

Research on Applications of Data Mining in Electronic Commerce. Xiuping YANG 1, a International Conference on Education Technology, Management and Humanities Science (ETMHS 2015) Research on Applications of Data Mining in Electronic Commerce Xiuping YANG 1, a 1 Computer Science Department,

More information

Sparse Matrices Reordering using Evolutionary Algorithms: A Seeded Approach

Sparse Matrices Reordering using Evolutionary Algorithms: A Seeded Approach 1 Sparse Matrices Reordering using Evolutionary Algorithms: A Seeded Approach David Greiner, Gustavo Montero, Gabriel Winter Institute of Intelligent Systems and Numerical Applications in Engineering (IUSIANI)

More information

Research on Evaluation Method of Product Style Semantics Based on Neural Network

Research on Evaluation Method of Product Style Semantics Based on Neural Network Research Journal of Applied Sciences, Engineering and Technology 6(23): 4330-4335, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: September 28, 2012 Accepted:

More information

Research Article Forecasting SPEI and SPI Drought Indices Using the Integrated Artificial Neural Networks

Research Article Forecasting SPEI and SPI Drought Indices Using the Integrated Artificial Neural Networks Computational Intelligence and Neuroscience Volume 2016, Article ID 3868519, 17 pages http://dx.doi.org/10.1155/2016/3868519 Research Article Forecasting SPEI and SPI Drought Indices Using the Integrated

More information

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India.

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India. Volume 3, Issue 3, March 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Training Artificial

More information

Open Access Research on the Prediction Model of Material Cost Based on Data Mining

Open Access Research on the Prediction Model of Material Cost Based on Data Mining Send Orders for Reprints to reprints@benthamscience.ae 1062 The Open Mechanical Engineering Journal, 2015, 9, 1062-1066 Open Access Research on the Prediction Model of Material Cost Based on Data Mining

More information

Seismic regionalization based on an artificial neural network

Seismic regionalization based on an artificial neural network Seismic regionalization based on an artificial neural network *Jaime García-Pérez 1) and René Riaño 2) 1), 2) Instituto de Ingeniería, UNAM, CU, Coyoacán, México D.F., 014510, Mexico 1) jgap@pumas.ii.unam.mx

More information

An Application of Genetic Algorithm for Auto-body Panel Die-design Case Library Based on Grid

An Application of Genetic Algorithm for Auto-body Panel Die-design Case Library Based on Grid An Application of Genetic Algorithm for Auto-body Panel Die-design Case Library Based on Grid Demin Wang 2, Hong Zhu 1, and Xin Liu 2 1 College of Computer Science and Technology, Jilin University, Changchun

More information

Data Cleaning and Prototyping Using K-Means to Enhance Classification Accuracy

Data Cleaning and Prototyping Using K-Means to Enhance Classification Accuracy Data Cleaning and Prototyping Using K-Means to Enhance Classification Accuracy Lutfi Fanani 1 and Nurizal Dwi Priandani 2 1 Department of Computer Science, Brawijaya University, Malang, Indonesia. 2 Department

More information

CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS

CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS CHAPTER 4 CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS 4.1 Introduction Optical character recognition is one of

More information

DETERMINING PARETO OPTIMAL CONTROLLER PARAMETER SETS OF AIRCRAFT CONTROL SYSTEMS USING GENETIC ALGORITHM

DETERMINING PARETO OPTIMAL CONTROLLER PARAMETER SETS OF AIRCRAFT CONTROL SYSTEMS USING GENETIC ALGORITHM DETERMINING PARETO OPTIMAL CONTROLLER PARAMETER SETS OF AIRCRAFT CONTROL SYSTEMS USING GENETIC ALGORITHM Can ÖZDEMİR and Ayşe KAHVECİOĞLU School of Civil Aviation Anadolu University 2647 Eskişehir TURKEY

More information

Identification of Defect Location in Computer Networks Using Genetic Algorithm and Artificial Neural Networks

Identification of Defect Location in Computer Networks Using Genetic Algorithm and Artificial Neural Networks Original Article Print ISSN: 2321-6379 Online ISSN: 2321-595X DOI: 10.17354/ijssOct/2017/27 Identification of Defect Location in Computer Networks Using Genetic Algorithm and Artificial Neural Networks

More information

Optimization of fuzzy multi-company workers assignment problem with penalty using genetic algorithm

Optimization of fuzzy multi-company workers assignment problem with penalty using genetic algorithm Optimization of fuzzy multi-company workers assignment problem with penalty using genetic algorithm N. Shahsavari Pour Department of Industrial Engineering, Science and Research Branch, Islamic Azad University,

More information

WHAT TYPE OF NEURAL NETWORK IS IDEAL FOR PREDICTIONS OF SOLAR FLARES?

WHAT TYPE OF NEURAL NETWORK IS IDEAL FOR PREDICTIONS OF SOLAR FLARES? WHAT TYPE OF NEURAL NETWORK IS IDEAL FOR PREDICTIONS OF SOLAR FLARES? Initially considered for this model was a feed forward neural network. Essentially, this means connections between units do not form

More information

A New Selection Operator - CSM in Genetic Algorithms for Solving the TSP

A New Selection Operator - CSM in Genetic Algorithms for Solving the TSP A New Selection Operator - CSM in Genetic Algorithms for Solving the TSP Wael Raef Alkhayri Fahed Al duwairi High School Aljabereyah, Kuwait Suhail Sami Owais Applied Science Private University Amman,

More information

What is GOSET? GOSET stands for Genetic Optimization System Engineering Tool

What is GOSET? GOSET stands for Genetic Optimization System Engineering Tool Lecture 5: GOSET 1 What is GOSET? GOSET stands for Genetic Optimization System Engineering Tool GOSET is a MATLAB based genetic algorithm toolbox for solving optimization problems 2 GOSET Features Wide

More information

Hardware Neuronale Netzwerke - Lernen durch künstliche Evolution (?)

Hardware Neuronale Netzwerke - Lernen durch künstliche Evolution (?) SKIP - May 2004 Hardware Neuronale Netzwerke - Lernen durch künstliche Evolution (?) S. G. Hohmann, Electronic Vision(s), Kirchhoff Institut für Physik, Universität Heidelberg Hardware Neuronale Netzwerke

More information

Optimization of Surface Roughness in End Milling of Medium Carbon Steel by Coupled Statistical Approach with Genetic Algorithm

Optimization of Surface Roughness in End Milling of Medium Carbon Steel by Coupled Statistical Approach with Genetic Algorithm Optimization of Surface Roughness in End Milling of Medium Carbon Steel by Coupled Statistical Approach with Genetic Algorithm Md. Anayet Ullah Patwari Islamic University of Technology (IUT) Department

More information

APPLICATION OF MODELING TOOLS IN MANUFACTURING TO IMPROVE QUALITY AND PRODUCTIVITY WITH CASE STUDY

APPLICATION OF MODELING TOOLS IN MANUFACTURING TO IMPROVE QUALITY AND PRODUCTIVITY WITH CASE STUDY Proceedings in Manufacturing Systems, Volume 7, Issue, ISSN 7- APPLICATION OF MODELING TOOLS IN MANUFACTURING TO IMPROVE QUALITY AND PRODUCTIVITY WITH CASE STUDY Mahesh B. PARAPPAGOUDAR,*, Pandu R. VUNDAVILLI

More information

Available online at ScienceDirect. Procedia Engineering 97 (2014 )

Available online at   ScienceDirect. Procedia Engineering 97 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 97 (2014 ) 365 371 12th GLOBAL CONGRESS ON MANUFACTURING AND MANAGEMENT, GCMM 2014 Optimization and Prediction of Parameters

More information

Genetic Tuning for Improving Wang and Mendel s Fuzzy Database

Genetic Tuning for Improving Wang and Mendel s Fuzzy Database Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Genetic Tuning for Improving Wang and Mendel s Fuzzy Database E. R. R. Kato, O.

More information

Evolving SQL Queries for Data Mining

Evolving SQL Queries for Data Mining Evolving SQL Queries for Data Mining Majid Salim and Xin Yao School of Computer Science, The University of Birmingham Edgbaston, Birmingham B15 2TT, UK {msc30mms,x.yao}@cs.bham.ac.uk Abstract. This paper

More information

Identification of Textile Materials Properties in Body-Clothes Scanned Systems

Identification of Textile Materials Properties in Body-Clothes Scanned Systems Identification of Textile Materials Properties in Body-Clothes Scanned Systems Iulia S. ZVEREVA* a, Victor E. KUZMICHEV a, DominiqueC. ADOLPHE b, L. SCHACHER b a Ivanovo State Textile Academy, Department

More information

Network Routing Protocol using Genetic Algorithms

Network Routing Protocol using Genetic Algorithms International Journal of Electrical & Computer Sciences IJECS-IJENS Vol:0 No:02 40 Network Routing Protocol using Genetic Algorithms Gihan Nagib and Wahied G. Ali Abstract This paper aims to develop a

More information

A GENETIC ALGORITHM APPROACH TO OPTIMAL TOPOLOGICAL DESIGN OF ALL TERMINAL NETWORKS

A GENETIC ALGORITHM APPROACH TO OPTIMAL TOPOLOGICAL DESIGN OF ALL TERMINAL NETWORKS A GENETIC ALGORITHM APPROACH TO OPTIMAL TOPOLOGICAL DESIGN OF ALL TERMINAL NETWORKS BERNA DENGIZ AND FULYA ALTIPARMAK Department of Industrial Engineering Gazi University, Ankara, TURKEY 06570 ALICE E.

More information

A Genetic Algorithm for Graph Matching using Graph Node Characteristics 1 2

A Genetic Algorithm for Graph Matching using Graph Node Characteristics 1 2 Chapter 5 A Genetic Algorithm for Graph Matching using Graph Node Characteristics 1 2 Graph Matching has attracted the exploration of applying new computing paradigms because of the large number of applications

More information

Gene Expression Programming. Czech Institute of Informatics, Robotics and Cybernetics CTU Prague

Gene Expression Programming. Czech Institute of Informatics, Robotics and Cybernetics CTU Prague Gene Expression Programming Jiří Kubaĺık Czech Institute of Informatics, Robotics and Cybernetics CTU Prague http://cw.felk.cvut.cz/doku.php/courses/a0m33eoa/start pcontents Gene Expression Programming

More information

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press,  ISSN Comparative study of fuzzy logic and neural network methods in modeling of simulated steady-state data M. Järvensivu and V. Kanninen Laboratory of Process Control, Department of Chemical Engineering, Helsinki

More information

Measurement of 3D Foot Shape Deformation in Motion

Measurement of 3D Foot Shape Deformation in Motion Measurement of 3D Foot Shape Deformation in Motion Makoto Kimura Masaaki Mochimaru Takeo Kanade Digital Human Research Center National Institute of Advanced Industrial Science and Technology, Japan The

More information

The comparison of performance by using alternative refrigerant R152a in automobile climate system with different artificial neural network models

The comparison of performance by using alternative refrigerant R152a in automobile climate system with different artificial neural network models Journal of Physics: Conference Series PAPER OPEN ACCESS The comparison of performance by using alternative refrigerant R152a in automobile climate system with different artificial neural network models

More information

Analytical model A structure and process for analyzing a dataset. For example, a decision tree is a model for the classification of a dataset.

Analytical model A structure and process for analyzing a dataset. For example, a decision tree is a model for the classification of a dataset. Glossary of data mining terms: Accuracy Accuracy is an important factor in assessing the success of data mining. When applied to data, accuracy refers to the rate of correct values in the data. When applied

More information

Artificial Neural Network-Based Prediction of Human Posture

Artificial Neural Network-Based Prediction of Human Posture Artificial Neural Network-Based Prediction of Human Posture Abstract The use of an artificial neural network (ANN) in many practical complicated problems encourages its implementation in the digital human

More information

ESTIMATING THE COST OF ENERGY USAGE IN SPORT CENTRES: A COMPARATIVE MODELLING APPROACH

ESTIMATING THE COST OF ENERGY USAGE IN SPORT CENTRES: A COMPARATIVE MODELLING APPROACH ESTIMATING THE COST OF ENERGY USAGE IN SPORT CENTRES: A COMPARATIVE MODELLING APPROACH A.H. Boussabaine, R.J. Kirkham and R.G. Grew Construction Cost Engineering Research Group, School of Architecture

More information

A Data Classification Algorithm of Internet of Things Based on Neural Network

A Data Classification Algorithm of Internet of Things Based on Neural Network A Data Classification Algorithm of Internet of Things Based on Neural Network https://doi.org/10.3991/ijoe.v13i09.7587 Zhenjun Li Hunan Radio and TV University, Hunan, China 278060389@qq.com Abstract To

More information

Genetic Programming: A study on Computer Language

Genetic Programming: A study on Computer Language Genetic Programming: A study on Computer Language Nilam Choudhary Prof.(Dr.) Baldev Singh Er. Gaurav Bagaria Abstract- this paper describes genetic programming in more depth, assuming that the reader is

More information

CHAPTER VI BACK PROPAGATION ALGORITHM

CHAPTER VI BACK PROPAGATION ALGORITHM 6.1 Introduction CHAPTER VI BACK PROPAGATION ALGORITHM In the previous chapter, we analysed that multiple layer perceptrons are effectively applied to handle tricky problems if trained with a vastly accepted

More information

Using Genetic Algorithms in Integer Programming for Decision Support

Using Genetic Algorithms in Integer Programming for Decision Support Doi:10.5901/ajis.2014.v3n6p11 Abstract Using Genetic Algorithms in Integer Programming for Decision Support Dr. Youcef Souar Omar Mouffok Taher Moulay University Saida, Algeria Email:Syoucef12@yahoo.fr

More information

A GENETIC ALGORITHM FOR CLUSTERING ON VERY LARGE DATA SETS

A GENETIC ALGORITHM FOR CLUSTERING ON VERY LARGE DATA SETS A GENETIC ALGORITHM FOR CLUSTERING ON VERY LARGE DATA SETS Jim Gasvoda and Qin Ding Department of Computer Science, Pennsylvania State University at Harrisburg, Middletown, PA 17057, USA {jmg289, qding}@psu.edu

More information

Genetic Algorithm Implementation for Solving Nesting Problem in Garment Industry

Genetic Algorithm Implementation for Solving Nesting Problem in Garment Industry Proceedings of the 7 th Asia Pacific Industrial Engineering and Management Systems Conference 2006 17-20 December 2006, Bangkok, Thailand Genetic Implementation for Solving Nesting Problem in Garment Industry

More information

NOVEL HYBRID GENETIC ALGORITHM WITH HMM BASED IRIS RECOGNITION

NOVEL HYBRID GENETIC ALGORITHM WITH HMM BASED IRIS RECOGNITION NOVEL HYBRID GENETIC ALGORITHM WITH HMM BASED IRIS RECOGNITION * Prof. Dr. Ban Ahmed Mitras ** Ammar Saad Abdul-Jabbar * Dept. of Operation Research & Intelligent Techniques ** Dept. of Mathematics. College

More information

HAUL TRUCK RELIABILITY ANALYSIS APPLYING A META- HEURISTIC-BASED ARTIFICIAL NEURAL NETWORK MODEL: A CASE STUDY FROM A BAUXITE MINE IN INDIA

HAUL TRUCK RELIABILITY ANALYSIS APPLYING A META- HEURISTIC-BASED ARTIFICIAL NEURAL NETWORK MODEL: A CASE STUDY FROM A BAUXITE MINE IN INDIA HAUL TRUCK RELIABILITY ANALYSIS APPLYING A META- HEURISTIC-BASED ARTIFICIAL NEURAL NETWORK MODEL: A CASE STUDY FROM A BAUXITE MINE IN INDIA Snehamoy Chatterjee, snehamoy@gmail.com, Assistant Professor,

More information

ANN-Based Modeling for Load and Main Steam Pressure Characteristics of a 600MW Supercritical Power Generating Unit

ANN-Based Modeling for Load and Main Steam Pressure Characteristics of a 600MW Supercritical Power Generating Unit ANN-Based Modeling for Load and Main Steam Pressure Characteristics of a 600MW Supercritical Power Generating Unit Liangyu Ma, Zhiyuan Gao Automation Department, School of Control and Computer Engineering

More information

Global Journal of Engineering Science and Research Management

Global Journal of Engineering Science and Research Management A NOVEL HYBRID APPROACH FOR PREDICTION OF MISSING VALUES IN NUMERIC DATASET V.B.Kamble* 1, S.N.Deshmukh 2 * 1 Department of Computer Science and Engineering, P.E.S. College of Engineering, Aurangabad.

More information

Fast Orthogonal Neural Networks

Fast Orthogonal Neural Networks Fast Orthogonal Neural Networks Bart lomiej Stasiak and Mykhaylo Yatsymirskyy Institute of Computer Science, Technical University of Lódź ul. Wólczańska 5, 93-005 Lódź, Poland basta@ics.p.lodz.pl, jacym@ics.p.lodz.pl

More information

USING NEURAL NETWORK FOR PREDICTION OF THE DYNAMIC PERIOD AND AMPLIFICATION FACTOR OF SOIL FOR MICROZONATION IN URBAN AREA

USING NEURAL NETWORK FOR PREDICTION OF THE DYNAMIC PERIOD AND AMPLIFICATION FACTOR OF SOIL FOR MICROZONATION IN URBAN AREA USING NEURAL NETWORK FOR PREDICTION OF THE DYNAMIC PERIOD AND AMPLIFICATION FACTOR OF SOIL FOR MICROZONATION IN URBAN AREA Tahamoli Roodsari, Mehrzad 1 and Habibi, Mohammad Reza 2 1 M.S. in Earthquake

More information

The Prediction of Real estate Price Index based on Improved Neural Network Algorithm

The Prediction of Real estate Price Index based on Improved Neural Network Algorithm , pp.0-5 http://dx.doi.org/0.457/astl.05.8.03 The Prediction of Real estate Price Index based on Improved Neural Netor Algorithm Huan Ma, Ming Chen and Jianei Zhang Softare Engineering College, Zhengzhou

More information

Bootstrapping Method for 14 June 2016 R. Russell Rhinehart. Bootstrapping

Bootstrapping Method for  14 June 2016 R. Russell Rhinehart. Bootstrapping Bootstrapping Method for www.r3eda.com 14 June 2016 R. Russell Rhinehart Bootstrapping This is extracted from the book, Nonlinear Regression Modeling for Engineering Applications: Modeling, Model Validation,

More information

IMPROVEMENTS TO THE BACKPROPAGATION ALGORITHM

IMPROVEMENTS TO THE BACKPROPAGATION ALGORITHM Annals of the University of Petroşani, Economics, 12(4), 2012, 185-192 185 IMPROVEMENTS TO THE BACKPROPAGATION ALGORITHM MIRCEA PETRINI * ABSTACT: This paper presents some simple techniques to improve

More information

Optimizing Number of Hidden Nodes for Artificial Neural Network using Competitive Learning Approach

Optimizing Number of Hidden Nodes for Artificial Neural Network using Competitive Learning Approach Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.358

More information

European Journal of Science and Engineering Vol. 1, Issue 1, 2013 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR

European Journal of Science and Engineering Vol. 1, Issue 1, 2013 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR Ahmed A. M. Emam College of Engineering Karrary University SUDAN ahmedimam1965@yahoo.co.in Eisa Bashier M. Tayeb College of Engineering

More information

International Research Journal of Computer Science (IRJCS) ISSN: Issue 09, Volume 4 (September 2017)

International Research Journal of Computer Science (IRJCS) ISSN: Issue 09, Volume 4 (September 2017) APPLICATION OF LRN AND BPNN USING TEMPORAL BACKPROPAGATION LEARNING FOR PREDICTION OF DISPLACEMENT Talvinder Singh, Munish Kumar C-DAC, Noida, India talvinder.grewaal@gmail.com,munishkumar@cdac.in Manuscript

More information

CNC Milling Machines Advanced Cutting Strategies for Forging Die Manufacturing

CNC Milling Machines Advanced Cutting Strategies for Forging Die Manufacturing CNC Milling Machines Advanced Cutting Strategies for Forging Die Manufacturing Bansuwada Prashanth Reddy (AMS ) Department of Mechanical Engineering, Malla Reddy Engineering College-Autonomous, Maisammaguda,

More information