NEURAL MODEL FOR ABRASIVE WATER JET CUTTING MACHINE

Size: px
Start display at page:

Download "NEURAL MODEL FOR ABRASIVE WATER JET CUTTING MACHINE"

Transcription

1 Nonconventional Technologies Review Romania, June, Romanian Association of Nonconventional Technologies NEURAL MODEL FOR ABRASIVE WATER JET CUTTING MACHINE Ciupan Cornel 1, Ciupan Emilia 2 and Ferenţ-Pipaş Silvia 3 1 Technical University of Cluj-Napoca 1, cornel.ciupan@muri.utcluj.ro 2 Technical University of Cluj-Napoca 1, emilia.ciupan@mis.utcluj.ro 3 Technical University of Cluj-Napoca 1, silvia.ferent@muri.utcluj.ro ABSTRACT: The paper presents a neural model used to control an abrasive water jet process. The material features, the orifice diameter and the abrasive consumption are considered to be the input parameters. The output parameters are the feed rate, the energy consumption and the water consumption. A neural model with back propagation algorithm was used.a set of data obtained by Waterjet Web Reference Calculator was used to model the process. The training and the validation data were calculated based on the values presented by the water jet cutting machines manufacturers. In another paper [3] the authors have presented a neural model for control the speed of cutting and abrasive consumption. KEY WORDS: waterjet, processing, neural, network, model 1. INTRODUCTION Abrasive waterjet machining is one of the nonconventional technologies used in the industry for processing of different types of materials. The main advantages of the waterjet technology are: high machining versatility, high flexibility, small cutting forces and absence of thermal distortions [5]. Water jet machines can manufacture parts to very good tolerances. Today the modern water jet cutting machines can create parts with a tolerance as small as 0.05 mm, although it is usually easier to obtain tolerances under 0.1 mm. To achieve these tolerances it is necessary to understand the factors that affect the precision of water jet machining. The productivity and costs of processing are other important factors which determine the parameters of the abrasive jet processing and sometimes they may be even critical in choosing this process. Abrasive jet machining is complex and many difficulties arise in fully understanding the physical processes taking place. This in turn leads to difficulties in mathematical modeling. The analytical models used to study the process of waterjet cutting [1,2] do not correspond to the requirements imposed by process control due to their high degree of particularity depending on input material and technological parameters. Experimental research [1, 5] shows that the mass of eroded material varies linearly with transport speed of the abrasive particles in the point of impact with the material to be cut. Numerous models and approaches are known in this direction, including design of experiments, regression modeling, ANOVA analysis, fuzzy logicsand artificial neural networks. Some of these studies are based on mathematical equations developed for predicting the process parameters [4]. The purpose of this paper is to develop a neural model for determining the process parameters for the waterjet cutting machines. Besides the feed rate, other parameters that can be used in cost determination were sought. For this reason, the neural model was built to also provide the energy and water consumption, components that are necessary to calculate the processing cost. The energy consumption used in the training data was calculated based on the pump energy and the time required to cut a length of one meter of varying thickness. Water consumption was calculated the same way taking into account the link between power, pressure and flow and the cutting time. 2. STRUCTURE OF THE NEURAL NETWORK A neural network with back propagation learning algorithmis considered. Figure 1 shows the network topology with three input nodes which represent the material thickness, the orifice diameterand the abrasive consumption and three output nodes that represent the feed rate, the energy consumption and the water consumption. Figure 1. Neural network structure 25

