Finding Dominant Parameters For Fault Diagnosis Of a Single Bearing System Using Back Propagation Neural Network

Size: px
Start display at page:

Download "Finding Dominant Parameters For Fault Diagnosis Of a Single Bearing System Using Back Propagation Neural Network"

Transcription

1 International Journal of Mechanical & Mechatronics Engineering IJMME-IJENS Vol:13 No:01 40 Finding Dominant Parameters For Fault Diagnosis Of a Single Bearing System Using Back Propagation Neural Network 1 A. S. J. Karib, 2 L. A. Wulandhari, 3 A. Wibowo, 4 H. Haron Department of Computer Science Faculty of Computing Universiti Teknologi Malaysia Skudai, Johor Bahru, Malaysia 1 asyakir5@live.utm.my, 2 awlili2@live.utm.my, 3 antoni@utm.my, 4 habib@utm.my Abstract-- Bearing is a component that affects the performance of a rotating machine in order to be used properly. The purpose of using ball bearing is to reduce rotational friction and support radial and axial loads. Diagnosis of bearing vibration data is an important process to identify either the bearing is normal or defect. In this paper, we consider a single bearing system that consists of one normal or defect Fan End (FE) bearing in which an accelerometer is attached to both normal and defect FE bearing to capture the vibration data. These vibration data are grouped into several samples data. Five parameters are extracted from each sample to be used as the input in neural network model and class of target output is either normal or defect. Those five parameters are standard deviation, skewness, kurtosis, absolute mean and root mean square. Our objectives are to find the dominant parameters and the best model for fault diagnosis of single bearing system. It is important to find the dominant parameters since the selection of dominant parameter can reduce the pre-processing data phase. According to our observation that the dominant parameter is either of standard deviation, absolute mean or root mean square and the best BPNN model is the model with one input neuron and one neuron in hidden layer. Index Term -- Back Propagation Neural Network; Fault Diagnosis; Bearing System; Dominant Parameters. I. INTRODUCTION Ball bearing is an important component in supporting a rotating machine. A bearing must be in good conditions to ensure the machine could work properly [1]. In other words, a bearing in good condition could reduce the percentage of rotator machine failure and the maintenance cost of a machine [1]. Unfortunately, ball bearing is one of the components that are easily broken or damaged compared to the other components such as shaft and rotor [2]. Besides, a damaged bearing may also affect the rotating machine operational performance and there is possibility the machine could not functions at all. Therefore, an early diagnosis should be done to determine the bearing conditions to avoid this situation happened. In this paper, diagnosis is obtained from the experiments and tests to determine the condition of a bearing either normal or defect. Bearing diagnosis have been done by other previous researchers in various field especially in science and technology to find the other initiative or new idea to improve or solve the problems related in their cases. There are fault diagnosis using hybrid of BPNN-Genetic Algorithms [3], fuzzy neural network [4], radial basis function (RBF) [5] and genetic-based neural networks [6]. However, all these studies and researches are almost the same but the difference is those studies and researches are respectively using differential methods to diagnose the bearing system. In this paper, we present a framework based on statistical data extraction and Back Propagation Neural Network (BPNN) to find the dominant parameters and the best model for fault diagnosis of a single bearing system. We consider a bearing system that consists of one normal and defect Fan End (FE) bearing. An accelerometer is attached to both FE bearings to capture the vibration data. It is means that there are two classes of vibration data produced which are normal bearing data and defect bearing data. These data are then divided into several samples data. Five parameters are extracted from each sample to be used as the inputs of BPNN model and only class used as the target output which is either normal or defect. Six BPNN models are developed to determine the dominant parameters. Then we select the best model of BPNN to diagnose the bearing system with the dominant parameters. It is important to determine the dominant parameters to minimize the pre-processing data so that the diagnosis of bearing system is easily executed by using only those dominant parameters. The structure of the bearing system and the example of ball bearing are shown in Figure 1 and 2.

2 International Journal of Mechanical & Mechatronics Engineering IJMME-IJENS Vol:13 No:01 41 FE Accelerometer FE Bearing where N = 500, k = 1, 2,, N, x ik = the i th data on the k th sample, x k = mean value of the k th sample. Fig. 1. Bearing and accelerometer system structure Fig. 3. Vibration data of normal bearing Fig. 4. Vibration data of defect bearing Vibration Data Fig. 2. The example of ball bearing II. DATA PREPARATION As mentioned in Section 1, there are two classes of vibration data which are normal and defect data. These data are collected from the accelerometer readings attached on the FE bearings. Figure 3 and 4 are the original vibration data of normal and defect bearing. It is difficult to determine a single bearing system whether normal or not using original vibration data. In our experiment, we use of vibration data in total, collected from both normal and defect bearing which means each type of bearing consists of data. Then, the data are divided into 240 samples for normal and another 240 samples for defect. This means, each sample consists of 500 vibration data. Then for our purposes, five parameters are extracted from each sample and used as the input of each BPNN model [7]. These five parameters, which are standard deviation, skewness, kurtosis, absolute mean and root mean square, are frequently used in fault diagnosis because of their effectiveness and practical [5]. The frameworks of finding dominant parameters and model selection are simplified in Figure 5.The followings are the formulae for every parameters. Divide the vibration data into N samples Feature parameters extraction for each sample - p 1 (standard deviation) - p 2 (skewness) - p 3 (kurtosis) - p 4 (absolute mean) - p 5 (root mean square) Model development and feature parameters selection using BPNN. Dominant Parameters and best model Fig. 5. The framework of finding dominant parameters and model selection

