Materials Science Forum Online: ISSN: , Vols , pp doi: /

Size: px
Start display at page:

Download "Materials Science Forum Online: ISSN: , Vols , pp doi: /"

Transcription

1 Materials Science Forum Online: ISSN: , Vols , pp doi: / Materials Science Forum Vols. *** (2004) pp Trans Tech Publications, Switzerland online at Trans Tech Publications, Switzerland Development of Parameters Selection System for Ultrasonic Vibration Assisted Electro-discharge Machining Y.J. Hu 1,a,J.H. Zhang 1,b, X.F. Wang 1,c and S.F. Ren 1,d 1 School of mechanical engineering, Shandong University, , Jinan, P.R. China a yujing_hu@163.com, b jhzhang@sdu.edu.cn, c yj_xf@163.com, d shengfengren@hotmail.com Keywords: Electro-discharge machining, Ultrasonic vibration machining, Machining parameters, Artificial neural network Abstract. Because the machining of ultrasonic vibration assisted electro-discharge machining (UEDM) is a very complex process and it is too difficult to describe precisely every influencing factor with an accurate mathematics model, the study of parameters selection system is necessary and important for the practical application of machining method, the improvement of machining efficiency and minimizing the tool wear ratio (TWR). In this paper, the model and the corresponding database are built for UEDM based on the back propagation (BP) algorithm artificial neural network (ANN) to optimize machining parameters. Through learning and training, this system realizes the intelligent selection of machining parameters. As shown by the experiment results, the predictions accord with the test results, which shows that the reasonable and reliable project of UEDM can be provided by the system. With the increase of the machining sample, the machining database can be enriched and the application range will be expanded, so this system has the excellent fault-tolerance and extensible quality. Introduction The process of UEDM has more advantages compared with other machining processes, for instance there exist no mechanical machining forces in the machining, so it has become an indispensable machining process in modern manufacturing. However, the influencing factors are numerous and complicated, so it is too difficult to quantify the influence expressly with an accurate mathematics model for UEDM. The configuration of the electrical parameters affects machining results greatly, and the influencing factors also inter-conflict and inter-restrict [1]. Reasonable parameters selection is not only the foundation of stable, high-efficiency machining, but also the precondition of making full use of the machine tool. Generally, manufactory provides many better projects that include certain electrical parameters and machining results. Because of the experiences and the diversity of parameter selection and the complexity and real-time of logical reasoning, the selection of machining parameters depends on the operators experience and training degree. So it is very valuable to predict new machining projects from original data, and the corresponding study and development are necessary to the practical application [2,3]. The Main Influencing Factors The machining mechanism of UEDM is too complicated to find it out completely. For application and improving machining efficiency and minimizing tool wear ratio, it is necessary to investigate the influencing factors [4]. According to experimental results, the influencing factors to machining velocity are shown as [5,6] V = KW fφ (1) M All rights reserved. No part of contents of this paper may be reproduced or transmitted in any form or by any means without the written permission of Trans Tech Publications, (ID: , Pennsylvania State University, University Park, USA-04/03/16,01:55:25)

