SlideShare una empresa de Scribd logo
1 de 13
Descargar para leer sin conexión
Innovative Systems Design and Engineering                                                      www.iiste.org
ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online)
Vol 2, No 3



Modeling of Machining Parameters in CNC End Milling Using
  Principal Component Analysis Based Neural Networks
                                            Jaya Krishna. Nagallapati
                        School of Mechanical Engineering, RGMCET, Nandyal-518 501
                                     Kurnool (D. t), Andhra Pradesh, India.
                          Tel: +91 9490 134 633, E-mail: jayakrishna1433@gmail.com


                                  Sidda Reddy. Bathini (Corresponding author)
                        School of Mechanical Engineering, RGMCET, Nandyal-518 501
                                     Kurnool (D. t), Andhra Pradesh, India.
                             Tel: +91 9440 844 600, E-mail: bsrrgmcet@gmail.com


                                       Vijaya Kumar Reddy. Kontakkagari
                                     Department of Mechanical Engineering
                      J.N.T.U.H. College of Engineering, Kukatpally-85,Hyderabad, India.
                          Tel: +919866953636, E-mail: kvijayakumarreddy@gmail.com


Abstract
The present paper uses the principal component analysis (PCA) based neural networks for predicting the
surface roughness in CNC end milling of P20 mould steel. For training and testing of the neural network
model, a number of experiments have been carried out using Taguchi’s orthogonal array in the design of
experiments (DOE). The cutting parameters used are nose radius, cutting speed, cutting feed, axial depth of
cut and radial depth of cut. The accurate mathematical model has been developed using PCAs networks.
The adequacy of the developed model is verified using coefficient of determination (R). It was found that
the R2 value is 1. To judge the ability and efficiency of the neural network model, percentage deviation and
average percentage deviation has been used. The research showed acceptable prediction results for the
neural network model.
Keywords: PCA based neural networks, DOE, P20mould steel.
1. Introduction
The Pre-hardened steel (P-20) is widely used material in production of molds/dies because of less
wear-resistant and are used for large components. Milling is the most common form of machining process
used in the production of moulds/dies, due to the high tolerances and surface finishes by cutting away the
unwanted material. A serious attention is given to accuracy and surface roughness of the product by the
industry these days. Surface finish has been one of the important considerations in determining the
machinability of materials. Surface roughness and dimensional accuracy have been important factors to
predict machining performances of any machining operation. In the past, Abbas Fadhel Ibraheem et al.
(2008) investigated the effect of cutting speed, feed, axial and radial depth of cut on cutting force in
machining of modified AISI P20 tool steel in end milling process. They concluded that, higher the feed
rates, larger the cutting forces. They also developed the genetic network model to predict the cutting forces.
Abou-El-Hossein et al. (2007) developed the model for predicting the cutting forces in an end milling
operation of modified AISI P20 tool steel using the response surface methodology. Rahman et al. (2001,
2002) compared the machinability of the P20 mould steel (357 HB) in dry and wet milling conditions. They
considered a range of 75–125 m/min for the cutting speed and a feed ranging between 0.3 and 0.7 mm/tooth:
Innovative Systems Design and Engineering                                                       www.iiste.org
ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online)
Vol 2, No 3

they found the cutting forces in both processes to be similar, but with the flank wear acceleration higher in
dry milling. Furthermore, they observed a better surface finish with wet milling. Liao & Lin (2007) studied
the milling process of P20 steel with MQL lubrication. The cutting speeds were from 200-500m/min and
the feed between 0.1-0.2mm/tooth. The authors found that the tool life is higher with MQL, due to an oxide
layer formed on the tool inserts that helped to lengthen the tool life. Saurav Datta et al. (2010) optimized
the CNC end milling process parameters for surface finish and material removal rate using PCA based
Taguchi method.
In the present work, an attempt has been made to develop the PCA based artificial neural network model to
predict the surface roughness in end milling of P20 steel by considering the input parameters such as nose
radius, cutting speed, feed rate, axial-depth of cut, and radial depth of cut. The developed model is tested
using test data. The predicted results were analyzed through experimental verification. To have more
precise investigation into the model, a regression analysis of experimental and predicted outputs was
preformed. It was found that the R2 value is 1. To judge the ability efficiency of the developed model,
percentage deviation and average percentage deviation has been used.
2. Materials and Methods
The workpiece material used for the present investigation is P20 mould steel of flat work pieces of 100 mm
 ×100mm ×10mm and the density of the material in metric units is 7.8 g / cc. The chemical composition of
 the workpiece material is given in the Table 1.
2.1 Principal component analysis based neural networks
Principal component analysis networks (PCAs) combine unsupervised and supervised learning in the same
topology. PCA is an unsupervised linear procedure that finds a set of uncorrelated features, principal
components, from the input. The unsupervised segment of the network performs the feature extraction and
the supervised segment of the network performs the (linear or nonlinear) classification of these features
using a multi layer perceptron (MLP). Multilayer means, the addition of one or more hidden layers in
between the input and output layers. In the network each neuron receives total input from all of the neurons
in the preceding layer according to Eq. (1).
          N
 net j   WijXi                                                                                          (1)
         j0                                                               th
Where netj is the total or net input and N is the number of inputs to the j neuron in the hidden layer. Wij is
the weight of the connection from the ith neuron in the forward layer to the j th neuron in the hidden layer.
The sum of modified signals (total activation) is then modified by a tangent hyperbolic transfer function as
in Eq. (2). Batch modenetj of supervised learning has been used in the present case.
                       type
                       1 e
 Out j  f(net j )                                                                            (2)
                       netj
                 1 e
The learning rule choices for PCA are Sangers and Ojas. They are both normalized implementations of the
Hebbian learning rule. Between the two, Sanger’s is preferred for PCA because it naturally orders the PCA
components by magnitude. This also provides an easy way to decide if the number of PCA components is
reasonable—simply check the ratio of the first component magnitude versus the last component magnitude.
Since this network is a hybrid supervised-unsupervised network, the control parameters must be set for both
the supervised and the unsupervised segments of the network. If the network has p inputs (it is assumed that
the samples1have p components) and m<p linear output processing elements. The output is given by Eq. (3).
          p
 yi (n)   w ij (n)x i (n) j  0,1............., m  1                                                   (3)
            i 0
To train the weights, the following modified Hebbian rule is used in unsupervised learning.
                                     j
                                                       
Δw ji (n)  η y j (n)x i (n)  y j (n) w ki (n)yk (n)    i  0,1....., p  1; j  0,1......, m  1      (4)
Where η is thestep size.              k 0            
3. Experimental Details
A detailed survey has been carried out to find out how machining parameters affect surface rourhness of
P20 mould steel material (Rahman, 2001, 2002; Saurav Datta, 2010). Based on this, the five parameters,
namely nose radius, cutting speed, feed rate, axial depth of cut and radial depth of cut were selected for
experimentation.Taguchi’s L50 (21*511) orthogonal array in design of experiments (DOE) technique has been
Innovative Systems Design and Engineering                                                       www.iiste.org
ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online)
Vol 2, No 3

implemented to conduct the experiments. Nose radius with two levels and cutting speed, cutting feed, axial
depth of cut and radial depth of cut with five levels each and then 2×5×5×5×5=1250 runs were required in
the experiments for five independent variables. But using Taguchi’s orthogonal array, the number of
experiments reduced to 50 experiments from 1250 experiments. All the experiments were conducted on
CNC Vertical milling machine 600 II as shown in Figure 1. The specifications of the Vertical milling
machine are: The tool holder used for milling operation was KENAMETAL tool holder BT40ER40080M,
Table clamping area: 20 TOOLS ATC STANDARD, Maximum load on the table: 700 kgs, Spindle taper:
BT-40, Spindle speeds range: 8-8000rpm, Power: 13 kW, Feed rates range: 0-12 m/min and the too material
used for the present study was coated carbide cutting tool. The machining parameters used and their levels
chosen are presented in Table 2.
The average surface roughness (Ra, µm) which is mostly used in industrial environments is taken up for the
present study. The average surface roughness is the integral absolute value of the height of the roughness
profile over the evaluation length and was represented by the Eq. (5).
        1L
 R a   Y(x)dx                                                                                        (5)
        L0
