Wear State Recognition of Drills Based on K-means Cluster and Radial Basis Function Neural Network

Size: px
Start display at page:

Download "Wear State Recognition of Drills Based on K-means Cluster and Radial Basis Function Neural Network"

Transcription

1 International Journal of Automation and Computing 7(3), August 2010, DOI: /s z Wear State Recognition of Drills Based on K-means Cluster and Radial Basis Function Neural Network Xu Yang 1, 2 1 Department of Mechanical System Engineering, Faculty of Engineering, Gunma University, Kiryu , Japan 2 Department of Mechanical Engineering, School of Mechanical Engineering and Automation, Dalian Polytechnic University, Dalian , PRC Abstract: Drill wear not only affects the surface smoothness of the hole, but also influences the life of the drill. Drill wear state recognition is important in the manufacturing process, which consists of two steps: first, decomposing cutting torque components from the original signals by wavelet packet decomposition (WPD); second, extracting wavelet coefficients of different wear states (i.e., slight, normal, or severe wear) with signal features adapting to Welch spectrum. Finally, monitoring and recognition of the feature vectors of cutting torque signal are performed by using the K-means cluster and radial basis function neural network (RBFNN). The experiments on different tool wears of the multivariable features reveal that the results of monitoring and recognition are significant and effective. Keywords: Drill wear state recognition, cutting torque signals, wavelet packet decomposition (WPD), Welch spectrum energy, K-means cluster, radial basis function neural network. 1 Introduction In today s competitive manufacturing environment, the manufacturers are always striving to automate the manufacturing systems to improve product quality and reduce operating cost. Drilling represents over 30 % of all cutting operations performed in manufacturing engineering [1]. Drill wear directly determines the products quality, tool-life, and over-all cost [2]. Therefore, drill wear is a very important issue in manufacturing industries. Previous researchers have considered various kinds of signals as indicators of tool wear, such as cutting torque and thrust force [3], acoustic emission [4], and motor current [5]. The wavelet transform (WT) provides a time-frequency representation of the signal. It was developed to overcome the shortcoming of the short time Fourier transform (STFT). WT provides good solution in time and frequency domain, and it is capable of extracting more information in time domain in different frequency bands [6]. In the WT, only the previous approximation coefficients are decomposed. However, using wavelet packet decomposition (WPD), we can decompose both the approximation and detail coefficients [7]. WPD is widely used in image processing [8] and pattern recognition [9], fault diagnosis [10], etc. In this paper, the monitoring and recognition of tool wear states by using wavelet coefficients of torque signals are presented. Welch spectrum of the wavelet coefficients is used as features for identifying tool wear states. K-means is an automating learning algorithms that solves the clustering problem. The procedure follows an easy way to classify given observations through some number of clusters. Euclidean distance is used as a metric, and variance is used as a measure of cluster scatter [11]. A K- means cluster model is generally used for pattern recognition and classification of data [12, 13]. Artificial neural network (ANN) algorithms are regarded as multivariate non- linear analytical tools, i.e., they are capable of recognizing patterns from complex data and estimating their nonlinear relationships [14]. Thus, they have been used in monitoring and recognition applications. Li and Wu [15] introduced a fuzzy C-means clustering algorithm for monitoring of drill wear states. The thrust force and torque were selected as the features relevant to the drill wear states. Datta et al. [16] proposed tool condition monitoring strategies for face milling using tri-axes forces along with speed, feed, and depth of cut, using an ANN model. Govekar and Grabec [17] proposed an adaptive self-organizing neural network for identification and classification of the drill flank wear. Obikawa and Shinozuka [18] used unsupervised and self-organizing neural network adaptive resonance theory (ART2) for monitoring of flank wear in high-speed machining operation. Radial basis function neural network has been successfully used for sensor fault in time delay nonlinear systems [19]. Tsao [20] used the radial basis function network (RBFN) and adaptive radial basis function network (ARBFN) to predict the flank wear, and compared their results with experimental observation. Feature-based identification of drill wear states is essentially a pattern recognition problem in which there are two basic issues: feature selection and identification based on the selected features. The proposed method relies on features extraction of cutting torque signals in different wear states. WPD is used to decompose the original signal of cutting torque in different frequency regions. The extracted spectrum energy is further utilized to compose the feature vector. K-means cluster and RBFNN are applied to recognize the wear state. Experimental results show that the identification accuracy of RBFNN with spectrum energy features can provide a better result, i.e., the performance of RBFNN is higher than K-means cluster. In this paper, the rest of this paper is organized as follows. The research background is introduced in Manuscript received January 1, 2010; revised March 16, 2010

2 272 International Journal of Automation and Computing 7(3), August 2010 Section 1. The background of theoretical modeling techniques for wear states recognition is described in Section 2. The experimental setup is described in Section 3. The proposed method is verified and results are discussed in Section 4. Finally, conclusions and future work are given in Section 5. 2 Theoretical background 2.1 Wavelet packet decomposition Wavelet transform is a signal processing technique in the time-frequency domain. It uses dilations and translations of a mother wave function [7]. The mother wave function is defined as follows: ψ a,b = 1 ( ) a t ψ (1) a b where a and b are the dilation and translation parameters, respectively. Discrete wavelet transform (DWT) is a fast algorithm that computes digitally the transform coefficients on the dyadic scale by setting a = 2 j and b = k2 j. DWT is defined as follows: W ψ = 2 j 2 f(t)ψ (2 j t k)dt. (2) The wavelets ψ j,k (mother wavelet), orthonormal basis of L 2 is the space of square integrable functions, therefore, any function f(t) L 2 can be represented by the base functions ψ j,k and corresponding scaling functions φ n (father wavelet). f(t) = n= c(n)φ n(t) + j=0 k= d(j, k)ψ j,k (t) (3) where c(n) and d(j, k) are the approximation coefficients and details coefficients, respectively. At level l, we have a set of approximations and details. In order to get decomposition at level l, we decompose approximations A l 1 i proximations and details: and details D l 1 i into the following ap- A l 1 i {A l 2i, D l 2i}, l > 0 (4) D l 1 i {A l 2i+1, D l 2i+1}, l > 0 (5) where i = 0, 1,, 2 (l 1) 1. For three levels of decomposition, the WPD produces different coefficients. The decomposition tree is shown in Fig.1. The wavelet packet coefficients A 3 0 D3 3 (i.e., S130 S137) are obtained, respectively. Fig. 1 Binary tree of discrete wavelet packet decomposition 2.2 Welch spectrum The Welch spectrum method is an improvement of the standard periodogram method, and Bartlett s method in that it reduces noise in the estimated power spectra in exchange for reducing the frequency resolution [21]. The welch spectrum of signal x i(n) (M data) is defined as follows: P i(ω) = 1 N 1 MU x i(n)w(n)e jωn 2 (6) U = 1 M n=0 N w 2 (n) (7) n=0 where U is the normalized factor and w(n) is window function. 2.3 K-means cluster model The K-means method aims to partition n observations x = (x 1, x 2,, x n) into k clusters (k < n) centre C = (C 1, C 2,, C k ). K-means clustering is the minimization of the sum of squared distances between all observations and the cluster centre (within-cluster sum of squares). The within-cluster sum of squares (WCSS) E is defined as follows: k E = x j µ i 2 (8) i=1 x j C j where µ i is the mean of C i. This algorithm consists of the following steps: Step 1. Randomly assign k initial cluster centres m 1(1), m 1(2),, m 1(k). Step 2. Assign all observation x to the cluster with the closest mean C l i = {x j: x j m l i x j m l i for all i = 1, 2,, k}. (9) Step 3. Compute the new cluster centres m i(k + 1) such that the sum of the squared distances from all observations in m i(k) to the new cluster centre is minimized. The new cluster centre is given by m i = 1 x (10) N i x j C j where N i is the number of samples in C i(k). Step 4. If the algorithm has converged and the assignment no longer changes, i.e., m i(k) = m i(k + 1), then the algorithm procedure is terminated. Otherwise, repeat Steps Radial basis function neural network model The radial basis function neural network has a feed forward architecture with an input layer, a hidden layer, and an output layer as shown in Fig 2. Input element Ii P = 0, 1,, l enters the input layer and is subjected to direct transfer function and output from input layer is same as P input pattern. Between the inputs and outputs there are hidden units; each unit of them implements a radial basis function. The activation function

