A Health Degree Evaluation Algorithm for Equipment Based on Fuzzy Sets and the Improved SVM

Size: px
Start display at page:

Download "A Health Degree Evaluation Algorithm for Equipment Based on Fuzzy Sets and the Improved SVM"

Transcription

1 Journal of Computational Information Systems 10: 17 (2014) Available at A Health Degree Evaluation Algorithm for Equipment Based on Fuzzy Sets and the Improved SVM Tian XIA 1, Xiaohui CAI 2, Yongbo YANG 1, Dabo ZHANG 1, 1 School of Information, Liaoning University, Shenyang , China 2 State Key Laboratory of Rolling and Automation, Northeastern University, Shenyang , China Abstract Classification accuracy is a pivotal problem for SVM. We propose an algorithm of SVM soft-output to improve the Classification accuracy. This algorithm is achieved by removing the limit of sign function of every node in the output layer, which makes samples belong to a category by probability. Furthermore, the fault status evaluation is achieved with a kind of health degree evaluation algorithm based on fuzzy sets and SVM. The contrast experiment results show that the proposed method has higher superiority than other methods, and it can be used for the monitoring and fault diagnose of industrial equipments. Keywords: Health Degree; Fuzzy Sets; SVM; Fault Diagnosis 1 Introduction Rolling bearings consist one of the most widely used industrial machine elements, and it is the interface between the stationary and the rotating part of the machine. Statistically, about 30% of the rotating machinery faults are caused by the damage of the bearings. Hence, as one of the important parts of running machines, both condition monitoring and fault diagnosis are very necessary for rolling bearings. SVM can be used in many fields. It has many advantages over the neural network in convergence speed. X li [2], a scholar of Northeastern University, imported a improved SVM into the fault detection of rolling bearing; Z Shen [2], a scholar of Xi an Jiao tong University, proposed a new model based on EMD and TSVM to solve the problem which is caused by lacking fault samples of the gear reducer during fault diagnosis; M Li [3], a scholar of LanZhou University of Science and Technology, customized a kernel function of SVM for speaker identification task. Meanwhile, a great progress in the research of fault diagnosis and sub-health control has been achieved because of the science and technology development. Brazilian scholar, Laurentys [4], projected an artificial immune system for fault detection based on artificial immune reconstruction Project supported by the National Nature Science Foundation of China (No ). Corresponding author. address: dbzhangneu@gmail.com (Dabo ZHANG) / Copyright 2014 Binary Information Press DOI: /jcis11619 September 1, 2014

2 7630 T. Xia et al. /Journal of Computational Information Systems 10: 17 (2014) model; American scholar, Paoli [5], imported the concept of Safe-control and Active Fault Tolerant Control into fault diagnosis to reconfigure regulatory policies. In this paper, we propose a algorithm of soft-output to enchance the classification accuracy of SVM. Furthermore, the concept of Health Degree (HD) based on fuzzy sets is proposed to calculate the HD of bearings. Ultimately, we combine the HD with the improved SVM for a clear description of bearing fault state, which leads to a better evaluating effect. 2 The Improved SVM Vapnik and the Bell Labs have been devoted to the research on machine learning since 1960s, which lays a foundation of SVM [5]. SVM is a machine learning algorithm based on the structured risk minimization principle. Its good generalization comes from the right scale of the limit sample information between the learning ability and complexity of a model. SVM can be used to solve the nonlinear and high-dimensional practical problems in small-sample pattern recognition, which leads to be a hot spot in the machine learning field. Fig. 1: Topological structure of the improved SVM 2.1 The idea of soft output of SVM In practical applications, SVM has a different performance on classification for different samples because of the ambient noise. For instance, the samples cannot be classified into a certain classification in some certain problems but can only be classified by a probability. Therefore, it is not suitable to adopt y i { 1, 1} as the output value for class information. Nondeterministic classifying ability is necessary for SVM so that the samples can be classified even with uncertainty, which is called the soft-output for SVM in this paper. We try to remove the limit of sign function here, and a continuous function is employed to map the certain output y i to section (, + ) to achieve the soft-output for SVM. SVM with soft-output ability can be applied to transform the low-dimensional input into the high-dimensional by kernel function to match the nonlinear function. The topological structure of the improved SVM is as same as the original. Every intermediate node corresponds to a support