Where L is the length taken for observation and Y is the ordinate of the profile curve. The surface
roughness was measured by using Surtronic 3 + stylus type instrument manufactured by Taylor Hobson with
the following specifications. Traverse Speed: 1mm/sec, Cut-off values 0.25mm, 0.80mm and 2.50mm,
Display LCD matrix, Battery Alcaline 600 measurements of 4 mm measurement length. The experimental
layout and results are given in Table 3.
4. Development of PCA based NN model for predicting the surface roughness
The five principal components are given as input to neural network and output is surface roughness. Now
network has been trained by varying the number of neurons in hidden layer to study the network
performance. Each of them is trained separately, and the best network is selected based on the accuracy of
the predictions in the testing phase. The general network is supposed to be 5-n-1, which implies 5 neurons
in the input layer, n neurons in the hidden layer and one neuron in the output layer. The performance of the
network is checked with the means square error. If the mean square error is more than a prescribed
limiting value, it is back propagated from output to input, and weights are further modified till the error or
number of iteration are within a prescribed limit. The Mean square error (MSE) for pattern p is defined as
in Eq. (6).
          n 1
MSE   D  O    Pi       Pi
                              2
                                                                                                           (6)
Where Dpii1the target output, and Opi is the computed output for the ith pattern.
             2
          is
The performance of the network for different neurons is show in Figure 2. In this study 5-13-1 was selected
which has the minimum mean square error. It was designed using NeuroSolutions 4.0 software. The
network consists of one input, one hidden and one output layer. The input layer has 5 neurons, hidden layer
has thirteen neurons and output layer has one neuron respectively. Since surface roughness prediction in
terms of nose radius, cutting speed, cutting feed, axial depth of cut and radial depth of cut was the main
interest in this research, neurons in the input layer corresponding to the nose radius, cutting speed, cutting
feed, axial depth of cut and radial depth of cut, the output layer corresponds to surface roughness.
4.1 Generation of Train and Test Data
To calculate the connection weights, a set of desired network output values are needed. Desired output
values are called the training data set. The training data set in this study was created using Taguchi’s L 50
orthogonal array in the design of experiments. In this study, 50 data set were used for training and 7 data set
were used for testing the network respectively and is given in Table 3 and Table 4.
4.2 Neural network training
For calculation of weight variables, often referred to as network training, the weights are given
quasi-random, intelligently chosen initial values. They are then iteratively updated using momentum
learning method so as to minimize the mean square error (MSE) between the network prediction and
training data set as in Eq. (7) and Eq.(8).
Innovative Systems Design and Engineering                                                         www.iiste.org
ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online)
Vol 2, No 3
     new          old
 Wi         Wi        ΔW                                                                             (7)
    j          k j k-t E ij
 ΔWij   η  α            out j                                                                        (8)
             t 1     Wij           th
Where E is the MSE and outj is the j neuron output. η is the learning rate [step size, momentum] parameter
controlling the stability and rate of convergence of the network.. The learning rate [step size 1.0,
momentum 0.7] selected and the training process takes place on a Genuine Intel x86 Family 6 Model 14
Stepping 12 ~17 processor PC for 60,000 training iterations. The minimum mean square error is obtained
after training of the network with 49805 epochs for training data is 2.23683E-11. Figure 3 depicts the
convergence of minimum MSE with epochs. The comparison between ANN model output and experimental
output for training data sets are shown in Figure 4. Figure 4 showing that, the predicted values using ANN
is very good correlation and representation with the experimental results.
In order to judge the ability and efficiency of the model to predict the surface finish values percentage
deviation (Ø) and the average percentage deviation (  ) were used and calculated as in Eq. (7) and Eq. (8)
                Experiment al  Predicted
         i                                100%                                                        (9)
                            n
                      Experiment al
         Where  i = percentage deviation of single sample data
                             i
                       i 1                                                                           (10)
                              n
Where  = average percentage deviation of all sample data and n= size of the sample data. The
percentage deviation is shown in Figure 5. The maximum, minimum and average percentage deviation for
surface roughness of training data were found as 0.002047%, -0.00272% and 0.000064% respectively.
4.3 Neural network testing
The ANN predicted results are in very good agreement with experimental results and the network can be
used for testing. Hence the testing data sets are applied for the network, which were never used in the
training process. The results predicted by the network were compared with the measured values and shown
in Figure 6. The average percentage deviation for test data was found to be 3.945808%.
4.4 Regression Analysis
To have more precise investigation into the model, a regression analysis of predicted and measured values
was performed and is shown in Figure 7. The adequacy of the developed model is verified by using
coefficient of determination ( R2). 0  R2  1. The R2 is the variability in the data accounted for by the
model in percentage [8].
The regression coefficient is calculated to estimate the correlation between the predicted values by the ANN

                       
model and the measured values resulted from experimental tests. The regression coefficient is calculated by
using Eq. (11). t  o 2 
           
          j j         j 

                   
  2
R 1                                                                                                    (11)
                      2 
            or          
Where tj= targets o j experimental values or measured values; o j= outputs or predicted values.
              j          
There is a high correlation between the predicted values by the ANN model and the measured values
resulted from experimental tests. The correlation coefficient for surface roughness was 1, which shows
there is a strong correlation in modeling surface roughness. From Figure 7, it is very difficult to distinguish
the best linear fit line from the perfect line, because the fit is so good.
5. Parametric Analysis
The sensitivity test was performed to obtain the variables that affect the surface roughness as shown in
Figure 8. The test shows that feed rate is the most significant effect parameter on surface roughness
followed by radial depth, nose radius, axial depth, and cutting speed. The variation of surface roughness for
varied inputs is shown in Figure 9-13. It is concluded that, the surface roughness increases with the increase
of nose radius, cutting feed and axial depth of cut, because the increase of feed rate and axial depth of cut
increased the heat generation and hence, tool wear which resulted in the higher surface roughness. The
increase in federate also increased the chatter and produced incomplete machining at a faster traverse which
led to higher surface roughness. The surface roughness decreases as the cutting speed and radial depth of
Innovative Systems Design and Engineering                                                  www.iiste.org
ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online)
Vol 2, No 3

cut increases.



6. Conclusions
Using Taguchi’s orthogonal array design in the design of experiments, the machining parameters which are
influencing the surface roughness in end milling of P20 mould steel has been modeled using PCA based
neural networks. Based on experimental and ANN results, the following conclusions are drawn.
   The PCA based ANN predicted values are fairly close to the experimental values, which indicates that
    the developed model can be effectively used to predict the surface roughness of P20 mould steel.
   The feed rate is the most significant effect parameter on surface roughness followed by radial depth,
    nose radius, axial depth, and cutting speed.
   The ANN model could predict the surface roughness with average percentage deviation of
    0.000064%from training data set.
   The ANN model could predict the surface roughness with average percentage deviation of 3.945808%
    from test data set.
   The correlation coefficient for surface roughness was 1, which shows there is a strong correlation in
    modeling surface roughness.
References
Abbas Fadhel Ibraheem, Saad Kareem Shather, Kasim A. Khalaf (2008), “Prediction of Cutting Forces by
using Machine Parameters in end Milling Process”, Eng. & Tech. 26 (11), 1-4.
Abou-El-Hossein, K.A., Kadirgama, K., Hamdi, M., Benyounis, K.Y. (2007), “Prediction of cutting force
in end-milling operation of modified AISI P20 tool steel”. J Mater Process Technol 182 (1–3), 241–247.
Rahman, M., Senthil Kumar, A., & Salam, M.U. (2002), “Experimental evaluation of the effect of minimal
quantities of lubricant in milling”, Int. J. Machine Tools and Manuf., 42(5), 539–547.
Rahman, M., Senthil Kumar, A., and Salem Manzoor, U.I. (2001), “Evaluation of minimal quantities of
lubricant in end milling”, Int. J. Advanced Manuf. Tech., 18(4), 235–241.
Liao, Y.S., and Lin, H.M., (2007), “Mechanism of minimum quantity lubrication in high-speed milling of
hardened steel”, Int. J. Machine Tools and Manuf., 47(11), 1660–1666.
Sanjit Moshat, Saurav Datta, Asish Bandyopadhyay & Pradip Kumar Pal (2010), “Optimization of CNC
end milling process parameters using PCA-based Taguchi method”, International Journal of Engineering,
Science and Technology, 2(1), 92-102.
Neurosolutions               4.0             documentation                    available                at
http://www.neurosolutions.com/downloads/documentation.html.
Montgomery, D.C. (2001), “Design and analysis of Experiments”, (fifth ed.). Wiley, New York.


Table 1. Chemical composition of P20 mould steel

                                Composition              Weight (%)
                                Carbon                   0.35-0.45
                                Silicon                  0.2-0.4
                                Manganese                1.3-1.6
                                Chromium                 1.8-2.1
                                     molybdenum          0.15-0.25
Innovative Systems Design and Engineering                                                                  www.iiste.org
ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online)
Vol 2, No 3