3 X. Yang / Wear State Recognition of Drills Based on K-means Cluster and Radial Basis Function Neural Network 273 of the hidden layer is Gaussian function, and is characterized by their centre vector and covariance matrices C i, i = 1, 2,, m, where m is the number of hidden units. It is assumed that the covariance matrices C i are of the form C i = σ 2 I P i. n is the number of output units. W is obtained from the standard least squares solution as given by W = (G T G) 1 G T Y. (15) So, W is an (m + 1) n matrix of weights. The elements of Y are specified as { 1, I Class j Y ij = (16) 0, otherwise. In the present case, centre selection algorithm has been considered for training of the RBFNN which consists of the following steps (it is shown in the flow chart of Fig. 3): Step 1. Initialize the samples to K-means (clusters) v ji. Step 2. Modify the corresponding centre vector closest to the sample as Fig. 2 Architecture of radial basis function neural network The hidden layer consists of the nodes which satisfy a unique property, i.e., being radially symmetric. Between the inputs and outputs there is a layer of hidden units, which uses radial basis function in the hidden units. Then, the activation function of the i-th hidden unit is given by ) g j(ii P ) = exp ( IP i v ji 2 (11) 2σ 2 where v ji and σ are calculated by using suitable clustering algorithm. Here, the K-means clustering algorithm is employed to determine the centres, where centre vector v ji in the input space, is made up of the cluster centre with element. The σ is the spread parameter determined from v n j = v n 1 j + η (I P i v n 1 j ) (17) where η is learning rate, i.e., 0 < η < 1. Step 3. Calculate spread parameter σ as (12). Step 4. Initialise the weights of output layer to small random values. Step 5. Calculate the output from the output layer as (13). Step 6. Calculate the mean square error (MSE) of the training sample. If the MSE training reaches the specified goal then the training is over, otherwise, the weight is updated based on gradient descent method by repeating Steps 2 6. σ = max( IP i v j ) (12) M and M is the number of centre vectors. These cluster means are used as the centres v j of the activation functions in the RBFNN. The output units are linear. Output from the output layer is given by Y k = m W jk g j(ii P ) (13) j=1 where g 0(Ii P ) = 1. The hidden layer units are connected to the n output layer units through weights W jk. The weights W jk are determined as follows: given that the Gaussian function centers and widths are computed from m training vectors, which may be written in matrix form as Y = GW (14) where Y is an l n matrix with elements Y ij = y j(i P i ), G is an l (m + 1) matrix with elements G ij = y j(i P i ), and Fig. 3 3 Experiment The training flow chart of RBFNN The schematic diagram of the experimental set-up is shown in Fig. 4. The experiments were performed on a

4 274 International Journal of Automation and Computing 7(3), August axis computer number control (CNC) machining center (MC1010-5XA). The torque signals were monitored using a piezoelectric dynamometer (YDZ-II02). The amplified torque signals were preprocessed by a charge amplifier (YE5850) and then sent to data acquisition system (NR- 2000) and computer (PC). Fig. 4 Schematic diagram of the experimental set-up In the experiments, Carbide K10 drills with 8 mm diameters were used for drilling in high silicon aluminum alloy work piece at different cutting conditions. The presented signals were collected at a spindle rotating speed of 4500 rpm/min and the feed rate was 0.2 mm/rev. The depth of these holes was 20 mm. The sampling frequency was set as 1 khz. The cutting torque signal in the drilling process in the slight wear (< 0.1 mm), normal wear (> 0.25 mm), severe wear (> 0.5 mm) are shown in Fig. 5 (a) (c). It can be seen that the amplitudes of torque signal with increasing drill wear will increase. 4 Results and discussion 4.1 Feature extraction of torque signals using WPD In this paper, we use the WPD to analyze the original torque signals. The decomposition level is 3, and approximation and detail coefficients are obtained in each level. Welch spectrum of the wavelet coefficients is employed to distinguish the tool wear states more distinctly here. It is shown in Fig. 6 in slight, normal, and severe wear states. From Fig. 6 (a) (c), P130 belongs to the frequency bandwidth (0 Hz, 62.5 Hz), and P130 P131 correspond to the frequency bandwidths (62.5 Hz, Hz), (125.0 Hz, Hz), (187.5 Hz, Hz), (250.0 Hz, Hz), (312.5 Hz, Hz), (375.0 Hz, Hz), (437.5 Hz, Hz), respectively. This means that wavelet coefficients spectrum is dominated by the drill thrust frequency f130, spindle rotating frequency f131 (75 Hz), and its harmonic. In the case of severe wear, we can see that the drill thrust frequency f130, spindle rotating frequency f131, and its harmonic f133, f134 increase as compared to the slight wear case and normal wear case. So, Welch spectrum of the wavelet coefficients can be called characteristic frequencies for tool state identification. Based on the energy in each spectrum, feature spectrums are selected by calculating the same as (18) given below: E i = ˆP (j) (18) where ˆP (j) is the spectrum peak value and i is coefficient number. The feature vectors of different wear states are made up of spectrum energy (E 0, E 1, E 3, and E 4). (a) Slight wear (b) Normal wear Fig. 5 (c) Severe wear Torque signals in different wear states. (a) Slight wear

5 X. Yang / Wear State Recognition of Drills Based on K-means Cluster and Radial Basis Function Neural Network 275 the weight matrix was calculated using the least squares algorithm for each of the feature vectors. Fig. 7 shows the variation of mean square error (MSE) in training with number of iterations. It can be observed that the network has been trained till 11 iterations in which the MSE for training is It can also be observed from Fig. 7 that the MSE of training sample rapidly reduces within 11 iterations until the network over fits. (b) Normal wear Fig. 7 Variation of training error with number of iterations for RBFNN. The identification performance (testing) of the system using RBFNN for recognition of drill wear states is given in Table 1, and it can be observed that the identification rate is within 92.31% (13 data sets, 12/13 recognizable). Table 1 The recognition result (testing) using RBFNN Wear states Vectors of input (E 0, E 1, E 3, E 4) Accredit logic Slight wear Normal wear Severe wear Fig. 6 (c) Severe wear Welch spectrum of the wavelet coefficients 4.2 Wear state recognition using RBFNN These features are given as input to the RBFNN model. Out of the 26 feature data sets, 13 data sets (training set) were selected at random and were used for training the network, whereas 13 data sets (testing set) were used to evaluate the testing error (accredit logic 0 or 1). The RBF centres were located using K-means algorithm. For training, 4.3 Wear state recognition using K-means cluster Using the K-means cluster arithmetic no the training data set (as described in Section 4.2) for automatic classification, the learning steps of the algorithm are set to 500. This approach will automatically classify test data into two clusters (cluster 1 and cluster 2), cluster centres are ( ) and ( ). Cluster results are shown in Table 2. It can be observed that the identification rate is within % (9 data sets,

6 276 International Journal of Automation and Computing 7(3), August /13 recognizable). By this result, K-means cluster arithmetic can effectively identify eigenvalue of serious wear out, but cannot discriminate slight wear and normal wear. Table 2 The cluster result using K-means cluster Wear states Vectors of input (E 0, E 1, E 3, E 4) Cluster result Slight wear Normal wear Severe wear 5 Conclusions Cluster 1 Cluster 2 This paper proposes the recognition method of drill wear states using K-means cluster and RBFNN. From the presented work, the following specific conclusions have been drawn: 1) The feature extraction of cutting torque is performed in different drill wear states using WPD and Welch spectrum. Cutting torque has low bandwidth with respect to its dynamic sensitivity and is very sensitive to the change of tool wear state. To separate useful torque signals from the original signals, wavelet packet decomposition is employed. The features of Welch spectrum are extracted as salient features from wavelet coefficients of cutting torque signals to indicate drill states. 2) We have proposed a drill wear states recognition method using K-means cluster and RBFNN. Experimental results show that the proposed identification rates of wear states are 69.23% and 92.31%, respectively. This proves that RBFNN can identify more precisely as compared with K-means. Therefore, the work indicates that the RBFNN method can be more effectively used for wear state recognition. References [1] Y. J. Choi, M. S. Park, C. N. Chu. Prediction of drill failure using features extraction in time and frequency domains of feed motor current. International Journal of Machine Tools and Manufacture, vol. 48, no. 1, pp , [2] B. Sick. On-line and indirect tool wear monitoring in turning with artificial networks: A review of more than a decade of research. Mechanical Systems and Signal Processing, vol. 16, no. 4, pp , [3] A. Noori-Khajavi, R. Komanduri. Frequency and time domain analyses of sensor signals in drilling, Part 1: Correlation with drill wear. International Journal of Machine Tools and Manufacture, vol. 35, no. 6, pp , [4] A. L. Quadro, J. R. T. Branco. Analysis of the acoustic emission during drilling test. Surface and Coating Technology, vol , no. 1 3, pp , [5] Y. T. Oh, W. T. Kwon, C. N. Chu. Drilling torque control using spindle motor current and its effect on tool wear. International Journal of Advanced Manufacturing Technology, vol. 24, no. 5 6, pp , [6] N. Kasashima, K. Mori, G. H. Ruiz, N. Taniguchi. On-line failure detection in face milling using discrete wavelet transform. CIRP Annals Manufacturing Technology, vol. 44, no. 1, pp , [7] V. Perlibakas. Face recognition using principal component analysis and wavelet packet decomposition. Informatica, vol. 15, no. 2, pp , [8] Z. X. Xiong, K. Ramchandran, M. T. Orchard. Wavelet packet image coding using space-frequency quantization. IEEE Transactions on Image Processing, vol. 7, no. 6, pp , [9] M. Cocchi, R. Seeber, A. Ulrici. WPTER: Wavelet packet transform for efficient pattern recognition of signals. Chemometrics and Intelligent Laboratory Systems, vol. 57, no. 2, pp , [10] B Liu. Selection of wavelet packet basis for rotating machinery fault diagnosis. Journal of Sound and Vibration, vol. 284, no. 3-5, pp , [11] J. A. Hartigan, M. A. Wong. Algorithm AS 136: A K-means clustering algorithm. Applied Statistics, vol. 28, no. 1, pp , [12] A. Juan, E. Vidal. Fast K-means-like clustering in metric spaces. Pattern Recognition Letters, vol. 15, no. 1, pp , [13] T. Kanungo, D. M. Mount, N. S. Netanyahu, C. D. Piatko, R. Silverman, A. Y. Wu. An efficient K-means clustering algorithm: Analysis and implementation. IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 24, no. 7, pp , [14] I. Abu-Mahfouz. Drilling wear detection and classification using vibration signals and artificial neural network. International Journal of Machine Tools and Manufacture, vol. 43, no. 7, pp , [15] P. G. Li, S. M. Wu. Monitoring drilling wear states by a fuzzy pattern recognition technique. Journal of Engineering for Industry Transactions of the ASME, vol. 110, no. 3, pp , [16] R. K. Dutta, S. Paul, A. B. Chattopadhyay. Applicability of the modified back propagation algorithm in tool condition monitoring for faster convergence. Journal of Materials Processing Technology, vol. 98, no. 3, pp , [17] E. Govekar, I. Grabec. Self-organizing neural network application to drill wear classification. Journal of Engineering for Industry Transactions of the ASME, vol. 116, no. 2, pp , [18] T. Obikawa, J. Shinozuka. Monitoring of flank wear of coated tools in high speed machining with neural network ART2. International Journal of Machine Tools and Manufacture, vol. 44, no , pp , [19] M. Chen, C. S. Jiang, Q. X. Wu. Sensor fault diagnosis for a class of time delay uncertain nonlinear systems using neural network. International Journal of Automation and Computing, vol. 5, no. 4, pp , [20] C. C. Tsao. Prediction of flank wear of different coated drills for JIS SUS 304 stainless steel using neural network. Journal of Materials Processing Technology, vol. 123, no. 3, pp , [21] P. Welch. The use of fast Fourier transform for the estimation of power spectra: A method based on time averaging over short, modified periodograms. IEEE Transactions on Audio and Electroacoustics, vol. 15, no. 2, pp , Xu Yang received M. Tech. degree in mechanical engineering from Dalian Polytechnic University, Dalian, PRC in He has been a lecturer of Dalian Polytechnic University. Currently, he is a Ph. D. candidate in the Department of Mechanical System Engineering at Faculty of Engineering of Gunma University, Kiryu, Japan. His research interests include mechanical automation, artificial intelligence, and virtual instrument. yangxv1994@163.com (Corresponding author)

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