2 25 neurons were chosen for the hidden layer. The activation function for the hidden layer is the sigmoid function and the output one uses the pure line function. Neural network modelling involves two phases: the training and the validation phase. The network training was accomplished using data from field literature [5].Table 1 presents the training data set. In table 1, the first three columns show the input parameters (material thickness, orifice diameter and abrasive flow rate) and the next three columns show the outputs parameters (feed rate, energy consumption and water consumption). The output parameters were calculated by a waterjet web reference calculator [ The network training was done using a set of 106 inputoutput pairs of values. Table 1. Training data set HP pump (pressure 4000 bar), one cutting head, 0.25 mm orifice diameter, mm abrasive nozzle diameter. A part of the training data from table 1 were normalized by scaling, as follows: thickness, divided by 10 feed rate, divided by 100. Both, the training and validation of the neural network was done with normalized data. The simulated results obtained in the operational phase were scaled using the normalization factors. It was found that through data normalization we obtained an improvement of the results for the same training data set. The evolution of the mean square error obtained during the training of the network is shown in figure 2. The process parameters for cutting a mild steel and an average quality processing on a machine which has the following features were chosen as input: 50 Figure 2. Error evolution during the training process The validation of the neural model was realised in the next two stages: - Stage 1: input data belonging to the training data set in which only one parameter (orifice diameter) was changed. This situation is met in the real process due to the nozzle wear. - Stage 2: data in which the value of the abrasive feed rate belongs to the training data and the values of other two parameters was modified: the material thickness and the orifice diameter. The validation results in stage 1 are presented in table 2. Errors in the range of ±10%for the feed rate and ±40% for the energy and water consumption were obtained when the outputs were calculated. In this table, the first three columns show the input parameters and the next three columns show the 26

3 outputs parameters, like desired outputs. These desired outputs were calculated in the same way as the outputs parameters from table 1. Three columns with simulated outputs are provided of neural model. The last three columns show the relative errors between simulated and desired responses. Table 2. First validation results The errors between simulated and desired responses are shown in figure 3. Analyzing figure 3 shows that the neural model gives better results for feed rates compared to energy and abrasive consumption. We 27

4 also concluded that the error of the feed rate increases with the material thickness. When the feed rate error is low, the other two parameters have large errors. One explanation for the good results for feed rate could be related to the higher ratio between maximum and minimum values of this parameter in relation to the other two parameters (energy and abrasive consumption). Table 3. Second stage data validation set Figure 3. The first stage outputs parameters errors The second stage validation of the neural model, based on the data set from table 3, is shown in figures 4-7. Figure 4 shows simulated feed rate (blue line) and desired feed rate. The desired feed rate values (when known) are represented by a circle. The results provided by the neural model are situated between known values. Figure 4. Feed rate evolution Figure 5 shows simulated and desired output for the energy consumption. The known energy consumption is represented by a circle. It was found that the results provided by the neural model are well placed among the desired values for this case. Figure 5. Energy consumption 28

5 Similar to previous figures, figure 6 shows simulated and desired water consumption. The known water consumption is represented by a circle. As in the previous examples the results provided by the neural model are well placed among the desired values. Figure 6. Water consumption The errors of the output of the neural model in relation to the desired values are shown in figure 4. It is found that the maximum error is less than 15%. Figure 7. The second stage outputs parameters errors 3. CONCLUSIONS Of particular importance is the development of experimental research to determine a large number of training data. This research shows that a neural computing model can be used to control AWJ process parameters. It is important to determine a large number of training data for the development of an experimental program in order to obtain a model that provides good results. The experimental program should take into account the material properties, the cutting machine features and must contain many experiments, with a smooth variation of the input parameters. The following steps need to be followed in order to develop a neural model that accounts for all the technological parameters of a waterjet cutting machine: selecting the input parameters; sorting the parameters into categories; determining the number of input variables; determining the output parameters; creating separate models for different types of machined materials; preparing the training data and the validation data; choosing the network structure and begin training; validating the model and using it commercially. It is necessary to train the network with a set of data as large as possible in order to obtain an acceptable error. It is also recommended that the domain covered by training data is greater than the domain covered by normal work data. Another way to improve the results is to normalize the training data using different scaling factors. 4. REFERENCES 1. Andreas Momber. Principles of Abrasive Water Jet Machining. Springer, (1998). 2. Cornel Ciupan, Liviu Morar., Aurel Pop. Innovative system with abrasive water jet. Annals of DAAAM for 2008 & Proceedings. 19th International DAAAM Symposium Inteligent manufacturing and automation, pp , Tranava, Slovakia (2008) 3. Emilia Ciupan, Cornel Ciupan., Rareş Petruş. The control of the abrasive water jet processing using a neuronal network model.proceedings of 2012 International Conference of Hydraulics and Pneumatics HERVEX, pp , Calimanesti-Caciulata, Romania, (2012). 4. Farhad Kolahan, A. HamidKhajavi. Modeling and Optimization of Abrasive Waterjet Parameters using Regression Analysis. International Journal of Aerospace and Mechanical Engineering, pp (2011). 5. Aurel Pop. Study of Computer Control Strategy for Jet Cutting Integrated Systems, Ph.D. Thesis, Technical University of Cluj-Napoca (2004). 6. Radovan Kovacevic. Modeling of the influence of the abrasive waterjet cutting parameters on the depth of cut based on fuzzy rules. International Journal of Machine Tools and Manufacture,vvol. 34,no.1, pp.55 72, (1994). 29

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

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

More information

FUZZY MODELLING AND GA OPTIMIZATION FOR OPTIMAL SELECTION OF PROCESS PARAMETERS TO MAXIMIZE MRR IN ABRASIVE WATER JET MACHINING

FUZZY MODELLING AND GA OPTIMIZATION FOR OPTIMAL SELECTION OF PROCESS PARAMETERS TO MAXIMIZE MRR IN ABRASIVE WATER JET MACHINING FUZZY MODELLING AND GA OPTIMIZATION FOR OPTIMAL SELECTION OF PROCESS PARAMETERS TO MAXIMIZE MRR IN ABRASIVE WATER JET MACHINING 1 Mahesh Todkar, 2 Jyoti Patkure 1 Executive, Product Development Engineer,

More information

Fuzzy-Genetic Approach to Optimize Machining Process Parameters of AWJM

Fuzzy-Genetic Approach to Optimize Machining Process Parameters of AWJM A Project Presentation on Fuzzy-Genetic Approach to Optimize Machining Process Parameters of AWJM By Mahesh Todkar M.Tech. II (ME093119) Guide Dr. N. Venkaiah Contents Introduction to AWJM Literature Review

More information

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

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

More information

Application of Artificial Neural Network to Predict Static Loads on an Aircraft Rib

Application of Artificial Neural Network to Predict Static Loads on an Aircraft Rib Application of Artificial Neural Network to Predict Static Loads on an Aircraft Rib Ramin Amali, Samson Cooper, Siamak Noroozi To cite this version: Ramin Amali, Samson Cooper, Siamak Noroozi. Application

More information

Development of an Artificial Neural Network Surface Roughness Prediction Model in Turning of AISI 4140 Steel Using Coated Carbide Tool

Development of an Artificial Neural Network Surface Roughness Prediction Model in Turning of AISI 4140 Steel Using Coated Carbide Tool ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology An ISO 3297: 2007 Certified Organization, Volume 2, Special Issue

More information

Overview of NSGA-II for Optimizing Machining Process Parameters

Overview of NSGA-II for Optimizing Machining Process Parameters Available online at www.sciencedirect.com Procedia Engineering 15 (2011 ) 3978 3983 Overview of NSGA-II for Optimizing Machining Process Parameters Yusliza Yusoff *, Mohd Salihin Ngadiman, Azlan Mohd Zain

More information

Simulation of Turbulent Axisymmetric Waterjet Using Computational Fluid Dynamics (CFD)

Simulation of Turbulent Axisymmetric Waterjet Using Computational Fluid Dynamics (CFD) Simulation of Turbulent Axisymmetric Waterjet Using Computational Fluid Dynamics (CFD) PhD. Eng. Nicolae MEDAN 1 1 Technical University Cluj-Napoca, North University Center Baia Mare, Nicolae.Medan@cunbm.utcluj.ro

More information

Central Manufacturing Technology Institute, Bangalore , India,

Central Manufacturing Technology Institute, Bangalore , India, 5 th International & 26 th All India Manufacturing Technology, Design and Research Conference (AIMTDR 2014) December 12 th 14 th, 2014, IIT Guwahati, Assam, India Investigation on the influence of cutting

More information

RESEARCH ABOUT ROUGHNESS FOR MATING MEMBERS OF A CYLINDRICAL FINE FIT AFTER TURNING WITH SMALL CUTTING FEEDS

RESEARCH ABOUT ROUGHNESS FOR MATING MEMBERS OF A CYLINDRICAL FINE FIT AFTER TURNING WITH SMALL CUTTING FEEDS International Conference on Economic Engineering and Manufacturing Systems Braşov, 26 27 November 2009 RESEARCH ABOUT ROUGHNESS FOR MATING MEMBERS OF A CYLINDRICAL FINE FIT AFTER TURNING WITH SMALL CUTTING

More information

MATHEMATICAL MODEL FOR SURFACE ROUGHNESS OF 2.5D MILLING USING FUZZY LOGIC MODEL.

MATHEMATICAL MODEL FOR SURFACE ROUGHNESS OF 2.5D MILLING USING FUZZY LOGIC MODEL. INTERNATIONAL JOURNAL OF R&D IN ENGINEERING, SCIENCE AND MANAGEMENT Vol.1, Issue I, AUG.2014 ISSN 2393-865X Research Paper MATHEMATICAL MODEL FOR SURFACE ROUGHNESS OF 2.5D MILLING USING FUZZY LOGIC MODEL.

More information

ANN Method for Control of Robots to Avoid Obstacles

ANN Method for Control of Robots to Avoid Obstacles INTERNATIONAL JOURNAL OF COMPUTERS COMMUNICATIONS & CONTROL ISSN 1841-9836, 9(5):539-554, October, 2014. ANN Method for Control of Robots to Avoid Obstacles E. Ciupan, F. Lungu, C. Ciupan Emilia Ciupan,

More information

INTELLIGENT PROCESS SELECTION FOR NTM - A NEURAL NETWORK APPROACH

INTELLIGENT PROCESS SELECTION FOR NTM - A NEURAL NETWORK APPROACH International Journal of Industrial Engineering Research and Development (IJIERD), ISSN 0976 6979(Print), ISSN 0976 6987(Online) Volume 1, Number 1, July - Aug (2010), pp. 87-96 IAEME, http://www.iaeme.com/iierd.html

More information

Lucian Blaga University of Sibiu, Faculty of Engineering, 4 E. Cioran St, 55025, Sibiu, Romania 2

Lucian Blaga University of Sibiu, Faculty of Engineering, 4 E. Cioran St, 55025, Sibiu, Romania 2 Studies regarding the use of a neuro-fuzzy mathematical model in order to determine the technological parameters of the polyethylene pipes butt welding process Alina Gligor 1,*, Marcel-Letitiu Balan 2,

More information

EFFECT OF CUTTING SPEED, FEED RATE AND DEPTH OF CUT ON SURFACE ROUGHNESS OF MILD STEEL IN TURNING OPERATION

EFFECT OF CUTTING SPEED, FEED RATE AND DEPTH OF CUT ON SURFACE ROUGHNESS OF MILD STEEL IN TURNING OPERATION EFFECT OF CUTTING SPEED, FEED RATE AND DEPTH OF CUT ON SURFACE ROUGHNESS OF MILD STEEL IN TURNING OPERATION Mr. M. G. Rathi1, Ms. Sharda R. Nayse2 1 mgrathi_kumar@yahoo.co.in, 2 nsharda@rediffmail.com

More information

Die Wear Profile Investigation in Hot Forging

Die Wear Profile Investigation in Hot Forging Die Wear Profile Investigation in Hot Forging F. R. Biglari, M Zamani Abstract In this study, the wear profile on the die surface during the hot forging operation for an axisymmetric cross-section is examined.

More information

MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM

MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM CHAPTER-7 MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM 7.1 Introduction To improve the overall efficiency of turning, it is necessary to

More information

CORRELATION AMONG THE CUTTING PARAMETERS, SURFACE ROUGHNESS AND CUTTING FORCES IN TURNING PROCESS BY EXPERIMENTAL STUDIES

CORRELATION AMONG THE CUTTING PARAMETERS, SURFACE ROUGHNESS AND CUTTING FORCES IN TURNING PROCESS BY EXPERIMENTAL STUDIES 5 th International & 26 th All India Manufacturing Technology, Design and Research Conference (AIMTDR 2014) December 12 th 14 th, 2014, IIT Guwahati, Assam, India CORRELATION AMONG THE CUTTING PARAMETERS,

More information

Hydro-Jet Eco 0515 SL. Hydro-Jet Eco 0515 SL. Water-Jet Cutting Systems. Robust System with small footprint and maximum operator comfort

Hydro-Jet Eco 0515 SL. Hydro-Jet Eco 0515 SL. Water-Jet Cutting Systems. Robust System with small footprint and maximum operator comfort Water-Jet Cutting Systems Robust System with small footprint and maximum operator comfort State-of-the-art GPlus Cut control High-pressure system up to 55,000 psi Completely equipped for Abrasive and Pure-Water

More information

OPTIMIZATION OF ABRASIVE WATERJET MACHINING PROCESS PARAMETERS

OPTIMIZATION OF ABRASIVE WATERJET MACHINING PROCESS PARAMETERS ISSN 1846-6168 (Print), ISSN 1848-5588 (Online) ID: TG-20171101192113 Original scientific paper OPTIMIZATION OF ABRASIVE WATERJET MACHINING PROCESS PARAMETERS Miroslav DUSPARA, Valnea STARČEVIĆ, Ivan SAMARDŽIĆ,

More information

28th Seismic Research Review: Ground-Based Nuclear Explosion Monitoring Technologies

28th Seismic Research Review: Ground-Based Nuclear Explosion Monitoring Technologies APPLICATION OF ARTIFICIAL NEURAL NETWORK MODELING TO THE ANALYSIS OF THE AUTOMATED RADIOXENON SAMPLER-ANALYZER STATE OF HEALTH SENSORS James C. Hayes, Pamela G. Doctor, Tom R. Heimbigner, Charles W. Hubbard,

More information

OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD

OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD CHAPTER - 5 OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD The ever-increasing demand to lower the production costs due to increased competition has prompted engineers to look for rigorous methods

More information

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

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

More information

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

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

More information

Experimental accuracy assessment of different measuring sensors on workpieces with varying properties

Experimental accuracy assessment of different measuring sensors on workpieces with varying properties Experimental accuracy assessment of different measuring sensors on workpieces with varying properties Rauf Oezden 1,*, Metin Aclan 1 and Saliba Danho 2 1 Technical University of Cluj-Napoca, Ph.D. Stud.,

More information

DEVELOPMENT OF NEURAL NETWORK TRAINING METHODOLOGY FOR MODELING NONLINEAR SYSTEMS WITH APPLICATION TO THE PREDICTION OF THE REFRACTIVE INDEX

DEVELOPMENT OF NEURAL NETWORK TRAINING METHODOLOGY FOR MODELING NONLINEAR SYSTEMS WITH APPLICATION TO THE PREDICTION OF THE REFRACTIVE INDEX DEVELOPMENT OF NEURAL NETWORK TRAINING METHODOLOGY FOR MODELING NONLINEAR SYSTEMS WITH APPLICATION TO THE PREDICTION OF THE REFRACTIVE INDEX THESIS CHONDRODIMA EVANGELIA Supervisor: Dr. Alex Alexandridis,

More information

ANN Training Method with a Small Number of Examples Used for Robots Control

ANN Training Method with a Small Number of Examples Used for Robots Control INTERNATIONAL JOURNAL OF COMPUTERS COMMUNICATIONS & CONTROL ISSN 1841-9836, 10(5):643-653, October, 2015. ANN Training Method with a Small Number of Examples Used for Robots Control E. Ciupan, F. Lungu,

More information

SURFACE ROUGHNESS MONITORING IN CUTTING FORCE CONTROL SYSTEM

SURFACE ROUGHNESS MONITORING IN CUTTING FORCE CONTROL SYSTEM Proceedings in Manufacturing Systems, Volume 10, Issue 2, 2015, 59 64 ISSN 2067-9238 SURFACE ROUGHNESS MONITORING IN CUTTING FORCE CONTROL SYSTEM Uros ZUPERL 1,*, Tomaz IRGOLIC 2, Franc CUS 3 1) Assist.