Table 2. Machining parameters and their levels
        Machining                    Units         Symbol      Level1     Level2   Level3        Level4    Level5
        parameter
        Nose radium                      mm          R          0.8        1.2          -          -            -
        cutting speed                m/min           V          75         80          85         90           95
        feed rate                   mm/tooth         f          0.1       0.125     0.15         0.175         0.2
        Axial depth of cut               mm          d          0.5        0.75        1          1.25         1.5
        Radial depth of cut              mm          rd         0.3        0.4         0.5        0.6          0.7


                        Table 3. Experimental Layout and results of the experimental data.
S. NO       R       V       f        d        rd          Ra    S. NO       R      V         f    d       rd          Ra
   1         1          1       1        1    1      0.94            26      2     1         1        1    4         0.98
   2         1          1       2        2    2      1.16            27      2     1         2        2    5         1.2
   3         1          1       3        3    3      1.12            28      2     1         3        3    1         1.68
   4         1          1       4        4    4      0.86            29      2     1         4        4    2         1.06
   5         1          1       5        5    5      0.66            30      2     1         5        5    3         0.52
   6         1          2       1        2    3      0.82            31      2     2         1        2    1         1.14
   7         1          2       2        3    4      1.44            32      2     2         2        3    2         2.48
   8         1          2       3        4    5       0.7            33      2     2         3        4    3         1.74
   9         1          2       4        5    1      0.92            34      2     2         4        5    4         1.48
  10         1          2       5        1    2      1.28            35      2     2         5        1    5         1.72
  11         1          3       1        3    5      1.08            36      2     3         1        3    3         0.52
  12         1          3       2        4    1       1.3            37      2     3         2        4    4         0.92
  13         1          3       3        5    2      1.48            38      2     3         3        5    5         0.76
  14         1          3       4        1    3      1.44            39      2     3         4        1    1         0.64
  15         1          3       5        2    4      1.54            40      2     3         5        2    2         0.96
  16         1          4       1        4    2      0.56            41      2     4         1        4    5         0.8
  17         1          4       2        5    3      0.46            42      2     4         2        5    1         0.5
  18         1          4       3        1    4      0.42            43      2     4         3        1    2         1.54
  19         1          4       4        2    5      0.58            44      2     4         4        2    3         1.27
  20         1          4       5        3    1       0.5            45      2     4         5        3    4         1.32
  21         1          5       1        5    4      0.46            46      2     5         1        5    2         0.87
  22         1          5       2        1    5       1.1            47      2     5         2        1    3         1.1
Innovative Systems Design and Engineering                                                            www.iiste.org
ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online)
Vol 2, No 3

  23       1       5   3         2    1        0.86          48         2    5         3   2         4    0.78
  24       1       5   4         3    2        0.48          49         2    5         4   3         5    1.14
  25       1       5   5         4    3        0.74          50         2    5         5   4         1    0.87




                               Table 4. Data set used in testing ANN model
           S. NO           R              V            f           d             rd            Ra
               1           0.8            87          0.14        1.35           0.6       0.66
               2           0.8            87          0.16        0.8            0.6       0.54
               3           1.2            78          0.16        1.35           0.4           1.2
               4           1.2            78          0.16        0.8            0.6       1.56
               5           1.2            78          0.14        1.35           0.6       1.06
               6           1.2            87          0.16        0.8            0.4       1.38
               7           1.2            87          0.14        0.8            0.6       1.14




                                 Figure 1. Vertical milling machine 600 II
Innovative Systems Design and Engineering                                                            www.iiste.org
ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online)
Vol 2, No 3



                           mean square error                                regression coefficient
    0.005                                                    1.00


    0.004
                                                             0.99

    0.003

                                                             0.98
    0.002


    0.001                                                    0.97



    0.000
                                                             0.96
                5.0         7.5     10.0 12.5         15.0            5.0      7.5  10.0    12.5        15.0
                         number of neurons                                      number of neurons


                                        Figure 2. Performance of the network



              0.26
              0.24
              0.22
               0.2
              0.18
              0.16
        MSE




              0.14
              0.12
               0.1
              0.08
              0.06
              0.04
              0.02
                0
                     1           5000          9999          14998      19997         24996           29995

                                                              Epoch


                          Figure 3. Learning behavior of ANN model for surface roughness
Innovative Systems Design and Engineering                                                                                          www.iiste.org
ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online)
Vol 2, No 3


                                               3
                                                                                                                                  Ra
                                                                                                                                  Ra Output
                                           2.5
                       Surface Roughness


                                               2


                                           1.5


                                               1


                                           0.5


                                               0
                                                   1       5        9    13     17     21     25     29     33     37        41    45     49

                                                                                        Experiment No.


                                                   Figure 4. Comparison of Experimental and ANN output for surface roughness


                      0.003

                      0.002
   Percentage error




                      0.001

                                           0
                                                   1   3    5   7   9 11 13 15 17 19 21 23 25 27 29 31 33 35 37 39 41 43 45 47 49
                      -0.001

                      -0.002

                      -0.003
                                                                                                Exp. No


                                                           Figure 5. Percentage deviations of surface roughness (Training)
Innovative Systems Design and Engineering                                                               www.iiste.org
ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online)
Vol 2, No 3



                        1.8
                        1.6         Experimental Ra
                        1.4         Predicted Ra
    Surface Roughness




                        1.2
                         1
                        0.8
                        0.6
                        0.4
                        0.2
                         0
                                    1          2             3             4             5          6           7
                                                                   Experiment No.


                                        Figure 6. Verification Test results for surface roughness



                        2.4


                        1.9
         Predicted Ra




                        1.4


                        0.9


                        0.4
                              0.4               0.9                  1.4                     1.9          2.4
                                                                 Experimental Ra


                                           Figure 7. Predicted outputs Vs measured outputs
Innovative Systems Design and Engineering                                                                   www.iiste.org
ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online)
Vol 2, No 3


                                        9

                                        8

                                        7

                                        6
                          Sensitivity




                                        5

                                        4

                                        3

                                        2

                                        1

                                        0
                                            R                 V                f                d          rd
                                                                          Input Name



                                                             Figure 8.SensityTest




                        1.86
                        1.76
                        1.66
    Surface Roughness




                        1.56
                        1.46
                        1.36
                        1.26
                        1.16
                        1.06
                        0.96
                            0.79 0.82 0.85 0.88 0.91 0.94 0.97                1     1.03 1.06 1.09 1.12 1.15 1.18 1.21
                                                                         Nose Radius


                                                Figure 9. Surface roughness vs. nose radius (mm).
Innovative Systems Design and Engineering                                                             www.iiste.org
ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online)
Vol 2, No 3



                        2.2
                         2
    Surface Roughness



                        1.8
                        1.6
                        1.4
                        1.2
                         1
                        0.8
                        0.6
                           77.5    79.5        81.5        83.5        85.5         87.5      89.5       91.5
                                                           Cutting speed in m/min


                                   Figure 10. Surface roughness vs, cutting speed (m/min).



                        1.85

                        1.65
    Surface Roughness




                        1.45

                        1.25

                        1.05

                        0.85

                        0.65
                           0.114   0.124       0.134       0.144       0.154        0.164     0.174       0.184
                                                           feed rate in mm/tooth


                                   Figure 11. Surface roughness vs. cutting feed (mm/tooth)
Innovative Systems Design and Engineering                                                               www.iiste.org
ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online)
Vol 2, No 3



                         1.75

                         1.65
     Surface Roughness




                         1.55

                         1.45

                         1.35

                         1.25

                         1.15
                             0.64 0.69 0.74 0.79 0.84 0.89 0.94 0.99 1.04 1.09 1.14 1.19 1.24 1.29 1.34
                                                                    Axial Depth of cut in mm


                                            Figure 12. Surface roughness vs. axial depth of cut (mm).

                         1.8
                         1.7
                         1.6
    Surface Roughness




                         1.5
                         1.4
                                Roughness




                         1.3
                         1.2
                         1.1
                           1
                         0.9
                         0.8
                            0.35 0.37 0.39 0.41 0.43 0.45 0.47 0.49 0.51 0.53 0.55 0.57 0.59 0.61 0.63 0.65
                                                                     Radial Depth of cut in mm

                                            Figure 13. Surface roughness vs. radial depth of cut (mm)

Más contenido relacionado

La actualidad más candente

IRJET- Fabric Defect Detection using Discrete Wavelet Transform
IRJET- Fabric Defect Detection using Discrete Wavelet TransformIRJET- Fabric Defect Detection using Discrete Wavelet Transform
IRJET- Fabric Defect Detection using Discrete Wavelet TransformIRJET Journal
 
New Approach of Preprocessing For Numeral Recognition
New Approach of Preprocessing For Numeral RecognitionNew Approach of Preprocessing For Numeral Recognition
New Approach of Preprocessing For Numeral RecognitionIJERA Editor
 