3 T. Xia et al. /Journal of Computational Information Systems 10: 17 (2014) vector, but the output is a linear combination of the intermediate nodes (there is no limitation of sign function, namely y i ranging of the whole real number). As it is shown in Fig The idea of soft output of SVM The soft-output for SVM is both a promotion of diagnosis and an application of function fitting. Firstly, the linear function f(x) = ω x+b is used to fit data (x i, y i ), i = 1, 2, n, x i R n, y i R. Suppose that all samples can fit the accuracy of ε due to the linear function, namely { yi ω x i b ε, i = 1, 2, n (1) ω x i + b y i ε The method of controlling the complexity of function set is as same as maximizing withinclass scatter which is to minimize 1 2 ω 2, namely, making the regression function smoothest. Considering the error of fitting, relaxation factors ξ i 0 and ξi 0 are imported. And the formula (1) turns to be { yi ω x i b ε + ξ i ω x i + b y i ε + ξi, i = 1, 2, n (2) The optimized target changes into minimizing 1 2 ω 2 +C n (ξ i+ξ i ) = 0. The penalty degree of the samples whose error beyond ε is controlled by a constant C > 0. The optimized target transforms into a simple dual quadratic programming problem by the same method: max( ε (αi + α i ) + y i (αi α i ) 1 2 (αi α i )(αj α j )(x i x j )) (3) j=1 (α i αi ) = 0 s.t., i = 1, 2, n (4) 0 α i C The optimal classification function based on above becomes: f(x) = (ω x) + b = (αi α i )(x i x) + b (5) For most samples, its corresponding α i and αi equal 0, which is as same as the binary-class SVM. A small piece of α i and αi that does not equal 0 is associated with the samples with a sharp change. The kernel function K(x i, x) can be imported to replace the formula (5) to achieve nonlinear function approximation. When selecting the kernel function, SVM usually selects RBF kernel function. Penalty parameter C and kernel function parameter σ may have a great influence on SVM. Therefore, in order to get an SVM with good generalization, a suitable kernel function parameter σ must be selected to map the data to a suitable feature space. And a suitable penalty parameter C is needed to make sure of the best scale between the confident range and empirical risk of SVM.

4 7632 T. Xia et al. /Journal of Computational Information Systems 10: 17 (2014) The Combination of the Fuzzy Set and the Fault State 3.1 The HD evaluation of the fault state Given the fact that the working pattern of the mechanical system turns from health to fault, the proposition of HD is benefit for design and decision [6]. Three levels, fault, sub-health and health, are defined to evaluate the fault state of rolling bearing in this paper. As is shown in Table 1. Table 1: Fault status level No. The Range of HD Health Level Description of Fault State 1 0 HD 0.2 fault fault state HD 0.8 sub-heath running with damage HD 1 health health state 3.2 The combination of the fuzzy sets and the improved SVM 1. Define the fuzzy sets based on the improved SVM The idea of probability and statistic is used in fuzzy statistical algorithm for reference. The subjection degree can be determined by it in some cases. Considering that the characteristic of SVM matching the membership function and calculating the subjection degree, a fuzzy set is established in this paper: Ã = health (6) The domain of discourse X is the HD set, and suppose that X = [0, 1]. According to the fact that an SVM only has an output point, the paper makes a bold promotion for the subjection degree, and the membership function Ã(x) ranges from (, + ). 2. Calculating the HD by the subjection degree In order to calculate the HD, it must achieve the mapping from the subjection degree (, + ) to the HD [0, 1]. The sigmoid function is selected as promoting function here. For SVM, the subjection degree can be transformed into the HD as follows: HD = f(α) = e να (7) α is the generalized subjection degree calculated by the improved SVM for the health set; ν is a positive coefficient to be determined.

5 T. Xia et al. /Journal of Computational Information Systems 10: 17 (2014) Experiment and Performance Evaluation 4.1 Data preprocessing The experimental data of rolling bearings used for the experimental analysis in the following is from Case Western Reserve University Electrical Engineering Laboratory [7]. When the motor load is 0HP or 3HP, the Accelerometer Data (AD) of the driven in the normal status and fault status is selected. In this paper, when the motor load is 0HP, HD of the normal status is defined as 1; Similarly, when the motor load is 3HP (High load status can be considered as a sub-health status), HD of the normal status equals 0.75; Meanwhile, when the motor load is 0HP, HD of the fault status can be designated as 0. And the time-domain signals has been acquired [8]. 4.2 The HD calculation of the improved SVM When calculating the member ship degree of the health set by the improved SVM, the data of 90 states is selected. The member ship degree of the health set is obtained by 48 groups of the test data. And HD can be calculated by the member ship degree through formula (11) (Here). The member ship degree, HD and the faulty state of 18 groups softest data are listed below. As is shown in Table 2. Table 2: Fault State Evaluation of Rolling Bearing Data Sources Membership Degree for Health Set HD Fault state AD in normal status when load is 0 HP AD in normal status when load is 3 HP AD of the outer race in fault status when load is 0 HP AD of the inner race in fault status when load is 0 HP AD of the ball in fault status when load is 0 HP health health health health health health sub-health sub-health sub-health sub-health sub-health sub-health fault fault fault fault fault fault

6 7634 T. Xia et al. /Journal of Computational Information Systems 10: 17 (2014) As is apparently shown in Table 1 above, when load is 0HP, HD of rolling bearing in normal status floats between 0.93 and 0.94 and HD of the outer race in fault status, the inner race in fault status and the ball in fault status is below 0.04, which means the evaluation matches the expected result; Meanwhile, when load is 3HP, HD of rolling bearing in normal status floats between 0.76 and 0.79, and the evaluation matches sub-health. 4.3 Experimental result A contrast experiment is made to validate the method in this paper. The method was compared with the fault detection algorithm of an improved BP neural net work proposed in the literature [9], and the result is shown in Fig. 2. Fig. 2: HD of 18 groups of test sample It can be seen in Fig. 2 that HD calculated by the improved SVM is closer to the expected value. When combined with fuzzy sets, SVM can only promote the membership degree in a relatively reasonable condition. Compared with BP neural network, SVM is not so perfect. However, when dealing with the test data (the number of test sample is 90 and the test sample is 48), the accuracy of SVM is much higher than BP neural network. From this point, SVM has a large advantage over the process of the small sample. As is shown in Table 2 and Fig. 2, the assumption of our study is corresponding to the practical situation and the evaluation of running states of rolling bearings is reasonable. HD provides a strong basis for the maintenance and service of rolling bearings. The evaluation and decisionmaking of the state of rolling bearings can be decided according to the algorithm which includes control, adjustment, maintenance and monitoring.

7 T. Xia et al. /Journal of Computational Information Systems 10: 17 (2014) Conclusion Based on the data driven, we propose an algorithm of an improved SVM over machine learning. After consulting the relevant information, the concept of sub-health is imported to describe the process that the mechanical equipment turns from health to fault. And the improved SVM fault evaluation algorithm is combined with the fuzzy sets and it is applied to the rolling bearing experimental data of Case Western Reserve University. The result of lots of contrast experiments shows that the improved SVM has good performance on a rolling bearing health evaluation. And it can be used to describe the level of rolling bearings fault status definitely. References [1] X. Li and A. N. Zheng, Rolling element bearing fault detection using support vector machine with improved ant colony optimization [J], Measurement, 2013, 46 (5): [2] Z. Shen, X. Chen and X. Zhang, A novel intelligent gear fault diagnosis model based on EMD and multi-class TSVM [J], Measurement, 2012, 45 (1): [3] M. Li, Y. F Zhang, J. Q Li, Y. Zhang, An Improved SVM Approach for Speaker Identification [J], Journal of Computational Information Systems, 2008Vol. 4 (1): [4] Laurentys, Palhares and Caminhas, Design of an artificial immune system based on Danger Model for fault detection [J], Expert Systems with Applications, 2010, 37 (7): [5] Paoli, Sartini and Lafortune, Active fault tolerant control of discrete event systems using on line diagnostics [J], Automatica, 2011, 47 (4): [6] Anand, Panigrahi and Mathur, Stream flow fore casting by SVM with quantum behaved particle Swarm optimization [J], Neurocomputing, 2013, 101: [7] P. Zhang, B. Zhang and D. S. He, Wearability reliability vector analysis of mechanical element swith intermediate state [J], Mechanical Research & Application, 2010, 6: [8] Case Western Reserve University, Bearing Data Center Seeded Fault Test Data, ase.edu/bearingdatacenter/pages/download-data-file. [9] Y. B. Yang, L. Y. Zhang, L. Zhang, X. H. Cai and S. L. Zhang, The Health Degree Evaluation of Rolling Element Bearing Using an Improved BP Neural Network [J], Journal of Information & Computational Science, 2010, 6: [10] L. Zhang and L. Y. Zhang, Prediction of Rolling Load in Hot Strip Mill by Innovations Feedback Neural Networks [J], Journal of iron and steel research, international, 2007, 14 (2):

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network Qian Wu, Yahui Wang, Long Zhang and Li Shen Abstract Building electrical system fault diagnosis is the

More information

Supply Chain Forecasting Model Using Computational Intelligence Techniques

Supply Chain Forecasting Model Using Computational Intelligence Techniques CMU.J.Nat.Sci Special Issue on Manufacturing Technology (2011) Vol.10(1) 19 Supply Chain Forecasting Model Using Computational Intelligence Techniques Wimalin S. Laosiritaworn Department of Industrial

More information

Using artificial intelligence for data reduction in mechanical engineering

Using artificial intelligence for data reduction in mechanical engineering Using artificial intelligence for data reduction in mechanical engineering L. Mdlazi 1, C.J. Stander 1, P.S. Heyns 1, T. Marwala 2 1 Dynamic Systems Group Department of Mechanical and Aeronautical Engineering,

More information

A Simple Introduction to Support Vector Machines

A Simple Introduction to Support Vector Machines A Simple Introduction to Support Vector Machines Martin Law Lecture for CSE 802 Department of Computer Science and Engineering Michigan State University Outline A brief history of SVM Large-margin linear

More information

Machine Learning in FX Carry Basket Prediction

Machine Learning in FX Carry Basket Prediction Machine Learning in FX Carry Basket Prediction Tristan Fletcher, Fabian Redpath and Joe D Alessandro Abstract Artificial Neural Networks ANN), Support Vector Machines SVM) and Relevance Vector Machines