More information

On Estimation of Optimal Process Parameters of the Abrasive Waterjet Machining

On Estimation of Optimal Process Parameters of the Abrasive Waterjet Machining On Estimation of Optimal Process Parameters of the Abrasive Waterjet Machining Andri Mirzal Faculty of Computing Universiti Teknologi Malaysia 81310 UTM JB, Johor Bahru, Malaysia andrimirzal@utm.my Abstract:

More information

Parameter optimization model in electrical discharge machining process *

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

More information

MODELING AND SIMULATION METHODS FOR DESIGNING MECHATRONIC SYSTEMS

MODELING AND SIMULATION METHODS FOR DESIGNING MECHATRONIC SYSTEMS Journal of Engineering Studies and Research Volume 16 (2010) No. 4 20 MODELING AND SIMULATION METHODS FOR DESIGNING MECHATRONIC SYSTEMS LAPUSAN CIPRIAN *, MATIES VISTRIAN, BALAN RADU, HANCU OLIMPIU Technical

More information

COMPUTATIONAL FLUID DYNAMICS USED IN THE DESIGN OF WATERBLAST TOOLING

COMPUTATIONAL FLUID DYNAMICS USED IN THE DESIGN OF WATERBLAST TOOLING 2015 WJTA-IMCA Conference and Expo November 2-4 New Orleans, Louisiana Paper COMPUTATIONAL FLUID DYNAMICS USED IN THE DESIGN OF WATERBLAST TOOLING J. Schneider StoneAge, Inc. Durango, Colorado, U.S.A.