S S Panda is presently with National Institute of Technology Rourkela. Monitoring of drill flank wear using fuzzy back propagation neural network

S S Panda is presently with National Institute of Technology Rourkela. Monitoring of drill flank wear using fuzzy back propagation neural network Archived in http://dspace.nitrkl.ac.in/dspace Published in Int J Adv Manuf Technol, Volume 34, Numbers 3-4 / September, 2007, P 227-235 http://dx.doi.org/10.1007/s00170-006-0589-0 S S Panda is presently

More information

In-Process Chatter Detection in Surface Grinding

In-Process Chatter Detection in Surface Grinding MATEC Web of Conferences 28, 21 (215) DOI: 1.151/matecconf/2152821 Owned by the authors, published by EDP Sciences, 215 In-Process Detection in Surface Grinding Somkiat Tangjitsitcharoen 1, a and Angsumalin

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

Neural Networks Lecture 4: Radial Bases Function Networks

Neural Networks Lecture 4: Radial Bases Function Networks Neural Networks Lecture 4: Radial Bases Function Networks H.A Talebi Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Winter 2011. A. Talebi, Farzaneh Abdollahi

More information

Condition Monitoring of Single Point Cutting Tool through Vibration Signals using Decision Tree Algorithm

Condition Monitoring of Single Point Cutting Tool through Vibration Signals using Decision Tree Algorithm Columbia International Publishing Journal of Vibration Analysis, Measurement, and Control doi:10.7726/jvamc.2015.1003 Research Paper Condition Monitoring of Single Point Cutting Tool through Vibration