Number of Iteration Analysis for Complex FSS Shape Using GA for Efficient ESG
Number of Iteration Analysis for Complex FSS Shape Using GA for Efficient ESGNumber of Iteration Analysis for Complex FSS Shape Using GA for Efficient ESG
Number of Iteration Analysis for Complex FSS Shape Using GA for Efficient ESGjournalBEEI
 
Realizing Potential of Graphite Powder in Enhancing Machining Rate in AEDM of...
Realizing Potential of Graphite Powder in Enhancing Machining Rate in AEDM of...Realizing Potential of Graphite Powder in Enhancing Machining Rate in AEDM of...
Realizing Potential of Graphite Powder in Enhancing Machining Rate in AEDM of...IDES Editor
 
Comparison of fuzzy logic and neural network for modelling surface roughness ...
Comparison of fuzzy logic and neural network for modelling surface roughness ...Comparison of fuzzy logic and neural network for modelling surface roughness ...
Comparison of fuzzy logic and neural network for modelling surface roughness ...ijmech
 
Paper id 21201488
Paper id 21201488Paper id 21201488
Paper id 21201488IJRAT
 
performance study of electrochemical machining on metal matrix composite
performance study of electrochemical machining on metal matrix compositeperformance study of electrochemical machining on metal matrix composite
performance study of electrochemical machining on metal matrix compositeNEERAJKUMAR1898
 
Genetic Algorithm Optimization of Operating Parameters for Multiobjective Mul...
Genetic Algorithm Optimization of Operating Parameters for Multiobjective Mul...Genetic Algorithm Optimization of Operating Parameters for Multiobjective Mul...
Genetic Algorithm Optimization of Operating Parameters for Multiobjective Mul...IDES Editor
 
Faster Training Algorithms in Neural Network Based Approach For Handwritten T...
Faster Training Algorithms in Neural Network Based Approach For Handwritten T...Faster Training Algorithms in Neural Network Based Approach For Handwritten T...
Faster Training Algorithms in Neural Network Based Approach For Handwritten T...CSCJournals
 
Improved block based segmentation for jpeg
Improved block based segmentation for jpegImproved block based segmentation for jpeg
Improved block based segmentation for jpegeSAT Publishing House
 
Improved block based segmentation for jpeg compressed document images
Improved block based segmentation for jpeg compressed document imagesImproved block based segmentation for jpeg compressed document images
Improved block based segmentation for jpeg compressed document imageseSAT Journals
 
A Review of Recent Texture Classification: Methods
A Review of Recent Texture Classification: MethodsA Review of Recent Texture Classification: Methods
A Review of Recent Texture Classification: MethodsIOSR Journals
 
Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...
Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...
Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...cscpconf
 
Dissertation-_jufri_hazlan_11377.pdf
Dissertation-_jufri_hazlan_11377.pdfDissertation-_jufri_hazlan_11377.pdf
Dissertation-_jufri_hazlan_11377.pdfGoldi Patil
 

La actualidad más candente (19)

IRJET- Fabric Defect Detection using Discrete Wavelet Transform
IRJET- Fabric Defect Detection using Discrete Wavelet TransformIRJET- Fabric Defect Detection using Discrete Wavelet Transform
IRJET- Fabric Defect Detection using Discrete Wavelet Transform
 
New Approach of Preprocessing For Numeral Recognition
New Approach of Preprocessing For Numeral RecognitionNew Approach of Preprocessing For Numeral Recognition
New Approach of Preprocessing For Numeral Recognition
 
Number of Iteration Analysis for Complex FSS Shape Using GA for Efficient ESG
Number of Iteration Analysis for Complex FSS Shape Using GA for Efficient ESGNumber of Iteration Analysis for Complex FSS Shape Using GA for Efficient ESG
Number of Iteration Analysis for Complex FSS Shape Using GA for Efficient ESG
 
Development of Intelligent Systems to Predict Diamond Wire Saw Performance
Development of Intelligent Systems to Predict Diamond Wire Saw PerformanceDevelopment of Intelligent Systems to Predict Diamond Wire Saw Performance
Development of Intelligent Systems to Predict Diamond Wire Saw Performance
 
Calculation of Torsion Capacity of the Reinforced Concrete Beams Using Artifi...
Calculation of Torsion Capacity of the Reinforced Concrete Beams Using Artifi...Calculation of Torsion Capacity of the Reinforced Concrete Beams Using Artifi...
Calculation of Torsion Capacity of the Reinforced Concrete Beams Using Artifi...
 
Realizing Potential of Graphite Powder in Enhancing Machining Rate in AEDM of...
Realizing Potential of Graphite Powder in Enhancing Machining Rate in AEDM of...Realizing Potential of Graphite Powder in Enhancing Machining Rate in AEDM of...
Realizing Potential of Graphite Powder in Enhancing Machining Rate in AEDM of...
 
Comparison of fuzzy logic and neural network for modelling surface roughness ...
Comparison of fuzzy logic and neural network for modelling surface roughness ...Comparison of fuzzy logic and neural network for modelling surface roughness ...
Comparison of fuzzy logic and neural network for modelling surface roughness ...
 
Paper id 21201488
Paper id 21201488Paper id 21201488
Paper id 21201488
 
performance study of electrochemical machining on metal matrix composite
performance study of electrochemical machining on metal matrix compositeperformance study of electrochemical machining on metal matrix composite
performance study of electrochemical machining on metal matrix composite
 
20320140503007
2032014050300720320140503007
20320140503007
 
Genetic Algorithm Optimization of Operating Parameters for Multiobjective Mul...
Genetic Algorithm Optimization of Operating Parameters for Multiobjective Mul...Genetic Algorithm Optimization of Operating Parameters for Multiobjective Mul...
Genetic Algorithm Optimization of Operating Parameters for Multiobjective Mul...
 
Faster Training Algorithms in Neural Network Based Approach For Handwritten T...
Faster Training Algorithms in Neural Network Based Approach For Handwritten T...Faster Training Algorithms in Neural Network Based Approach For Handwritten T...
Faster Training Algorithms in Neural Network Based Approach For Handwritten T...
 
Improved block based segmentation for jpeg
Improved block based segmentation for jpegImproved block based segmentation for jpeg
Improved block based segmentation for jpeg
 
Improved block based segmentation for jpeg compressed document images
Improved block based segmentation for jpeg compressed document imagesImproved block based segmentation for jpeg compressed document images
Improved block based segmentation for jpeg compressed document images
 
Q26099103
Q26099103Q26099103
Q26099103
 
A Review of Recent Texture Classification: Methods
A Review of Recent Texture Classification: MethodsA Review of Recent Texture Classification: Methods
A Review of Recent Texture Classification: Methods
 
Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...
Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...
Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...
 
Optimisation of Recycled Thermoplastic Plate (Tile)
Optimisation of Recycled Thermoplastic Plate (Tile)Optimisation of Recycled Thermoplastic Plate (Tile)
Optimisation of Recycled Thermoplastic Plate (Tile)
 
Dissertation-_jufri_hazlan_11377.pdf
Dissertation-_jufri_hazlan_11377.pdfDissertation-_jufri_hazlan_11377.pdf
Dissertation-_jufri_hazlan_11377.pdf
 

Destacado

Destacado (20)

OiB verkort jaarverslag 2012
OiB verkort jaarverslag 2012OiB verkort jaarverslag 2012
OiB verkort jaarverslag 2012
 
Apuntes de administracion 2
Apuntes de administracion 2Apuntes de administracion 2
Apuntes de administracion 2
 
A 36 games collection (1)
A 36 games collection (1)A 36 games collection (1)
A 36 games collection (1)
 
Contenidos Digitales Educativos
Contenidos Digitales EducativosContenidos Digitales Educativos
Contenidos Digitales Educativos
 
Sociedad del conocimiento
Sociedad del conocimientoSociedad del conocimiento
Sociedad del conocimiento
 
Color
ColorColor
Color
 
Future Of Computers
Future Of ComputersFuture Of Computers
Future Of Computers
 
Project Management
Project Management Project Management
Project Management
 
Diseño de recursos digitales educativos
Diseño de recursos digitales educativosDiseño de recursos digitales educativos
Diseño de recursos digitales educativos
 
A Guide to Community Food Projects
A Guide to Community Food ProjectsA Guide to Community Food Projects
A Guide to Community Food Projects
 
El color
El colorEl color
El color
 
Aprendizaje+cooperativo
Aprendizaje+cooperativoAprendizaje+cooperativo
Aprendizaje+cooperativo
 
Christian Stephen La Primera Etapa (Lyricas De Canciones)
Christian Stephen   La Primera Etapa (Lyricas De Canciones)Christian Stephen   La Primera Etapa (Lyricas De Canciones)
Christian Stephen La Primera Etapa (Lyricas De Canciones)
 