More information

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

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

More information

LECTURE NOTES Professor Anita Wasilewska NEURAL NETWORKS

LECTURE NOTES Professor Anita Wasilewska NEURAL NETWORKS LECTURE NOTES Professor Anita Wasilewska NEURAL NETWORKS Neural Networks Classifier Introduction INPUT: classification data, i.e. it contains an classification (class) attribute. WE also say that the class

More information

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

Volume 3, Issue 3 (2015) ISSN International Journal of Advance Research and Innovation Experimental Study of Surface Roughness in CNC Turning Using Taguchi and ANOVA Ranganath M.S. *, Vipin, Kuldeep, Rayyan, Manab, Gaurav Department of Mechanical Engineering, Delhi Technological University,

More information

[Mahajan*, 4.(7): July, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Mahajan*, 4.(7): July, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 [Mahajan*, 4.(7): July, 05] ISSN: 77-9655 (IOR), Publication Impact Factor:.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY OPTIMIZATION OF SURFACE GRINDING PROCESS PARAMETERS

More information

MONITORING PARAMETER BASED DETERMINATION OF PRODUCTION TOLERANCES

MONITORING PARAMETER BASED DETERMINATION OF PRODUCTION TOLERANCES MONITORING PARAMETER BASED DETERMINATION OF PRODUCTION TOLERANCES Zs. J. Viharos 1, L. Monostori 2, K. Novák 3, G. A. Tóth 3 1 Senior research associate, 2 Professor, 3 University Student, Computer and

More information

Dynamic Analysis of Structures Using Neural Networks

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

More information

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

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

More information

Liquefaction Analysis in 3D based on Neural Network Algorithm

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

More information

Key Words: DOE, ANOVA, RSM, MINITAB 14.

Key Words: DOE, ANOVA, RSM, MINITAB 14. ISO 9:28 Certified Volume 4, Issue 4, October 24 Experimental Analysis of the Effect of Process Parameters on Surface Finish in Radial Drilling Process Dayal Saran P BalaRaju J Associate Professor, Department

More information

Contribution to Multicriterial Classification of Spatial Data

Contribution to Multicriterial Classification of Spatial Data Magyar Kutatók 8. Nemzetközi Szimpóziuma 8 th International Symposium of Hungarian Researchers on Computational Intelligence and Informatics Contribution to Multicriterial Classification of Spatial Data

More information

APPLICATION OF ARTIFICIAL NEURAL NETWORK FOR MODELING SURFACE ROUGHNESS IN CENTERLESS GRINDING OPERATION

APPLICATION OF ARTIFICIAL NEURAL NETWORK FOR MODELING SURFACE ROUGHNESS IN CENTERLESS GRINDING OPERATION 5 th International & 26 th All India Manufacturing Technology, Design and Research Conference (AIMTDR 2014) December 12 th 14 th, 2014, IIT Guwahati, Assam, India APPLICATION OF ARTIFICIAL NEURAL NETWORK

More information

International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 INTERNATIONAL JOURNAL OF MECHANICAL

International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 INTERNATIONAL JOURNAL OF MECHANICAL INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING AND TECHNOLOGY (IJMET) ISSN 0976 6340 (Print) ISSN 0976 6359 (Online) Volume 3, Issue 2, May-August (2012), pp. 162-170 IAEME: www.iaeme.com/ijmet.html Journal

More information

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

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

More information

Erosion modeling to improve asset life prediction

Erosion modeling to improve asset life prediction Erosion modeling to improve asset life prediction Erosion caused by solid particles in process flows impacting on the surfaces of downhole equipment or pipe walls is a common cause of damage and wear in

More information

CHAPTER 5 SINGLE OBJECTIVE OPTIMIZATION OF SURFACE ROUGHNESS IN TURNING OPERATION OF AISI 1045 STEEL THROUGH TAGUCHI S METHOD

CHAPTER 5 SINGLE OBJECTIVE OPTIMIZATION OF SURFACE ROUGHNESS IN TURNING OPERATION OF AISI 1045 STEEL THROUGH TAGUCHI S METHOD CHAPTER 5 SINGLE OBJECTIVE OPTIMIZATION OF SURFACE ROUGHNESS IN TURNING OPERATION OF AISI 1045 STEEL THROUGH TAGUCHI S METHOD In the present machine edge, surface roughness on the job is one of the primary

More information

Introduction to ANSYS DesignXplorer

Introduction to ANSYS DesignXplorer Lecture 4 14. 5 Release Introduction to ANSYS DesignXplorer 1 2013 ANSYS, Inc. September 27, 2013 s are functions of different nature where the output parameters are described in terms of the input parameters

More information

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

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

More information

Constructively Learning a Near-Minimal Neural Network Architecture

Constructively Learning a Near-Minimal Neural Network Architecture Constructively Learning a Near-Minimal Neural Network Architecture Justin Fletcher and Zoran ObradoviC Abetract- Rather than iteratively manually examining a variety of pre-specified architectures, a constructive

More information

Optimization of process parameter for maximizing Material removal rate in turning of EN8 (45C8) material on CNC Lathe machine using Taguchi method

Optimization of process parameter for maximizing Material removal rate in turning of EN8 (45C8) material on CNC Lathe machine using Taguchi method Optimization of process parameter for maximizing Material removal rate in turning of EN8 (45C8) material on CNC Lathe machine using Taguchi method Sachin goyal 1, Pavan Agrawal 2, Anurag Singh jadon 3,

More information

Optimization of Turning Process during Machining of Al-SiCp Using Genetic Algorithm

Optimization of Turning Process during Machining of Al-SiCp Using Genetic Algorithm Optimization of Turning Process during Machining of Al-SiCp Using Genetic Algorithm P. G. Karad 1 and D. S. Khedekar 2 1 Post Graduate Student, Mechanical Engineering, JNEC, Aurangabad, Maharashtra, India

More information

A.M.Badadhe 1, S. Y. Bhave 2, L. G. Navale 3 1 (Department of Mechanical Engineering, Rajarshi Shahu College of Engineering, Pune, India)

A.M.Badadhe 1, S. Y. Bhave 2, L. G. Navale 3 1 (Department of Mechanical Engineering, Rajarshi Shahu College of Engineering, Pune, India) IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) ISSN (e): 2278-1684, ISSN (p): 2320 334X, PP: 10-15 www.iosrjournals.org Optimization of Cutting Parameters in Boring Operation A.M.Badadhe