More information

Myoelectrical signal classification based on S transform and two-directional 2DPCA

Myoelectrical signal classification based on S transform and two-directional 2DPCA Myoelectrical signal classification based on S transform and two-directional 2DPCA Hong-Bo Xie1 * and Hui Liu2 1 ARC Centre of Excellence for Mathematical and Statistical Frontiers Queensland University

More information

Radial Basis Function Networks. Ravi Kaushik Project 1 CSC Neural Networks and Pattern Recognition

Radial Basis Function Networks. Ravi Kaushik Project 1 CSC Neural Networks and Pattern Recognition Radial Basis Function Networks Ravi Kaushik Project 1 CSC 84010 Neural Networks and Pattern Recognition History Radial Basis Function (RBF) emerged in late 1980 s as a variant of artificial neural network.

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

Introduction to Neural Networks

Introduction to Neural Networks Introduction to Neural Networks What are (Artificial) Neural Networks? Models of the brain and nervous system Highly parallel Process information much more like the brain than a serial computer Learning

More information

Artificial Neural Networks. Edward Gatt

Artificial Neural Networks. Edward Gatt Artificial Neural Networks Edward Gatt What are Neural Networks? Models of the brain and nervous system Highly parallel Process information much more like the brain than a serial computer Learning Very

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

2198. Milling cutter condition reliability prediction based on state space model

2198. Milling cutter condition reliability prediction based on state space model 2198. Milling cutter condition reliability prediction based on state space model Hongkun Li 1, Shuai Zhou 2, Honglong Kan 3, Ming Cong 4 School of Mechanical Engineering, Dalian University of Technology,

More information

A novel intelligent predictive maintenance procedure for electrical machines

A novel intelligent predictive maintenance procedure for electrical machines A novel intelligent predictive maintenance procedure for electrical machines D.-M. Yang Department of Automation Engineering, Kao-Yuan University, No.1821 Chung-Shan Road, Loju Hsiang, Kaohsiung County,

More information

Selection of Mother Wavelet for Wavelet Analysis of Vibration Signals in Machining

Selection of Mother Wavelet for Wavelet Analysis of Vibration Signals in Machining Journal of Mechanical Engineering and Automation 2016, 6(5A): 81-85 DOI: 10.5923/c.jmea.201601.15 Selection of Mother Wavelet for Wavelet Analysis of Vibration Signals in Machining Anil Prashanth Rodrigues

More information

1251. An approach for tool health assessment using the Mahalanobis-Taguchi system based on WPT-AR

1251. An approach for tool health assessment using the Mahalanobis-Taguchi system based on WPT-AR 25. An approach for tool health assessment using the Mahalanobis-Taguchi system based on WPT-AR Chen Lu, Yujie Cheng 2, Zhipeng Wang 3, Jikun Bei 4 School of Reliability and Systems Engineering, Beihang

More information

Characterisation of the plasma density with two artificial neural network models

Characterisation of the plasma density with two artificial neural network models Characterisation of the plasma density with two artificial neural network models Wang Teng( 王腾 ) a)b), Gao Xiang-Dong( 高向东 ) a), and Li Wei( 李炜 ) c) a) Faculty of Electromechanical Engineering, Guangdong

More information

Power Supply Quality Analysis Using S-Transform and SVM Classifier

Power Supply Quality Analysis Using S-Transform and SVM Classifier Journal of Power and Energy Engineering, 2014, 2, 438-447 Published Online April 2014 in SciRes. http://www.scirp.org/journal/jpee http://dx.doi.org/10.4236/jpee.2014.24059 Power Supply Quality Analysis

More information

Application of cepstrum and neural network to bearing fault detection

Application of cepstrum and neural network to bearing fault detection Journal of Mechanical Science and Technology 23 (2009) 2730~2737 Journal of Mechanical Science and Technology www.springerlin.com/content/738-494x DOI 0.007/s2206-009-0802-9 Application of cepstrum and

More information

Research Article Calculation for Primary Combustion Characteristics of Boron-Based Fuel-Rich Propellant Based on BP Neural Network

Research Article Calculation for Primary Combustion Characteristics of Boron-Based Fuel-Rich Propellant Based on BP Neural Network Combustion Volume 2012, Article ID 635190, 6 pages doi:10.1155/2012/635190 Research Article Calculation for Primary Combustion Characteristics of Boron-Based Fuel-Rich Propellant Based on BP Neural Network

More information

DAMAGE ASSESSMENT OF REINFORCED CONCRETE USING ULTRASONIC WAVE PROPAGATION AND PATTERN RECOGNITION