3 International Journal of Mechanical & Mechatronics Engineering IJMME-IJENS Vol:13 No:01 42 Table I shows a few examples of those five parameters. For target output, they are represented in binary forms which are 1 (normal) and 0 (defect). III. FINDING DOMINANT PARAMETERS USING BPNN Neural Network is an information processing paradigm inspired by the way of brain processed the information in human and animal nerve system. The first artificial neuron model in the world was produced by Warren McCulloch and Walter Pits in the year of 1943 [8]. Unfortunately, the technology at that time being has limits their searching. The approach used by Neural Network is the same as human, which is through learning process by showing examples. Back Propagation Neural Network is a method to get a lot of weights in the network. This method is a supervised learning method that always been used to solve the problems in neural networks. Basic algorithm of this method is to minimize the error or network error using the error function description. A. BPNN Model Development and Classification Six BPNN models are built to determine the dominant parameters and diagnose the bearing system. These models are differ in the amount of input layer size and hidden layer size. Choosing the amount of hidden neurons and layers are important to determine the architecture of whole Neural Network models [10]. Eventhough the hidden layer is not interacts with outside directly, but this layer will much affect the ouput result later. Thus, the number of neurons contain in the hidden layer should be emphasized and the selection are properly made. The number of ouput neuron are constant which is one neuron for every each model. The different between each model are the number of input neurons and hidden neurons. The size of input layer should be suitable to avoid underfitting and the number of neurons in a Neural Network model should not be too much to avoid overfitting [11]. Table 2 shows the six models of BPNN that been used in our experiment. As we can see, those models are differ in input layer size, which is input layer size of five neurons and one neuron. Then,the models with five input layer size are also differ in hidden layer size. There are three diferent hidden layer size been used which are one,three and ten neurons in the hidden layer. The same thing goes to the models with one input neuron. Sample Standard Deviation (p 1 ) T ABLE I PARAMETERS VALUE FOR FIVE DATA SAMPLES Skewness (p 2 ) Kurtosis (p 3 ) Absolute Mean (p 4 ) Root Mean Square (p 5 ) Target (t) where T ABLE II BPPN MODELS Model M H M = input layer size, H = number of hidden neurons. For the model with one input neuron, every parameter will be tested one by one so that dominant parameters could be determined. All six models built have one hidden layer. The target output class are constant for every models, which is only one class, either normal or defect. These models are then been tested with those dominant parameters that will be determined to find the best model of BPNN based on lowest CPU operational time. There are five parameters are used as the input of BPNN models. Among these five parameters, there are several of them are dominant. This paper is about how to find those dominant parameters and execute the diagnosis of fault bearing the system. The five parameters are trained, validated

4 International Journal of Mechanical & Mechatronics Engineering IJMME-IJENS Vol:13 No:01 43 and tested using those six BPNN models. The results of the experiments and tests will be in classification accuracy. The calculation of classificaion accuracy is based on the following equation [3]: Classification = x 100 (6) where total true output class is the number of algorithm output which fill in the correct class and total output is the number of entire algorithm output. B. Results and Analysis The first model that been tested is the model with five input neurons. Based on the results obtained, we could summarized that there are dominant parameters among those five parameters. This parameter could affect the result by giving the highest percentage of classififcation which is almost 100%. Every model are tested ten times and the results shown are the average. All the experiments and tests are executed using Matlab (R2010b) platform. Table 3 shows the result obtained with one, three and ten hidden neurons for five input neurons model. Based on the results obtained above, we could see that the percentage of classification are very high which means there are several dominant parameters among those five parameters. These dominant parameters could affect the result by giving the highest percentage of classification which is 100%. To find those dominant parameters, we need to test those five parameters one by one. The parameters that give classification accuracy percentage exactly and almost 100% are the dominant parameters. The experiment results with one input neuron p 1 (standard deviation), p 2 (skewness), p 3 (kurtosis), p 4 (absolute mean) and p 5 (root mean square), respectively, are shown in Table 4, 5, 6, 7 and 8. Based on the results obtained, we could conclude that p 1 (standard deviation), p 4 (absolute mean) and p 5 (root mean square) are the dominant parameters. This is because all these three parameters are giving the exactly and almost 100% of classification accuracy. artificial intelligence techniques other than BPNN to find the dominant parameters. ACKNOWLEDGEMENT The authors thank to Universiti Teknologi Malaysia (UTM) and Ministry of High Education (MOHE) for Fundamental Research Grant Science (FRGS) Vote No. R.J F084 and the Research Management Center (RMC) for supporting this research project. The first author sincerely thank to UTM for awarding Zamalah scholarship. REFERENCES [1] A. Harnoy, Bearing Design in Machinery : Engineering Tribology and Lubrication. Marcel Dekker, Inc, 2003, pp [2] P. V. J. Rodriguez, A. Arkkio, Detection of Stator Winding Fault in Introduction Motor Using Fuzzy Logic. Applied Soft Computing 8, 2008, pp [3] L. A. Wulandhari, A. Wibowo, M. I. Desa, Hybrid Neural Network- Genetic Algorithm for Fault Diagnosis of Bearing System, Proceeding of Industrial Engineering and Service Science, 2011, pp. 1-6 [4] H. Wang, P. Chen, Fault Diagnosis for A Rolling Bearing Used in A Reciprocating Machine by Adaptive Filtering Technique and Fuzzy Neural Network, WSEAS TRANSACTION on SYSTEMS Issue, Vol. 7, 2009, pp [5] Y. Lei, Z. He, Y. Zi, Application of An Intelligent Classification Method to Mechanical Fault Diagnosis, Expert Systems with Applications 36, 2009, pp [6] Y. C. Huang, C. M. Huang, H. C. Sun, L. S. Liao, Fault Diagnosis Using Hybrid Artificial Intelligent Methods, 5 th IEEE Conference on Industrial Electronics and Applications, 2010, pp [7] W. Li, T. Shi, G. Liao, S. Yang, Feature Extraction and Classification of Gear Faults Using Principal Component Analysis, Journal of Quality in Maintenance Engineering Vol. 9 No. 2, 2003, pp [8] K. Patan, Artificial Neural Networks for the Modelling and Fault Diagnosis of Technical Process, Springer, 2008, pp [9] M. H. Hassoun, Fundamentals of Artificial Neural Networks, Asoke K. Ghosh, PHI Learning Private Limited, 2008, pp [10] L. L. Pullum, B. J. Taylor, M. A. Darrah, Guidance for the Verification and of Nueral Networks, John- Wiley & Sons, Inc, 2007, pp [11] B. Liu, H. Pan, Fault Diagnosis of Bearing Using Wavelet Packet Transform and PSO-DV Based Neural Network, Natural Computation 6, 2010, pp IV. CONCLUSION This paper presented the diagnosis of bearing vibration data using Back Propagation Neural Networks. The result shows that the dominant parameter is either of standard deviation (p 1 ), absolute mean (p 4 ) and root mean square (p 5 ). Finding the dominant parameters is important for reducing data prepreparation time. We can just use one of those three dominant parameters to execute the fault diagnosis of bearing to identify either the bearing is normal or not. Meanwhile, the best BPNN model selected is BPNN model with one input neuron and one neuron in hidden layer because of the simplest structure and the ability to complete the network training in most less CPU operational time. This research can be improved by applying two or more bearing systems as an example for the future works. Besides, another researchers may also use different