More information

Introduction to Support Vector Machines. Colin Campbell, Bristol University

Introduction to Support Vector Machines. Colin Campbell, Bristol University Introduction to Support Vector Machines Colin Campbell, Bristol University 1 Outline of talk. Part 1. An Introduction to SVMs 1.1. SVMs for binary classification. 1.2. Soft margins and multi-class classification.

More information

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING EFFICIENT DATA PRE-PROCESSING FOR DATA MINING USING NEURAL NETWORKS JothiKumar.R 1, Sivabalan.R.V 2 1 Research scholar, Noorul Islam University, Nagercoil, India Assistant Professor, Adhiparasakthi College

More information

The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network

The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network , pp.67-76 http://dx.doi.org/10.14257/ijdta.2016.9.1.06 The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network Lihua Yang and Baolin Li* School of Economics and

More information

Network Traffic Prediction Based on the Wavelet Analysis and Hopfield Neural Network

Network Traffic Prediction Based on the Wavelet Analysis and Hopfield Neural Network Netork Traffic Prediction Based on the Wavelet Analysis and Hopfield Neural Netork Sun Guang Abstract Build a mathematical model is the key problem of netork traffic prediction. Traditional single netork

More information

Open Access Research on Application of Neural Network in Computer Network Security Evaluation. Shujuan Jin *

Open Access Research on Application of Neural Network in Computer Network Security Evaluation. Shujuan Jin * Send Orders for Reprints to reprints@benthamscience.ae 766 The Open Electrical & Electronic Engineering Journal, 2014, 8, 766-771 Open Access Research on Application of Neural Network in Computer Network

More information

A Novel Feature Selection Method Based on an Integrated Data Envelopment Analysis and Entropy Mode

A Novel Feature Selection Method Based on an Integrated Data Envelopment Analysis and Entropy Mode A Novel Feature Selection Method Based on an Integrated Data Envelopment Analysis and Entropy Mode Seyed Mojtaba Hosseini Bamakan, Peyman Gholami RESEARCH CENTRE OF FICTITIOUS ECONOMY & DATA SCIENCE UNIVERSITY

More information

SVM Ensemble Model for Investment Prediction

SVM Ensemble Model for Investment Prediction 19 SVM Ensemble Model for Investment Prediction Chandra J, Assistant Professor, Department of Computer Science, Christ University, Bangalore Siji T. Mathew, Research Scholar, Christ University, Dept of

More information

Modeling and Prediction of Network Traffic Based on Hybrid Covariance Function Gaussian Regressive

Modeling and Prediction of Network Traffic Based on Hybrid Covariance Function Gaussian Regressive Journal of Information & Computational Science 12:9 (215) 3637 3646 June 1, 215 Available at http://www.joics.com Modeling and Prediction of Network Traffic Based on Hybrid Covariance Function Gaussian

More information

A fast multi-class SVM learning method for huge databases