DAMAGE ASSESSMENT OF REINFORCED CONCRETE USING ULTRASONIC WAVE PROPAGATION AND PATTERN RECOGNITION II ECCOMAS THEMATIC CONFERENCE ON SMART STRUCTURES AND MATERIALS C.A. Mota Soares et al. (Eds.) Lisbon, Portugal, July 18-21, 2005 DAMAGE ASSESSMENT OF REINFORCED CONCRETE USING ULTRASONIC WAVE PROPAGATION

More information

RESEARCH ON COMPLEX THREE ORDER CUMULANTS COUPLING FEATURES IN FAULT DIAGNOSIS

RESEARCH ON COMPLEX THREE ORDER CUMULANTS COUPLING FEATURES IN FAULT DIAGNOSIS RESEARCH ON COMPLEX THREE ORDER CUMULANTS COUPLING FEATURES IN FAULT DIAGNOSIS WANG YUANZHI School of Computer and Information, Anqing Normal College, Anqing 2460, China ABSTRACT Compared with bispectrum,

More information

Bearing fault diagnosis based on Shannon entropy and wavelet package decomposition

Bearing fault diagnosis based on Shannon entropy and wavelet package decomposition Bearing fault diagnosis based on Shannon entropy and wavelet package decomposition Hong Mei Liu 1, Chen Lu, Ji Chang Zhang 3 School of Reliability and Systems Engineering, Beihang University, Beijing 1191,

More information

CHAPTER IX Radial Basis Function Networks

CHAPTER IX Radial Basis Function Networks Ugur HAICI - METU EEE - ANKARA 2/2/2005 CHAPTER IX Radial Basis Function Networks Introduction Radial basis function (RBF) networks are feed-forward networks trained using a supervised training algorithm.

More information

Artificial Neural Networks Francesco DI MAIO, Ph.D., Politecnico di Milano Department of Energy - Nuclear Division IEEE - Italian Reliability Chapter

Artificial Neural Networks Francesco DI MAIO, Ph.D., Politecnico di Milano Department of Energy - Nuclear Division IEEE - Italian Reliability Chapter Artificial Neural Networks Francesco DI MAIO, Ph.D., Politecnico di Milano Department of Energy - Nuclear Division IEEE - Italian Reliability Chapter (Chair) STF - China Fellow francesco.dimaio@polimi.it

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Neural Networks Varun Chandola x x 5 Input Outline Contents February 2, 207 Extending Perceptrons 2 Multi Layered Perceptrons 2 2. Generalizing to Multiple Labels.................

More information

Introduction to Biomedical Engineering

Introduction to Biomedical Engineering Introduction to Biomedical Engineering Biosignal processing Kung-Bin Sung 6/11/2007 1 Outline Chapter 10: Biosignal processing Characteristics of biosignals Frequency domain representation and analysis

More information

TECHNICAL RESEARCH REPORT

TECHNICAL RESEARCH REPORT TECHNICAL RESEARCH REPORT Tool Wear Estimation from Acoustic Emissions: A Model Incorporating Wear Rate by S. Varma, J.S. Baras CAAR TR 001- (ISR TR 001-49) Center for Auditory and Acoustic Research The

More information

Modeling and Compensation for Capacitive Pressure Sensor by RBF Neural Networks

Modeling and Compensation for Capacitive Pressure Sensor by RBF Neural Networks 21 8th IEEE International Conference on Control and Automation Xiamen, China, June 9-11, 21 ThCP1.8 Modeling and Compensation for Capacitive Pressure Sensor by RBF Neural Networks Mahnaz Hashemi, Jafar

More information

Neural Network Training

Neural Network Training Neural Network Training Sargur Srihari Topics in Network Training 0. Neural network parameters Probabilistic problem formulation Specifying the activation and error functions for Regression Binary classification

More information

Neural Networks and the Back-propagation Algorithm

Neural Networks and the Back-propagation Algorithm Neural Networks and the Back-propagation Algorithm Francisco S. Melo In these notes, we provide a brief overview of the main concepts concerning neural networks and the back-propagation algorithm. We closely

More information

In the Name of God. Lectures 15&16: Radial Basis Function Networks

In the Name of God. Lectures 15&16: Radial Basis Function Networks 1 In the Name of God Lectures 15&16: Radial Basis Function Networks Some Historical Notes Learning is equivalent to finding a surface in a multidimensional space that provides a best fit to the training

More information

CSE 417T: Introduction to Machine Learning. Final Review. Henry Chai 12/4/18

CSE 417T: Introduction to Machine Learning. Final Review. Henry Chai 12/4/18 CSE 417T: Introduction to Machine Learning Final Review Henry Chai 12/4/18 Overfitting Overfitting is fitting the training data more than is warranted Fitting noise rather than signal 2 Estimating! "#$

More information

A methodology for fault detection in rolling element bearings using singular spectrum analysis

A methodology for fault detection in rolling element bearings using singular spectrum analysis A methodology for fault detection in rolling element bearings using singular spectrum analysis Hussein Al Bugharbee,1, and Irina Trendafilova 2 1 Department of Mechanical engineering, the University of

More information

NONLINEAR CLASSIFICATION AND REGRESSION. J. Elder CSE 4404/5327 Introduction to Machine Learning and Pattern Recognition

NONLINEAR CLASSIFICATION AND REGRESSION. J. Elder CSE 4404/5327 Introduction to Machine Learning and Pattern Recognition NONLINEAR CLASSIFICATION AND REGRESSION Nonlinear Classification and Regression: Outline 2 Multi-Layer Perceptrons The Back-Propagation Learning Algorithm Generalized Linear Models Radial Basis Function

More information

A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL FUZZY CLUSTERING *

A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL FUZZY CLUSTERING * No.2, Vol.1, Winter 2012 2012 Published by JSES. A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL * Faruk ALPASLAN a, Ozge CAGCAG b Abstract Fuzzy time series forecasting methods

More information

Unit 8: Introduction to neural networks. Perceptrons

Unit 8: Introduction to neural networks. Perceptrons Unit 8: Introduction to neural networks. Perceptrons D. Balbontín Noval F. J. Martín Mateos J. L. Ruiz Reina A. Riscos Núñez Departamento de Ciencias de la Computación e Inteligencia Artificial Universidad

More information

Computational statistics

Computational statistics Computational statistics Lecture 3: Neural networks Thierry Denœux 5 March, 2016 Neural networks A class of learning methods that was developed separately in different fields statistics and artificial

More information

Intelligent Fault Classification of Rolling Bearing at Variable Speed Based on Reconstructed Phase Space