More information

Taper Control: Behind the Scenes of Dynamic Waterjet with Active Tolerance Control

Taper Control: Behind the Scenes of Dynamic Waterjet with Active Tolerance Control Taper Control: Behind the Scenes of Dynamic Waterjet with Active Tolerance Control 1 Taper Control: Behind the Scenes of Dynamic Waterjet Waterjet technology took a giant leap forward with the introduction

More information

Cutting Process Control

Cutting Process Control International Journal of Innovation Engineering and Science Research www.ijiesr.com Cutting Process Control Daschievici Luiza, Ghelase Daniela Dunarea de Jos University of Galati Galati, Romania ABSTRACT

More information

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

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

More information

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

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

More information

Development of an Hybrid Adaptive Neuro Fuzzy Controller for Surface Roughness (SR) prediction of Mild Steel during Turning

Development of an Hybrid Adaptive Neuro Fuzzy Controller for Surface Roughness (SR) prediction of Mild Steel during Turning Development of an Hybrid Adaptive Neuro Fuzzy Controller for Surface Roughness () prediction of Mild Steel during Turning ABSTRACT Ashwani Kharola Institute of Technology Management (ITM) Defence Research

More information

ANALYSIS OF THE HEAT AFFECTED ZONE IN CO 2 LASER CUTTING OF STAINLESS STEEL