5 International Journal of Mechanical & Mechatronics Engineering IJMME-IJENS Vol:13 No:01 44 T ABLE III RESULT FOR FIVE INPUT NEURONS MODEL Number of Hidden Neuron T ABLE IV RESULT FOR ONE INPUT NEURON MODEL (P1 - STANDARD DEVIATION) Number of Hidden Neuron T ABLE V RESULT FOR ONE INPUT NEURON MODEL (P2 - SKEWNESS) Number of Hidden Neuron

6 International Journal of Mechanical & Mechatronics Engineering IJMME-IJENS Vol:13 No:01 45 T ABLE VI RESULT FOR ONE INPUT NEURON MODEL (P3 - KURTOSIS) Number of hidden neuron T ABLE VII RESULT FOR ONE INPUT NEURON MODEL (P4 - ABSOLUTE MEAN) Number of hidden neuron T ABLE VIII RESULT FOR ONE INPUT NEURON MODEL (P5 - ROOT MEAN SQUARE) Number of hidden neuron

Rolling element bearings fault diagnosis based on CEEMD and SVM

Rolling element bearings fault diagnosis based on CEEMD and SVM Rolling element bearings fault diagnosis based on CEEMD and SVM Tao-tao Zhou 1, Xian-ming Zhu 2, Yan Liu 3, Wei-cai Peng 4 National Key Laboratory on Ship Vibration and Noise, China Ship Development and

More information

Madhya Pradesh, India, 2 Asso. Prof., Department of Mechanical Engineering, MITS Gwalior, Madhya Pradesh, India

Madhya Pradesh, India, 2 Asso. Prof., Department of Mechanical Engineering, MITS Gwalior, Madhya Pradesh, India EFFECTS OF ARTIFICIAL NEURAL NETWORK PARAMETERS ON ROLLING ELEMENT BEARING FAULT DIAGNOSIS Deepak Kumar Gaud, Pratesh Jayaswal 2 Research Scholar, Department of Mechanical Engineering, MITS Gwalior, RGPV

More information

Fault Diagnosis of Wind Turbine Based on ELMD and FCM

Fault Diagnosis of Wind Turbine Based on ELMD and FCM Send Orders for Reprints to reprints@benthamscience.ae 76 The Open Mechanical Engineering Journal, 24, 8, 76-72 Fault Diagnosis of Wind Turbine Based on ELMD and FCM Open Access Xianjin Luo * and Xiumei

More information

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

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

More information

Performance Degradation Assessment and Fault Diagnosis of Bearing Based on EMD and PCA-SOM

Performance Degradation Assessment and Fault Diagnosis of Bearing Based on EMD and PCA-SOM Performance Degradation Assessment and Fault Diagnosis of Bearing Based on EMD and PCA-SOM Lu Chen and Yuan Hang PERFORMANCE DEGRADATION ASSESSMENT AND FAULT DIAGNOSIS OF BEARING BASED ON EMD AND PCA-SOM.

More information

Face Detection Using Radial Basis Function Neural Networks with Fixed Spread Value

Face Detection Using Radial Basis Function Neural Networks with Fixed Spread Value IJCSES International Journal of Computer Sciences and Engineering Systems, Vol., No. 3, July 2011 CSES International 2011 ISSN 0973-06 Face Detection Using Radial Basis Function Neural Networks with Fixed

More information

Improving Generalization of Radial Basis Function Network with Adaptive Multi-Objective Particle Swarm Optimization

Improving Generalization of Radial Basis Function Network with Adaptive Multi-Objective Particle Swarm Optimization Proceedings of the 009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 009 Improving Generalization of Radial Basis Function Network with Adaptive Multi-Obective

More information

Face Detection Using Radial Basis Function Neural Networks With Fixed Spread Value

Face Detection Using Radial Basis Function Neural Networks With Fixed Spread Value Detection Using Radial Basis Function Neural Networks With Fixed Value Khairul Azha A. Aziz Faculty of Electronics and Computer Engineering, Universiti Teknikal Malaysia Melaka, Ayer Keroh, Melaka, Malaysia.

More information

Applying Kohonen Network in Organising Unstructured Data for Talus Bone

Applying Kohonen Network in Organising Unstructured Data for Talus Bone 212 Third International Conference on Theoretical and Mathematical Foundations of Computer Science Lecture Notes in Information Technology, Vol.38 Applying Kohonen Network in Organising Unstructured Data

More information

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 1, July 2013

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 1, July 2013 Application of Neural Network for Different Learning Parameter in Classification of Local Feature Image Annie anak Joseph, Chong Yung Fook Universiti Malaysia Sarawak, Faculty of Engineering, 94300, Kota

More information

ISSN (Online) Volume 2, Number 1, May October (2011), IAEME

ISSN (Online) Volume 2, Number 1, May October (2011), IAEME International Journal Journal of Design of Design and Manufacturing and Manufacturing Technology (IJDMT), ISSN 0976 6995(Print), Technology (IJDMT), ISSN 0976 6995(Print), ISSN 0976 7002(Online) Volume

More information

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

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

More information

MIXED VARIABLE ANT COLONY OPTIMIZATION TECHNIQUE FOR FEATURE SUBSET SELECTION AND MODEL SELECTION