Intelligent Fault Classification of Rolling Bearing at Variable Speed Based on Reconstructed Phase Space Journal of Robotics, Networking and Artificial Life, Vol., No. (June 24), 97-2 Intelligent Fault Classification of Rolling Bearing at Variable Speed Based on Reconstructed Phase Space Weigang Wen School

More information

Active Sonar Target Classification Using Classifier Ensembles

Active Sonar Target Classification Using Classifier Ensembles International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 11, Number 12 (2018), pp. 2125-2133 International Research Publication House http://www.irphouse.com Active Sonar Target

More information

Sequence labeling. Taking collective a set of interrelated instances x 1,, x T and jointly labeling them

Sequence labeling. Taking collective a set of interrelated instances x 1,, x T and jointly labeling them HMM, MEMM and CRF 40-957 Special opics in Artificial Intelligence: Probabilistic Graphical Models Sharif University of echnology Soleymani Spring 2014 Sequence labeling aking collective a set of interrelated

More information

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

Invariant Pattern Recognition using Dual-tree Complex Wavelets and Fourier Features

Invariant Pattern Recognition using Dual-tree Complex Wavelets and Fourier Features Invariant Pattern Recognition using Dual-tree Complex Wavelets and Fourier Features G. Y. Chen and B. Kégl Department of Computer Science and Operations Research, University of Montreal, CP 6128 succ.

More information

Multi-Layer Boosting for Pattern Recognition

Multi-Layer Boosting for Pattern Recognition Multi-Layer Boosting for Pattern Recognition François Fleuret IDIAP Research Institute, Centre du Parc, P.O. Box 592 1920 Martigny, Switzerland fleuret@idiap.ch Abstract We extend the standard boosting

More information

Supervised (BPL) verses Hybrid (RBF) Learning. By: Shahed Shahir

Supervised (BPL) verses Hybrid (RBF) Learning. By: Shahed Shahir Supervised (BPL) verses Hybrid (RBF) Learning By: Shahed Shahir 1 Outline I. Introduction II. Supervised Learning III. Hybrid Learning IV. BPL Verses RBF V. Supervised verses Hybrid learning VI. Conclusion

More information

Unsupervised Learning Methods

Unsupervised Learning Methods Structural Health Monitoring Using Statistical Pattern Recognition Unsupervised Learning Methods Keith Worden and Graeme Manson Presented by Keith Worden The Structural Health Monitoring Process 1. Operational

More information

What Do Neural Networks Do? MLP Lecture 3 Multi-layer networks 1

What Do Neural Networks Do? MLP Lecture 3 Multi-layer networks 1 What Do Neural Networks Do? MLP Lecture 3 Multi-layer networks 1 Multi-layer networks Steve Renals Machine Learning Practical MLP Lecture 3 7 October 2015 MLP Lecture 3 Multi-layer networks 2 What Do Single

More information

Introduction to Neural Networks

Introduction to Neural Networks Introduction to Neural Networks Steve Renals Automatic Speech Recognition ASR Lecture 10 24 February 2014 ASR Lecture 10 Introduction to Neural Networks 1 Neural networks for speech recognition Introduction

More information

A Multi-sensor Based System for Manufacturing Process Monitoring

A Multi-sensor Based System for Manufacturing Process Monitoring A Multi-sensor Based System for Manufacturing Process Monitoring Wenbin Hu, Andrew Starr* and Andrew Leung Manchester School of Engineering, The University of Manchester, Manchester M13 9PL, UK *corresponding

More information

A Machine Intelligence Approach for Classification of Power Quality Disturbances

A Machine Intelligence Approach for Classification of Power Quality Disturbances A Machine Intelligence Approach for Classification of Power Quality Disturbances B K Panigrahi 1, V. Ravi Kumar Pandi 1, Aith Abraham and Swagatam Das 1 Department of Electrical Engineering, IIT, Delhi,

More information

Non-linear Measure Based Process Monitoring and Fault Diagnosis

Non-linear Measure Based Process Monitoring and Fault Diagnosis Non-linear Measure Based Process Monitoring and Fault Diagnosis 12 th Annual AIChE Meeting, Reno, NV [275] Data Driven Approaches to Process Control 4:40 PM, Nov. 6, 2001 Sandeep Rajput Duane D. Bruns

More information

Online Identification And Control of A PV-Supplied DC Motor Using Universal Learning Networks

Online Identification And Control of A PV-Supplied DC Motor Using Universal Learning Networks Online Identification And Control of A PV-Supplied DC Motor Using Universal Learning Networks Ahmed Hussein * Kotaro Hirasawa ** Jinglu Hu ** * Graduate School of Information Science & Electrical Eng.,

More information

Artificial Neural Networks" and Nonparametric Methods" CMPSCI 383 Nov 17, 2011!

Artificial Neural Networks and Nonparametric Methods CMPSCI 383 Nov 17, 2011! Artificial Neural Networks" and Nonparametric Methods" CMPSCI 383 Nov 17, 2011! 1 Todayʼs lecture" How the brain works (!)! Artificial neural networks! Perceptrons! Multilayer feed-forward networks! Error

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

A Novel Rejection Measurement in Handwritten Numeral Recognition Based on Linear Discriminant Analysis

A Novel Rejection Measurement in Handwritten Numeral Recognition Based on Linear Discriminant Analysis 009 0th International Conference on Document Analysis and Recognition A Novel Rejection easurement in Handwritten Numeral Recognition Based on Linear Discriminant Analysis Chun Lei He Louisa Lam Ching

More information

Multi-layer Neural Networks

Multi-layer Neural Networks Multi-layer Neural Networks Steve Renals Informatics 2B Learning and Data Lecture 13 8 March 2011 Informatics 2B: Learning and Data Lecture 13 Multi-layer Neural Networks 1 Overview Multi-layer neural

More information

Chemometrics: Classification of spectra

Chemometrics: Classification of spectra Chemometrics: Classification of spectra Vladimir Bochko Jarmo Alander University of Vaasa November 1, 2010 Vladimir Bochko Chemometrics: Classification 1/36 Contents Terminology Introduction Big picture

More information

Cheng Soon Ong & Christian Walder. Canberra February June 2018

Cheng Soon Ong & Christian Walder. Canberra February June 2018 Cheng Soon Ong & Christian Walder Research Group and College of Engineering and Computer Science Canberra February June 2018 Outlines Overview Introduction Linear Algebra Probability Linear Regression

More information

SINGLE CHANNEL SPEECH MUSIC SEPARATION USING NONNEGATIVE MATRIX FACTORIZATION AND SPECTRAL MASKS. Emad M. Grais and Hakan Erdogan

SINGLE CHANNEL SPEECH MUSIC SEPARATION USING NONNEGATIVE MATRIX FACTORIZATION AND SPECTRAL MASKS. Emad M. Grais and Hakan Erdogan SINGLE CHANNEL SPEECH MUSIC SEPARATION USING NONNEGATIVE MATRIX FACTORIZATION AND SPECTRAL MASKS Emad M. Grais and Hakan Erdogan Faculty of Engineering and Natural Sciences, Sabanci University, Orhanli