ANALYSIS OF THE HEAT AFFECTED ZONE IN CO 2 LASER CUTTING OF STAINLESS STEEL Madić, M., J.et. al.: Analysis of the Heat Affected Zone in CO 2 Laser Cutting S419 ANALYSIS OF THE HEAT AFFECTED ZONE IN CO 2 LASER CUTTING OF STAINLESS STEEL by Milo{ J. MADI] * and Miroslav R. RADOVANOVI]

More information

EVALUATION OF OPTIMAL MACHINING PARAMETERS OF NICROFER C263 ALLOY USING RESPONSE SURFACE METHODOLOGY WHILE TURNING ON CNC LATHE MACHINE

EVALUATION OF OPTIMAL MACHINING PARAMETERS OF NICROFER C263 ALLOY USING RESPONSE SURFACE METHODOLOGY WHILE TURNING ON CNC LATHE MACHINE EVALUATION OF OPTIMAL MACHINING PARAMETERS OF NICROFER C263 ALLOY USING RESPONSE SURFACE METHODOLOGY WHILE TURNING ON CNC LATHE MACHINE MOHAMMED WASIF.G 1 & MIR SAFIULLA 2 1,2 Dept of Mechanical Engg.

More information

Multilayer Feed-forward networks

Multilayer Feed-forward networks Multi Feed-forward networks 1. Computational models of McCulloch and Pitts proposed a binary threshold unit as a computational model for artificial neuron. This first type of neuron has been generalized

More information

Ensemble methods in machine learning. Example. Neural networks. Neural networks

Ensemble methods in machine learning. Example. Neural networks. Neural networks Ensemble methods in machine learning Bootstrap aggregating (bagging) train an ensemble of models based on randomly resampled versions of the training set, then take a majority vote Example What if you

More information

Robust line segmentation for handwritten documents

Robust line segmentation for handwritten documents Robust line segmentation for handwritten documents Kamal Kuzhinjedathu, Harish Srinivasan and Sargur Srihari Center of Excellence for Document Analysis and Recognition (CEDAR) University at Buffalo, State

More information

Optimization of Machining Parameters for Turned Parts through Taguchi s Method Vijay Kumar 1 Charan Singh 2 Sunil 3

Optimization of Machining Parameters for Turned Parts through Taguchi s Method Vijay Kumar 1 Charan Singh 2 Sunil 3 IJSRD - International Journal for Scientific Research & Development Vol., Issue, IN (online): -6 Optimization of Machining Parameters for Turned Parts through Taguchi s Method Vijay Kumar Charan Singh

More information

Human Identification at a Distance Using Body Shape Information

Human Identification at a Distance Using Body Shape Information IOP Conference Series: Materials Science and Engineering OPEN ACCESS Human Identification at a Distance Using Body Shape Information To cite this article: N K A M Rashid et al 2013 IOP Conf Ser: Mater

More information

A COUPLED ARTIFICIAL NEURAL NETWORK AND RESPONSE SURFACE METHODOLOGY MODEL FOR THE PREDICTION OF AVERAGE SURFACE ROUGHNESS IN END MILLING OF PREHEATED

A COUPLED ARTIFICIAL NEURAL NETWORK AND RESPONSE SURFACE METHODOLOGY MODEL FOR THE PREDICTION OF AVERAGE SURFACE ROUGHNESS IN END MILLING OF PREHEATED A COUPLED ARTIFICIAL NEURAL NETWORK AND RESPONSE SURFACE METHODOLOGY MODEL FOR THE PREDICTION OF AVERAGE SURFACE ROUGHNESS IN END MILLING OF PREHEATED Ti6Al4V ALLOY Md. Anayet U. PATWARI,, A.K.M. Nurul

More information

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

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

More information

Experimental Study of the Effects of Machining Parameters on the Surface Roughness in the Turning Process

Experimental Study of the Effects of Machining Parameters on the Surface Roughness in the Turning Process International Journal of Computer Engineering in Research Trends Multidisciplinary, Open Access, Peer-Reviewed and fully refereed Research Paper Volume-5, Issue-5,2018 Regular Edition E-ISSN: 2349-7084

More information

ANN Based Prediction of Surface Roughness in Turning

ANN Based Prediction of Surface Roughness in Turning ANN Based Prediction of Surface Roughness in Turning Diwakar Reddy.V, Krishnaiah.G, A. Hemanth Kumar and Sushil Kumar Priya Abstract Surface roughness, an indicator of surface quality is one of the most

More information

MONTE CARLO SIMULATIONS OF PRODUCTION COSTS IN DISCRETE MANUFACTURING. Kathrine Spang, Christina Windmark, Jan-Eric Ståhl

MONTE CARLO SIMULATIONS OF PRODUCTION COSTS IN DISCRETE MANUFACTURING. Kathrine Spang, Christina Windmark, Jan-Eric Ståhl MONTE CARLO SIMULATIONS OF PRODUCTION COSTS IN DISCRETE MANUFACTURING Kathrine Spang, Christina Windmark, Jan-Eric Ståhl Lund University, Division of Production and Materials Engineering, Lund, Sweden