MIXED VARIABLE ANT COLONY OPTIMIZATION TECHNIQUE FOR FEATURE SUBSET SELECTION AND MODEL SELECTION MIXED VARIABLE ANT COLONY OPTIMIZATION TECHNIQUE FOR FEATURE SUBSET SELECTION AND MODEL SELECTION Hiba Basim Alwan 1 and Ku Ruhana Ku-Mahamud 2 1, 2 Universiti Utara Malaysia, Malaysia, hiba81basim@yahoo.com,

More information

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

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

More information

Internet/Intranet Based Remote Condition Monitoring and Fault. Diagnosis Scheme and System for Steam Turboset

Internet/Intranet Based Remote Condition Monitoring and Fault. Diagnosis Scheme and System for Steam Turboset Key Engineering Materials Vols. 293-294 (2005) pp 365-372 online at http://www.scientific.net (2005) Trans Tech Publications, Switzerland Online available since 2005/Sep/15 Internet/Intranet Based Remote

More information

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM M. Sivakumar 1 and R. M. S. Parvathi 2 1 Anna University, Tamilnadu, India 2 Sengunthar College of Engineering, Tamilnadu,

More information

Feature Selection Technique to Improve Performance Prediction in a Wafer Fabrication Process

Feature Selection Technique to Improve Performance Prediction in a Wafer Fabrication Process Feature Selection Technique to Improve Performance Prediction in a Wafer Fabrication Process KITTISAK KERDPRASOP and NITTAYA KERDPRASOP Data Engineering Research Unit, School of Computer Engineering, Suranaree

More information

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

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

More information

The Machine Part Tool in Observer 9

The Machine Part Tool in Observer 9 Application Note The Machine Part Tool in SKF @ptitude Observer 9 Introduction The machine part tool in SKF @ptitude Observer is an important part of the setup. By defining the machine parts, it is possible

More information

NEURAL NETWORK BASED REGRESSION TESTING

NEURAL NETWORK BASED REGRESSION TESTING NEURAL NETWORK BASED REGRESSION TESTING Esha Khanna Assistant Professor, IT Department, D. A.V Institute of Management, (India) ABSTRACT Regression testing re-executes all the test cases in order to ensure

More information

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

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

More information

INTELLIGENT SEISMIC STRUCTURAL HEALTH MONITORING SYSTEM FOR THE SECOND PENANG BRIDGE OF MALAYSIA

INTELLIGENT SEISMIC STRUCTURAL HEALTH MONITORING SYSTEM FOR THE SECOND PENANG BRIDGE OF MALAYSIA INTELLIGENT SEISMIC STRUCTURAL HEALTH MONITORING SYSTEM FOR THE SECOND PENANG BRIDGE OF MALAYSIA Reni Suryanita Faculty of Engineering Civil Engineering Department University of Riau, Pekanbaru reni.suryanita@lecturer.unri.ac.id

More information

Detecting SIM Box Fraud Using Neural Network

Detecting SIM Box Fraud Using Neural Network Detecting SIM Box Fraud Using Neural Network Abdikarim Hussein Elmi, Subariah Ibrahim and Roselina Sallehuddin Abstract One of the most severe threats to revenue and quality of service in telecom providers

More information

A Network Intrusion Detection System Architecture Based on Snort and. Computational Intelligence

A Network Intrusion Detection System Architecture Based on Snort and. Computational Intelligence 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 206) A Network Intrusion Detection System Architecture Based on Snort and Computational Intelligence Tao Liu, a, Da

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS)

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

More information

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

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

More information

The Fault Diagnosis of Wind Turbine Gearbox Based on Improved KNN

The Fault Diagnosis of Wind Turbine Gearbox Based on Improved KNN www.seipub.org/aee Advances in Energy Engineering (AEE) Volume 3, 2015 doi: 10.14355/aee.2015.03.002 The Fault Diagnosis of Wind Turbine Gearbox Based on Improved KNN Long Peng 1, Bin Jiao 2, Hai Liu 3,

More information

Exploration of Fault Diagnosis Technology for Air Compressor Based on Internet of Things

Exploration of Fault Diagnosis Technology for Air Compressor Based on Internet of Things Exploration of Fault Diagnosis Technology for Air Compressor Based on Internet of Things Zheng Yue-zhai and Chen Xiao-ying Abstract With the development of network and communication technology, this article

More information

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

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

More information

Fault Diagnosis in Turning Operation with Neural Network Approach

Fault Diagnosis in Turning Operation with Neural Network Approach Fault Diagnosis in Turning Operation with Neural Network Approach FDD Course Project By: Ensieh Sadat Hosseini Rooteh Supervisor: Professor Youmin Zhang Department of Mechanical and Industrial Engineering

More information

Chapter 4. The Classification of Species and Colors of Finished Wooden Parts Using RBFNs

Chapter 4. The Classification of Species and Colors of Finished Wooden Parts Using RBFNs Chapter 4. The Classification of Species and Colors of Finished Wooden Parts Using RBFNs 4.1 Introduction In Chapter 1, an introduction was given to the species and color classification problem of kitchen

More information

Fault diagnosis and prognosis using wavelet packet decomposition, Fourier transform and artificial neural network

Fault diagnosis and prognosis using wavelet packet decomposition, Fourier transform and artificial neural network Fault diagnosis and prognosis using wavelet packet decomposition, Fourier transform and artificial neural network Zhenyou Zhang, Yi Wang, Kesheng Wang, Present by Jens-Uwe Sperling 09.07.2015 Fachbereich

More information

Spectrum-based Diagnostic Expert System

Spectrum-based Diagnostic Expert System BEIJING SENDIG TECHNOLOGY CO. LTD. USER S MANUAL For the Spectrum-based Diagnostic Expert System The information that provided in this Manual is believed to be reliable. However, Sendig Technology assumes

More information

Classification of Ball Bearing Faults using a Hybrid Intelligent Model Seera, Manjeevan; Wong, M. L. Dennis; Nandi, Asoke K.