A fast multi-class SVM learning method for huge databases www.ijcsi.org 544 A fast multi-class SVM learning method for huge databases Djeffal Abdelhamid 1, Babahenini Mohamed Chaouki 2 and Taleb-Ahmed Abdelmalik 3 1,2 Computer science department, LESIA Laboratory,

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 3, May-June 2015

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 3, May-June 2015 RESEARCH ARTICLE OPEN ACCESS Data Mining Technology for Efficient Network Security Management Ankit Naik [1], S.W. Ahmad [2] Student [1], Assistant Professor [2] Department of Computer Science and Engineering

More information

A Study on the Comparison of Electricity Forecasting Models: Korea and China

A Study on the Comparison of Electricity Forecasting Models: Korea and China Communications for Statistical Applications and Methods 2015, Vol. 22, No. 6, 675 683 DOI: http://dx.doi.org/10.5351/csam.2015.22.6.675 Print ISSN 2287-7843 / Online ISSN 2383-4757 A Study on the Comparison

More information

Support Vector Machines Explained

Support Vector Machines Explained March 1, 2009 Support Vector Machines Explained Tristan Fletcher www.cs.ucl.ac.uk/staff/t.fletcher/ Introduction This document has been written in an attempt to make the Support Vector Machines (SVM),

More information

A Framework for Intelligent Online Customer Service System

A Framework for Intelligent Online Customer Service System A Framework for Intelligent Online Customer Service System Yiping WANG Yongjin ZHANG School of Business Administration, Xi an University of Technology Abstract: In a traditional customer service support

More information

AUTOMATION OF ENERGY DEMAND FORECASTING. Sanzad Siddique, B.S.

AUTOMATION OF ENERGY DEMAND FORECASTING. Sanzad Siddique, B.S. AUTOMATION OF ENERGY DEMAND FORECASTING by Sanzad Siddique, B.S. A Thesis submitted to the Faculty of the Graduate School, Marquette University, in Partial Fulfillment of the Requirements for the Degree

More information

Comparison of K-means and Backpropagation Data Mining Algorithms

Comparison of K-means and Backpropagation Data Mining Algorithms Comparison of K-means and Backpropagation Data Mining Algorithms Nitu Mathuriya, Dr. Ashish Bansal Abstract Data mining has got more and more mature as a field of basic research in computer science and

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

Application of Support Vector Machines to Fault Diagnosis and Automated Repair

Application of Support Vector Machines to Fault Diagnosis and Automated Repair Application of Support Vector Machines to Fault Diagnosis and Automated Repair C. Saunders and A. Gammerman Royal Holloway, University of London, Egham, Surrey, England {C.Saunders,A.Gammerman}@dcs.rhbnc.ac.uk

More information

Artificial Neural Networks and Support Vector Machines. CS 486/686: Introduction to Artificial Intelligence

Artificial Neural Networks and Support Vector Machines. CS 486/686: Introduction to Artificial Intelligence Artificial Neural Networks and Support Vector Machines CS 486/686: Introduction to Artificial Intelligence 1 Outline What is a Neural Network? - Perceptron learners - Multi-layer networks What is a Support

More information

THE SVM APPROACH FOR BOX JENKINS MODELS

THE SVM APPROACH FOR BOX JENKINS MODELS REVSTAT Statistical Journal Volume 7, Number 1, April 2009, 23 36 THE SVM APPROACH FOR BOX JENKINS MODELS Authors: Saeid Amiri Dep. of Energy and Technology, Swedish Univ. of Agriculture Sciences, P.O.Box

More information

SVM Based License Plate Recognition System

SVM Based License Plate Recognition System SVM Based License Plate Recognition System Kumar Parasuraman, Member IEEE and Subin P.S Abstract In this paper, we review the use of support vector machine concept in license plate recognition. Support

More information

Performance Evaluation On Human Resource Management Of China S Commercial Banks Based On Improved Bp Neural Networks

Performance Evaluation On Human Resource Management Of China S Commercial Banks Based On Improved Bp Neural Networks Performance Evaluation On Human Resource Management Of China S *1 Honglei Zhang, 2 Wenshan Yuan, 1 Hua Jiang 1 School of Economics and Management, Hebei University of Engineering, Handan 056038, P. R.

More information

U.P.B. Sci. Bull., Series C, Vol. 77, Iss. 1, 2015 ISSN 2286 3540

U.P.B. Sci. Bull., Series C, Vol. 77, Iss. 1, 2015 ISSN 2286 3540 U.P.B. Sci. Bull., Series C, Vol. 77, Iss. 1, 2015 ISSN 2286 3540 ENTERPRISE FINANCIAL DISTRESS PREDICTION BASED ON BACKWARD PROPAGATION NEURAL NETWORK: AN EMPIRICAL STUDY ON THE CHINESE LISTED EQUIPMENT

More information

Scalable Developments for Big Data Analytics in Remote Sensing

Scalable Developments for Big Data Analytics in Remote Sensing Scalable Developments for Big Data Analytics in Remote Sensing Federated Systems and Data Division Research Group High Productivity Data Processing Dr.-Ing. Morris Riedel et al. Research Group Leader,

More information

A Prediction Model for Taiwan Tourism Industry Stock Index

A Prediction Model for Taiwan Tourism Industry Stock Index A Prediction Model for Taiwan Tourism Industry Stock Index ABSTRACT Han-Chen Huang and Fang-Wei Chang Yu Da University of Science and Technology, Taiwan Investors and scholars pay continuous attention

More information

Predict Influencers in the Social Network

Predict Influencers in the Social Network Predict Influencers in the Social Network Ruishan Liu, Yang Zhao and Liuyu Zhou Email: rliu2, yzhao2, lyzhou@stanford.edu Department of Electrical Engineering, Stanford University Abstract Given two persons

More information

Keywords data mining, prediction techniques, decision making.

Keywords data mining, prediction techniques, decision making. Volume 5, Issue 4, April 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Analysis of Datamining