Le dìner de cons
Le dìner de consLe dìner de cons
Le dìner de cons
 
1000 1200 _stained_glass
1000 1200 _stained_glass1000 1200 _stained_glass
1000 1200 _stained_glass
 
Revista tic
Revista ticRevista tic
Revista tic
 
4050final presentation
4050final presentation4050final presentation
4050final presentation
 
Algo muy grave va a suceder en este pueblo
Algo muy grave va a suceder en este puebloAlgo muy grave va a suceder en este pueblo
Algo muy grave va a suceder en este pueblo
 
Suma
SumaSuma
Suma
 
Joanne Ameya Cohen on aligning with your body’s wisdom, setting boundaries, a...
Joanne Ameya Cohen on aligning with your body’s wisdom, setting boundaries, a...Joanne Ameya Cohen on aligning with your body’s wisdom, setting boundaries, a...
Joanne Ameya Cohen on aligning with your body’s wisdom, setting boundaries, a...
 

Similar a 16 siddareddy.bathini 13

E3100063514k
E3100063514kE3100063514k
E3100063514kRino Muti
 
Neural Network Applications In Machining: A Review
Neural Network Applications In Machining: A ReviewNeural Network Applications In Machining: A Review
Neural Network Applications In Machining: A ReviewAshish Khetan
 
Optimization of Cutting Rate for EN 1010 Low Alloy Steel on WEDM Using Respon...
Optimization of Cutting Rate for EN 1010 Low Alloy Steel on WEDM Using Respon...Optimization of Cutting Rate for EN 1010 Low Alloy Steel on WEDM Using Respon...
Optimization of Cutting Rate for EN 1010 Low Alloy Steel on WEDM Using Respon...IJAEMSJORNAL
 
Modeling of wedm process for complex shape using multilayer perceptron and re...
Modeling of wedm process for complex shape using multilayer perceptron and re...Modeling of wedm process for complex shape using multilayer perceptron and re...
Modeling of wedm process for complex shape using multilayer perceptron and re...eSAT Journals
 
Algorithm for Modeling Unconventional Machine Tool Machining Parameters using...
Algorithm for Modeling Unconventional Machine Tool Machining Parameters using...Algorithm for Modeling Unconventional Machine Tool Machining Parameters using...
Algorithm for Modeling Unconventional Machine Tool Machining Parameters using...IDES Editor
 
Investigation and modelling of edm process parameters in machining of incoloy...
Investigation and modelling of edm process parameters in machining of incoloy...Investigation and modelling of edm process parameters in machining of incoloy...
Investigation and modelling of edm process parameters in machining of incoloy...eSAT Journals
 
IRJET- ANN Modeling for Prediction of Cutting Force Component during Orthogon...
IRJET- ANN Modeling for Prediction of Cutting Force Component during Orthogon...IRJET- ANN Modeling for Prediction of Cutting Force Component during Orthogon...
IRJET- ANN Modeling for Prediction of Cutting Force Component during Orthogon...IRJET Journal
 
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
 
Optimization of Surface Roughness for EN 1010 Low Alloy Steel on WEDM Using R...
Optimization of Surface Roughness for EN 1010 Low Alloy Steel on WEDM Using R...Optimization of Surface Roughness for EN 1010 Low Alloy Steel on WEDM Using R...
Optimization of Surface Roughness for EN 1010 Low Alloy Steel on WEDM Using R...IJAEMSJORNAL
 
IRJET-Experimental Analysis Optimization of Process Parameters of Wire EDM on...
IRJET-Experimental Analysis Optimization of Process Parameters of Wire EDM on...IRJET-Experimental Analysis Optimization of Process Parameters of Wire EDM on...
IRJET-Experimental Analysis Optimization of Process Parameters of Wire EDM on...IRJET Journal
 
Application of ANOVA and ANN Technique for Optimize Of CNC Machining Parameters
Application of ANOVA and ANN Technique for Optimize Of CNC Machining ParametersApplication of ANOVA and ANN Technique for Optimize Of CNC Machining Parameters
Application of ANOVA and ANN Technique for Optimize Of CNC Machining Parametersijiert bestjournal
 
Multi-Response Optimization of Aluminum alloy using GRA & PCA by employing Ta...
Multi-Response Optimization of Aluminum alloy using GRA & PCA by employing Ta...Multi-Response Optimization of Aluminum alloy using GRA & PCA by employing Ta...
Multi-Response Optimization of Aluminum alloy using GRA & PCA by employing Ta...IRJET Journal
 
Evaluation of Optimal Parameters for Surface Roughness Using Single Objective...
Evaluation of Optimal Parameters for Surface Roughness Using Single Objective...Evaluation of Optimal Parameters for Surface Roughness Using Single Objective...
Evaluation of Optimal Parameters for Surface Roughness Using Single Objective...IJERA Editor
 
COMPOSITE IMAGELET IDENTIFIER FOR ML PROCESSORS
COMPOSITE IMAGELET IDENTIFIER FOR ML PROCESSORSCOMPOSITE IMAGELET IDENTIFIER FOR ML PROCESSORS
COMPOSITE IMAGELET IDENTIFIER FOR ML PROCESSORSIRJET Journal
 
THE EFFECT OF DIFFERENT WIRE ELECTRODES ON THE MRR OF MS WORKPIECE USING WEDM...
THE EFFECT OF DIFFERENT WIRE ELECTRODES ON THE MRR OF MS WORKPIECE USING WEDM...THE EFFECT OF DIFFERENT WIRE ELECTRODES ON THE MRR OF MS WORKPIECE USING WEDM...
THE EFFECT OF DIFFERENT WIRE ELECTRODES ON THE MRR OF MS WORKPIECE USING WEDM...IAEME Publication
 

Similar a 16 siddareddy.bathini 13 (20)

E3100063514k
E3100063514kE3100063514k
E3100063514k
 
Neural Network Applications In Machining: A Review
Neural Network Applications In Machining: A ReviewNeural Network Applications In Machining: A Review
Neural Network Applications In Machining: A Review
 
Optimization of Cutting Rate for EN 1010 Low Alloy Steel on WEDM Using Respon...
Optimization of Cutting Rate for EN 1010 Low Alloy Steel on WEDM Using Respon...Optimization of Cutting Rate for EN 1010 Low Alloy Steel on WEDM Using Respon...
Optimization of Cutting Rate for EN 1010 Low Alloy Steel on WEDM Using Respon...
 
Modeling of wedm process for complex shape using multilayer perceptron and re...
Modeling of wedm process for complex shape using multilayer perceptron and re...Modeling of wedm process for complex shape using multilayer perceptron and re...
Modeling of wedm process for complex shape using multilayer perceptron and re...
 
Hw3414551459
Hw3414551459Hw3414551459
Hw3414551459
 
Algorithm for Modeling Unconventional Machine Tool Machining Parameters using...
Algorithm for Modeling Unconventional Machine Tool Machining Parameters using...Algorithm for Modeling Unconventional Machine Tool Machining Parameters using...
Algorithm for Modeling Unconventional Machine Tool Machining Parameters using...
 
Investigation and modelling of edm process parameters in machining of incoloy...
Investigation and modelling of edm process parameters in machining of incoloy...Investigation and modelling of edm process parameters in machining of incoloy...
Investigation and modelling of edm process parameters in machining of incoloy...
 
IRJET- ANN Modeling for Prediction of Cutting Force Component during Orthogon...
IRJET- ANN Modeling for Prediction of Cutting Force Component during Orthogon...IRJET- ANN Modeling for Prediction of Cutting Force Component during Orthogon...
IRJET- ANN Modeling for Prediction of Cutting Force Component during Orthogon...
 
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...
 
Optimization of Surface Roughness for EN 1010 Low Alloy Steel on WEDM Using R...
Optimization of Surface Roughness for EN 1010 Low Alloy Steel on WEDM Using R...Optimization of Surface Roughness for EN 1010 Low Alloy Steel on WEDM Using R...
Optimization of Surface Roughness for EN 1010 Low Alloy Steel on WEDM Using R...
 
IRJET-Experimental Analysis Optimization of Process Parameters of Wire EDM on...
IRJET-Experimental Analysis Optimization of Process Parameters of Wire EDM on...IRJET-Experimental Analysis Optimization of Process Parameters of Wire EDM on...
IRJET-Experimental Analysis Optimization of Process Parameters of Wire EDM on...
 
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
OPTIMIZATION OF QUALITY ENHANCEMENT  OF CNC MACHINING PROCESS BY USING  NEURA...OPTIMIZATION OF QUALITY ENHANCEMENT  OF CNC MACHINING PROCESS BY USING  NEURA...
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
 