Classification of Ball Bearing Faults using a Hybrid Intelligent Model Seera, Manjeevan; Wong, M. L. Dennis; Nandi, Asoke K. Heriot-Watt University Heriot-Watt University Research Gateway Classification of Ball Bearing Faults using a Hybrid Intelligent Model Seera, Manjeevan; Wong, M. L. Dennis; Nandi, Asoke K. Published in:

More information

HEALTH MONITORING OF INDUCTION MOTOR FOR VIBRATION ANALYSIS

HEALTH MONITORING OF INDUCTION MOTOR FOR VIBRATION ANALYSIS HEALTH MONITORING OF INDUCTION MOTOR FOR VIBRATION ANALYSIS Chockalingam ARAVIND VAITHILINGAM aravind_147@yahoo.com UCSI University Kualalumpur Gilbert THIO gthio@ucsi.edu.my UCSI University Kualalumpur

More information

On Estimation of Optimal Process Parameters of the Abrasive Waterjet Machining

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

More information

Rolling Bearing Diagnosis Based on CNN-LSTM and Various Condition Dataset

Rolling Bearing Diagnosis Based on CNN-LSTM and Various Condition Dataset Rolling Bearing Diagnosis Based on CNN-LSTM and Various Condition Dataset Osamu Yoshimatsu 1, Yoshihiro Satou 2, and Kenichi Shibasaki 3 1,2,3 Core Technology R&D Center, NSK Ltd., Fujisawa, Kanagawa,

More information

Pan Gulf Industrial Systems-RITEC

Pan Gulf Industrial Systems-RITEC Vibration Analysis Training & Certification Program (ISO 18436 certified courses) PGI Systems & RITEC are affiliated with some of the foremost leaders in global engineering excellence. Our technology partners

More information

TOOL WEAR CONDITION MONITORING IN TAPPING PROCESS BY FUZZY LOGIC

TOOL WEAR CONDITION MONITORING IN TAPPING PROCESS BY FUZZY LOGIC TOOL WEAR CONDITION MONITORING IN TAPPING PROCESS BY FUZZY LOGIC Ratchapon Masakasin, Department of Industrial Engineering, Faculty of Engineering, Kasetsart University, Bangkok 10900 E-mail: masakasin.r@gmail.com

More information

Extraction and Features of Tumour from MR brain images

Extraction and Features of Tumour from MR brain images IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 13, Issue 2, Ver. I (Mar. - Apr. 2018), PP 67-71 www.iosrjournals.org Sai Prasanna M 1,

More information

Research on friction parameter identification under the influence of vibration and collision

Research on friction parameter identification under the influence of vibration and collision Research on friction parameter identification under the influence of vibration and collision Qiang Chen 1, Yingjun Wang 2, Ying Chen 3 1, 2 Department of Control and System Engineering, Nanjing University,

More information

Influence of geometric imperfections on tapered roller bearings life and performance

Influence of geometric imperfections on tapered roller bearings life and performance Influence of geometric imperfections on tapered roller bearings life and performance Rodríguez R a, Calvo S a, Nadal I b and Santo Domingo S c a Computational Simulation Centre, Instituto Tecnológico de

More information

Power Load Forecasting Based on ABC-SA Neural Network Model

Power Load Forecasting Based on ABC-SA Neural Network Model Power Load Forecasting Based on ABC-SA Neural Network Model Weihua Pan, Xinhui Wang College of Control and Computer Engineering, North China Electric Power University, Baoding, Hebei 071000, China. 1471647206@qq.com

More information

Accurate Computation of Quaternions from Rotation Matrices

Accurate Computation of Quaternions from Rotation Matrices Accurate Computation of Quaternions from Rotation Matrices Soheil Sarabandi and Federico Thomas Institut de Robòtica i Informàtica Industrial (CSIC-UPC) Llorens Artigas 4-6, 0808 Barcelona, Spain soheil.sarabandi@gmail.com,

More information

Implementation of Neural Network Methods in Measurement of the Orientation Variables of Spherical Joints

Implementation of Neural Network Methods in Measurement of the Orientation Variables of Spherical Joints International Journal of Science and Engineering Investigations vol. 7, issue 74, March 2018 ISSN: 2251-8843 Implementation of Neural Network Methods in Measurement of the Orientation Variables of Spherical

More information

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

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

More information

Feature Extraction and Selection for Automatic Fault Diagnosis of Rotating Machinery

Feature Extraction and Selection for Automatic Fault Diagnosis of Rotating Machinery Feature Extraction and Selection for Automatic Fault Diagnosis of Rotating Machinery Francisco de A. Boldt 1,2, Thomas W. Rauber 1, Flávio M. Varejão 1 1 Departamento de Informática Universidade Federal

More information

FAULT DIAGNOSIS BASED ON MULTI-SCALE CLASSIFICATION USING KERNEL FISHER DISCRIMINANT ANALYSIS AND GAUSSIAN MIXTURE MODEL AND K-NEAREST NEIGHBOR METHOD

FAULT DIAGNOSIS BASED ON MULTI-SCALE CLASSIFICATION USING KERNEL FISHER DISCRIMINANT ANALYSIS AND GAUSSIAN MIXTURE MODEL AND K-NEAREST NEIGHBOR METHOD Universiti Kebangsaan Malaysia FAULT DIAGNOSIS BASED ON MULTI-SCALE CLASSIFICATION USING KERNEL FISHER DISCRIMINANT ANALYSIS AND GAUSSIAN MIXTURE MODEL AND K-NEAREST NEIGHBOR METHOD NORAZWAN M. NOR*, MOHD

More information

A Novel Kinematic Model of Spatial Four-bar Linkage RSPS for Testing Accuracy of Actual R-Pairs with Ball-bar

A Novel Kinematic Model of Spatial Four-bar Linkage RSPS for Testing Accuracy of Actual R-Pairs with Ball-bar A Novel Kinematic Model of Spatial Four-bar Linkage RSPS for Testing Accuracy of Actual R-Pairs with Ball-bar Zhi Wang 1, Delun Wang 1 *, Xiaopeng Li 1, Huimin Dong 1 and Shudong Yu 1, 2 1 School of Mechanical

