Fault diagnose based on pattern recognition

This is a joint project with SIMTech. It is mainly focusing on developing a fault diagnose system. The system can be used to solve stochastic and dynamical problems, like bank abnormal transaction detection, operation abnormal event detection and equipment failure event detection. This system fir...

Full description

Saved in:
Bibliographic Details
Main Author: Liu, Zhuoshi.
Other Authors: Wang Dan Wei
Format: Final Year Project
Language:English
Published: 2013
Subjects:
Online Access:http://hdl.handle.net/10356/54355
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:This is a joint project with SIMTech. It is mainly focusing on developing a fault diagnose system. The system can be used to solve stochastic and dynamical problems, like bank abnormal transaction detection, operation abnormal event detection and equipment failure event detection. This system firstly takes training data, which is consisted of multi-dimensional input x and output y, and the parameters inside the system learn from the training data by minimizing the differences between predicted value and real output y. Then, the system will take testing data and predict the output using the trained parameters inside the system. Throughout the calculation, “Kernel recursive least square” (KRLS) method acts as the most important part. The KRLS algorithm presents a nonlinear version of the recursive least squares (RLS) algorithm. The algorithm performs linear regression in a high-dimensional feature space induced by a Mercer kernel and can therefore be used to recursively construct minimum mean-squared-error solutions to nonlinear least-squares problems that are frequently encountered in signal processing applications. In a fault diagnose system, the accuracy of prediction is one of the most important part. Thus, in this project, the author will focus on improving the accuracy of the system based on the partially implemented system by the previous student. Besides, the author also enhanced the user interface, to make it more user-friendly.