More information

DATA SOLUTION FOR TURBINE SAFETY

DATA SOLUTION FOR TURBINE SAFETY DATA SOLUTION FOR TURBINE SAFETY Adrian POPA 1 Ionut-Cristian SCURTU 2 Beazit ALI 3 George NOVAC 4 1 Associate Professor PhD. Eng. Mircea cel Batran Naval Academy, Constanta, Romania, adrian.popa@anmb.ro

More information

DIGITAL IMPLEMENTATION OF THE SIGMOID FUNCTION FOR FPGA CIRCUITS

DIGITAL IMPLEMENTATION OF THE SIGMOID FUNCTION FOR FPGA CIRCUITS DIGITAL IMPLEMENTATION OF THE SIGMOID FUNCTION FOR FPGA CIRCUITS Alin TISAN, Stefan ONIGA, Daniel MIC, Attila BUCHMAN Electronic and Computer Department, North University of Baia Mare, Baia Mare, Romania

More information

Parametric Investigation of Single Point Incremental Forming For Al 8011A H-14

Parametric Investigation of Single Point Incremental Forming For Al 8011A H-14 Parametric Investigation of Single Point Incremental Forming For Al 8011A H-14 Bhavesh Sonagra 1, Jayendra B. Kanani 2 1 Student M.E. CAD/CAM, A.I.T.S, Rajkot, Gujarat, India 2 Assistant Professor, A.I.T.S,

More information

EXPERIMENTAL INVESTIGATION OF A CENTRIFUGAL BLOWER BY USING CFD

EXPERIMENTAL INVESTIGATION OF A CENTRIFUGAL BLOWER BY USING CFD Int. J. Mech. Eng. & Rob. Res. 2014 Karthik V and Rajeshkannah T, 2014 Research Paper ISSN 2278 0149 www.ijmerr.com Vol. 3, No. 3, July 2014 2014 IJMERR. All Rights Reserved EXPERIMENTAL INVESTIGATION

More information

Analysis and Optimization of Parameters Affecting Surface Roughness in Boring Process

Analysis and Optimization of Parameters Affecting Surface Roughness in Boring Process International Journal of Advanced Mechanical Engineering. ISSN 2250-3234 Volume 4, Number 6 (2014), pp. 647-655 Research India Publications http://www.ripublication.com Analysis and Optimization of Parameters

More information

Experimental Investigation and Development of Multi Response ANN Modeling in Turning Al-SiCp MMC using Polycrystalline Diamond Tool

Experimental Investigation and Development of Multi Response ANN Modeling in Turning Al-SiCp MMC using Polycrystalline Diamond Tool Research Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Experimental

More information

ANN Based Surface Roughness Prediction In Turning Of AA 6351

ANN Based Surface Roughness Prediction In Turning Of AA 6351 ANN Based Surface Roughness Prediction In Turning Of AA 6351 Konani M. Naidu 1, Sadineni Rama Rao 2 1, 2 (Department of Mechanical Engineering, SVCET, RVS Nagar, Chittoor-517127, A.P, India) ABSTRACT Surface

More information

INTERACTIVE LEARNING FRAMEWORK FOR DYNAMIC SIMULATION AND CONTROL OF FLEXIBLE STRUCTURES. M. O. Tokhi and S. Z. Mohd. Hashim 1.

INTERACTIVE LEARNING FRAMEWORK FOR DYNAMIC SIMULATION AND CONTROL OF FLEXIBLE STRUCTURES. M. O. Tokhi and S. Z. Mohd. Hashim 1. Session C-T4-3 INTERACTIVE LEARNING FRAMEWORK FOR DYNAMIC SIMULATION AND CONTROL OF FLEXIBLE STRUCTURES M. O. Tokhi and S. Z. Mohd. Hashim The University of Sheffield, Sheffield, United Kingdom, Email:

More information

CHAPTER 4. OPTIMIZATION OF PROCESS PARAMETER OF TURNING Al-SiC p (10P) MMC USING TAGUCHI METHOD (SINGLE OBJECTIVE)

CHAPTER 4. OPTIMIZATION OF PROCESS PARAMETER OF TURNING Al-SiC p (10P) MMC USING TAGUCHI METHOD (SINGLE OBJECTIVE) 55 CHAPTER 4 OPTIMIZATION OF PROCESS PARAMETER OF TURNING Al-SiC p (0P) MMC USING TAGUCHI METHOD (SINGLE OBJECTIVE) 4. INTRODUCTION This chapter presents the Taguchi approach to optimize the process parameters

More information

MODELING AND OPTIMIZATION OF SURFACE ROUGHNESS IN SURFACE GRINDING OFSiC ADVANCED CERAMIC MATERIAL

MODELING AND OPTIMIZATION OF SURFACE ROUGHNESS IN SURFACE GRINDING OFSiC ADVANCED CERAMIC MATERIAL MODELING AND OPTIMIZATION OF SURFACE ROUGHNESS IN SURFACE GRINDING OFSiC ADVANCED CERAMIC MATERIAL Binu Thomas 1,Eby David 2,Manu R 3*, 1 M.Tech Scholar,MED,NIT,Calicut,673601,binukthomas@rediffmail.com

More information

US foundry Bradken implements optical measuring technology

US foundry Bradken implements optical measuring technology Application Note US foundry Bradken implements optical measuring technology Location / country: Tacoma / Washington, USA GOM systems: ATOS Triple Scan, TRITOP GOM software: ATOS Professional Sector: Power

More information

Online algorithms for clustering problems

Online algorithms for clustering problems University of Szeged Department of Computer Algorithms and Artificial Intelligence Online algorithms for clustering problems Summary of the Ph.D. thesis by Gabriella Divéki Supervisor Dr. Csanád Imreh

More information