More information

SIMULATION APPROACH OF CUTTING TOOL MOVEMENT USING ARTIFICIAL INTELLIGENCE METHOD

SIMULATION APPROACH OF CUTTING TOOL MOVEMENT USING ARTIFICIAL INTELLIGENCE METHOD Journal of Engineering Science and Technology Special Issue on 4th International Technical Conference 2014, June (2015) 35-44 School of Engineering, Taylor s University SIMULATION APPROACH OF CUTTING TOOL

More information

FEATURE EXTRACTION TECHNIQUES USING SUPPORT VECTOR MACHINES IN DISEASE PREDICTION

FEATURE EXTRACTION TECHNIQUES USING SUPPORT VECTOR MACHINES IN DISEASE PREDICTION FEATURE EXTRACTION TECHNIQUES USING SUPPORT VECTOR MACHINES IN DISEASE PREDICTION Sandeep Kaur 1, Dr. Sheetal Kalra 2 1,2 Computer Science Department, Guru Nanak Dev University RC, Jalandhar(India) ABSTRACT

More information

Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks

Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks Ritika Luthra Research Scholar Chandigarh University Gulshan Goyal Associate Professor Chandigarh University ABSTRACT Image Skeletonization

More information

Perceptrons and Backpropagation. Fabio Zachert Cognitive Modelling WiSe 2014/15

Perceptrons and Backpropagation. Fabio Zachert Cognitive Modelling WiSe 2014/15 Perceptrons and Backpropagation Fabio Zachert Cognitive Modelling WiSe 2014/15 Content History Mathematical View of Perceptrons Network Structures Gradient Descent Backpropagation (Single-Layer-, Multilayer-Networks)

More information

Data Mining for Fault Diagnosis and Machine Learning. for Rotating Machinery

Data Mining for Fault Diagnosis and Machine Learning. for Rotating Machinery Key Engineering Materials Vols. 293-294 (2005) pp 175-182 online at http://www.scientific.net (2005) Trans Tech Publications, Switzerland Online available since 2005/Sep/15 Data Mining for Fault Diagnosis

More information

IN recent years, neural networks have attracted considerable attention

IN recent years, neural networks have attracted considerable attention Multilayer Perceptron: Architecture Optimization and Training Hassan Ramchoun, Mohammed Amine Janati Idrissi, Youssef Ghanou, Mohamed Ettaouil Modeling and Scientific Computing Laboratory, Faculty of Science

More information

Global Journal of Engineering Science and Research Management

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

More information

Automatic Machinery Fault Detection and Diagnosis Using Fuzzy Logic

Automatic Machinery Fault Detection and Diagnosis Using Fuzzy Logic Automatic Machinery Fault Detection and Diagnosis Using Fuzzy Logic Chris K. Mechefske Department of Mechanical and Materials Engineering The University of Western Ontario London, Ontario, Canada N6A5B9

More information

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

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

More information

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

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

More information

Cement Rotary Kiln Fault Diagnosis Method Based on Case-Based Reasoning Shihui LIU 1,a,Qingjin MENG 2,b