2 688 Advances in Materials Manufacturing Science and Technology 688 Advances in Materials Manufacturing Science and Technology where, K is a process coefficient related to pulse parameters and dielectric fluid, etc.; f is pulse frequency, φ is the utilization ratio of valid pulse; W M is the energy of a single pulse, related to discharge voltage, discharge current and discharge duration. W M can be expressed as follows t = e W u( i( dt (2) M 0 where, t e is discharge duration; u( and i( is discharge voltage and current that vary with time. Equation (1) and (2) can be synthesized to V t e = Kfφ u( i( dt (3) 0 In the machining process, W M is the most important influencing factor to surface quality; According to experimental results, the empirical formula is given as R μ (4) max = K rte i pe ti i where, R max is actual surface roughness; K r is a constant; t e is the discharge duration; i pe is the peak discharge current; t i is pulse interval; µ i is no-load voltage. In UEDM process, except for the influencing factors mentioned above, the machining results are also related to ultrasonic vibration frequency and ultrasonic vibration amplitude closely [7]. Principle of ANN The ANN technique is a kind of intelligence technique applied widely that has self-learning, self-organizing and association functions by simulating the micro-architecture of human brain. The network can deal with fuzzy, indeterminate, sequential, un-accurate information [8]. The BP network architecture includes input neurons, output neurons and hidden neurons. Generally, multi-layer network contains one or more hidden layers and a nonlinear activation function, which is able to solve more complicated problems than the single layer network. The BP network converts the relation of input and output information to nonlinear optimal problem. Parameters Selection System for UEDM Based on ANN Structure of the Parameters Selection System. By introducing ANN technique, the parameters selection system of UEDM based on ANN is put forward. Meanwhile, the self-learning sample database of ANN is developed based on original data provided by manufactory and experimental Machining database Learn Train New project Selecting machining parameter network Man-machine interface of database Man-machine COM port, extended COM port Re-learn Learning results Fig.1 Structure of the parameters selection system data. Through training the BP network by original parameters, the system can acquire comprehensive machining knowledge and optimize the machining parameters. The system structure can be shown as Fig.1.

3 Materials Science Forum Vols Materials Science Forum Vols. *** 689 Design Target of the System. The system can realize the following functions: 1) Giving machining parameters according to the input information of user, and creating process procedures; 2) Modifying the weights by learning continuously and providing more dependable projects; 3) Developing friendly man-machine interface based on ergonomics principle, which make this system easier for the user to operate. Topology Structure and Network Algorithm of the BP Network. The parameters selection process is that the network sets the optimal machining parameters automatically according to the machining requirement. In this process, surface quality, material removal rate (MRR) and TWR are related nearly to many machining parameters such as pulse peak current, pulse duration, pulse interval, machining duration, no-load voltage time, servo voltage, feed rate, machining area, electrode profile, electrode material, dielectric medium, ultrasonic frequency and amplitude etc. [9,10]. If all these parameters are put into the network as output parameters, the network will become too complicated and difficult to be trained. Therefore, it is necessary to use the most important electrical parameters as the network output. In this system, the input and output parameters are shown in table 1 and 2. This BP network is composed of three layers, which includes 5 input neurons and 5 output neurons. According to the computing ability and quantity of training samples, the BP network has a lower allowable error and runs stably when the hidden layer include 16 hidden neurons. The developed ANN model is shown in Fig.2. Table 1 The input information Input parameter Surface quality MRR TWR Machining area Material couple Input code X1 X2 X3 X4 X5 Table 2 The output information Output parameters Peak current (I p ) Pulse duration (t i ) Pulse interval (t o ) Ultrasonic frequency (U f ) Ultrasonic amplitude (U a ) Output code Y1 Y2 Y3 Y4 Y5 X1 X2 X3 X4 Y1 Y2 Y3 Y4 X5 Input neurons Hidden neurons Output neurons Y5 Fig.2 The artificial neural network model of the system The learning process of BP network includes positive transmitting and negative transmitting. If the error could not meet the required accuracy or astringency after the positive transmitting, the network need negative transmitting to modify the weights of each layer till getting allowable error. With the increase of sample quantity, the BP network modifies the weights continuously. The longer the training time, the closer the training results to actual accuracy. Program Design. Based on Win2000 operating system, the system is programmed by VC++6.0 and the Microsoft Access database is adopted. The link with Access is realized by ADO DLL technique, which creates friendly man-machine interface and the CperDlg class to manage database.

4 690 Advances in Materials Manufacturing Science and Technology 690 Advances in Materials Manufacturing Science and Technology The prediction will be shown on the interface after the information is send to the system, and the output can be saved, modified and deleted in database. The user can use the machining data in this database directly by inputting the project number. The man-machine interface is shown as Fig.3. Fig.3 The man-machine interface of parameters setting Model Verification. The system is validated on special EDM tool. The results are shown on the table 3 after 50 samples trained the network. The surface roughness difference is 7.60% and the MRR difference is 9.03% between machining results and process request. The experimental results show that the BP network can reflect the relation between process parameters and machining results, and can improve machining efficiency of UEDM. Table.3 the validated results The input information The output information Machining result R amax [μm] MRR [mm 3 /min] TWR [%] Area [mm 2 ] Material couple I p [A] t i [μs] t o [μs] U f [KMZ] U a [μm] R amax [μm] MRR [mm 3 /min] C u -S t C u -S t Conclusions The system developed in this paper can optimize main machining parameters to improve machining quality and efficiency. In this system, the key of development is to determine the network topology structure and the weights of BP network. Based on plenty of practical machining data, the sample data train BP network to achieve reasonable weights, Meanwhile, in practical machining process, the weights could be modified and adjusted continuously to improve the selection accuracy and extend the machining knowledge of UEDM. Because of the intelligentized design, this system has excellent fault-tolerance performance, flexibility, expansibility and maneuverability. Acknowledgements The work described in this paper was supported by the National Natural Science Foundation of China (NSFC), project number:

5 References Materials Science Forum Vols Materials Science Forum Vols. *** 691 [1] M.B. Gorzalczany: Information Sciences Vol. 120 (1999), p. 69 [2] Y. Li, W.S. Zhao, X.G Feng, et al: Measurement Vol. 22 (1997), p. 29 [3] J.H. Zhang and H. Zhang: Materials processing technology Vol. 129 (2002), p. 45 [4] L.M. Lou, M.H. Li and Y.H. Peng: China Mechanical Engineering Vol. 12 (2001), p. 408 [5] W.S. Zhao and J.C. Liu: The practical electric machining technique (China Machine Press, China 2002) [6] Z.H. Lee and H.Yu: Aviation precision Manufacturing technology Vol. 36 (2000), p. 13 [7] B.H. Yan, A.C. Wang, C.Y. Huang, et al: International Journal of Machine Tools & Manufacture Vol. 42 (2002), p [8] Y.N. Zhang: Intelligence control system (Hunan University Press, China 1996) [9] Y. Chen and S.M. Mahdavian: Wear Vol. 236 (1999), P. 350 [10] D. Nie and W. Huang: Aviation precision Manufacturing technology Vol. 38 (2002), P. 15.

6 Advances in Materials Manufacturing Science and Technology / Development of Parameters Selection System for Ultrasonic Vibration Assisted Electro-Discharge Machining / DOI References [1] M.B. Gorzalczany: Information Sciences Vol. 120 (1999), p /S (99)

Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr. Harit K. Raval 3

Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr. Harit K. Raval 3 Investigations on Prediction of MRR and Surface Roughness on Electro Discharge Machine Using Regression Analysis and Artificial Neural Network Programming Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr.

More information

Portugaliae Electrochimica Acta 26/4 (2008)

Portugaliae Electrochimica Acta 26/4 (2008) Portugaliae Electrochimica Acta 6/4 (008) 6-68 PORTUGALIAE ELECTROCHIMICA ACTA Comparison of Regression Model and Artificial Neural Network Model for the Prediction of Volume Percent of Diamond Deposition

More information

MODELING OF SURFACE ROUGHNESS IN WIRE ELECTRICAL DISCHARGE MACHINING USING ARTIFICIAL NEURAL NETWORKS

MODELING OF SURFACE ROUGHNESS IN WIRE ELECTRICAL DISCHARGE MACHINING USING ARTIFICIAL NEURAL NETWORKS Int. J. Mech. Eng. & Rob. Res. 013 P Vijaya Bhaskara Reddy et al., 013 Research Paper ISSN 78 0149 www.ijmerr.com Vol., No. 1, January 013 013 IJMERR. All Rights Reserved MODELING OF SURFACE ROUGHNESS

More information

RESPONSE SURFACE ANALYSIS OF EDMED SURFACES OF AISI D2 STEEL

RESPONSE SURFACE ANALYSIS OF EDMED SURFACES OF AISI D2 STEEL Advanced Materials Research Vols. 264-265 (2011) pp 1960-1965 Online available since 2011/Jun/30 at www.scientific.net (2011) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amr.264-265.1960

More information

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE Li Sheng Institute of intelligent information engineering Zheiang University Hangzhou, 3007, P. R. China ABSTRACT In this paper, a neural network-driven

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 12, December ISSN IJSER

International Journal of Scientific & Engineering Research, Volume 5, Issue 12, December ISSN IJSER International Journal of Scientific & Engineering Research, Volume 5, Issue 12, December-2014 29 Prediction of EDM process parameters by using Artificial Neural Network (ANN) - A Prediction Technique Mitali

More information

Percentage of harmful discharges for surface current density monitoring in electrical discharge machining process

Percentage of harmful discharges for surface current density monitoring in electrical discharge machining process 1677 Percentage of harmful discharges for surface current density monitoring in electrical discharge machining process O Blatnik*, J Valentincic, and M Junkar Faculty of Mechanical Engineering, University

More information

Modelling of the Ultrasonic Shot Peening Process. C. Pilé, M. François, D. Retraint, E. Rouhaud and J. Lu

Modelling of the Ultrasonic Shot Peening Process. C. Pilé, M. François, D. Retraint, E. Rouhaud and J. Lu Materials Science Forum Online: 5-7-15 ISSN: 1-975, Vols. 9-91, pp 7-7 doi:1.8/www.scientific.net/msf.9-91.7 5 Trans Tech Publications, Switzerland Modelling of the Ultrasonic Shot Peening Process C. Pilé,

More information

The Influence of EDM Parameters in Finishing Stage on Surface Quality, MRR and EWR

The Influence of EDM Parameters in Finishing Stage on Surface Quality, MRR and EWR Research Journal of Applied Sciences, Engineering and Technology 4(10): 1287-1294, 2012 ISSN: 2040-7467 Maxwell Scientific Organization, 2012 Submitted: December 09, 2011 Accepted: December 26, 2011 Published:

More information

A Research on High-Precision Strain Measurement Based on FBG with Temperature Compensation Zi Wang a, Xiang Zhang b, Yuegang Tan c, Tianliang Li d

A Research on High-Precision Strain Measurement Based on FBG with Temperature Compensation Zi Wang a, Xiang Zhang b, Yuegang Tan c, Tianliang Li d Advanced Materials Research Submitted: 214-1-31 ISSN: 1662-8985, Vol 183, pp 121-126 Accepted: 214-11-3 doi:1428/wwwscientificnet/amr183121 Online: 215-1-12 215 Trans Tech Publications, Switzerland A Research

More information

Investigation of effect of process parameters in micro hole drilling

Investigation of effect of process parameters in micro hole drilling Investigation of effect of process parameters in micro hole drilling Vaibhav Gosavi, Dr. Nitin Phafat, Dr. Sudhir Deshmukh 3 Research scholar,me MFG, JNEC Asso. Prof. Mech. Dept., JNEC 3 Principal, JNEC

More information

Grid component outage probability model considering weather and. aging factors

Grid component outage probability model considering weather and. aging factors Advanced Materials Research Online: 2013-09-10 ISSN: 1662-8985, Vols. 805-806, pp 822-827 doi:10.4028/www.scientific.net/amr.805-806.822 2013 Trans Tech Publications, Switzerland Grid component outage

More information

Design of Intelligent Meteorological System Based on MEMS Wang Hao 1,a, Nie Meng 2,b, Huang Qing an 3,c

Design of Intelligent Meteorological System Based on MEMS Wang Hao 1,a, Nie Meng 2,b, Huang Qing an 3,c Key Engineering Materials Online: 2014-04-09 ISSN: 1662-9795, Vols. 609-610, pp 801-806 doi:10.4028/www.scientific.net/kem.609-610.801 2014 Trans Tech Publications, Switzerland Design of Intelligent Meteorological

More information

Modeling of Wire Electrical Discharge Machining Parameters Using Titanium Alloy (Ti-6AL-4V)

Modeling of Wire Electrical Discharge Machining Parameters Using Titanium Alloy (Ti-6AL-4V) Modeling of Wire Electrical Discharge Machining Parameters Using Titanium Alloy (Ti-6AL-4V) Basil Kuriachen 1, Dr. Josephkunju Paul 2, Dr.Jose Mathew 3 1 Research Scholar, Department of Mechanical Engineering,

More information

Fractal Characterization of Sealing Surface Topography and Leakage Model of Metallic Gaskets Xiu FENG a and Boqin GU b

Fractal Characterization of Sealing Surface Topography and Leakage Model of Metallic Gaskets Xiu FENG a and Boqin GU b Key Engineering Materials Online: 007-09-10 ISSN: 166-9795, Vols. 353-358, pp 977-980 doi:10.408/www.scientific.net/kem.353-358.977 007 Trans Tech Publications, Switzerland Fractal Characterization of

More information

A Study on the Process of Granite Belt Grinding

A Study on the Process of Granite Belt Grinding Key Engineering Materials Online: 2003-04-15 ISSN: 1662-9795, Vols. 238-239, pp 111-116 doi:10.4028/www.scientific.net/kem.238-239.111 2003 Trans Tech Publications, Switzerland A Study on the Process of

More information

Artificial Neural Network and Fuzzy Logic

Artificial Neural Network and Fuzzy Logic Artificial Neural Network and Fuzzy Logic 1 Syllabus 2 Syllabus 3 Books 1. Artificial Neural Networks by B. Yagnanarayan, PHI - (Cover Topologies part of unit 1 and All part of Unit 2) 2. Neural Networks

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 1, January ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 1, January ISSN International Journal of Scientific & Engineering Research, Volume 5, Issue 1, January-2014 2026 Modelling of Process Parameters on D2 Steel using Wire Electrical Discharge Machining with combined approach

More information

The Simulation of Dropped Objects on the Offshore Structure Liping SUN 1,a, Gang MA 1,b, Chunyong NIE 2,c, Zihan WANG 1,d

The Simulation of Dropped Objects on the Offshore Structure Liping SUN 1,a, Gang MA 1,b, Chunyong NIE 2,c, Zihan WANG 1,d Advanced Materials Research Online: 2011-09-02 ISSN: 1662-8985, Vol. 339, pp 553-556 doi:10.4028/www.scientific.net/amr.339.553 2011 Trans Tech Publications, Switzerland The Simulation of Dropped Objects

More information

Estimation of the Pre-Consolidation Pressure in Soils Using ANN method

Estimation of the Pre-Consolidation Pressure in Soils Using ANN method Current World Environment Vol. 11(Special Issue 1), 83-88 (2016) Estimation of the Pre-Consolidation Pressure in Soils Using ANN method M. R. Motahari Department of Civil Engineering, Faculty of Engineering,

More information

KEYWORDS: cellular automata, neural network, masonry, cracking pattern

KEYWORDS: cellular automata, neural network, masonry, cracking pattern 13 TH C ANADIAN M ASONRY S YMPOSIUM H ALIFAX, C ANADA JUNE 4 TH JUNE 7 TH 2017 APPLICATION OF DEEP LEARNING NEURAL NETWORKS FOR MAPPING CRACKING PATTERNS OF MASONRY PANELS WITH OPENINGS Glushakova, Iuliia

More information

Artificial Neural Network Method of Rock Mass Blastability Classification

Artificial Neural Network Method of Rock Mass Blastability Classification Artificial Neural Network Method of Rock Mass Blastability Classification Jiang Han, Xu Weiya, Xie Shouyi Research Institute of Geotechnical Engineering, Hohai University, Nanjing, Jiangshu, P.R.China

More information

Analysis of Microstrip Circuit by Using Finite Difference Time Domain (FDTD) Method. ZHANG Lei, YU Tong-bin, QU De-xin and XIE Xiao-gang

Analysis of Microstrip Circuit by Using Finite Difference Time Domain (FDTD) Method. ZHANG Lei, YU Tong-bin, QU De-xin and XIE Xiao-gang Applied Mechanics and Materials Online: 013-08-08 ISSN: 166-748, Vols. 347-350, pp 1758-176 doi:10.408/www.scientific.net/amm.347-350.1758 013 Trans Tech Publications, Switzerland Analysis of Microstrip

More information

Bearing fault diagnosis based on EMD-KPCA and ELM

Bearing fault diagnosis based on EMD-KPCA and ELM Bearing fault diagnosis based on EMD-KPCA and ELM Zihan Chen, Hang Yuan 2 School of Reliability and Systems Engineering, Beihang University, Beijing 9, China Science and Technology on Reliability & Environmental

More information

Bearing fault diagnosis based on TEO and SVM

Bearing fault diagnosis based on TEO and SVM Bearing fault diagnosis based on TEO and SVM Qingzhu Liu, Yujie Cheng 2 School of Reliability and Systems Engineering, Beihang University, Beijing 9, China Science and Technology on Reliability and Environmental

More information

PATTERN RECOGNITION FOR PARTIAL DISCHARGE DIAGNOSIS OF POWER TRANSFORMER

PATTERN RECOGNITION FOR PARTIAL DISCHARGE DIAGNOSIS OF POWER TRANSFORMER PATTERN RECOGNITION FOR PARTIAL DISCHARGE DIAGNOSIS OF POWER TRANSFORMER PO-HUNG CHEN 1, HUNG-CHENG CHEN 2, AN LIU 3, LI-MING CHEN 1 1 Department of Electrical Engineering, St. John s University, Taipei,

More information

SIMULATION OF FREEZING AND FROZEN SOIL BEHAVIOURS USING A RADIAL BASIS FUNCTION NEURAL NETWORK

SIMULATION OF FREEZING AND FROZEN SOIL BEHAVIOURS USING A RADIAL BASIS FUNCTION NEURAL NETWORK SIMULATION OF FREEZING AND FROZEN SOIL BEHAVIOURS USING A RADIAL BASIS FUNCTION NEURAL NETWORK Z.X. Zhang 1, R.L. Kushwaha 2 Department of Agricultural and Bioresource Engineering University of Saskatchewan,

More information

MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH

MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH ISSN 1726-4529 Int j simul model 9 (2010) 2, 74-85 Original scientific paper MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH Roy, S. S. Department of Mechanical Engineering,

More information

Keywords- Source coding, Huffman encoding, Artificial neural network, Multilayer perceptron, Backpropagation algorithm

Keywords- Source coding, Huffman encoding, Artificial neural network, Multilayer perceptron, Backpropagation algorithm Volume 4, Issue 5, May 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Huffman Encoding

More information

Prediction of Channel Diameter to Reduce Flow Mal Distribution in Radiators using ANN

Prediction of Channel Diameter to Reduce Flow Mal Distribution in Radiators using ANN Indian Journal of Science and Technology, Vol 8(S9), 341-346, May 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 DOI: 10.17485/ijst/2015/v8iS9/65585 Prediction of Channel Diameter to Reduce Flow

More information

Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption

Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption ANDRÉ NUNES DE SOUZA, JOSÉ ALFREDO C. ULSON, IVAN NUNES

More information

Numerical Interpolation of Aircraft Aerodynamic Data through Regression Approach on MLP Network

Numerical Interpolation of Aircraft Aerodynamic Data through Regression Approach on MLP Network , pp.12-17 http://dx.doi.org/10.14257/astl.2018.151.03 Numerical Interpolation of Aircraft Aerodynamic Data through Regression Approach on MLP Network Myeong-Jae Jo 1, In-Kyum Kim 1, Won-Hyuck Choi 2 and

More information

Influence of Electrode Material and Process Parameters on Surface Quality and MRR in EDM of AISI H13 using ANN

Influence of Electrode Material and Process Parameters on Surface Quality and MRR in EDM of AISI H13 using ANN Influence of Electrode Material and Process Parameters on Surface Quality and MRR in EDM of AISI H13 using ANN Bhavesh A. Patel 1, D. S. Patel 2, Haresh A. Patel 3 1 (Assistant Professor, Department of

More information

Optimization of WEDM Parameters for Super Ni-718 using Neutrosophic Sets and TOPSIS Method

Optimization of WEDM Parameters for Super Ni-718 using Neutrosophic Sets and TOPSIS Method Optimization of WEDM Parameters for Super Ni-718 using Neutrosophic Sets and TOPSIS Method Y Rameswara Reddy 1*, B Chandra Mohan Reddy 2 1,2 Department of Mechanical Engineering, Jawaharlal Nehru Technological

More information

Optimization of Cutting Parameter of (SS302) on EDM using Taguchi Method Chintan A. Prajapati 1 Prof. Dr. Prashant Sharma 2 Prof.

Optimization of Cutting Parameter of (SS302) on EDM using Taguchi Method Chintan A. Prajapati 1 Prof. Dr. Prashant Sharma 2 Prof. IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 01, 14 ISSN (online): 2321-013 Optimization of tting Parameter of (SS302) on EDM using Taguchi Method Chintan A. Prajapati

More information

Magnetic Field Characteristics of the Flat Type Electro-Magnetic Barrel Finishing Machine O. Sugiura

Magnetic Field Characteristics of the Flat Type Electro-Magnetic Barrel Finishing Machine O. Sugiura Key Engineering Materials Online: 2004-02-15 ISSN: 1662-9795, Vols. 257-258, pp 515-520 doi:10.4028/www.scientific.net/kem.257-258.515 2004 Trans Tech Publications, Switzerland Magnetic Field Characteristics

More information

An artificial neural networks (ANNs) model is a functional abstraction of the

An artificial neural networks (ANNs) model is a functional abstraction of the CHAPER 3 3. Introduction An artificial neural networs (ANNs) model is a functional abstraction of the biological neural structures of the central nervous system. hey are composed of many simple and highly

More information

Covariance Tracking Algorithm on Bilateral Filtering under Lie Group Structure Yinghong Xie 1,2,a Chengdong Wu 1,b

Covariance Tracking Algorithm on Bilateral Filtering under Lie Group Structure Yinghong Xie 1,2,a Chengdong Wu 1,b Applied Mechanics and Materials Online: 014-0-06 ISSN: 166-748, Vols. 519-50, pp 684-688 doi:10.408/www.scientific.net/amm.519-50.684 014 Trans Tech Publications, Switzerland Covariance Tracking Algorithm

More information

KAI ZHANG, SHIYU LIU, AND QING WANG

KAI ZHANG, SHIYU LIU, AND QING WANG CS 229 FINAL PROJECT: STRUCTURE PREDICTION OF OPTICAL FUNCTIONAL DEVICES WITH DEEP LEARNING KAI ZHANG, SHIYU LIU, AND QING WANG x y H l m n p r Nomenclature The output electrical field, which is the input

More information

ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92

ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92 ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92 BIOLOGICAL INSPIRATIONS Some numbers The human brain contains about 10 billion nerve cells (neurons) Each neuron is connected to the others through 10000

More information

A Wavelet Neural Network Forecasting Model Based On ARIMA

A Wavelet Neural Network Forecasting Model Based On ARIMA A Wavelet Neural Network Forecasting Model Based On ARIMA Wang Bin*, Hao Wen-ning, Chen Gang, He Deng-chao, Feng Bo PLA University of Science &Technology Nanjing 210007, China e-mail:lgdwangbin@163.com

More information

The optimized white Differential equation of GM(1,1) based on the. original grey differential equation. Rui Zhou Jun-jie Li Yao Chen

The optimized white Differential equation of GM(1,1) based on the. original grey differential equation. Rui Zhou Jun-jie Li Yao Chen pplied Mechanics and Materials Online: 202-05-4 ISSN: 662-7482, Vols. 66-69, pp 297-2975 doi:0.4028/www.scientific.net/mm.66-69.297 202 Trans Tech Pulications, Switzerland The optimized white Differential

More information

Council for Innovative Research Peer Review Research Publishing System

Council for Innovative Research Peer Review Research Publishing System Comparative Neural Network Models on Material Removal Rate and surface Roughness in Electrical Discharge Machining Morteza Sadegh Amalnik, M.Mirzaei, Farzad Momeni, Assist. Prof.of mech. Eng. and Director

More information

Study on Erosion Mechanism of Magnetic-field-assisted Micro-EDM

Study on Erosion Mechanism of Magnetic-field-assisted Micro-EDM Study on Erosion Mechanism of Magnetic-field-assisted Micro-EDM Xuyang Chu a, Kai Zhu b, Yiru Zhang c and Chunmei Wang d Department of mechanical and electrical engineering, Xiamen University, Xiamen 361005,

More information

2. To compare results with a previous published work[6].

2. To compare results with a previous published work[6]. Predicting Material Removal Rate of EDM of 95WC/5NI Composites Fuzzy Logic Omar M Elmabrouk Industrial and Manufacturing Systems Engineering Department Benghazi University Benghazi, Libya omarelmabrouk@uobeduly

More information

Lecture 4: Feed Forward Neural Networks

Lecture 4: Feed Forward Neural Networks Lecture 4: Feed Forward Neural Networks Dr. Roman V Belavkin Middlesex University BIS4435 Biological neurons and the brain A Model of A Single Neuron Neurons as data-driven models Neural Networks Training

More information

Neural Network Based Density Measurement

Neural Network Based Density Measurement Bulg. J. Phys. 31 (2004) 163 169 P. Neelamegam 1, A. Rajendran 2 1 PG and Research Department of Physics, AVVM Sri Pushpam College (Autonomous), Poondi, Thanjavur, Tamil Nadu-613 503, India 2 PG and Research

More information

2015 Todd Neller. A.I.M.A. text figures 1995 Prentice Hall. Used by permission. Neural Networks. Todd W. Neller

2015 Todd Neller. A.I.M.A. text figures 1995 Prentice Hall. Used by permission. Neural Networks. Todd W. Neller 2015 Todd Neller. A.I.M.A. text figures 1995 Prentice Hall. Used by permission. Neural Networks Todd W. Neller Machine Learning Learning is such an important part of what we consider "intelligence" that

More information

338 Applied Electromagnetic Engineering for Magnetic, Superconducting, Multifunctional and Nano Materials

338 Applied Electromagnetic Engineering for Magnetic, Superconducting, Multifunctional and Nano Materials Materials Science Forum Online: 2014-08-11 ISSN: 1662-9752, Vol. 792, pp 337-342 doi:10.4028/www.scientific.net/msf.792.337 2014 Trans Tech Publications, Switzerland Torque Characteristic Analysis of an

More information

Oil Extraction Technology Research Institute, China

Oil Extraction Technology Research Institute, China Advanced Materials Research Online: 1-1-13 ISSN: 166-8985, Vols. 616-618, pp 996-999 doi:1.48/www.scientific.net/amr.616-618.996 13 Trans Tech Publications, Switzerland Research of optical fiber fluid

More information

Keywords: Principle Of Escapement Mechanism, Tower Escape Apparatus, Mechanism Design.

Keywords: Principle Of Escapement Mechanism, Tower Escape Apparatus, Mechanism Design. Key Engineering Materials Online: 2013-07-15 ISSN: 1662-9795, Vol. 561, pp 568-571 doi:10.4028/www.scientific.net/kem.561.568 2013 Trans Tech Publications, Switzerland Design and Research on tower escape

More information

OPTIMIZATION OF MATERIAL REMOVAL RATE AND SURFACE ROUGHNESSIN WED-MACHINING OF TiNi SMA USING GREY RELATION ANALYSIS

OPTIMIZATION OF MATERIAL REMOVAL RATE AND SURFACE ROUGHNESSIN WED-MACHINING OF TiNi SMA USING GREY RELATION ANALYSIS OPTIMIZATION OF MATERIAL REMOVAL RATE AND SURFACE ROUGHNESSIN WED-MACHINING OF TiNi SMA USING GREY RELATION ANALYSIS Manjaiah M 1*, Narendranath S 2, Basavarajappa S 3 1* Dept. of Mechanical Engineering,

More information

Research on Dynamic Calibration of Piezo-two-dimensional Force Sensor

Research on Dynamic Calibration of Piezo-two-dimensional Force Sensor Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Research on Dynamic Calibration of Piezo-two-dimensional Force Sensor Shengnan GAO, Zongjin REN, * Jun ZHANG, Yongyan SHANG and Yifei GAO

More information

APPLICATION OF RADIAL BASIS FUNCTION NEURAL NETWORK, TO ESTIMATE THE STATE OF HEALTH FOR LFP BATTERY

APPLICATION OF RADIAL BASIS FUNCTION NEURAL NETWORK, TO ESTIMATE THE STATE OF HEALTH FOR LFP BATTERY International Journal of Electrical and Electronics Engineering (IJEEE) ISSN(P): 2278-9944; ISSN(E): 2278-9952 Vol. 7, Issue 1, Dec - Jan 2018, 1-6 IASET APPLICATION OF RADIAL BASIS FUNCTION NEURAL NETWORK,

More information

CPT-BASED SIMPLIFIED LIQUEFACTION ASSESSMENT BY USING FUZZY-NEURAL NETWORK

CPT-BASED SIMPLIFIED LIQUEFACTION ASSESSMENT BY USING FUZZY-NEURAL NETWORK 326 Journal of Marine Science and Technology, Vol. 17, No. 4, pp. 326-331 (2009) CPT-BASED SIMPLIFIED LIQUEFACTION ASSESSMENT BY USING FUZZY-NEURAL NETWORK Shuh-Gi Chern* and Ching-Yinn Lee* Key words:

More information

Load Forecasting Using Artificial Neural Networks and Support Vector Regression

Load Forecasting Using Artificial Neural Networks and Support Vector Regression Proceedings of the 7th WSEAS International Conference on Power Systems, Beijing, China, September -7, 2007 3 Load Forecasting Using Artificial Neural Networks and Support Vector Regression SILVIO MICHEL

More information

Development of PC-Based Leak Detection System Using Acoustic Emission Technique

Development of PC-Based Leak Detection System Using Acoustic Emission Technique Key Engineering Materials Online: 004-08-5 ISSN: 66-9795, Vols. 70-7, pp 55-50 doi:0.408/www.scientific.net/kem.70-7.55 004 Trans Tech Publications, Switzerland Citation & Copyright (to be inserted by

More information

Artificial Intelligence (AI) Common AI Methods. Training. Signals to Perceptrons. Artificial Neural Networks (ANN) Artificial Intelligence

Artificial Intelligence (AI) Common AI Methods. Training. Signals to Perceptrons. Artificial Neural Networks (ANN) Artificial Intelligence Artificial Intelligence (AI) Artificial Intelligence AI is an attempt to reproduce intelligent reasoning using machines * * H. M. Cartwright, Applications of Artificial Intelligence in Chemistry, 1993,

More information

RESEARCHES ON FUNCTION-LINK ARTIFICIAL NEURAL NETWORK BASED LOAD CELL COMPENSATION

RESEARCHES ON FUNCTION-LINK ARTIFICIAL NEURAL NETWORK BASED LOAD CELL COMPENSATION RESEARCHES ON FUNCTION-LINK ARTIFICIAL NEURAL NETWORK BASED LOAD CELL COMPENSATION ABSTRACT Zhu Zijian Mettler-Toledo (Changzhou) Precision Instrument Ltd. Changzhou, Jiangsu, China A new approach to load

More information

The Failure-tree Analysis Based on Imprecise Probability and its Application on Tunnel Project

The Failure-tree Analysis Based on Imprecise Probability and its Application on Tunnel Project 463 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 59, 2017 Guest Editors: Zhuo Yang, Junjie Ba, Jing Pan Copyright 2017, AIDIC Servizi S.r.l. ISBN 978-88-95608-49-5; ISSN 2283-9216 The Italian

More information

Modeling of Ground Based Space Surveillance System Based on MAS Method. Xue Chen 1,a, Li Zhi 2

Modeling of Ground Based Space Surveillance System Based on MAS Method. Xue Chen 1,a, Li Zhi 2 Applied Mechanics and Materials Online: 2014-03-24 ISSN: 1662-7482, Vols. 543-547, pp 2755-2758 doi:10.4028/www.scientific.net/amm.543-547.2755 2014 Trans Tech Publications, Switzerland Modeling of Ground

More information

POWER SYSTEM DYNAMIC SECURITY ASSESSMENT CLASSICAL TO MODERN APPROACH

POWER SYSTEM DYNAMIC SECURITY ASSESSMENT CLASSICAL TO MODERN APPROACH Abstract POWER SYSTEM DYNAMIC SECURITY ASSESSMENT CLASSICAL TO MODERN APPROACH A.H.M.A.Rahim S.K.Chakravarthy Department of Electrical Engineering K.F. University of Petroleum and Minerals Dhahran. Dynamic

More information

The Linear Relationship between Concentrations and UV Absorbance of Nitrobenzene

The Linear Relationship between Concentrations and UV Absorbance of Nitrobenzene Advanced Materials Research Online: 2014-06-18 ISSN: 1662-8985, Vols. 955-959, pp 1376-1379 doi:10.4028/www.scientific.net/amr.955-959.1376 2014 Trans Tech Publications, Switzerland The Linear Relationship

More information

Artificial Neural Network

Artificial Neural Network Artificial Neural Network Contents 2 What is ANN? Biological Neuron Structure of Neuron Types of Neuron Models of Neuron Analogy with human NN Perceptron OCR Multilayer Neural Network Back propagation

More information

International Journal of Scientific Research and Reviews

International Journal of Scientific Research and Reviews Research article Available online www.ijsrr.org ISSN: 2279 0543 International Journal of Scientific Research and Reviews Prediction of Compressive Strength of Concrete using Artificial Neural Network ABSTRACT

More information

An Improved Method of Power System Short Term Load Forecasting Based on Neural Network

An Improved Method of Power System Short Term Load Forecasting Based on Neural Network An Improved Method of Power System Short Term Load Forecasting Based on Neural Network Shunzhou Wang School of Electrical and Electronic Engineering Huailin Zhao School of Electrical and Electronic Engineering

More information

Method for Recognizing Mechanical Status of Container Crane Motor Based on SOM Neural Network

Method for Recognizing Mechanical Status of Container Crane Motor Based on SOM Neural Network IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Method for Recognizing Mechanical Status of Container Crane Motor Based on SOM Neural Network To cite this article: X Q Yao et

More information

The Fault extent recognition method of rolling bearing based on orthogonal matching pursuit and Lempel-Ziv complexity

The Fault extent recognition method of rolling bearing based on orthogonal matching pursuit and Lempel-Ziv complexity The Fault extent recognition method of rolling bearing based on orthogonal matching pursuit and Lempel-Ziv complexity Pengfei Dang 1,2 *, Yufei Guo 2,3, Hongjun Ren 2,4 1 School of Mechanical Engineering,

More information

Improvement of Process Failure Mode and Effects Analysis using Fuzzy Logic

Improvement of Process Failure Mode and Effects Analysis using Fuzzy Logic Applied Mechanics and Materials Online: 2013-08-30 ISSN: 1662-7482, Vol. 371, pp 822-826 doi:10.4028/www.scientific.net/amm.371.822 2013 Trans Tech Publications, Switzerland Improvement of Process Failure

More information

Optimization of EDM process parameters using Response Surface Methodology for AISI D3 Steel

Optimization of EDM process parameters using Response Surface Methodology for AISI D3 Steel Optimization of EDM process parameters using Response Surface Methodology for AISI D3 Steel Mr.B.Gangadhar 1, Mr.N. Mahesh Kumar 2 1 Department of Mechanical Engineering, Sri Venkateswara College of Engineering

More information

Hybrid Direct Neural Network Controller With Linear Feedback Compensator

Hybrid Direct Neural Network Controller With Linear Feedback Compensator Hybrid Direct Neural Network Controller With Linear Feedback Compensator Dr.Sadhana K. Chidrawar 1, Dr. Balasaheb M. Patre 2 1 Dean, Matoshree Engineering, Nanded (MS) 431 602 E-mail: sadhana_kc@rediff.com

More information

Neuro-fuzzy model and Regression model a comparison study of MRR in Electrical discharge machining of D2 tool steel

Neuro-fuzzy model and Regression model a comparison study of MRR in Electrical discharge machining of D2 tool steel Neuro-fuzzy model and Regression model a comparison study of MRR in Electrical discharge machining of D2 tool steel M. K. Pradhan*, and C. K. Biswas, Abstract In the current research, neuro-fuzzy model

More information

Failure Diagnosis of Transmission Based on Improving Neural Network

Failure Diagnosis of Transmission Based on Improving Neural Network Research Journal of Applied Sciences, Engineering and Technology 4(20): 4093-4097, 2012 ISSN: 2040-7467 Maxwell Scientific Organization, 2012 Submitted: March 15, 2012 Accepted: April 08, 2012 Published:

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 4, April 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Application of

More information

THere is a heavy demand of the advanced materials with

THere is a heavy demand of the advanced materials with Vol:3, No:9, 29 Neuro-fuzzy model and Regression model a comparison study of MRR in Electrical discharge machining of D2 tool steel M. K. Pradhan*, and C. K. Biswas, International Science Index, Mechanical

More information

Modeling of Piezoelectric Actuators Based on Bayesian Regularization Back Propagation Neural Network

Modeling of Piezoelectric Actuators Based on Bayesian Regularization Back Propagation Neural Network American Journal of Nanotechnology (): -6, 00 ISSN 949-06 00 Science Publications Modeling of Piezoelectric Actuators Based on Bayesian Regularization Back Propagation Neural Network Wen Wang, Zhu Zhu,

More information

Kinetic Investigation of Thermal Decomposition Reactions of 4 -Demethypodophyllotoxin and Podophyllotoxin. PuHong Wen

Kinetic Investigation of Thermal Decomposition Reactions of 4 -Demethypodophyllotoxin and Podophyllotoxin. PuHong Wen Advanced Materials Research nline: 2013-09-10 ISSN: 1662-8985, Vol. 800, pp 517-521 doi:10.4028/www.scientific.net/amr.800.517 2013 Trans Tech Publications, Switzerland Kinetic Investigation of Thermal

More information

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 4, April 2013 pp. 1455 1475 ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC

More information

A predictive control system for concrete plants. Application of RBF neural networks for reduce dosing inaccuracies.

A predictive control system for concrete plants. Application of RBF neural networks for reduce dosing inaccuracies. A predictive control system for concrete plants. Application of RBF neural networks for reduce dosing inaccuracies. Antonio Guerrero González, Juan Carlos Molina Molina, Pedro José Ayala Bernal and Francisco

More information

A Review Paper on Rotary Electro-Discharge Machining

A Review Paper on Rotary Electro-Discharge Machining A Review Paper on Rotary Electro-Discharge Machining 1 Mr. Ganesh Pandurang Jadhav, 2 Dr. Narendra Narve 1 P.G.Student, 2 Professor Department Of Mechanical Engineering, JSPM Bhagwant Institute of Technology,

More information

Designing a quality gain-loss function for smaller-the-better characteristic under not neglecting the linear term loss 1

Designing a quality gain-loss function for smaller-the-better characteristic under not neglecting the linear term loss 1 Acta Technica 62 No. 2B/2017, 641650 c 2017 Institute of Thermomechanics CAS, v.v.i. Designing a quality gain-loss function for smaller-the-better characteristic under not neglecting the linear term loss

More information

Modeling and Optimization of WEDM Process Parameters on Machining of AISI D2 steel using Response Surface Methodology (RSM)

Modeling and Optimization of WEDM Process Parameters on Machining of AISI D2 steel using Response Surface Methodology (RSM) Modeling and Optimization of WEDM Process Parameters on Machining of AISI D2 steel using Response Surface Methodology (RSM) Sk. Mohammed Khaja 1, Ratan Kumar 2 Vikram Singh 3 1,2 CIPET- Hajipur, skmdkhaja@gmail.com

More information

Kinetic Monte Carlo simulation of semiconductor quantum dot growth

Kinetic Monte Carlo simulation of semiconductor quantum dot growth Solid State Phenomena Online: 2007-03-15 ISSN: 1662-9779, Vols. 121-123, pp 1073-1076 doi:10.4028/www.scientific.net/ssp.121-123.1073 2007 Trans Tech Publications, Switzerland Kinetic Monte Carlo simulation

More information

Algorithm for Modeling Wire Cut Electrical Discharge Machine Parameters using Artificial Neural Network

Algorithm for Modeling Wire Cut Electrical Discharge Machine Parameters using Artificial Neural Network Algorithm for Modeling Wire Cut Electrical Discharge Machine Parameters using Artificial Neural Network G.Sankara Narayanan #1, D.Vasudevan #2 # Department of Mechanical Engineering, #1 SBM College of

More information

Modeling of Wire Electrical Discharge Machining of AISI D3 Steel using Response Surface Methodology

Modeling of Wire Electrical Discharge Machining of AISI D3 Steel using Response Surface Methodology 5 th International & 26 th All India Manufacturing Technology, Design and Research Conference (AIMTDR 214) December 12 th 14 th, 214, IIT Guwahati, Assam, India Modeling of Wire Electrical Discharge Machining

More information

Study on Furfural Production from Hemicelluloses Bin Shen 1,a, Yanxue Liu 1,a,Yuxin Liu 1,a*, Jinhui Peng 1,a

Study on Furfural Production from Hemicelluloses Bin Shen 1,a, Yanxue Liu 1,a,Yuxin Liu 1,a*, Jinhui Peng 1,a Advanced Materials Research Online: 2013-05-14 ISSN: 1662-8985, Vols. 690-693, pp 1382-1385 doi:10.4028/www.scientific.net/amr.690-693.1382 2013 Trans Tech Publications, Switzerland Study on Furfural Production

More information

Neural network modelling of reinforced concrete beam shear capacity

Neural network modelling of reinforced concrete beam shear capacity icccbe 2010 Nottingham University Press Proceedings of the International Conference on Computing in Civil and Building Engineering W Tizani (Editor) Neural network modelling of reinforced concrete beam

More information

Identification of Compliant Contact Force Parameters in Multibody Systems Based on the Neural Network Approach Related to Municipal Property Damages

Identification of Compliant Contact Force Parameters in Multibody Systems Based on the Neural Network Approach Related to Municipal Property Damages American Journal of Neural Networks and Applications 2017; 3(5): 49-55 http://www.sciencepublishinggroup.com/j/ajnna doi: 10.11648/j.ajnna.20170305.11 ISSN: 2469-7400 (Print); ISSN: 2469-7419 (Online)

More information

Study on Dahlin algorithm of Brushless DC motor based on Neural. Network

Study on Dahlin algorithm of Brushless DC motor based on Neural. Network Joint International Mechanical, Electronic and Information Technology Conference (JIMET 205) Study on Dahlin algorithm of Brushless DC motor based on Neural Network ZILONG HUANG DAN WANG2, LELE XI 3, YANKAI

More information

ELECTRIC DISCHARGE MACHINING AND MATHEMATICAL MODELING OF Al-ALLOY-20 % SiC p COMPOSITES USING COPPER ELECTRODE

ELECTRIC DISCHARGE MACHINING AND MATHEMATICAL MODELING OF Al-ALLOY-20 % SiC p COMPOSITES USING COPPER ELECTRODE International Journal of Mechanical and Production Engineering Research and Development (IJMPERD ) ISSN 2249-6890 Vol.2, Issue 2 June 2012 37-46 TJPRC Pvt. Ltd., ELECTRIC DISCHARGE MACHINING AND MATHEMATICAL

More information

Application of rheological model of material with microdefects and nanodefects with hydrogen in the case of cyclic loading

Application of rheological model of material with microdefects and nanodefects with hydrogen in the case of cyclic loading Key Engineering Materials Submitted: 2014-12-15 ISSN: 1662-9795, Vols. 651-653, pp 592-597 Revised: 2015-02-13 doi:10.4028/www.scientific.net/kem.651-653.592 Accepted: 2015-02-16 2015 Trans Tech Publications,

More information

The Fourth International Conference on Innovative Computing, Information and Control

The Fourth International Conference on Innovative Computing, Information and Control The Fourth International Conference on Innovative Computing, Information and Control December 7-9, 2009, Kaohsiung, Taiwan http://bit.kuas.edu.tw/~icic09 Dear Prof. Yann-Chang Huang, Thank you for your

More information

Electrical Characterization of PiN Diodes with p + layer Selectively Grown by VLS Transport

Electrical Characterization of PiN Diodes with p + layer Selectively Grown by VLS Transport Materials Science Forum Online: 2013-01-25 ISSN: 1662-9752, Vols. 740-742, pp 911-914 doi:10.4028/www.scientific.net/msf.740-742.911 2013 Trans Tech Publications, Switzerland Electrical Characterization

More information

C4 Phenomenological Modeling - Regression & Neural Networks : Computational Modeling and Simulation Instructor: Linwei Wang

C4 Phenomenological Modeling - Regression & Neural Networks : Computational Modeling and Simulation Instructor: Linwei Wang C4 Phenomenological Modeling - Regression & Neural Networks 4040-849-03: Computational Modeling and Simulation Instructor: Linwei Wang Recall.. The simple, multiple linear regression function ŷ(x) = a

More information

Dynamic Data Modeling of SCR De-NOx System Based on NARX Neural Network Wen-jie ZHAO * and Kai ZHANG

Dynamic Data Modeling of SCR De-NOx System Based on NARX Neural Network Wen-jie ZHAO * and Kai ZHANG 2018 International Conference on Modeling, Simulation and Analysis (ICMSA 2018) ISBN: 978-1-60595-544-5 Dynamic Data Modeling of SCR De-NOx System Based on NARX Neural Network Wen-jie ZHAO * and Kai ZHANG

More information

Journal of Engineering Science and Technology Review 6 (2) (2013) Research Article. Received 25 June 2012; Accepted 15 January 2013

Journal of Engineering Science and Technology Review 6 (2) (2013) Research Article. Received 25 June 2012; Accepted 15 January 2013 Jestr Journal of Engineering Science and Technology Review 6 () (3) 5-54 Research Article JOURNAL OF Engineering Science and Technology Review www.jestr.org Fault Diagnosis and Classification in Urban

More information

HIGH PERFORMANCE ADAPTIVE INTELLIGENT DIRECT TORQUE CONTROL SCHEMES FOR INDUCTION MOTOR DRIVES

HIGH PERFORMANCE ADAPTIVE INTELLIGENT DIRECT TORQUE CONTROL SCHEMES FOR INDUCTION MOTOR DRIVES HIGH PERFORMANCE ADAPTIVE INTELLIGENT DIRECT TORQUE CONTROL SCHEMES FOR INDUCTION MOTOR DRIVES M. Vasudevan and R. Arumugam Department of Electrical and Electronics Engineering, Anna University, Chennai,

More information

Nonlinear Stability and Bifurcation of Multi-D.O.F. Chatter System in Grinding Process

Nonlinear Stability and Bifurcation of Multi-D.O.F. Chatter System in Grinding Process Key Engineering Materials Vols. -5 (6) pp. -5 online at http://www.scientific.net (6) Trans Tech Publications Switzerland Online available since 6//5 Nonlinear Stability and Bifurcation of Multi-D.O.F.

More information

Calculation method and control value of static stiffness of tower crane

Calculation method and control value of static stiffness of tower crane Journal of Mechanical Science and Technology Journal of Mechanical Science and Technology (008) 89~834 www.springerlink.com/content/1738-494x Calculation method and control of static stiffness of tower

More information

Condition Parameter Modeling for Anomaly Detection in Wind Turbines

Condition Parameter Modeling for Anomaly Detection in Wind Turbines Energies 2014, 7, 3104-3120; doi:10.3390/en7053104 Article OPEN ACCESS energies ISSN 1996-1073 www.mdpi.com/journal/energies Condition Parameter Modeling for Anomaly Detection in Wind Turbines Yonglong

More information