More information

Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep

Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep Engineering, 23, 5, 88-92 doi:.4236/eng.23.55b8 Published Online May 23 (http://www.scirp.org/journal/eng) Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep JeeEun

More information

Research Article Prediction of Banking Systemic Risk Based on Support Vector Machine

Research Article Prediction of Banking Systemic Risk Based on Support Vector Machine Mathematical Problems in Engineering Volume 203, Article ID 36030, 5 pages http://dx.doi.org/0.55/203/36030 Research Article Prediction of Banking Systemic Risk Based on Support Vector Machine Shouwei

More information

Support Vector Machines with Clustering for Training with Very Large Datasets

Support Vector Machines with Clustering for Training with Very Large Datasets Support Vector Machines with Clustering for Training with Very Large Datasets Theodoros Evgeniou Technology Management INSEAD Bd de Constance, Fontainebleau 77300, France theodoros.evgeniou@insead.fr Massimiliano

More information

Artificial Neural Network, Decision Tree and Statistical Techniques Applied for Designing and Developing E-mail Classifier

Artificial Neural Network, Decision Tree and Statistical Techniques Applied for Designing and Developing E-mail Classifier International Journal of Recent Technology and Engineering (IJRTE) ISSN: 2277-3878, Volume-1, Issue-6, January 2013 Artificial Neural Network, Decision Tree and Statistical Techniques Applied for Designing

More information

A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE

A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE Kasra Madadipouya 1 1 Department of Computing and Science, Asia Pacific University of Technology & Innovation ABSTRACT Today, enormous amount of data

More information

Internet Traffic Prediction by W-Boost: Classification and Regression

Internet Traffic Prediction by W-Boost: Classification and Regression Internet Traffic Prediction by W-Boost: Classification and Regression Hanghang Tong 1, Chongrong Li 2, Jingrui He 1, and Yang Chen 1 1 Department of Automation, Tsinghua University, Beijing 100084, China

More information

Comparing the Results of Support Vector Machines with Traditional Data Mining Algorithms

Comparing the Results of Support Vector Machines with Traditional Data Mining Algorithms Comparing the Results of Support Vector Machines with Traditional Data Mining Algorithms Scott Pion and Lutz Hamel Abstract This paper presents the results of a series of analyses performed on direct mail

More information

Predicting the Risk of Heart Attacks using Neural Network and Decision Tree

Predicting the Risk of Heart Attacks using Neural Network and Decision Tree Predicting the Risk of Heart Attacks using Neural Network and Decision Tree S.Florence 1, N.G.Bhuvaneswari Amma 2, G.Annapoorani 3, K.Malathi 4 PG Scholar, Indian Institute of Information Technology, Srirangam,

More information

How To Use Neural Networks In Data Mining

How To Use Neural Networks In Data Mining International Journal of Electronics and Computer Science Engineering 1449 Available Online at www.ijecse.org ISSN- 2277-1956 Neural Networks in Data Mining Priyanka Gaur Department of Information and

More information

Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network

Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Dušan Marček 1 Abstract Most models for the time series of stock prices have centered on autoregressive (AR)

More information

Automated Stellar Classification for Large Surveys with EKF and RBF Neural Networks

Automated Stellar Classification for Large Surveys with EKF and RBF Neural Networks Chin. J. Astron. Astrophys. Vol. 5 (2005), No. 2, 203 210 (http:/www.chjaa.org) Chinese Journal of Astronomy and Astrophysics Automated Stellar Classification for Large Surveys with EKF and RBF Neural

More information

International Journal of Computer Trends and Technology (IJCTT) volume 4 Issue 8 August 2013

International Journal of Computer Trends and Technology (IJCTT) volume 4 Issue 8 August 2013 A Short-Term Traffic Prediction On A Distributed Network Using Multiple Regression Equation Ms.Sharmi.S 1 Research Scholar, MS University,Thirunelvelli Dr.M.Punithavalli Director, SREC,Coimbatore. Abstract:

More information

HYBRID PROBABILITY BASED ENSEMBLES FOR BANKRUPTCY PREDICTION

HYBRID PROBABILITY BASED ENSEMBLES FOR BANKRUPTCY PREDICTION HYBRID PROBABILITY BASED ENSEMBLES FOR BANKRUPTCY PREDICTION Chihli Hung 1, Jing Hong Chen 2, Stefan Wermter 3, 1,2 Department of Management Information Systems, Chung Yuan Christian University, Taiwan

More information

Data quality in Accounting Information Systems

Data quality in Accounting Information Systems Data quality in Accounting Information Systems Comparing Several Data Mining Techniques Erjon Zoto Department of Statistics and Applied Informatics Faculty of Economy, University of Tirana Tirana, Albania

More information

Forecasting Trade Direction and Size of Future Contracts Using Deep Belief Network

Forecasting Trade Direction and Size of Future Contracts Using Deep Belief Network Forecasting Trade Direction and Size of Future Contracts Using Deep Belief Network Anthony Lai (aslai), MK Li (lilemon), Foon Wang Pong (ppong) Abstract Algorithmic trading, high frequency trading (HFT)

More information

An Agent-Based Concept for Problem Management Systems to Enhance Reliability

An Agent-Based Concept for Problem Management Systems to Enhance Reliability An Agent-Based Concept for Problem Management Systems to Enhance Reliability H. Wang, N. Jazdi, P. Goehner A defective component in an industrial automation system affects only a limited number of sub

More information

Question 2 Naïve Bayes (16 points)

Question 2 Naïve Bayes (16 points) Question 2 Naïve Bayes (16 points) About 2/3 of your email is spam so you downloaded an open source spam filter based on word occurrences that uses the Naive Bayes classifier. Assume you collected the

More information

Support Vector Machine (SVM)

Support Vector Machine (SVM) Support Vector Machine (SVM) CE-725: Statistical Pattern Recognition Sharif University of Technology Spring 2013 Soleymani Outline Margin concept Hard-Margin SVM Soft-Margin SVM Dual Problems of Hard-Margin

More information

Application of Event Based Decision Tree and Ensemble of Data Driven Methods for Maintenance Action Recommendation

Application of Event Based Decision Tree and Ensemble of Data Driven Methods for Maintenance Action Recommendation Application of Event Based Decision Tree and Ensemble of Data Driven Methods for Maintenance Action Recommendation James K. Kimotho, Christoph Sondermann-Woelke, Tobias Meyer, and Walter Sextro Department

More information

A Content based Spam Filtering Using Optical Back Propagation Technique

A Content based Spam Filtering Using Optical Back Propagation Technique A Content based Spam Filtering Using Optical Back Propagation Technique Sarab M. Hameed 1, Noor Alhuda J. Mohammed 2 Department of Computer Science, College of Science, University of Baghdad - Iraq ABSTRACT

More information

The Role of Size Normalization on the Recognition Rate of Handwritten Numerals

The Role of Size Normalization on the Recognition Rate of Handwritten Numerals The Role of Size Normalization on the Recognition Rate of Handwritten Numerals Chun Lei He, Ping Zhang, Jianxiong Dong, Ching Y. Suen, Tien D. Bui Centre for Pattern Recognition and Machine Intelligence,

More information

Predictive Dynamix Inc

Predictive Dynamix Inc Predictive Modeling Technology Predictive modeling is concerned with analyzing patterns and trends in historical and operational data in order to transform data into actionable decisions. This is accomplished

More information

Demand Forecasting Optimization in Supply Chain

Demand Forecasting Optimization in Supply Chain 2011 International Conference on Information Management and Engineering (ICIME 2011) IPCSIT vol. 52 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V52.12 Demand Forecasting Optimization

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014 RESEARCH ARTICLE OPEN ACCESS A Survey of Data Mining: Concepts with Applications and its Future Scope Dr. Zubair Khan 1, Ashish Kumar 2, Sunny Kumar 3 M.Tech Research Scholar 2. Department of Computer

More information

Lecture 8 February 4

Lecture 8 February 4 ICS273A: Machine Learning Winter 2008 Lecture 8 February 4 Scribe: Carlos Agell (Student) Lecturer: Deva Ramanan 8.1 Neural Nets 8.1.1 Logistic Regression Recall the logistic function: g(x) = 1 1 + e θt

More information

Classification Problems

Classification Problems Classification Read Chapter 4 in the text by Bishop, except omit Sections 4.1.6, 4.1.7, 4.2.4, 4.3.3, 4.3.5, 4.3.6, 4.4, and 4.5. Also, review sections 1.5.1, 1.5.2, 1.5.3, and 1.5.4. Classification Problems

More information

Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm

Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm , pp. 99-108 http://dx.doi.org/10.1457/ijfgcn.015.8.1.11 Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm Wang DaWei and Wang Changliang Zhejiang Industry Polytechnic College

More information

CS 2750 Machine Learning. Lecture 1. Machine Learning. http://www.cs.pitt.edu/~milos/courses/cs2750/ CS 2750 Machine Learning.

CS 2750 Machine Learning. Lecture 1. Machine Learning. http://www.cs.pitt.edu/~milos/courses/cs2750/ CS 2750 Machine Learning. Lecture Machine Learning Milos Hauskrecht milos@cs.pitt.edu 539 Sennott Square, x5 http://www.cs.pitt.edu/~milos/courses/cs75/ Administration Instructor: Milos Hauskrecht milos@cs.pitt.edu 539 Sennott

More information

Customer Relationship Management using Adaptive Resonance Theory

Customer Relationship Management using Adaptive Resonance Theory Customer Relationship Management using Adaptive Resonance Theory Manjari Anand M.Tech.Scholar Zubair Khan Associate Professor Ravi S. Shukla Associate Professor ABSTRACT CRM is a kind of implemented model

More information

Performance Based Evaluation of New Software Testing Using Artificial Neural Network

Performance Based Evaluation of New Software Testing Using Artificial Neural Network Performance Based Evaluation of New Software Testing Using Artificial Neural Network Jogi John 1, Mangesh Wanjari 2 1 Priyadarshini College of Engineering, Nagpur, Maharashtra, India 2 Shri Ramdeobaba

More information

Prediction of Stock Performance Using Analytical Techniques

Prediction of Stock Performance Using Analytical Techniques 136 JOURNAL OF EMERGING TECHNOLOGIES IN WEB INTELLIGENCE, VOL. 5, NO. 2, MAY 2013 Prediction of Stock Performance Using Analytical Techniques Carol Hargreaves Institute of Systems Science National University

More information

SURVIVABILITY OF COMPLEX SYSTEM SUPPORT VECTOR MACHINE BASED APPROACH

SURVIVABILITY OF COMPLEX SYSTEM SUPPORT VECTOR MACHINE BASED APPROACH 1 SURVIVABILITY OF COMPLEX SYSTEM SUPPORT VECTOR MACHINE BASED APPROACH Y, HONG, N. GAUTAM, S. R. T. KUMARA, A. SURANA, H. GUPTA, S. LEE, V. NARAYANAN, H. THADAKAMALLA The Dept. of Industrial Engineering,

More information

Semi-Supervised Learning for Blog Classification

Semi-Supervised Learning for Blog Classification Proceedings of the Twenty-Third AAAI Conference on Artificial Intelligence (2008) Semi-Supervised Learning for Blog Classification Daisuke Ikeda Department of Computational Intelligence and Systems Science,

More information

Hybrid Algorithm using the advantage of ACO and Cuckoo Search for Job Scheduling

Hybrid Algorithm using the advantage of ACO and Cuckoo Search for Job Scheduling Hybrid Algorithm using the advantage of ACO and Cuckoo Search for Job Scheduling R.G. Babukartik 1, P. Dhavachelvan 1 1 Department of Computer Science, Pondicherry University, Pondicherry, India {r.g.babukarthik,

More information

Machine learning algorithms for predicting roadside fine particulate matter concentration level in Hong Kong Central

Machine learning algorithms for predicting roadside fine particulate matter concentration level in Hong Kong Central Article Machine learning algorithms for predicting roadside fine particulate matter concentration level in Hong Kong Central Yin Zhao, Yahya Abu Hasan School of Mathematical Sciences, Universiti Sains

More information

Employer Health Insurance Premium Prediction Elliott Lui

Employer Health Insurance Premium Prediction Elliott Lui Employer Health Insurance Premium Prediction Elliott Lui 1 Introduction The US spends 15.2% of its GDP on health care, more than any other country, and the cost of health insurance is rising faster than

More information

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS B.K. Mohan and S. N. Ladha Centre for Studies in Resources Engineering IIT

More information

Bank Customers (Credit) Rating System Based On Expert System and ANN

Bank Customers (Credit) Rating System Based On Expert System and ANN Bank Customers (Credit) Rating System Based On Expert System and ANN Project Review Yingzhen Li Abstract The precise rating of customers has a decisive impact on loan business. We constructed the BP network,

More information

A Linear Programming Approach to Novelty Detection

A Linear Programming Approach to Novelty Detection A Linear Programming Approach to Novelty Detection Colin Campbell Dept. of Engineering Mathematics, Bristol University, Bristol Bristol, BS8 1 TR, United Kingdon C. Campbell@bris.ac.uk Kristin P. Bennett

More information

Manjeet Kaur Bhullar, Kiranbir Kaur Department of CSE, GNDU, Amritsar, Punjab, India

Manjeet Kaur Bhullar, Kiranbir Kaur Department of CSE, GNDU, Amritsar, Punjab, India Volume 5, Issue 6, June 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Multiple Pheromone

More information

Random forest algorithm in big data environment

Random forest algorithm in big data environment Random forest algorithm in big data environment Yingchun Liu * School of Economics and Management, Beihang University, Beijing 100191, China Received 1 September 2014, www.cmnt.lv Abstract Random forest

More information

Knowledge Based Descriptive Neural Networks

Knowledge Based Descriptive Neural Networks Knowledge Based Descriptive Neural Networks J. T. Yao Department of Computer Science, University or Regina Regina, Saskachewan, CANADA S4S 0A2 Email: jtyao@cs.uregina.ca Abstract This paper presents a

More information

Class-specific Sparse Coding for Learning of Object Representations

Class-specific Sparse Coding for Learning of Object Representations Class-specific Sparse Coding for Learning of Object Representations Stephan Hasler, Heiko Wersing, and Edgar Körner Honda Research Institute Europe GmbH Carl-Legien-Str. 30, 63073 Offenbach am Main, Germany

More information

PeakVue Analysis for Antifriction Bearing Fault Detection

PeakVue Analysis for Antifriction Bearing Fault Detection August 2011 PeakVue Analysis for Antifriction Bearing Fault Detection Peak values (PeakVue) are observed over sequential discrete time intervals, captured, and analyzed. The analyses are the (a) peak values

More information

Hong Kong Stock Index Forecasting

Hong Kong Stock Index Forecasting Hong Kong Stock Index Forecasting Tong Fu Shuo Chen Chuanqi Wei tfu1@stanford.edu cslcb@stanford.edu chuanqi@stanford.edu Abstract Prediction of the movement of stock market is a long-time attractive topic

More information

Learning to Process Natural Language in Big Data Environment

Learning to Process Natural Language in Big Data Environment CCF ADL 2015 Nanchang Oct 11, 2015 Learning to Process Natural Language in Big Data Environment Hang Li Noah s Ark Lab Huawei Technologies Part 1: Deep Learning - Present and Future Talk Outline Overview

More information

Editorial Mathematical Modeling Research in Fashion and Textiles Supply Chains and Operational Control Systems

Editorial Mathematical Modeling Research in Fashion and Textiles Supply Chains and Operational Control Systems Mathematical Problems in Engineering Volume 2013, Article ID 470567, 4 pages http://dx.doi.org/10.1155/2013/470567 Editorial Mathematical Modeling Research in Fashion and Textiles Supply Chains and Operational

More information

Research Article Improved Quantum Particle Swarm Optimization for Mangroves Classification

Research Article Improved Quantum Particle Swarm Optimization for Mangroves Classification Sensors Volume 2016, Article ID 9264690, 8 pages http://dx.doi.org/10.1155/2016/9264690 Research Article Improved Quantum Particle Swarm Optimization for Mangroves Classification Zhehuang Huang 1,2 1 Cognitive

More information

Design call center management system of e-commerce based on BP neural network and multifractal

Design call center management system of e-commerce based on BP neural network and multifractal Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):951-956 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Design call center management system of e-commerce

More information

Use of Artificial Neural Network in Data Mining For Weather Forecasting

Use of Artificial Neural Network in Data Mining For Weather Forecasting Use of Artificial Neural Network in Data Mining For Weather Forecasting Gaurav J. Sawale #, Dr. Sunil R. Gupta * # Department Computer Science & Engineering, P.R.M.I.T& R, Badnera. 1 gaurav.sawale@yahoo.co.in

More information

Intelligent Diagnose System of Wheat Diseases Based on Android Phone

Intelligent Diagnose System of Wheat Diseases Based on Android Phone Journal of Information & Computational Science 12:18 (2015) 6845 6852 December 10, 2015 Available at http://www.joics.com Intelligent Diagnose System of Wheat Diseases Based on Android Phone Yongquan Xia,

More information

Predicting Information Popularity Degree in Microblogging Diffusion Networks

Predicting Information Popularity Degree in Microblogging Diffusion Networks Vol.9, No.3 (2014), pp.21-30 http://dx.doi.org/10.14257/ijmue.2014.9.3.03 Predicting Information Popularity Degree in Microblogging Diffusion Networks Wang Jiang, Wang Li * and Wu Weili College of Computer

More information

A New Quantitative Behavioral Model for Financial Prediction

A New Quantitative Behavioral Model for Financial Prediction 2011 3rd International Conference on Information and Financial Engineering IPEDR vol.12 (2011) (2011) IACSIT Press, Singapore A New Quantitative Behavioral Model for Financial Prediction Thimmaraya Ramesh

More information

An Introduction to Data Mining

An Introduction to Data Mining An Introduction to Intel Beijing wei.heng@intel.com January 17, 2014 Outline 1 DW Overview What is Notable Application of Conference, Software and Applications Major Process in 2 Major Tasks in Detail

More information

NEURAL NETWORKS IN DATA MINING

NEURAL NETWORKS IN DATA MINING NEURAL NETWORKS IN DATA MINING 1 DR. YASHPAL SINGH, 2 ALOK SINGH CHAUHAN 1 Reader, Bundelkhand Institute of Engineering & Technology, Jhansi, India 2 Lecturer, United Institute of Management, Allahabad,

More information

AUTO CLAIM FRAUD DETECTION USING MULTI CLASSIFIER SYSTEM

AUTO CLAIM FRAUD DETECTION USING MULTI CLASSIFIER SYSTEM AUTO CLAIM FRAUD DETECTION USING MULTI CLASSIFIER SYSTEM ABSTRACT Luis Alexandre Rodrigues and Nizam Omar Department of Electrical Engineering, Mackenzie Presbiterian University, Brazil, São Paulo 71251911@mackenzie.br,nizam.omar@mackenzie.br

More information

The Research of Data Mining Based on Neural Networks

The Research of Data Mining Based on Neural Networks 2011 International Conference on Computer Science and Information Technology (ICCSIT 2011) IPCSIT vol. 51 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V51.09 The Research of Data Mining

More information

Parallel Data Selection Based on Neurodynamic Optimization in the Era of Big Data

Parallel Data Selection Based on Neurodynamic Optimization in the Era of Big Data Parallel Data Selection Based on Neurodynamic Optimization in the Era of Big Data Jun Wang Department of Mechanical and Automation Engineering The Chinese University of Hong Kong Shatin, New Territories,

More information

Detection of Heart Diseases by Mathematical Artificial Intelligence Algorithm Using Phonocardiogram Signals

Detection of Heart Diseases by Mathematical Artificial Intelligence Algorithm Using Phonocardiogram Signals International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 3 No. 1 May 2013, pp. 145-150 2013 Innovative Space of Scientific Research Journals http://www.issr-journals.org/ijias/ Detection

More information

Data Mining for Customer Service Support. Senioritis Seminar Presentation Megan Boice Jay Carter Nick Linke KC Tobin

Data Mining for Customer Service Support. Senioritis Seminar Presentation Megan Boice Jay Carter Nick Linke KC Tobin Data Mining for Customer Service Support Senioritis Seminar Presentation Megan Boice Jay Carter Nick Linke KC Tobin Traditional Hotline Services Problem Traditional Customer Service Support (manufacturing)

More information

Comparison of machine learning methods for intelligent tutoring systems

Comparison of machine learning methods for intelligent tutoring systems Comparison of machine learning methods for intelligent tutoring systems Wilhelmiina Hämäläinen 1 and Mikko Vinni 1 Department of Computer Science, University of Joensuu, P.O. Box 111, FI-80101 Joensuu

More information

Online Classification on a Budget

Online Classification on a Budget Online Classification on a Budget Koby Crammer Computer Sci. & Eng. Hebrew University Jerusalem 91904, Israel kobics@cs.huji.ac.il Jaz Kandola Royal Holloway, University of London Egham, UK jaz@cs.rhul.ac.uk

More information

DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK

DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK International Journal of Computer Application and Engineering Technology Volume 1-Issue1, January 2012.pp.1-7 www.ijcaet.net DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK

More information

Mobile Storage and Search Engine of Information Oriented to Food Cloud

Mobile Storage and Search Engine of Information Oriented to Food Cloud Advance Journal of Food Science and Technology 5(10): 1331-1336, 2013 ISSN: 2042-4868; e-issn: 2042-4876 Maxwell Scientific Organization, 2013 Submitted: May 29, 2013 Accepted: July 04, 2013 Published:

More information

Copula model estimation and test of inventory portfolio pledge rate

Copula model estimation and test of inventory portfolio pledge rate International Journal of Business and Economics Research 2014; 3(4): 150-154 Published online August 10, 2014 (http://www.sciencepublishinggroup.com/j/ijber) doi: 10.11648/j.ijber.20140304.12 ISS: 2328-7543

More information

Blood Vessel Classification into Arteries and Veins in Retinal Images

Blood Vessel Classification into Arteries and Veins in Retinal Images Blood Vessel Classification into Arteries and Veins in Retinal Images Claudia Kondermann and Daniel Kondermann a and Michelle Yan b a Interdisciplinary Center for Scientific Computing (IWR), University

More information

Comparision of k-means and k-medoids Clustering Algorithms for Big Data Using MapReduce Techniques

Comparision of k-means and k-medoids Clustering Algorithms for Big Data Using MapReduce Techniques Comparision of k-means and k-medoids Clustering Algorithms for Big Data Using MapReduce Techniques Subhashree K 1, Prakash P S 2 1 Student, Kongu Engineering College, Perundurai, Erode 2 Assistant Professor,

More information

Research Article Forecasting Computer Products Sales by Integrating Ensemble Empirical Mode Decomposition and Extreme Learning Machine

Research Article Forecasting Computer Products Sales by Integrating Ensemble Empirical Mode Decomposition and Extreme Learning Machine Mathematical Problems in Engineering Volume 212, Article ID 83121, 15 pages doi:1.1155/212/83121 Research Article Forecasting Computer Products Sales by Integrating Ensemble Empirical Mode Decomposition

More information

Online Tuning of Artificial Neural Networks for Induction Motor Control

Online Tuning of Artificial Neural Networks for Induction Motor Control Online Tuning of Artificial Neural Networks for Induction Motor Control A THESIS Submitted by RAMA KRISHNA MAYIRI (M060156EE) In partial fulfillment of the requirements for the award of the Degree of MASTER

More information