Cement Rotary Kiln Fault Diagnosis Method Based on Case-Based Reasoning Shihui LIU 1,a,Qingjin MENG 2,b 4th International Conference on Computer, Mechatronics, Control and Electronic Engineering (ICCMCEE 05 Cement Rotary Kiln Fault Diagnosis Method Based on Case-Based Reasoning Shihui LIU,a,Qingjin MENG,b

More information

Hydraulic pump fault diagnosis with compressed signals based on stagewise orthogonal matching pursuit

Hydraulic pump fault diagnosis with compressed signals based on stagewise orthogonal matching pursuit Hydraulic pump fault diagnosis with compressed signals based on stagewise orthogonal matching pursuit Zihan Chen 1, Chen Lu 2, Hang Yuan 3 School of Reliability and Systems Engineering, Beihang University,

More information

INTERACTIVE FRAMEWORK FOR DYNAMIC MODELLING AND ACTIVE VIBRATION CONTROL OF FLEXIBLE STRUCTURES

INTERACTIVE FRAMEWORK FOR DYNAMIC MODELLING AND ACTIVE VIBRATION CONTROL OF FLEXIBLE STRUCTURES Jurnal Mekanikal June 2008, No. 25, 24-38 INTERACTIVE FRAMEWORK FOR DYNAMIC MODELLING AND ACTIVE VIBRATION CONTROL OF FLEXIBLE STRUCTURES Intan Zaurah Mat Darus 1*, Siti Zaiton Mohd. Hashim 2 and M.O.

More information

Invarianceness for Character Recognition Using Geo-Discretization Features

Invarianceness for Character Recognition Using Geo-Discretization Features Computer and Information Science; Vol. 9, No. 2; 2016 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Science and Education Invarianceness for Character Recognition Using Geo-Discretization

More information

Semester Wise Schema BS Computer Science

Semester Wise Schema BS Computer Science Semester I (Credit Hours: 15) 1 CSC-101 Introduction to Information and Communication Technology (ICT) 4(3 + 1) -NONE- 2 CSC-102 Introduction to Programming 4 (3 + 1) -NONE- 3 ENG-101 Functional English

More information

Improving Classification Accuracy for Single-loop Reliability-based Design Optimization

Improving Classification Accuracy for Single-loop Reliability-based Design Optimization , March 15-17, 2017, Hong Kong Improving Classification Accuracy for Single-loop Reliability-based Design Optimization I-Tung Yang, and Willy Husada Abstract Reliability-based design optimization (RBDO)

More information

Fuzzy Signature Neural Networks for Classification: Optimising the Structure

Fuzzy Signature Neural Networks for Classification: Optimising the Structure Fuzzy Signature Neural Networks for Classification: Optimising the Structure Tom Gedeon, Xuanying Zhu, Kun He, and Leana Copeland Research School of Computer Science, College of Engineering and Computer

More information

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

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

More information

A Fusion Toolbox for Sensor Data Fusion in Industrial Recycling

A Fusion Toolbox for Sensor Data Fusion in Industrial Recycling 144 IEEE TRANSACTIONS ON INSTRUMENTATION AND MEASUREMENT, VOL. 51, NO. 1, FEBRUARY 2002 A Fusion Toolbox for Sensor Data Fusion in Industrial Recycling Björn Karlsson, Jan-Ove Järrhed, and Peter Wide,

More information

International Journal of Scientific Research & Engineering Trends Volume 4, Issue 6, Nov-Dec-2018, ISSN (Online): X

International Journal of Scientific Research & Engineering Trends Volume 4, Issue 6, Nov-Dec-2018, ISSN (Online): X Analysis about Classification Techniques on Categorical Data in Data Mining Assistant Professor P. Meena Department of Computer Science Adhiyaman Arts and Science College for Women Uthangarai, Krishnagiri,

More information

sensors An SVM-Based Solution for Fault Detection in Wind Turbines Sensors 2015, 15, ; doi: /s

sensors An SVM-Based Solution for Fault Detection in Wind Turbines Sensors 2015, 15, ; doi: /s Sensors 2015, 15, 5627-5648; doi:10.3390/s150305627 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Article An SVM-Based Solution for Fault Detection in Wind Turbines Pedro Santos 1, Luisa

More information

Multilayer Feed-forward networks

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

More information

Hybrid Feature Selection for Modeling Intrusion Detection Systems

Hybrid Feature Selection for Modeling Intrusion Detection Systems Hybrid Feature Selection for Modeling Intrusion Detection Systems Srilatha Chebrolu, Ajith Abraham and Johnson P Thomas Department of Computer Science, Oklahoma State University, USA ajith.abraham@ieee.org,

More information

arxiv: v5 [cs.cv] 4 Feb 2016

arxiv: v5 [cs.cv] 4 Feb 2016 Bearing fault diagnosis based on spectrum images of vibration signals arxiv:1511.02503v5 [cs.cv] 4 Feb 2016 Wei Li 1, Mingquan Qiu 1, Zhencai Zhu 1, Bo Wu 1, and Gongbo Zhou 1 1 School of Mechatronic Engineering,

More information

manufacturing process.

manufacturing process. Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 203-207 203 Open Access Identifying Method for Key Quality Characteristics in Series-Parallel

More information

SCADA Data Interpretation improves Wind Farm Maintenance

SCADA Data Interpretation improves Wind Farm Maintenance SCADA Data Interpretation improves Wind Farm Maintenance Professor Kesheng Wang Kesheng.wang@ntnu.no Knowledhe Discovery Laboratory Department of Production and Quality Engineering Norwegian University

More information

Simulation of Back Propagation Neural Network for Iris Flower Classification

Simulation of Back Propagation Neural Network for Iris Flower Classification American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-6, Issue-1, pp-200-205 www.ajer.org Research Paper Open Access Simulation of Back Propagation Neural Network

More information

N-G Approach for Solving the Multiresponse Problem in Taguchi Method

N-G Approach for Solving the Multiresponse Problem in Taguchi Method N-G Approach for Solving the Multiresponse Problem in Taguchi Method Abbas Al-Refaie, Ming-Hsien Li, and Chun-Wei Tsao Abstract The Taguchi method aims at reducing response variation from target so as

More information

Artificial Neural Network Model of Traffic Operations at Signalized Junction in Johor Bahru, Malaysia

Artificial Neural Network Model of Traffic Operations at Signalized Junction in Johor Bahru, Malaysia Artificial Neural Network Model of Traffic Operations at Signalized Junction in Johor Bahru, Malaysia ARASH MORADKHANI ROSHANDEH 1, OTHMAN CHE PUAN 1 and MAJID JOSHANI 2 1 Department of Geotechnics and

More information

An improved PID neural network controller for long time delay systems using particle swarm optimization algorithm

An improved PID neural network controller for long time delay systems using particle swarm optimization algorithm An improved PID neural network controller for long time delay systems using particle swarm optimization algorithm A. Lari, A. Khosravi and A. Alfi Faculty of Electrical and Computer Engineering, Noushirvani

More information

Procedia Computer Science

Procedia Computer Science Procedia Computer Science 3 (2011) 584 588 Procedia Computer Science 00 (2010) 000 000 Procedia Computer Science www.elsevier.com/locate/procedia www.elsevier.com/locate/procedia WCIT 2010 Diagnosing internal

More information

COMPUTATIONAL INTELLIGENCE SEW (INTRODUCTION TO MACHINE LEARNING) SS18. Lecture 6: k-nn Cross-validation Regularization

COMPUTATIONAL INTELLIGENCE SEW (INTRODUCTION TO MACHINE LEARNING) SS18. Lecture 6: k-nn Cross-validation Regularization COMPUTATIONAL INTELLIGENCE SEW (INTRODUCTION TO MACHINE LEARNING) SS18 Lecture 6: k-nn Cross-validation Regularization LEARNING METHODS Lazy vs eager learning Eager learning generalizes training data before

More information

Evaluation of Model-Based Condition Monitoring Systems in Industrial Application Cases

Evaluation of Model-Based Condition Monitoring Systems in Industrial Application Cases Evaluation of Model-Based Condition Monitoring Systems in Industrial Application Cases S. Windmann 1, J. Eickmeyer 1, F. Jungbluth 1, J. Badinger 2, and O. Niggemann 1,2 1 Fraunhofer Application Center

More information

TWRBF Transductive RBF Neural Network with Weighted Data Normalization

TWRBF Transductive RBF Neural Network with Weighted Data Normalization TWRBF Transductive RBF eural etwork with Weighted Data ormalization Qun Song and ikola Kasabov Knowledge Engineering & Discovery Research Institute Auckland University of Technology Private Bag 9006, Auckland

More information

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

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

More information

Advances in Military Technology Vol. 11, No. 1, June Influence of State Space Topology on Parameter Identification Based on PSO Method

Advances in Military Technology Vol. 11, No. 1, June Influence of State Space Topology on Parameter Identification Based on PSO Method AiMT Advances in Military Technology Vol. 11, No. 1, June 16 Influence of State Space Topology on Parameter Identification Based on PSO Method M. Dub 1* and A. Štefek 1 Department of Aircraft Electrical

More information

A Comparative Study of SVM Kernel Functions Based on Polynomial Coefficients and V-Transform Coefficients

A Comparative Study of SVM Kernel Functions Based on Polynomial Coefficients and V-Transform Coefficients www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 6 Issue 3 March 2017, Page No. 20765-20769 Index Copernicus value (2015): 58.10 DOI: 18535/ijecs/v6i3.65 A Comparative

More information

Network Adjustment Program using MATLAB

Network Adjustment Program using MATLAB Network Adjustment Program using MATLAB Roya Olyazadeh, Halim Setan and Nima Fouladinejad Department of Geomatic Engineering, Faculty of Geoinformation and Real Estate, Universiti Teknologi Malaysia (UTM),

More information

Development of MATLAB GUI Application for System Identification (SID) of Beam Structure

Development of MATLAB GUI Application for System Identification (SID) of Beam Structure Development of MATLAB GUI Application for System Identification (SID) of Beam Structure Rickey Ting Pek Eek 1, Intan Z. Mat Darus 1 and Shafishuhaza Sahlan 2 1 Department of Applied Mechanics, Fakulti

More information

The Un-normalized Graph p-laplacian based Semi-supervised Learning Method and Speech Recognition Problem

The Un-normalized Graph p-laplacian based Semi-supervised Learning Method and Speech Recognition Problem Int. J. Advance Soft Compu. Appl, Vol. 9, No. 1, March 2017 ISSN 2074-8523 The Un-normalized Graph p-laplacian based Semi-supervised Learning Method and Speech Recognition Problem Loc Tran 1 and Linh Tran

More information

Image Classification Using Wavelet Coefficients in Low-pass Bands

Image Classification Using Wavelet Coefficients in Low-pass Bands Proceedings of International Joint Conference on Neural Networks, Orlando, Florida, USA, August -7, 007 Image Classification Using Wavelet Coefficients in Low-pass Bands Weibao Zou, Member, IEEE, and Yan

More information

Synthesis of Pencil Beam Linear Antenna Arrays using Simple FFT/CF/GA Based Technique

Synthesis of Pencil Beam Linear Antenna Arrays using Simple FFT/CF/GA Based Technique International Journal of Engineering & Technology IJET-IJENS Vol:13 No:05 86 Synthesis of Pencil Beam Linear Antenna Arrays using Simple FFT/CF/GA Based Technique B. Eldosouky 1, A. H. Hussein 1, H. H.

More information

Rough Set Approach to Unsupervised Neural Network based Pattern Classifier

Rough Set Approach to Unsupervised Neural Network based Pattern Classifier Rough Set Approach to Unsupervised Neural based Pattern Classifier Ashwin Kothari, Member IAENG, Avinash Keskar, Shreesha Srinath, and Rakesh Chalsani Abstract Early Convergence, input feature space with

More information

Generalized Finite Sequence of Fuzzy Topographic Topological Mapping

Generalized Finite Sequence of Fuzzy Topographic Topological Mapping Journal of Mathematics and Statistics 6 (2): 151-156, 2010 ISSN 1549-3644 2010 Science Publications Generalized Finite Sequence of Fuzzy Topographic Topological Mapping 1,2 Tahir Ahmad, 2 Siti Suhana Jamian

More information

Content Based Image Retrieval system with a combination of Rough Set and Support Vector Machine

Content Based Image Retrieval system with a combination of Rough Set and Support Vector Machine Shahabi Lotfabadi, M., Shiratuddin, M.F. and Wong, K.W. (2013) Content Based Image Retrieval system with a combination of rough set and support vector machine. In: 9th Annual International Joint Conferences

More information

Liquefaction Analysis in 3D based on Neural Network Algorithm

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

More information

Radial Basis Function (RBF) Neural Networks Based on the Triple Modular Redundancy Technology (TMR)

Radial Basis Function (RBF) Neural Networks Based on the Triple Modular Redundancy Technology (TMR) Radial Basis Function (RBF) Neural Networks Based on the Triple Modular Redundancy Technology (TMR) Yaobin Qin qinxx143@umn.edu Supervisor: Pro.lilja Department of Electrical and Computer Engineering Abstract

More information

Computation of Fuzzy Analytic Hierarchy Process (FAHP) using MATLAB Programming in Sustainable Supply Chain

Computation of Fuzzy Analytic Hierarchy Process (FAHP) using MATLAB Programming in Sustainable Supply Chain Computation of Fuzzy Analytic Hierarchy Process (FAHP) using MATLAB Programming in Sustainable Supply Chain 1a Ahamad Zaki Mohamed Noor, 1b Muhammad Hafidz Fazli Md Fauadi, 1c Nur Zul Hafiq Zulkifli, 1d

More information

FAULT DETECTION AND ISOLATION USING SPECTRAL ANALYSIS. Eugen Iancu

FAULT DETECTION AND ISOLATION USING SPECTRAL ANALYSIS. Eugen Iancu FAULT DETECTION AND ISOLATION USING SPECTRAL ANALYSIS Eugen Iancu Automation and Mechatronics Department University of Craiova Eugen.Iancu@automation.ucv.ro Abstract: In this work, spectral signal analyses

More information

Scientific Journal of Silesian University of Technology. Series Transport Zeszyty Naukowe Politechniki Śląskiej. Seria Transport

Scientific Journal of Silesian University of Technology. Series Transport Zeszyty Naukowe Politechniki Śląskiej. Seria Transport Scientific Journal of Silesian University of Technology. Series Transport Zeszyty Naukowe Politechniki Śląskiej. Seria Transport Volume 96 07 p-issn: 009-334 e-issn: 450-549 DOI: https://doi.org/0.0858/sjsutst.07.96.8

More information

CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS

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

More information