Application of ANOVA and ANN Technique for Optimize Of CNC Machining Parameters
Application of ANOVA and ANN Technique for Optimize Of CNC Machining ParametersApplication of ANOVA and ANN Technique for Optimize Of CNC Machining Parameters
Application of ANOVA and ANN Technique for Optimize Of CNC Machining Parameters
 
20320140503011
2032014050301120320140503011
20320140503011
 
Multi-Response Optimization of Aluminum alloy using GRA & PCA by employing Ta...
Multi-Response Optimization of Aluminum alloy using GRA & PCA by employing Ta...Multi-Response Optimization of Aluminum alloy using GRA & PCA by employing Ta...
Multi-Response Optimization of Aluminum alloy using GRA & PCA by employing Ta...
 
International Journal of Engineering Inventions (IJEI),
International Journal of Engineering Inventions (IJEI),International Journal of Engineering Inventions (IJEI),
International Journal of Engineering Inventions (IJEI),
 
Evaluation of Optimal Parameters for Surface Roughness Using Single Objective...
Evaluation of Optimal Parameters for Surface Roughness Using Single Objective...Evaluation of Optimal Parameters for Surface Roughness Using Single Objective...
Evaluation of Optimal Parameters for Surface Roughness Using Single Objective...
 
COMPOSITE IMAGELET IDENTIFIER FOR ML PROCESSORS
COMPOSITE IMAGELET IDENTIFIER FOR ML PROCESSORSCOMPOSITE IMAGELET IDENTIFIER FOR ML PROCESSORS
COMPOSITE IMAGELET IDENTIFIER FOR ML PROCESSORS
 
THE EFFECT OF DIFFERENT WIRE ELECTRODES ON THE MRR OF MS WORKPIECE USING WEDM...
THE EFFECT OF DIFFERENT WIRE ELECTRODES ON THE MRR OF MS WORKPIECE USING WEDM...THE EFFECT OF DIFFERENT WIRE ELECTRODES ON THE MRR OF MS WORKPIECE USING WEDM...
THE EFFECT OF DIFFERENT WIRE ELECTRODES ON THE MRR OF MS WORKPIECE USING WEDM...
 

Más de Alexander Decker

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Alexander Decker
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inAlexander Decker
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesAlexander Decker
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksAlexander Decker
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dAlexander Decker
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceAlexander Decker
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifhamAlexander Decker
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaAlexander Decker
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenAlexander Decker
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksAlexander Decker
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget forAlexander Decker
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabAlexander Decker
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...Alexander Decker
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalAlexander Decker
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesAlexander Decker
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbAlexander Decker
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloudAlexander Decker
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveragedAlexander Decker
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenyaAlexander Decker
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health ofAlexander Decker
 

Más de Alexander Decker (20)

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale in
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websites
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banks
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized d
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistance
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifham
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibia
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school children
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banks
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget for
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjab
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incremental
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniques
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo db
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloud
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveraged
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenya
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health of
 

Último

"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 

Último (20)

"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 