SIMULATION OF WHEAT CUTTING PROCESS USING THE FINITE ELEMENT METHOD

SIMULATION OF WHEAT CUTTING PROCESS USING THE FINITE ELEMENT METHOD Bulletin of the Transilvania University of Braşov Series II: Forestry Wood Industry Agricultural Food Engineering Vol. 9 (58) No.2-2016 SIMULATION OF WHEAT CUTTING PROCESS USING THE FINITE ELEMENT METHOD

More information

Modelling and Optimization of Machining with the Use of Statistical Methods and Soft Computing

Modelling and Optimization of Machining with the Use of Statistical Methods and Soft Computing Modelling and Optimization of Machining with the Use of Statistical Methods and Soft Computing Angelos P. Markopoulos, Witold Habrat, Nikolaos I. Galanis and Nikolaos E. Karkalos Abstract This book chapter

More information

Extraction of Skin Friction Fields from Surface Flow Visualizations as an Inverse Problem

Extraction of Skin Friction Fields from Surface Flow Visualizations as an Inverse Problem Extraction of Skin Friction Fields from Surface Flow Visualizations as an Inverse Problem Tianshu Liu Department of Mechanical & Aerospace Engineering Western Michigan University, Kalamazoo, MI 49008 Objective

More information

REST Journal on Emerging trends in Modelling and Manufacturing Vol:3(3),2017 REST Publisher ISSN:

REST Journal on Emerging trends in Modelling and Manufacturing Vol:3(3),2017 REST Publisher ISSN: REST Journal on Emerging trends in Modelling and Manufacturing Vol:3(3),2017 REST Publisher ISSN: 2455-4537 Website: www.restpublisher.com/journals/jemm Modeling for investigation of effect of cutting

More information

Image Compression: An Artificial Neural Network Approach

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

More information

CHAPTER 8 ANFIS MODELING OF FLANK WEAR 8.1 AISI M2 HSS TOOLS

CHAPTER 8 ANFIS MODELING OF FLANK WEAR 8.1 AISI M2 HSS TOOLS CHAPTER 8 ANFIS MODELING OF FLANK WEAR 8.1 AISI M2 HSS TOOLS Control surface as shown in Figs. 8.1 8.3 gives the interdependency of input, and output parameters guided by the various rules in the given

More information

On cutting force coefficient model with respect to tool geometry and tool wear

On cutting force coefficient model with respect to tool geometry and tool wear On cutting force coefficient model with respect to tool geometry and tool wear Petr Kolar 1*, Petr Fojtu 1 and Tony Schmitz 1 Czech Technical University in Prague, esearch Center of Manufacturing Technology,

More information

Prediction of Drill Flank Wear Using Radial Basis Function Neural Network

Prediction of Drill Flank Wear Using Radial Basis Function Neural Network Prediction of Drill Flank Wear Using Radial Basis Function Neural Network S. S. Panda 1, # D. Chakraborty 1, S. K. Pal 2 1 Department of Mechanical Engineering, Indian Institute of Technology, Guwahati,

More information

Handwritten Character Recognition with Feedback Neural Network

Handwritten Character Recognition with Feedback Neural Network Apash Roy et al / International Journal of Computer Science & Engineering Technology (IJCSET) Handwritten Character Recognition with Feedback Neural Network Apash Roy* 1, N R Manna* *Department of Computer

More information

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

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

More information

Artificial Neural Network Methodology for Modelling and Forecasting Maize Crop Yield

Artificial Neural Network Methodology for Modelling and Forecasting Maize Crop Yield Agricultural Economics Research Review Vol. 21 January-June 2008 pp 5-10 Artificial Neural Network Methodology for Modelling and Forecasting Maize Crop Yield Rama Krishna Singh and Prajneshu * Biometrics

More information

Assisted Research and Optimization of the proper Neural Network Solving the Inverse Kinematics Problem

Assisted Research and Optimization of the proper Neural Network Solving the Inverse Kinematics Problem ISBN 978--84626-xxx-x Proceedings of 20 International Conference on Optimization of the Robots and Manipulators (OPTIROB 20) Sinaia, Romania, 26-28 Mai, 20, pp. xxx-xxx Assisted Research and Optimization

More information

Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers

Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers A. Salhi, B. Minaoui, M. Fakir, H. Chakib, H. Grimech Faculty of science and Technology Sultan Moulay Slimane

More information

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

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

More information

Thickness and waviness of surface coatings formed by overlap: modelling and experiment

Thickness and waviness of surface coatings formed by overlap: modelling and experiment Surface Effects and Contact Mechanics XI 135 Thickness and waviness of surface coatings formed by overlap: modelling and experiment V. Ocelík, O. Nenadl, I. Hemmati & J. Th. M. De Hosson Materials innovation

More information

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

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

More information

The K-Ring: a versatile model for the design of MIMD computer topology

The K-Ring: a versatile model for the design of MIMD computer topology The K-Ring: a versatile model for the design of MIMD computer topology P. Kuonen Computer Science Department Swiss Federal Institute of Technology CH-115 Lausanne, Switzerland E-mail: Pierre.Kuonen@epfl.ch

More information

HALOGEN AUTOMATIC DAYLIGHT CONTROL SYSTEM BASED ON CMAC CONTROLLER WITH TRIANGULAR BASIS FUNCTIONS

HALOGEN AUTOMATIC DAYLIGHT CONTROL SYSTEM BASED ON CMAC CONTROLLER WITH TRIANGULAR BASIS FUNCTIONS HALOGEN AUTOMATIC DAYLIGHT CONTROL SYSTEM BASED ON CMAC CONTROLLER WITH TRIANGULAR BASIS FUNCTIONS Horatiu Stefan Grif, Mircea Dulău Petru Maior University of Târgu Mureş, Romania hgrif@emgineering.upm.ro,

More information