More information

Introduction to Mathematical Programming

Introduction to Mathematical Programming Introduction to Mathematical Programming Ming Zhong Lecture 25 November 5, 2018 Ming Zhong (JHU) AMS Fall 2018 1 / 19 Table of Contents 1 Ming Zhong (JHU) AMS Fall 2018 2 / 19 Some Preliminaries: Fourier

More information

Motivating the Covariance Matrix

Motivating the Covariance Matrix Motivating the Covariance Matrix Raúl Rojas Computer Science Department Freie Universität Berlin January 2009 Abstract This note reviews some interesting properties of the covariance matrix and its role

More information

CS229 Project: Musical Alignment Discovery

CS229 Project: Musical Alignment Discovery S A A V S N N R R S CS229 Project: Musical Alignment iscovery Woodley Packard ecember 16, 2005 Introduction Logical representations of musical data are widely available in varying forms (for instance,

More information

Prediction of flank wear by using back propagation neural network modeling when cutting hardened H-13 steel with chamfered and honed CBN tools

Prediction of flank wear by using back propagation neural network modeling when cutting hardened H-13 steel with chamfered and honed CBN tools International Journal of Machine Tools & Manufacture 42 (2002) 287 297 Prediction of flank wear by using back propagation neural network modeling when cutting hardened H-13 steel with chamfered and honed

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

PATTERN CLASSIFICATION

PATTERN CLASSIFICATION PATTERN CLASSIFICATION Second Edition Richard O. Duda Peter E. Hart David G. Stork A Wiley-lnterscience Publication JOHN WILEY & SONS, INC. New York Chichester Weinheim Brisbane Singapore Toronto CONTENTS

More information

Automatic Noise Recognition Based on Neural Network Using LPC and MFCC Feature Parameters

Automatic Noise Recognition Based on Neural Network Using LPC and MFCC Feature Parameters Proceedings of the Federated Conference on Computer Science and Information Systems pp 69 73 ISBN 978-83-60810-51-4 Automatic Noise Recognition Based on Neural Network Using LPC and MFCC Feature Parameters

More information

Wavelet Neural Networks for Nonlinear Time Series Analysis

Wavelet Neural Networks for Nonlinear Time Series Analysis Applied Mathematical Sciences, Vol. 4, 2010, no. 50, 2485-2495 Wavelet Neural Networks for Nonlinear Time Series Analysis K. K. Minu, M. C. Lineesh and C. Jessy John Department of Mathematics National

More information

y(x n, w) t n 2. (1)

y(x n, w) t n 2. (1) Network training: Training a neural network involves determining the weight parameter vector w that minimizes a cost function. Given a training set comprising a set of input vector {x n }, n = 1,...N,

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

Lecture 3: Pattern Classification

Lecture 3: Pattern Classification EE E6820: Speech & Audio Processing & Recognition Lecture 3: Pattern Classification 1 2 3 4 5 The problem of classification Linear and nonlinear classifiers Probabilistic classification Gaussians, mixtures

More information

1983. Gearbox fault diagnosis based on local mean decomposition, permutation entropy and extreme learning machine

1983. Gearbox fault diagnosis based on local mean decomposition, permutation entropy and extreme learning machine 1983. Gearbox fault diagnosis based on local mean decomposition, permutation entropy and extreme learning machine Yu Wei 1, Minqiang Xu 2, Yongbo Li 3, Wenhu Huang 4 Department of Astronautical Science

More information

Radial-Basis Function Networks

Radial-Basis Function Networks Radial-Basis Function etworks A function is radial basis () if its output depends on (is a non-increasing function of) the distance of the input from a given stored vector. s represent local receptors,

More information

NEURAL NETWORKS APPLICATION FOR MECHANICAL PARAMETERS IDENTIFICATION OF ASYNCHRONOUS MOTOR

NEURAL NETWORKS APPLICATION FOR MECHANICAL PARAMETERS IDENTIFICATION OF ASYNCHRONOUS MOTOR NEURAL NETWORKS APPLICATION FOR MECHANICAL PARAMETERS IDENTIFICATION OF ASYNCHRONOUS MOTOR D. Balara, J. Timko, J. Žilková, M. Lešo Abstract: A method for identification of mechanical parameters of an

More information

Intelligent Handwritten Digit Recognition using Artificial Neural Network

Intelligent Handwritten Digit Recognition using Artificial Neural Network RESEARCH ARTICLE OPEN ACCESS Intelligent Handwritten Digit Recognition using Artificial Neural Networ Saeed AL-Mansoori Applications Development and Analysis Center (ADAC), Mohammed Bin Rashid Space Center

More information

Expectation Maximization (EM)

Expectation Maximization (EM) Expectation Maximization (EM) The Expectation Maximization (EM) algorithm is one approach to unsupervised, semi-supervised, or lightly supervised learning. In this kind of learning either no labels are

More information

Multilayer Neural Networks

Multilayer Neural Networks Multilayer Neural Networks Multilayer Neural Networks Discriminant function flexibility NON-Linear But with sets of linear parameters at each layer Provably general function approximators for sufficient

More information

Radial-Basis Function Networks

Radial-Basis Function Networks Radial-Basis Function etworks A function is radial () if its output depends on (is a nonincreasing function of) the distance of the input from a given stored vector. s represent local receptors, as illustrated

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

Machine Learning for Large-Scale Data Analysis and Decision Making A. Neural Networks Week #6

Machine Learning for Large-Scale Data Analysis and Decision Making A. Neural Networks Week #6 Machine Learning for Large-Scale Data Analysis and Decision Making 80-629-17A Neural Networks Week #6 Today Neural Networks A. Modeling B. Fitting C. Deep neural networks Today s material is (adapted)

More information

Vibration Signals Analysis and Condition Monitoring of Centrifugal Pump

Vibration Signals Analysis and Condition Monitoring of Centrifugal Pump Technical Journal of Engineering and Applied Sciences Available online at www.tjeas.com 2013 TJEAS Journal-2013-3-12/1081-1085 ISSN 2051-0853 2013 TJEAS Vibration Signals Analysis and Condition Monitoring

More information

Early fault detection and diagnosis in bearings based on logarithmic energy entropy and statistical pattern recognition

Early fault detection and diagnosis in bearings based on logarithmic energy entropy and statistical pattern recognition OPEN ACCESS www.sciforum.net/conference/ecea-2 Conference Proceedings Paper Entropy Early fault detection and diagnosis in bearings based on logarithmic energy entropy and statistical pattern recognition

More information

FEEDBACK GMDH-TYPE NEURAL NETWORK AND ITS APPLICATION TO MEDICAL IMAGE ANALYSIS OF LIVER CANCER. Tadashi Kondo and Junji Ueno

FEEDBACK GMDH-TYPE NEURAL NETWORK AND ITS APPLICATION TO MEDICAL IMAGE ANALYSIS OF LIVER CANCER. Tadashi Kondo and Junji Ueno International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 3(B), March 2012 pp. 2285 2300 FEEDBACK GMDH-TYPE NEURAL NETWORK AND ITS

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

Artificial Neural Network

Artificial Neural Network Artificial Neural Network Eung Je Woo Department of Biomedical Engineering Impedance Imaging Research Center (IIRC) Kyung Hee University Korea ejwoo@khu.ac.kr Neuron and Neuron Model McCulloch and Pitts

More information

Pattern Recognition and Machine Learning

Pattern Recognition and Machine Learning Christopher M. Bishop Pattern Recognition and Machine Learning ÖSpri inger Contents Preface Mathematical notation Contents vii xi xiii 1 Introduction 1 1.1 Example: Polynomial Curve Fitting 4 1.2 Probability

More information

Induction Motor Bearing Fault Detection with Non-stationary Signal Analysis

Induction Motor Bearing Fault Detection with Non-stationary Signal Analysis Proceedings of International Conference on Mechatronics Kumamoto Japan, 8-1 May 7 ThA1-C-1 Induction Motor Bearing Fault Detection with Non-stationary Signal Analysis D.-M. Yang Department of Mechanical

More information

Misalignment Fault Detection in Dual-rotor System Based on Time Frequency Techniques

Misalignment Fault Detection in Dual-rotor System Based on Time Frequency Techniques Misalignment Fault Detection in Dual-rotor System Based on Time Frequency Techniques Nan-fei Wang, Dong-xiang Jiang *, Te Han State Key Laboratory of Control and Simulation of Power System and Generation

More information

COMPARING PERFORMANCE OF NEURAL NETWORKS RECOGNIZING MACHINE GENERATED CHARACTERS

COMPARING PERFORMANCE OF NEURAL NETWORKS RECOGNIZING MACHINE GENERATED CHARACTERS Proceedings of the First Southern Symposium on Computing The University of Southern Mississippi, December 4-5, 1998 COMPARING PERFORMANCE OF NEURAL NETWORKS RECOGNIZING MACHINE GENERATED CHARACTERS SEAN

More information

Sparse Support Vector Machines by Kernel Discriminant Analysis

Sparse Support Vector Machines by Kernel Discriminant Analysis Sparse Support Vector Machines by Kernel Discriminant Analysis Kazuki Iwamura and Shigeo Abe Kobe University - Graduate School of Engineering Kobe, Japan Abstract. We discuss sparse support vector machines

More information

Learning Vector Quantization

Learning Vector Quantization Learning Vector Quantization Neural Computation : Lecture 18 John A. Bullinaria, 2015 1. SOM Architecture and Algorithm 2. Vector Quantization 3. The Encoder-Decoder Model 4. Generalized Lloyd Algorithms

More information

Clustering. Professor Ameet Talwalkar. Professor Ameet Talwalkar CS260 Machine Learning Algorithms March 8, / 26

Clustering. Professor Ameet Talwalkar. Professor Ameet Talwalkar CS260 Machine Learning Algorithms March 8, / 26 Clustering Professor Ameet Talwalkar Professor Ameet Talwalkar CS26 Machine Learning Algorithms March 8, 217 1 / 26 Outline 1 Administration 2 Review of last lecture 3 Clustering Professor Ameet Talwalkar

More information

ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD

ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD WHAT IS A NEURAL NETWORK? The simplest definition of a neural network, more properly referred to as an 'artificial' neural network (ANN), is provided

More information

Neural networks. Chapter 20. Chapter 20 1

Neural networks. Chapter 20. Chapter 20 1 Neural networks Chapter 20 Chapter 20 1 Outline Brains Neural networks Perceptrons Multilayer networks Applications of neural networks Chapter 20 2 Brains 10 11 neurons of > 20 types, 10 14 synapses, 1ms

More information

Deep Learning: Approximation of Functions by Composition

Deep Learning: Approximation of Functions by Composition Deep Learning: Approximation of Functions by Composition Zuowei Shen Department of Mathematics National University of Singapore Outline 1 A brief introduction of approximation theory 2 Deep learning: approximation

More information

Brief Introduction of Machine Learning Techniques for Content Analysis

Brief Introduction of Machine Learning Techniques for Content Analysis 1 Brief Introduction of Machine Learning Techniques for Content Analysis Wei-Ta Chu 2008/11/20 Outline 2 Overview Gaussian Mixture Model (GMM) Hidden Markov Model (HMM) Support Vector Machine (SVM) Overview

More information

We may not be able to do any great thing, but if each of us will do something, however small it may be, a good deal will be accomplished.

We may not be able to do any great thing, but if each of us will do something, however small it may be, a good deal will be accomplished. Chapter 4 Initial Experiments with Localization Methods We may not be able to do any great thing, but if each of us will do something, however small it may be, a good deal will be accomplished. D.L. Moody

More information

Introduction Neural Networks - Architecture Network Training Small Example - ZIP Codes Summary. Neural Networks - I. Henrik I Christensen

Introduction Neural Networks - Architecture Network Training Small Example - ZIP Codes Summary. Neural Networks - I. Henrik I Christensen Neural Networks - I Henrik I Christensen Robotics & Intelligent Machines @ GT Georgia Institute of Technology, Atlanta, GA 30332-0280 hic@cc.gatech.edu Henrik I Christensen (RIM@GT) Neural Networks 1 /

More information

Data-driven methods in application to flood defence systems monitoring and analysis Pyayt, A.

Data-driven methods in application to flood defence systems monitoring and analysis Pyayt, A. UvA-DARE (Digital Academic Repository) Data-driven methods in application to flood defence systems monitoring and analysis Pyayt, A. Link to publication Citation for published version (APA): Pyayt, A.

More information

Lecture 7 Artificial neural networks: Supervised learning

Lecture 7 Artificial neural networks: Supervised learning Lecture 7 Artificial neural networks: Supervised learning Introduction, or how the brain works The neuron as a simple computing element The perceptron Multilayer neural networks Accelerated learning in

More information

Identification of Milling Status Using Vibration Feature Extraction Techniques and Support Vector Machine Classifier

Identification of Milling Status Using Vibration Feature Extraction Techniques and Support Vector Machine Classifier inventions Article Identification of Milling Status Using Vibration Feature Extraction Techniques and Support Vector Machine Classifier Che-Yuan Chang and Tian-Yau Wu * ID Department of Mechanical Engineering,

More information