16 siddareddy.bathini 13

  • 1. Innovative Systems Design and Engineering www.iiste.org ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online) Vol 2, No 3 Modeling of Machining Parameters in CNC End Milling Using Principal Component Analysis Based Neural Networks Jaya Krishna. Nagallapati School of Mechanical Engineering, RGMCET, Nandyal-518 501 Kurnool (D. t), Andhra Pradesh, India. Tel: +91 9490 134 633, E-mail: jayakrishna1433@gmail.com Sidda Reddy. Bathini (Corresponding author) School of Mechanical Engineering, RGMCET, Nandyal-518 501 Kurnool (D. t), Andhra Pradesh, India. Tel: +91 9440 844 600, E-mail: bsrrgmcet@gmail.com Vijaya Kumar Reddy. Kontakkagari Department of Mechanical Engineering J.N.T.U.H. College of Engineering, Kukatpally-85,Hyderabad, India. Tel: +919866953636, E-mail: kvijayakumarreddy@gmail.com Abstract The present paper uses the principal component analysis (PCA) based neural networks for predicting the surface roughness in CNC end milling of P20 mould steel. For training and testing of the neural network model, a number of experiments have been carried out using Taguchi’s orthogonal array in the design of experiments (DOE). The cutting parameters used are nose radius, cutting speed, cutting feed, axial depth of cut and radial depth of cut. The accurate mathematical model has been developed using PCAs networks. The adequacy of the developed model is verified using coefficient of determination (R). It was found that the R2 value is 1. To judge the ability and efficiency of the neural network model, percentage deviation and average percentage deviation has been used. The research showed acceptable prediction results for the neural network model. Keywords: PCA based neural networks, DOE, P20mould steel. 1. Introduction The Pre-hardened steel (P-20) is widely used material in production of molds/dies because of less wear-resistant and are used for large components. Milling is the most common form of machining process used in the production of moulds/dies, due to the high tolerances and surface finishes by cutting away the unwanted material. A serious attention is given to accuracy and surface roughness of the product by the industry these days. Surface finish has been one of the important considerations in determining the machinability of materials. Surface roughness and dimensional accuracy have been important factors to predict machining performances of any machining operation. In the past, Abbas Fadhel Ibraheem et al. (2008) investigated the effect of cutting speed, feed, axial and radial depth of cut on cutting force in machining of modified AISI P20 tool steel in end milling process. They concluded that, higher the feed rates, larger the cutting forces. They also developed the genetic network model to predict the cutting forces. Abou-El-Hossein et al. (2007) developed the model for predicting the cutting forces in an end milling operation of modified AISI P20 tool steel using the response surface methodology. Rahman et al. (2001, 2002) compared the machinability of the P20 mould steel (357 HB) in dry and wet milling conditions. They considered a range of 75–125 m/min for the cutting speed and a feed ranging between 0.3 and 0.7 mm/tooth:
  • 2. Innovative Systems Design and Engineering www.iiste.org ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online) Vol 2, No 3 they found the cutting forces in both processes to be similar, but with the flank wear acceleration higher in dry milling. Furthermore, they observed a better surface finish with wet milling. Liao & Lin (2007) studied the milling process of P20 steel with MQL lubrication. The cutting speeds were from 200-500m/min and the feed between 0.1-0.2mm/tooth. The authors found that the tool life is higher with MQL, due to an oxide layer formed on the tool inserts that helped to lengthen the tool life. Saurav Datta et al. (2010) optimized the CNC end milling process parameters for surface finish and material removal rate using PCA based Taguchi method. In the present work, an attempt has been made to develop the PCA based artificial neural network model to predict the surface roughness in end milling of P20 steel by considering the input parameters such as nose radius, cutting speed, feed rate, axial-depth of cut, and radial depth of cut. The developed model is tested using test data. The predicted results were analyzed through experimental verification. To have more precise investigation into the model, a regression analysis of experimental and predicted outputs was preformed. It was found that the R2 value is 1. To judge the ability efficiency of the developed model, percentage deviation and average percentage deviation has been used. 2. Materials and Methods The workpiece material used for the present investigation is P20 mould steel of flat work pieces of 100 mm ×100mm ×10mm and the density of the material in metric units is 7.8 g / cc. The chemical composition of the workpiece material is given in the Table 1. 2.1 Principal component analysis based neural networks Principal component analysis networks (PCAs) combine unsupervised and supervised learning in the same topology. PCA is an unsupervised linear procedure that finds a set of uncorrelated features, principal components, from the input. The unsupervised segment of the network performs the feature extraction and the supervised segment of the network performs the (linear or nonlinear) classification of these features using a multi layer perceptron (MLP). Multilayer means, the addition of one or more hidden layers in between the input and output layers. In the network each neuron receives total input from all of the neurons in the preceding layer according to Eq. (1). N net j   WijXi (1) j0 th Where netj is the total or net input and N is the number of inputs to the j neuron in the hidden layer. Wij is the weight of the connection from the ith neuron in the forward layer to the j th neuron in the hidden layer. The sum of modified signals (total activation) is then modified by a tangent hyperbolic transfer function as in Eq. (2). Batch modenetj of supervised learning has been used in the present case.  type 1 e Out j  f(net j )  (2)  netj 1 e The learning rule choices for PCA are Sangers and Ojas. They are both normalized implementations of the Hebbian learning rule. Between the two, Sanger’s is preferred for PCA because it naturally orders the PCA components by magnitude. This also provides an easy way to decide if the number of PCA components is reasonable—simply check the ratio of the first component magnitude versus the last component magnitude. Since this network is a hybrid supervised-unsupervised network, the control parameters must be set for both the supervised and the unsupervised segments of the network. If the network has p inputs (it is assumed that the samples1have p components) and m<p linear output processing elements. The output is given by Eq. (3). p yi (n)   w ij (n)x i (n) j  0,1............., m  1 (3) i 0 To train the weights, the following modified Hebbian rule is used in unsupervised learning.  j  Δw ji (n)  η y j (n)x i (n)  y j (n) w ki (n)yk (n) i  0,1....., p  1; j  0,1......, m  1 (4) Where η is thestep size. k 0  3. Experimental Details A detailed survey has been carried out to find out how machining parameters affect surface rourhness of P20 mould steel material (Rahman, 2001, 2002; Saurav Datta, 2010). Based on this, the five parameters, namely nose radius, cutting speed, feed rate, axial depth of cut and radial depth of cut were selected for experimentation.Taguchi’s L50 (21*511) orthogonal array in design of experiments (DOE) technique has been
  • 3. Innovative Systems Design and Engineering www.iiste.org ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online) Vol 2, No 3 implemented to conduct the experiments. Nose radius with two levels and cutting speed, cutting feed, axial depth of cut and radial depth of cut with five levels each and then 2×5×5×5×5=1250 runs were required in the experiments for five independent variables. But using Taguchi’s orthogonal array, the number of experiments reduced to 50 experiments from 1250 experiments. All the experiments were conducted on CNC Vertical milling machine 600 II as shown in Figure 1. The specifications of the Vertical milling machine are: The tool holder used for milling operation was KENAMETAL tool holder BT40ER40080M, Table clamping area: 20 TOOLS ATC STANDARD, Maximum load on the table: 700 kgs, Spindle taper: BT-40, Spindle speeds range: 8-8000rpm, Power: 13 kW, Feed rates range: 0-12 m/min and the too material used for the present study was coated carbide cutting tool. The machining parameters used and their levels chosen are presented in Table 2. The average surface roughness (Ra, µm) which is mostly used in industrial environments is taken up for the present study. The average surface roughness is the integral absolute value of the height of the roughness profile over the evaluation length and was represented by the Eq. (5). 1L R a   Y(x)dx (5) L0 Where L is the length taken for observation and Y is the ordinate of the profile curve. The surface roughness was measured by using Surtronic 3 + stylus type instrument manufactured by Taylor Hobson with the following specifications. Traverse Speed: 1mm/sec, Cut-off values 0.25mm, 0.80mm and 2.50mm, Display LCD matrix, Battery Alcaline 600 measurements of 4 mm measurement length. The experimental layout and results are given in Table 3. 4. Development of PCA based NN model for predicting the surface roughness The five principal components are given as input to neural network and output is surface roughness. Now network has been trained by varying the number of neurons in hidden layer to study the network performance. Each of them is trained separately, and the best network is selected based on the accuracy of the predictions in the testing phase. The general network is supposed to be 5-n-1, which implies 5 neurons in the input layer, n neurons in the hidden layer and one neuron in the output layer. The performance of the network is checked with the means square error. If the mean square error is more than a prescribed limiting value, it is back propagated from output to input, and weights are further modified till the error or number of iteration are within a prescribed limit. The Mean square error (MSE) for pattern p is defined as in Eq. (6). n 1 MSE   D  O  Pi Pi 2 (6) Where Dpii1the target output, and Opi is the computed output for the ith pattern. 2 is The performance of the network for different neurons is show in Figure 2. In this study 5-13-1 was selected which has the minimum mean square error. It was designed using NeuroSolutions 4.0 software. The network consists of one input, one hidden and one output layer. The input layer has 5 neurons, hidden layer has thirteen neurons and output layer has one neuron respectively. Since surface roughness prediction in terms of nose radius, cutting speed, cutting feed, axial depth of cut and radial depth of cut was the main interest in this research, neurons in the input layer corresponding to the nose radius, cutting speed, cutting feed, axial depth of cut and radial depth of cut, the output layer corresponds to surface roughness. 4.1 Generation of Train and Test Data To calculate the connection weights, a set of desired network output values are needed. Desired output values are called the training data set. The training data set in this study was created using Taguchi’s L 50 orthogonal array in the design of experiments. In this study, 50 data set were used for training and 7 data set were used for testing the network respectively and is given in Table 3 and Table 4. 4.2 Neural network training For calculation of weight variables, often referred to as network training, the weights are given quasi-random, intelligently chosen initial values. They are then iteratively updated using momentum learning method so as to minimize the mean square error (MSE) between the network prediction and training data set as in Eq. (7) and Eq.(8).
  • 4. Innovative Systems Design and Engineering www.iiste.org ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online) Vol 2, No 3 new old Wi  Wi  ΔW (7) j k j k-t E ij ΔWij   η  α out j (8) t 1 Wij th Where E is the MSE and outj is the j neuron output. η is the learning rate [step size, momentum] parameter controlling the stability and rate of convergence of the network.. The learning rate [step size 1.0, momentum 0.7] selected and the training process takes place on a Genuine Intel x86 Family 6 Model 14 Stepping 12 ~17 processor PC for 60,000 training iterations. The minimum mean square error is obtained after training of the network with 49805 epochs for training data is 2.23683E-11. Figure 3 depicts the convergence of minimum MSE with epochs. The comparison between ANN model output and experimental output for training data sets are shown in Figure 4. Figure 4 showing that, the predicted values using ANN is very good correlation and representation with the experimental results. In order to judge the ability and efficiency of the model to predict the surface finish values percentage deviation (Ø) and the average percentage deviation (  ) were used and calculated as in Eq. (7) and Eq. (8) Experiment al  Predicted i   100% (9) n Experiment al Where  i = percentage deviation of single sample data  i   i 1 (10) n Where  = average percentage deviation of all sample data and n= size of the sample data. The percentage deviation is shown in Figure 5. The maximum, minimum and average percentage deviation for surface roughness of training data were found as 0.002047%, -0.00272% and 0.000064% respectively. 4.3 Neural network testing The ANN predicted results are in very good agreement with experimental results and the network can be used for testing. Hence the testing data sets are applied for the network, which were never used in the training process. The results predicted by the network were compared with the measured values and shown in Figure 6. The average percentage deviation for test data was found to be 3.945808%. 4.4 Regression Analysis To have more precise investigation into the model, a regression analysis of predicted and measured values was performed and is shown in Figure 7. The adequacy of the developed model is verified by using coefficient of determination ( R2). 0  R2  1. The R2 is the variability in the data accounted for by the model in percentage [8]. The regression coefficient is calculated to estimate the correlation between the predicted values by the ANN   model and the measured values resulted from experimental tests. The regression coefficient is calculated by using Eq. (11). t  o 2   j j j    2 R 1  (11) 2    or  Where tj= targets o j experimental values or measured values; o j= outputs or predicted values.  j  There is a high correlation between the predicted values by the ANN model and the measured values resulted from experimental tests. The correlation coefficient for surface roughness was 1, which shows there is a strong correlation in modeling surface roughness. From Figure 7, it is very difficult to distinguish the best linear fit line from the perfect line, because the fit is so good. 5. Parametric Analysis The sensitivity test was performed to obtain the variables that affect the surface roughness as shown in Figure 8. The test shows that feed rate is the most significant effect parameter on surface roughness followed by radial depth, nose radius, axial depth, and cutting speed. The variation of surface roughness for varied inputs is shown in Figure 9-13. It is concluded that, the surface roughness increases with the increase of nose radius, cutting feed and axial depth of cut, because the increase of feed rate and axial depth of cut increased the heat generation and hence, tool wear which resulted in the higher surface roughness. The increase in federate also increased the chatter and produced incomplete machining at a faster traverse which led to higher surface roughness. The surface roughness decreases as the cutting speed and radial depth of
  • 5. Innovative Systems Design and Engineering www.iiste.org ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online) Vol 2, No 3 cut increases. 6. Conclusions Using Taguchi’s orthogonal array design in the design of experiments, the machining parameters which are influencing the surface roughness in end milling of P20 mould steel has been modeled using PCA based neural networks. Based on experimental and ANN results, the following conclusions are drawn.  The PCA based ANN predicted values are fairly close to the experimental values, which indicates that the developed model can be effectively used to predict the surface roughness of P20 mould steel.  The feed rate is the most significant effect parameter on surface roughness followed by radial depth, nose radius, axial depth, and cutting speed.  The ANN model could predict the surface roughness with average percentage deviation of 0.000064%from training data set.  The ANN model could predict the surface roughness with average percentage deviation of 3.945808% from test data set.  The correlation coefficient for surface roughness was 1, which shows there is a strong correlation in modeling surface roughness. References Abbas Fadhel Ibraheem, Saad Kareem Shather, Kasim A. Khalaf (2008), “Prediction of Cutting Forces by using Machine Parameters in end Milling Process”, Eng. & Tech. 26 (11), 1-4. Abou-El-Hossein, K.A., Kadirgama, K., Hamdi, M., Benyounis, K.Y. (2007), “Prediction of cutting force in end-milling operation of modified AISI P20 tool steel”. J Mater Process Technol 182 (1–3), 241–247. Rahman, M., Senthil Kumar, A., & Salam, M.U. (2002), “Experimental evaluation of the effect of minimal quantities of lubricant in milling”, Int. J. Machine Tools and Manuf., 42(5), 539–547. Rahman, M., Senthil Kumar, A., and Salem Manzoor, U.I. (2001), “Evaluation of minimal quantities of lubricant in end milling”, Int. J. Advanced Manuf. Tech., 18(4), 235–241. Liao, Y.S., and Lin, H.M., (2007), “Mechanism of minimum quantity lubrication in high-speed milling of hardened steel”, Int. J. Machine Tools and Manuf., 47(11), 1660–1666. Sanjit Moshat, Saurav Datta, Asish Bandyopadhyay & Pradip Kumar Pal (2010), “Optimization of CNC end milling process parameters using PCA-based Taguchi method”, International Journal of Engineering, Science and Technology, 2(1), 92-102. Neurosolutions 4.0 documentation available at http://www.neurosolutions.com/downloads/documentation.html. Montgomery, D.C. (2001), “Design and analysis of Experiments”, (fifth ed.). Wiley, New York. Table 1. Chemical composition of P20 mould steel Composition Weight (%) Carbon 0.35-0.45 Silicon 0.2-0.4 Manganese 1.3-1.6 Chromium 1.8-2.1 molybdenum 0.15-0.25
  • 6. Innovative Systems Design and Engineering www.iiste.org ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online) Vol 2, No 3 Table 2. Machining parameters and their levels Machining Units Symbol Level1 Level2 Level3 Level4 Level5 parameter Nose radium mm R 0.8 1.2 - - - cutting speed m/min V 75 80 85 90 95 feed rate mm/tooth f 0.1 0.125 0.15 0.175 0.2 Axial depth of cut mm d 0.5 0.75 1 1.25 1.5 Radial depth of cut mm rd 0.3 0.4 0.5 0.6 0.7 Table 3. Experimental Layout and results of the experimental data. S. NO R V f d rd Ra S. NO R V f d rd Ra 1 1 1 1 1 1 0.94 26 2 1 1 1 4 0.98 2 1 1 2 2 2 1.16 27 2 1 2 2 5 1.2 3 1 1 3 3 3 1.12 28 2 1 3 3 1 1.68 4 1 1 4 4 4 0.86 29 2 1 4 4 2 1.06 5 1 1 5 5 5 0.66 30 2 1 5 5 3 0.52 6 1 2 1 2 3 0.82 31 2 2 1 2 1 1.14 7 1 2 2 3 4 1.44 32 2 2 2 3 2 2.48 8 1 2 3 4 5 0.7 33 2 2 3 4 3 1.74 9 1 2 4 5 1 0.92 34 2 2 4 5 4 1.48 10 1 2 5 1 2 1.28 35 2 2 5 1 5 1.72 11 1 3 1 3 5 1.08 36 2 3 1 3 3 0.52 12 1 3 2 4 1 1.3 37 2 3 2 4 4 0.92 13 1 3 3 5 2 1.48 38 2 3 3 5 5 0.76 14 1 3 4 1 3 1.44 39 2 3 4 1 1 0.64 15 1 3 5 2 4 1.54 40 2 3 5 2 2 0.96 16 1 4 1 4 2 0.56 41 2 4 1 4 5 0.8 17 1 4 2 5 3 0.46 42 2 4 2 5 1 0.5 18 1 4 3 1 4 0.42 43 2 4 3 1 2 1.54 19 1 4 4 2 5 0.58 44 2 4 4 2 3 1.27 20 1 4 5 3 1 0.5 45 2 4 5 3 4 1.32 21 1 5 1 5 4 0.46 46 2 5 1 5 2 0.87 22 1 5 2 1 5 1.1 47 2 5 2 1 3 1.1
  • 7. Innovative Systems Design and Engineering www.iiste.org ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online) Vol 2, No 3 23 1 5 3 2 1 0.86 48 2 5 3 2 4 0.78 24 1 5 4 3 2 0.48 49 2 5 4 3 5 1.14 25 1 5 5 4 3 0.74 50 2 5 5 4 1 0.87 Table 4. Data set used in testing ANN model S. NO R V f d rd Ra 1 0.8 87 0.14 1.35 0.6 0.66 2 0.8 87 0.16 0.8 0.6 0.54 3 1.2 78 0.16 1.35 0.4 1.2 4 1.2 78 0.16 0.8 0.6 1.56 5 1.2 78 0.14 1.35 0.6 1.06 6 1.2 87 0.16 0.8 0.4 1.38 7 1.2 87 0.14 0.8 0.6 1.14 Figure 1. Vertical milling machine 600 II
  • 8. Innovative Systems Design and Engineering www.iiste.org ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online) Vol 2, No 3 mean square error regression coefficient 0.005 1.00 0.004 0.99 0.003 0.98 0.002 0.001 0.97 0.000 0.96 5.0 7.5 10.0 12.5 15.0 5.0 7.5 10.0 12.5 15.0 number of neurons number of neurons Figure 2. Performance of the network 0.26 0.24 0.22 0.2 0.18 0.16 MSE 0.14 0.12 0.1 0.08 0.06 0.04 0.02 0 1 5000 9999 14998 19997 24996 29995 Epoch Figure 3. Learning behavior of ANN model for surface roughness
  • 9. Innovative Systems Design and Engineering www.iiste.org ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online) Vol 2, No 3 3 Ra Ra Output 2.5 Surface Roughness 2 1.5 1 0.5 0 1 5 9 13 17 21 25 29 33 37 41 45 49 Experiment No. Figure 4. Comparison of Experimental and ANN output for surface roughness 0.003 0.002 Percentage error 0.001 0 1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31 33 35 37 39 41 43 45 47 49 -0.001 -0.002 -0.003 Exp. No Figure 5. Percentage deviations of surface roughness (Training)
  • 10. Innovative Systems Design and Engineering www.iiste.org ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online) Vol 2, No 3 1.8 1.6 Experimental Ra 1.4 Predicted Ra Surface Roughness 1.2 1 0.8 0.6 0.4 0.2 0 1 2 3 4 5 6 7 Experiment No. Figure 6. Verification Test results for surface roughness 2.4 1.9 Predicted Ra 1.4 0.9 0.4 0.4 0.9 1.4 1.9 2.4 Experimental Ra Figure 7. Predicted outputs Vs measured outputs
  • 11. Innovative Systems Design and Engineering www.iiste.org ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online) Vol 2, No 3 9 8 7 6 Sensitivity 5 4 3 2 1 0 R V f d rd Input Name Figure 8.SensityTest 1.86 1.76 1.66 Surface Roughness 1.56 1.46 1.36 1.26 1.16 1.06 0.96 0.79 0.82 0.85 0.88 0.91 0.94 0.97 1 1.03 1.06 1.09 1.12 1.15 1.18 1.21 Nose Radius Figure 9. Surface roughness vs. nose radius (mm).
  • 12. Innovative Systems Design and Engineering www.iiste.org ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online) Vol 2, No 3 2.2 2 Surface Roughness 1.8 1.6 1.4 1.2 1 0.8 0.6 77.5 79.5 81.5 83.5 85.5 87.5 89.5 91.5 Cutting speed in m/min Figure 10. Surface roughness vs, cutting speed (m/min). 1.85 1.65 Surface Roughness 1.45 1.25 1.05 0.85 0.65 0.114 0.124 0.134 0.144 0.154 0.164 0.174 0.184 feed rate in mm/tooth Figure 11. Surface roughness vs. cutting feed (mm/tooth)
  • 13. Innovative Systems Design and Engineering www.iiste.org ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online) Vol 2, No 3 1.75 1.65 Surface Roughness 1.55 1.45 1.35 1.25 1.15 0.64 0.69 0.74 0.79 0.84 0.89 0.94 0.99 1.04 1.09 1.14 1.19 1.24 1.29 1.34 Axial Depth of cut in mm Figure 12. Surface roughness vs. axial depth of cut (mm). 1.8 1.7 1.6 Surface Roughness 1.5 1.4 Roughness 1.3 1.2 1.1 1 0.9 0.8 0.35 0.37 0.39 0.41 0.43 0.45 0.47 0.49 0.51 0.53 0.55 0.57 0.59 0.61 0.63 0.65 Radial Depth of cut in mm Figure 13. Surface roughness vs. radial depth of cut (mm)