Identification of blade vibration causes in wind turbine generators

Size: px
Start display at page:

Download "Identification of blade vibration causes in wind turbine generators"

Transcription

1 Identification of blade vibration causes in wind turbine generators P. R. J. Campbell & K. Adamson School of Computing and Mathematics, University of Ulster, UK Abstract For many years Data Mining techniques have been used to identify patterns and hidden information in datasets from a variety of domains. This paper will outline the initial application of DM techniques on a dataset from the Renewable Energy domain. For many years company's which operate wind farm sites have recorded and archived a range of data from numerous sources across wind farm sites and the wind turbine generators (WTG's) which make up these sites. The study presented in this paper encompasses a first phase of Knowledge Discovery from the dataset, making use of the complementary techniques Neural Networks (NN) and Rule Induction (RI). We discuss the challenges presented by the dataset in terms of selection and preparation of data and also introduce the format and meaning of data encompassed by the area of study, namely effects of blade vibration. Investigation of blade vibration has been used as an initial test of KD within the dataset as we are aware that blade vibration typically occurs within a specific range of wind speeds. By applying the NN and RI techniques we are able to support the theory that vibration occurs within a given range but we have also identified that other variables, namely rotor speed can contribute to blade vibration at lower than expected speeds. l Introduction Knowledge Discovery has enjoyed significant success in the widest possible range of domains during the last decade, from telecommunications to supermarkets to medicine. Various terms have been used to describe the task of finding knowledge from dataset, including Data Mining and Knowledge Discovery. However, it is now generally accepted that all of these terms can be grouped under the more comprehensive title of KDD, Knowledge Discovery in

2 150 Data Mining IV Dalabascs, Fayyad et a1 [l]. Despitc thc wide ranging application of KDD amongst both industrial and academic areas, there still remain significant opportunities to spread the use and benefits of KDD to other areas, which provide interesting domin specific challenges. Wind Energy companies have made use of advanccd Information Systems for the retrieval and management of data, mainly in terms of storage and report production. However, little attention has been paid to the possibilities which KDD techniques can offer in identifying and modelling patterns which occur during site operation. This paper looks at thc application of KDD techniques to the task of analysing occurrences of blade vibration on a wind farm site in Ireland. The challenges presented by this study were twofold; firstly, apply KDD techniques to the Wind Energy domain, an extremely new and untouched area. Secondly, to idcntify the contributing factors which either individually or in combination cause blade vibration. This work forms the first stages of ongoing research collaboration, between onc of the United Kingdom and Ireland's leading Wind Energy Companies, B9 Energy Ltd and the University of Ulster. The cornmcrcial data-mining package SPSS Clementine was used in order to speed development and facilitate experimentation within a Cross Industry Platform for Data Mining (CRISP-DM) methodology, as described by Chapman et a1 [2]. This enabled the modelling described in this paper to be developed during a truncated time frame, in order to prove the validity of KDD application to the domain. In this paper the Neural Network and Rule Induction techniques are used to analyze occurrenccs of blade vibration, on a wind farm site in County Donegal, Republic of Ireland. The data is collected locally at the site and then downloaded to a central repository at B9 Energy Headquarters. The stages of data selection, coding and cleaning are described together with the interpretation of the results, 2 Task description Blade vibration occurs naturally during periods of high wind speeds. However, it can be a significant risk to not only the WTG's blades but the entire structure Freebury and Musial [3] and Tangler [4]. At speeds of m/s blades will begin to vibrate, passing these vibrations onto the nacelle and ultimately the tower. SCADA (Supervisory Control and Data Acquisition) systems have preset boundaries for vibrations; a "blade vibration warning" is defined as a recorded reading of under 1.X Hertz (oscillations per second) while a measurement of over 1.8 Hertz is recorded as a "blade vibration error". When the error event is registered, the WTG will initiate a timeout, applying brakes and stopping to allow the vibration to ccase. Each WTG keeps a record of these errors and also holds a running count of vibration errors. Should ten errors be registered then the WTG automatically invokes a shutdown and requires manual intervention by site cngineers.

3 Data Mining IV 15 1 While it is known that blade vibration occurs in high wind speeds, typically over 14m/s, this is not always the case. Indeed the peak production range for a typical WTG is m/s of wind speed. We aim by conducting this investigation into the area of blade vibration to enhance understanding of its occurrence and perhaps also identify other contributing factors. 3 Data understanding The study focused on one 25 WTG site in County Donegal. As it was an initial trial application of KD to the dataset, a small fraction of the dataset was selected, a single month (February 2001). However this still resulted in a subset with more than 100,000 records, in addition to the error records for the corresponding period. 3.1 Ten minute data Intuitively this data is recorded from each WTG on a 10 minute basis. It records a wide range of information including: WTG ID Average Wind Speed Min & Max Wind Speed Average Power Output Average Rotor Speed W Min & Max Rotor Speed 4 Data preparation 4.1 Conversion of data As the dataset has been recorded directly by the SCADA system at the site it was held in a format dependant on SCADA type. While this is obviously useful in terms of site operation it means that the data is unusable in its current format within the chosen mining application (SPSS Clementine). As a result the first task was to convert the raw data into a more useable format. Having converted the data to standard MS Access table format it was decided that this approach while successful was too expensive in terms of processing; with numerous joins required to select the required data fields from numerous files. We therefore decided that the creation of two "flat files7' from the relevant tables presented the most suitable and efficient option, these files could then be read directly into the mining engine. 4.2 Time series data Following the creation of the two base files (error-log and turbine-log) it was necessary to remove the problems presented by time series data. Data held in these files was tagged with a TimeDate field which was unusable in the mining

4 152 Data Mining IV enginc, which makes use of separate Time and Data fields. As a result, string concatenation was required to separate this single time series field into the required individual fields. We made use of inbuilt derived nodes which enabled the splitting of the TimeDalc field, in both filcs. The first stage was to spilt the string and discard the seconds portion leaving hours and minutes, the minutes were subsequently rolled back to the nearest 10 minute interval (to match 10 minute data from the turbine-log). Finally in this first stage the derived fields for hours and minutes were joined creating the new Time field. The remaining string values, the date in standard UK format of ddlmmlyyyy, were assigned to the new field of Date. Following the successful formatting of the two files they were merged, using 'turbine', 'date', and 'time' as merge fields. An example of the merged file is shown in Tablc 1. Table 1 : An example of the merge file created. Undef Undef /02/ /02/ ~ Missing data It is not uncommon for the encoded data to have fields that contain unknown or missing values. There are a variety of legitimate reasons why this can happen. And the filling of gaps in a data set is the focus of ongoing research. In this study occurrences may have been due to faulty monitoring equipment of an Individual WTG. However we were faced with the problem of how these missing values should be treated? There are a number of methods, as describcd by Goonatilake and Khebbal [S], for treating records that contain missing values: l. Omit the incorrect field(s) 2, Omit the entire record that contains the incorrect field(s) 3. Automatically enterlcorrect the data with default values e.g. select the mean from the range 4. Derive a model to enterlcorrect the data 5. Replace all values with a global constant

5 Data Mining IV 153 A concurrent study is investigating the most accurate way in which to derive these missing values, however, after careful consideration it was decided that these generation algorithms were not, as yet sufficiently accurate at filling the missing values and as a result the best option initially was to ignore any records which contained missing values. 4.4 Creation of time related variables Each record in the site-log (the result of merging the error and turbine logs) presents a 'snapshot' of the data at a given moment in time. Obviously it is then useful to examine not merely the values which immediately precede an error event, but also the behaviour of these values over a period of time. As a result time related variables were created; moving averages and rates of change for the three measurements contained by the log; wind speed, rotor speed and power output. Averages were calculated for these values over 3, 5 and 7 time intervals (30, 50 and 70 minute intervals). From these averages it was then possible to derive the rate of change for each variable. 5 Modelling techniques The actions of human beings are governed by a combination of genetic information and learned knowledge. Evolution has imprinted information in our genes which aid our survival, while in some situations we use the information we have learned to reach decisions. Through this combination of methods, the human information processing process can be classed as a hybrid, in terms of AI classification Indurkhya and Weiss [6]. The ability to provide users with explanations of the reasoning process is an important consideration. Explanation facilities are essential for both user acceptance of the knowledge generated and also for the purpose of understanding whether the reasoning method is sound. As a result it was necessary to used two complementary modelling techniques; Neural Networks and Rule Induction. 5.1 Balancing records A distribution table can be used to illustrate the occurrence of an event within a given dataset. Table 2 shows the occurrences of the 'blade vibration' event within the data subset under investigation. As can be seen in this case the proportion of occurrences compared to non-occurrences is 98.35% to 1.65% Table 2: Distribution of occurrences. Value F T % Occurrences

6 154 Data Mining IV Obviously in such a case the application of a Neural Network (NN) would result in poor performance as NN's would only learn the non-event (error) casc and ignore the event occurrence, when applied to such a biased dataset, Haykin [7]. A common solution to overcome this problem is the balancing of the data. As a result the balance was corrected, using all event-occurrences, but only 0.03% of the non-event-occurrences, Bishop [g]. Following thc balancing of the data, the resulting file, containing the preprocessed (the derived, cleaned and balanced data subset) was now ready for use in the actual mining phase of the study. 5.2 Neural network testing Using the Clementine package a Neural Network was created to analyse the data. Making use of the software's 'train net' node, Integral Solutions [9], the data was fed into a simple NN at the input layer, with the 'BladeVibrationError' field of the file set as 'out'. The remaining fields of the data are used as inputs in the learning process. Following the construction of the model the results can be easily analysed. As Figure 1 illustrates, the results from the simple NN show that the model was 96.77% accurate in predicting the occurrence of the 'blade vibration error'. Results for outputfield BladeVibrationError Comparing $N-BladeVibrationError with BladeVibrationError Correct : 30 ( 96.77%) Wrong : 1 ( 3.23%) Total : Rule induction Figure l : Neural network output. Despite the NN technique showing that it was 96.77% accurate at predicting the occurrence of the event, as previously stated, it is frequently regarded with suspicion by non-technical observers and domain experts due to its 'black box' operation. As a result Rule Induction (RI) is frequently used as a complementary tcchniquc. RI creates an easy to follow decision tree representing a 'rule', for classifying data into different outcomes. This technique is therefore especially helpful to support results from NN application, Quinlan [IO]. The C5 algorithm was selected for application in the RI testing stage, as its functionality is inbuilt into the Clementine environment. The process was used in the same way as the NN technique but its reasoning can be easily followed and interpreted. Once created and analysed it was found that the RI approach yielded the same accuracy rating as the NN approach, 96.77%, the simple rule is shown in Figure 2.

7 Data Mining IV 155 Interpretation of the results using the RI approach is much more intuitive and therefore more readily accepted by domain workers. Figure 2 supports the findings that if the wind speed (Windspeed5 represents a moving average of wind speed, that is, the average value for wind speed over the last 5 time intervals, or S0 minute period) is greater than rn/s, then there is a 96.77% probability that blade vibration will occur. 5.4 Analysis of initial results Rules for T: Rule #I for T: if WindSpeed5 > then +T Rules for F: Rule #I for F: if WindSpeed.5 = < then 3 F Figure 2: Simple vibration rule. The results from both the NN and RI techniques show that for this site during the study period there is a strong pattern evident in the dataset, relating to blade vibration. These results can be further highlighted through the use of a histogram, as shown in Figure 3. As with the RI technique, 'T' values represent an event occurrence while 'F' values show a non-occurrence of the event. The Y-axis shows the number of 'T' and 'F' values contained in the dataset, while the X-axis represents the wind speed (WindSpeed5) recorded. As can be seen there is a clear separation in event and non-event occurrences, with an apparent boundary at 15mts. These results confirm common domain knowledge that indeed blade vibration does occur during sustained periods of high wind velocity. This confirmation validated the view of experts who at the outset of the study had identified that these were the factors which contributed to blade vibration. Secondly these results also proved that data mining did have a legitimate role to play in performance monitoring of WTG's. However the approach highlighted a single outliner case which did not conform to the initial rationale for blade vibration. An occurrence of blade vibration was discovered during a period at which the wind's velocity was less than 10m/s, significantly outside the boundary point and also under the level identified by domain experts. 5.5 Outlier analysis Having identified this outlier it was felt that its discovery warranted further investigation in order to fully explore the usefulness of data mining within the

8 156 Data Mining IV Having identified this outlier it was felt that its discovery warranted further investigation in order to fully explore the usefulness of data mining within the wind energy domain. As a result the RI technique was reapplied to further investigate this new case. As only one occurrence of this event had been identified it was necessary to again address the issue of balancing. However of this occasion the approach chosen was as follows all non-occurrences were used and 30 creations of the event occurrence were also used in the process, Compton et a1 [Ill. Using the new dataset a further rule was induced, again using the C5 algorithm. The decision tree produced can be seen in Figure 4. From the decision tree it is possible to infer that, if the rotor speed is greater than 18 rpm (revolutions per minute) and that average rotor speed over the last 30 minutes (RS3change, Rotor speed over the last 3 time intervals) is reducing, then blade vibration will occur. Figure 3: Histogram of vibration occurrences. Rules for T: Rule #l for T: ifrotorspeed > 18 and RS3change <= then + T Rules for F: Rule #l for F: ifrs3change > then F Rule #2 for F: ifrotorspeed <= then +F Default : +T Figure 4: Outlier decision tree produced.

9 6 Conclusion Data Mining IV 157 The application of modelling techniques to the dataset from this particular wind farm has identified two patterns: If the wind speed over the last 50 minutes is greater than or equal to mls, blade vibration occurs. At wind speeds less than 10 m/s, if the rate of change in the rotor speed is reducing over the last 30 minutes then blade vibration occurs. The results of this initial study have yielded two results. The first has validated the existing knowledge of domain experts; this supports the methods applied in examining the dataset, and also provides evidence to support the knowledge of the domain experts which has been gained over many years of supporting wind farm sites. The second result has identified a correlation between wind speed and rotor speed. This has not previously been identified by domain experts, and is currently under investigation to ascertain, whether the knowledge discovered during this study can be used to provide indicators of component degradation or failure. The study has also clearly proven that Data Mining and Knowledge can yield results when applied to datasets from the wind energy industry. We believe that the expected and unexpected results from this study provide conclusive proof that Knowledge Discovery should continue to be applied to datasets from this area. 7 Further work This study has examined only one type of error and included only three variables; wind speed, rotor speed and power output. There are many other faults which can be encountered on WTG's and numerous factors which can determine or influence their occurrence. Obviously further study of these events and indeed further study on a wider scale and over a longer time period, into blade vibration is required. Immediately three areas of interest have been identified for further study: Blade Vibration Warning - the event which occur before Blade vibration Effects of minor faults - do any minor faults contribute to a more serious event, and if so can a pattern be identified which could be used for the purposes of predictive maintenance. The consequences of manual intervention - does a pattern exist in the data, which is directly related to the manual intervention of engineers, for example, following the stopping of a WTG for servicing.

10 158 Data Mining IV Acknowledgements The authors wish to thank B9 Energy Ltd for its continued assistance and invaluable support and expertise. Many thanks also to Shirlcy Carolan, for her hard work during thc investigation. References Fayyad, U., Piatetsky-Shapiro, G., Smyth, P., Uthurusamy, R., (Editors), "Advances in Knowledge Discovery and Data Mining", AAAVMIT Press, Chapman, P., Clinton, J., Kerber, R., Khabaza, T., Reinartz, T., Shearer, C., "CRISP-DM 1.0 Step-by-step data mining guide", USA, SPSS Inc, Freebury, G. E.; Musial, W. "Determining Equivalent Damage Loading for Full-Scale Wind Turbine Blade Fatigue Tests". Collection of the 2000 ASME Wind Energy Symposium Technical Papers Presented at the 38th AIAA Aerospace Sciences Meeting and Exhibit, January 2000, Reno, Nevada. New York: American Institute of Aeronautics and Astronautics, Inc. (AIAA) and American Society of Mechanical Engineers (ASME); pp ; NREL Report No ,2000. Tangler, J. L., "Evolution of Rotor and Blade Design", NREL Report NO. CP , Goonatilakc, S., Khebbal, S, "Intelligent Hybrid Systems", John Wiley and Sons, Indurkhya, N., Weiss, S.M., "Predictive data mining: a practical guide", Moragn Kaufmann Publishers Inc, Haykin, S., "Neural Networks: a comprehensive foundation", New York Macmillan, Bishop, C.M., "Neural Networks for pattern recognition", Oxford University Press, "CLEMENTINE User Guide", Integral Solutions Ltd, England, 1996 Quinlan, J.R., "C4.5: Programs for machine learning", Morgan Kaufmann Publishers, Compton, P.J., Horn, K.A. and Lazarus, L., Quinlan, J.R., "Inductive knowledge acquisition: A case study", In J.R. Quinlan (Editor), Applications of Expert Systems, Addison-Wesley, UK, 1987.

PREDICTING ASSEMBLY QUALITY OF COMPLEX STRUCTURES USING DATA MINING Predicting with Decision Tree Algorithm

PREDICTING ASSEMBLY QUALITY OF COMPLEX STRUCTURES USING DATA MINING Predicting with Decision Tree Algorithm PREDICTING ASSEMBLY QUALITY OF COMPLEX STRUCTURES USING DATA MINING Predicting with Decision Tree Algorithm Ekaterina S. Ponomareva, Kesheng Wang, Terje K. Lien Department of Production and Quality Engieering,

More information

Electrical Machines Diagnosis

Electrical Machines Diagnosis Monitoring and diagnosing faults in electrical machines is a scientific and economic issue which is motivated by objectives for reliability and serviceability in electrical drives. This concern for continuity

More information

Life Cycle Management of Station Equipment & Apparatus Interest Group (LCMSEA) Getting Started with an Asset Management Program (Continued)

Life Cycle Management of Station Equipment & Apparatus Interest Group (LCMSEA) Getting Started with an Asset Management Program (Continued) Life Cycle Management of Station Equipment & Apparatus Interest Group (LCMSEA) Getting Started with an Asset Management Program (Continued) Projects sorted and classified as: 1. Overarching AM Program

More information

Case 1 - ENVISAT Gyroscope Monitoring: Case Summary

Case 1 - ENVISAT Gyroscope Monitoring: Case Summary Code FUZZY_134_005_1-0 Edition 1-0 Date 22.03.02 Customer ESOC-ESA: European Space Agency Ref. Customer AO/1-3874/01/D/HK Fuzzy Logic for Mission Control Processes Case 1 - ENVISAT Gyroscope Monitoring:

More information

Fault Location Using Sparse Wide Area Measurements

Fault Location Using Sparse Wide Area Measurements 319 Study Committee B5 Colloquium October 19-24, 2009 Jeju Island, Korea Fault Location Using Sparse Wide Area Measurements KEZUNOVIC, M., DUTTA, P. (Texas A & M University, USA) Summary Transmission line

More information

System Identification and CDMA Communication

System Identification and CDMA Communication System Identification and CDMA Communication A (partial) sample report by Nathan A. Goodman Abstract This (sample) report describes theory and simulations associated with a class project on system identification

More information

Swinburne Research Bank

Swinburne Research Bank Swinburne Research Bank http://researchbank.swinburne.edu.au Tashakori, A., & Ektesabi, M. (2013). A simple fault tolerant control system for Hall Effect sensors failure of BLDC motor. Originally published

More information

Energy modeling/simulation Using the BIM technology in the Curriculum of Architectural and Construction Engineering and Management

Energy modeling/simulation Using the BIM technology in the Curriculum of Architectural and Construction Engineering and Management Paper ID #7196 Energy modeling/simulation Using the BIM technology in the Curriculum of Architectural and Construction Engineering and Management Dr. Hyunjoo Kim, The University of North Carolina at Charlotte

More information

A Review of Related Work on Machine Learning in Semiconductor Manufacturing and Assembly Lines

A Review of Related Work on Machine Learning in Semiconductor Manufacturing and Assembly Lines A Review of Related Work on Machine Learning in Semiconductor Manufacturing and Assembly Lines DI Darko Stanisavljevic VIRTUAL VEHICLE DI Michael Spitzer VIRTUAL VEHICLE i-know 16 18.-19.10.2016, Graz

More information

Abstract. Most OCR systems decompose the process into several stages:

Abstract. Most OCR systems decompose the process into several stages: Artificial Neural Network Based On Optical Character Recognition Sameeksha Barve Computer Science Department Jawaharlal Institute of Technology, Khargone (M.P) Abstract The recognition of optical characters

More information

Image Finder Mobile Application Based on Neural Networks

Image Finder Mobile Application Based on Neural Networks Image Finder Mobile Application Based on Neural Networks Nabil M. Hewahi Department of Computer Science, College of Information Technology, University of Bahrain, Sakheer P.O. Box 32038, Kingdom of Bahrain

More information

Exploring the New Trends of Chinese Tourists in Switzerland

Exploring the New Trends of Chinese Tourists in Switzerland Exploring the New Trends of Chinese Tourists in Switzerland Zhan Liu, HES-SO Valais-Wallis Anne Le Calvé, HES-SO Valais-Wallis Nicole Glassey Balet, HES-SO Valais-Wallis Address of corresponding author:

More information

CHAPTER 8: EXTENDED TETRACHORD CLASSIFICATION

CHAPTER 8: EXTENDED TETRACHORD CLASSIFICATION CHAPTER 8: EXTENDED TETRACHORD CLASSIFICATION Chapter 7 introduced the notion of strange circles: using various circles of musical intervals as equivalence classes to which input pitch-classes are assigned.

More information

CHAPTER 6 ANFIS BASED NEURO-FUZZY CONTROLLER

CHAPTER 6 ANFIS BASED NEURO-FUZZY CONTROLLER 143 CHAPTER 6 ANFIS BASED NEURO-FUZZY CONTROLLER 6.1 INTRODUCTION The quality of generated electricity in power system is dependent on the system output, which has to be of constant frequency and must

More information

1. Lecture Structure and Introduction

1. Lecture Structure and Introduction Soft Control (AT 3, RMA) 1. Lecture Structure and Introduction Table of Contents Computer Aided Methods in Automation Technology Expert Systems Application: Fault Finding Fuzzy Systems Application: Fuzzy

More information

Classification of Misalignment and Unbalance Faults Based on Vibration analysis and KNN Classifier

Classification of Misalignment and Unbalance Faults Based on Vibration analysis and KNN Classifier Classification of Misalignment and Unbalance Faults Based on Vibration analysis and KNN Classifier Ashkan Nejadpak, Student Member, IEEE, Cai Xia Yang*, Member, IEEE Mechanical Engineering Department,

More information

Application of Artificial Intelligence in Mechanical Engineering. Qi Huang

Application of Artificial Intelligence in Mechanical Engineering. Qi Huang 2nd International Conference on Computer Engineering, Information Science & Application Technology (ICCIA 2017) Application of Artificial Intelligence in Mechanical Engineering Qi Huang School of Electrical

More information

Catapult Network Summary

Catapult Network Summary Catapult Network Summary 2017 TURNING RESEARCH AND INNOVATION INTO GROWTH Economic impact through turning opportunities into real-world applications The UK s Catapults harness world-class strengths in

More information

TOWARDS AUTOMATED CAPTURING OF CMM INSPECTION STRATEGIES

TOWARDS AUTOMATED CAPTURING OF CMM INSPECTION STRATEGIES Bulletin of the Transilvania University of Braşov Vol. 9 (58) No. 2 - Special Issue - 2016 Series I: Engineering Sciences TOWARDS AUTOMATED CAPTURING OF CMM INSPECTION STRATEGIES D. ANAGNOSTAKIS 1 J. RITCHIE

More information

Target detection in side-scan sonar images: expert fusion reduces false alarms

Target detection in side-scan sonar images: expert fusion reduces false alarms Target detection in side-scan sonar images: expert fusion reduces false alarms Nicola Neretti, Nathan Intrator and Quyen Huynh Abstract We integrate several key components of a pattern recognition system

More information

Analysis of Wound Rotor Induction Machine Low Frequency Vibroacoustic Emissions under Stator Winding Fault Conditions

Analysis of Wound Rotor Induction Machine Low Frequency Vibroacoustic Emissions under Stator Winding Fault Conditions Analysis of Wound Rotor Induction Machine Low Frequency Vibroacoustic Emissions under Stator Winding Fault Conditions N Sarma, Q Li, S. Djurović, A C Smith, S M Rowland University of Manchester, School

More information

Notes from a seminar on "Tackling Public Sector Fraud" presented jointly by the UK NAO and H M Treasury in London, England in February 1998.

Notes from a seminar on Tackling Public Sector Fraud presented jointly by the UK NAO and H M Treasury in London, England in February 1998. Tackling Public Sector Fraud Notes from a seminar on "Tackling Public Sector Fraud" presented jointly by the UK NAO and H M Treasury in London, England in February 1998. Glenis Bevan audit Manager, Audit

More information

Institute of Information Systems Hof University

Institute of Information Systems Hof University Institute of Information Systems Hof University Institute of Information Systems Hof University The institute is a competence centre for the application of information systems in companies. It is the bridge

More information

Computer Log Anomaly Detection Using Frequent Episodes

Computer Log Anomaly Detection Using Frequent Episodes Computer Log Anomaly Detection Using Frequent Episodes Perttu Halonen, Markus Miettinen, and Kimmo Hätönen Abstract In this paper, we propose a set of algorithms to automate the detection of anomalous

More information

Application of Artificial Neural Network for the Prediction of Aerodynamic Coefficients of a Plunging Airfoil

Application of Artificial Neural Network for the Prediction of Aerodynamic Coefficients of a Plunging Airfoil International Journal of Science and Engineering Investigations vol 1, issue 1, February 212 Application of Artificial Neural Network for the Prediction of Aerodynamic Coefficients of a Plunging Airfoil

More information

The experimental evaluation of the EGNOS safety-of-life services for railway signalling

The experimental evaluation of the EGNOS safety-of-life services for railway signalling Computers in Railways XII 735 The experimental evaluation of the EGNOS safety-of-life services for railway signalling A. Filip, L. Bažant & H. Mocek Railway Infrastructure Administration, LIS, Pardubice,

More information

A Robotic Simulator Tool for Mobile Robots

A Robotic Simulator Tool for Mobile Robots 2016 Published in 4th International Symposium on Innovative Technologies in Engineering and Science 3-5 November 2016 (ISITES2016 Alanya/Antalya - Turkey) A Robotic Simulator Tool for Mobile Robots 1 Mehmet

More information

The power behind an intelligent system is knowledge.

The power behind an intelligent system is knowledge. Induction systems 1 The power behind an intelligent system is knowledge. We can trace the system success or failure to the quality of its knowledge. Difficult task: 1. Extracting the knowledge. 2. Encoding

More information

The Behavior Evolving Model and Application of Virtual Robots

The Behavior Evolving Model and Application of Virtual Robots The Behavior Evolving Model and Application of Virtual Robots Suchul Hwang Kyungdal Cho V. Scott Gordon Inha Tech. College Inha Tech College CSUS, Sacramento 253 Yonghyundong Namku 253 Yonghyundong Namku

More information

Bearing fault detection of wind turbine using vibration and SPM

Bearing fault detection of wind turbine using vibration and SPM Bearing fault detection of wind turbine using vibration and SPM Ruifeng Yang 1, Jianshe Kang 2 Mechanical Engineering College, Shijiazhuang, China 1 Corresponding author E-mail: 1 rfyangphm@163.com, 2

More information

Industrial computer vision using undefined feature extraction

Industrial computer vision using undefined feature extraction University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 1995 Industrial computer vision using undefined feature extraction Phil

More information

USING SIMPLE PID CONTROLLERS TO PREVENT AND MITIGATE FAULTS IN SCIENTIFIC WORKFLOWS

USING SIMPLE PID CONTROLLERS TO PREVENT AND MITIGATE FAULTS IN SCIENTIFIC WORKFLOWS USING SIMPLE PID CONTROLLERS TO PREVENT AND MITIGATE FAULTS IN SCIENTIFIC WORKFLOWS Rafael Ferreira da Silva 1, Rosa Filgueira 2, Ewa Deelman 1, Erola Pairo-Castineira 3, Ian Michael Overton 4, Malcolm

More information

in the New Zealand Curriculum

in the New Zealand Curriculum Technology in the New Zealand Curriculum We ve revised the Technology learning area to strengthen the positioning of digital technologies in the New Zealand Curriculum. The goal of this change is to ensure

More information

Synergy Model of Artificial Intelligence and Augmented Reality in the Processes of Exploitation of Energy Systems

Synergy Model of Artificial Intelligence and Augmented Reality in the Processes of Exploitation of Energy Systems Journal of Energy and Power Engineering 10 (2016) 102-108 doi: 10.17265/1934-8975/2016.02.004 D DAVID PUBLISHING Synergy Model of Artificial Intelligence and Augmented Reality in the Processes of Exploitation

More information

GT THE USE OF EDDY CURRENT SENSORS FOR THE MEASUREMENT OF ROTOR BLADE TIP TIMING: DEVELOPMENT OF A NEW METHOD BASED ON INTEGRATION

GT THE USE OF EDDY CURRENT SENSORS FOR THE MEASUREMENT OF ROTOR BLADE TIP TIMING: DEVELOPMENT OF A NEW METHOD BASED ON INTEGRATION Proceedings of ASME Turbo Expo 2016 GT2016 June 13-17, 2016, Seoul, South Korea GT2016-57368 THE USE OF EDDY CURRENT SENSORS FOR THE MEASUREMENT OF ROTOR BLADE TIP TIMING: DEVELOPMENT OF A NEW METHOD BASED

More information

Advanced Methods of Analyzing Operational Data to Provide Valuable Feedback to Operators and Resource Scheduling

Advanced Methods of Analyzing Operational Data to Provide Valuable Feedback to Operators and Resource Scheduling Advanced Methods of Analyzing Operational Data to Provide Valuable Feedback to Operators and Resource Scheduling (HQ-KPI, BigData /Anomaly Detection, Predictive Maintenance) Dennis Braun, Urs Steinmetz

More information

Machine Learning, Data Mining, and Knowledge Discovery: An Introduction

Machine Learning, Data Mining, and Knowledge Discovery: An Introduction Machine Learning, Data Mining, and Kwledge Discovery: An Introduction Outline Data Mining Application Examples Data Mining & Kwledge Discovery Data Mining with Weka AHPCRC Workshop - 8/16/11 - Dr. Martin

More information

USTER TESTER 5-S800 APPLICATION REPORT. Measurement of slub yarns Part 1 / Basics THE YARN INSPECTION SYSTEM. Sandra Edalat-Pour June 2007 SE 596

USTER TESTER 5-S800 APPLICATION REPORT. Measurement of slub yarns Part 1 / Basics THE YARN INSPECTION SYSTEM. Sandra Edalat-Pour June 2007 SE 596 USTER TESTER 5-S800 APPLICATION REPORT Measurement of slub yarns Part 1 / Basics THE YARN INSPECTION SYSTEM Sandra Edalat-Pour June 2007 SE 596 Copyright 2007 by Uster Technologies AG All rights reserved.

More information

Sensible Chuckle SuperTuxKart Concrete Architecture Report

Sensible Chuckle SuperTuxKart Concrete Architecture Report Sensible Chuckle SuperTuxKart Concrete Architecture Report Sam Strike - 10152402 Ben Mitchell - 10151495 Alex Mersereau - 10152885 Will Gervais - 10056247 David Cho - 10056519 Michael Spiering Table of

More information

Colour Profiling Using Multiple Colour Spaces

Colour Profiling Using Multiple Colour Spaces Colour Profiling Using Multiple Colour Spaces Nicola Duffy and Gerard Lacey Computer Vision and Robotics Group, Trinity College, Dublin.Ireland duffynn@cs.tcd.ie Abstract This paper presents an original

More information

An overview of recent research on AM and OAM of wind turbine noise

An overview of recent research on AM and OAM of wind turbine noise An overview of recent research on AM and OAM of wind turbine noise Helge Aagaard Madsen Franck Bertagnolio Andreas Fischer DTU Wind Energy Technical University of Denmark P.O. 49, DK-4000 Roskilde, Denmark

More information

INTELLIGENT APRIORI ALGORITHM FOR COMPLEX ACTIVITY MINING IN SUPERMARKET APPLICATIONS

INTELLIGENT APRIORI ALGORITHM FOR COMPLEX ACTIVITY MINING IN SUPERMARKET APPLICATIONS Journal of Computer Science, 9 (4): 433-438, 2013 ISSN 1549-3636 2013 doi:10.3844/jcssp.2013.433.438 Published Online 9 (4) 2013 (http://www.thescipub.com/jcs.toc) INTELLIGENT APRIORI ALGORITHM FOR COMPLEX

More information

CC4.5: cost-sensitive decision tree pruning

CC4.5: cost-sensitive decision tree pruning Data Mining VI 239 CC4.5: cost-sensitive decision tree pruning J. Cai 1,J.Durkin 1 &Q.Cai 2 1 Department of Electrical and Computer Engineering, University of Akron, U.S.A. 2 Department of Electrical Engineering

More information

Vibration based condition monitoring of rotating machinery

Vibration based condition monitoring of rotating machinery Vibration based condition monitoring of rotating machinery Goutam Senapaty 1* and Sathish Rao U. 1 1 Department of Mechanical and Manufacturing Engineering, Manipal Institute of Technology, Manipal Academy

More information

Transferring knowledge from operations to the design and optimization of work systems: bridging the offshore/onshore gap

Transferring knowledge from operations to the design and optimization of work systems: bridging the offshore/onshore gap Transferring knowledge from operations to the design and optimization of work systems: bridging the offshore/onshore gap Carolina Conceição, Anna Rose Jensen, Ole Broberg DTU Management Engineering, Technical

More information

Wheel Health Monitoring Using Onboard Sensors

Wheel Health Monitoring Using Onboard Sensors Wheel Health Monitoring Using Onboard Sensors Brad M. Hopkins, Ph.D. Project Engineer Condition Monitoring Amsted Rail Company, Inc. 1 Agenda 1. Motivation 2. Overview of Methodology 3. Application: Wheel

More information

PHYSICAL PHENOMENA EXISTING IN THE TURBOGENERATOR DURING FAULTY SYNCHRONIZATION WITH INVERSE PHASE SEQUENCE*

PHYSICAL PHENOMENA EXISTING IN THE TURBOGENERATOR DURING FAULTY SYNCHRONIZATION WITH INVERSE PHASE SEQUENCE* Vol. 1(36), No. 1, 2016 POWER ELECTRONICS AND DRIVES DOI: 10.5277/PED160112 PHYSICAL PHENOMENA EXISTING IN THE TURBOGENERATOR DURING FAULTY SYNCHRONIZATION WITH INVERSE PHASE SEQUENCE* ADAM GOZDOWIAK,

More information

RENEWABLE ENERGY TECHNOLOGY ACCELERATOR (RETA) PROJECT

RENEWABLE ENERGY TECHNOLOGY ACCELERATOR (RETA) PROJECT RENEWABLE ENERGY TECHNOLOGY ACCELERATOR (RETA) PROJECT PROJECT FUNDED BY: PROJECT PARTNERS: RENEWABLE ENERGY TECHNOLOGY ACCELERATOR (RETA) Innovation in the supply chain is vital to the success of the

More information

Scalable systems for early fault detection in wind turbines: A data driven approach

Scalable systems for early fault detection in wind turbines: A data driven approach Scalable systems for early fault detection in wind turbines: A data driven approach Martin Bach-Andersen 1,2, Bo Rømer-Odgaard 1, and Ole Winther 2 1 Siemens Diagnostic Center, Denmark 2 Cognitive Systems,

More information

Fujitsu Laboratories Advanced Technology Symposium 2018

Fujitsu Laboratories Advanced Technology Symposium 2018 Fujitsu Laboratories Advanced Technology Symposium 2018 October 9, 2018 Trust and Co-creation in the Digital Era Shigeru Sasaki Fujitsu Laboratories Ltd. CEO Fujitsu Limited CTO 2 FLATS 2017 Quantum Computing:

More information

SPE Abstract. Introduction. software tool is built to learn and reproduce the analyzing capabilities of the engineer on the remaining wells.

SPE Abstract. Introduction. software tool is built to learn and reproduce the analyzing capabilities of the engineer on the remaining wells. SPE 57454 Reducing the Cost of Field-Scale Log Analysis Using Virtual Intelligence Techniques Shahab Mohaghegh, Andrei Popa, West Virginia University, George Koperna, Advance Resources International, David

More information

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS Prof.Somashekara Reddy 1, Kusuma S 2 1 Department of MCA, NHCE Bangalore, India 2 Kusuma S, Department of MCA, NHCE Bangalore, India Abstract: Artificial Intelligence

More information

The Intelligent Computer. Winston, Chapter 1

The Intelligent Computer. Winston, Chapter 1 The Intelligent Computer Winston, Chapter 1 Michael Eisenberg and Gerhard Fischer TA: Ann Eisenberg AI Course, Fall 1997 Eisenberg/Fischer 1 AI Course, Fall97 Artificial Intelligence engineering goal:

More information

On-line Flux Monitoring of Hydro-generator Rotor Windings

On-line Flux Monitoring of Hydro-generator Rotor Windings On-line Flux Monitoring of Hydro-generator Rotor Windings M. Sasic, S.R. Campbell, B. A. Lloyd Iris Power LP, Canada ABSTRACT On-line monitoring systems to assess the condition of generator stator windings,

More information

Multi-Robot Coordination. Chapter 11

Multi-Robot Coordination. Chapter 11 Multi-Robot Coordination Chapter 11 Objectives To understand some of the problems being studied with multiple robots To understand the challenges involved with coordinating robots To investigate a simple

More information

Views from a patent attorney What to consider and where to protect AI inventions?

Views from a patent attorney What to consider and where to protect AI inventions? Views from a patent attorney What to consider and where to protect AI inventions? Folke Johansson 5.2.2019 Director, Patent Department European Patent Attorney Contents AI and application of AI Patentability

More information

An Hybrid MLP-SVM Handwritten Digit Recognizer

An Hybrid MLP-SVM Handwritten Digit Recognizer An Hybrid MLP-SVM Handwritten Digit Recognizer A. Bellili ½ ¾ M. Gilloux ¾ P. Gallinari ½ ½ LIP6, Université Pierre et Marie Curie ¾ La Poste 4, Place Jussieu 10, rue de l Ile Mabon, BP 86334 75252 Paris

More information

Study on monitoring technology of aircraft engine based on vibration and oil

Study on monitoring technology of aircraft engine based on vibration and oil Study on monitoring technology of aircraft engine based on vibration and oil More info about this article: http://www.ndt.net/?id=21987 Junming LIN 1, Libo CHEN 2 1 Eddysun(Xiamen)Electronic Co., Ltd,

More information

DC Motor Speed Control using Artificial Neural Network

DC Motor Speed Control using Artificial Neural Network International Journal of Modern Communication Technologies & Research (IJMCTR) ISSN: 2321-0850, Volume-2, Issue-2, February 2014 DC Motor Speed Control using Artificial Neural Network Yogesh, Swati Gupta,

More information

Local and Low-Cost White Space Detection

Local and Low-Cost White Space Detection Local and Low-Cost White Space Detection Ahmed Saeed*, Khaled A. Harras, Ellen Zegura*, and Mostafa Ammar* *Georgia Institute of Technology Carnegie Mellon University Qatar White Space Definition A vacant

More information

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS K. Vinoth Kumar 1, S. Suresh Kumar 2, A. Immanuel Selvakumar 1 and Vicky Jose 1 1 Department of EEE, School of Electrical

More information

EFFECT OF INTEGRATION ERROR ON PARTIAL DISCHARGE MEASUREMENTS ON CAST RESIN TRANSFORMERS. C. Ceretta, R. Gobbo, G. Pesavento

EFFECT OF INTEGRATION ERROR ON PARTIAL DISCHARGE MEASUREMENTS ON CAST RESIN TRANSFORMERS. C. Ceretta, R. Gobbo, G. Pesavento Sept. 22-24, 28, Florence, Italy EFFECT OF INTEGRATION ERROR ON PARTIAL DISCHARGE MEASUREMENTS ON CAST RESIN TRANSFORMERS C. Ceretta, R. Gobbo, G. Pesavento Dept. of Electrical Engineering University of

More information

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES Ph.D. THESIS by UTKARSH SINGH INDIAN INSTITUTE OF TECHNOLOGY ROORKEE ROORKEE-247 667 (INDIA) OCTOBER, 2017 DETECTION AND CLASSIFICATION OF POWER

More information

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES In addition to colour based estimation of apple quality, various models have been suggested to estimate external attribute based

More information

ProMark 500 White Paper

ProMark 500 White Paper ProMark 500 White Paper How Magellan Optimally Uses GLONASS in the ProMark 500 GNSS Receiver How Magellan Optimally Uses GLONASS in the ProMark 500 GNSS Receiver 1. Background GLONASS brings to the GNSS

More information

STARCRAFT 2 is a highly dynamic and non-linear game.

STARCRAFT 2 is a highly dynamic and non-linear game. JOURNAL OF COMPUTER SCIENCE AND AWESOMENESS 1 Early Prediction of Outcome of a Starcraft 2 Game Replay David Leblanc, Sushil Louis, Outline Paper Some interesting things to say here. Abstract The goal

More information

Surveillance and Calibration Verification Using Autoassociative Neural Networks

Surveillance and Calibration Verification Using Autoassociative Neural Networks Surveillance and Calibration Verification Using Autoassociative Neural Networks Darryl J. Wrest, J. Wesley Hines, and Robert E. Uhrig* Department of Nuclear Engineering, University of Tennessee, Knoxville,

More information

ARTIFICIAL NEURAL NETWORKS FOR INTELLIGENT REAL TIME POWER QUALITY MONITORING SYSTEM

ARTIFICIAL NEURAL NETWORKS FOR INTELLIGENT REAL TIME POWER QUALITY MONITORING SYSTEM ARTIFICIAL NEURAL NETWORKS FOR INTELLIGENT REAL TIME POWER QUALITY MONITORING SYSTEM Ajith Abraham and Baikunth Nath Gippsland School of Computing & Information Technology Monash University, Churchill

More information

EAB Engineering Accreditation Board

EAB Engineering Accreditation Board EAB Engineering Accreditation Board Appendix B: Specified Learning Outcomes Summary of Engineering Council Output Statements Specific Learning Outcomes Knowledge is information that can be recalled. Understanding

More information

Loughborough University Institutional Repository. This item was submitted to Loughborough University's Institutional Repository by the/an author.

Loughborough University Institutional Repository. This item was submitted to Loughborough University's Institutional Repository by the/an author. Loughborough University Institutional Repository Digital and video analysis of eye-glance movements during naturalistic driving from the ADSEAT and TeleFOT field operational trials - results and challenges

More information

Applications Note. Bently Nevada* Asset Condition Monitoring. Periodically Monitored Assets. Connecting SCOUT to Continuous Monitoring Systems

Applications Note. Bently Nevada* Asset Condition Monitoring. Periodically Monitored Assets. Connecting SCOUT to Continuous Monitoring Systems Bently Nevada* Asset Condition Monitoring Connecting SCOUT to Continuous Monitoring Systems The most effective installations of continuous monitoring instruments such as the 3500 system include integration

More information

Guan, L, Gu, F, Shao, Y, Fazenda, BM and Ball, A

Guan, L, Gu, F, Shao, Y, Fazenda, BM and Ball, A Gearbox fault diagnosis under different operating conditions based on time synchronous average and ensemble empirical mode decomposition Guan, L, Gu, F, Shao, Y, Fazenda, BM and Ball, A Title Authors Type

More information

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press,   ISSN Combining multi-layer perceptrons with heuristics for reliable control chart pattern classification D.T. Pham & E. Oztemel Intelligent Systems Research Laboratory, School of Electrical, Electronic and

More information

Submitted November 19, 1989 to 2nd Conference Economics and Artificial Intelligence, July 2-6, 1990, Paris

Submitted November 19, 1989 to 2nd Conference Economics and Artificial Intelligence, July 2-6, 1990, Paris 1 Submitted November 19, 1989 to 2nd Conference Economics and Artificial Intelligence, July 2-6, 1990, Paris DISCOVERING AN ECONOMETRIC MODEL BY. GENETIC BREEDING OF A POPULATION OF MATHEMATICAL FUNCTIONS

More information

Patent Mining: Use of Data/Text Mining for Supporting Patent Retrieval and Analysis

Patent Mining: Use of Data/Text Mining for Supporting Patent Retrieval and Analysis Patent Mining: Use of Data/Text Mining for Supporting Patent Retrieval and Analysis by Chih-Ping Wei ( 魏志平 ), PhD Institute of Service Science and Institute of Technology Management National Tsing Hua

More information

NON-SELLABLE PRODUCT DATA. Order Analysis Type 7702 for PULSE, the Multi-analyzer System. Uses and Features

NON-SELLABLE PRODUCT DATA. Order Analysis Type 7702 for PULSE, the Multi-analyzer System. Uses and Features PRODUCT DATA Order Analysis Type 7702 for PULSE, the Multi-analyzer System Order Analysis Type 7702 provides PULSE with Tachometers, Autotrackers, Order Analyzers and related post-processing functions,

More information

NEW DEVELOPMENTS IN FLUX MONITORING FOR TURBINE GENERATORS. M. Sasic, B. A. Lloyd and S.R. Campbell Iris Power LP, Mississauga, Ontario, Canada

NEW DEVELOPMENTS IN FLUX MONITORING FOR TURBINE GENERATORS. M. Sasic, B. A. Lloyd and S.R. Campbell Iris Power LP, Mississauga, Ontario, Canada NEW DEVELOPMENTS IN FLUX MONITORING FOR TURBINE GENERATORS M. Sasic, B. A. Lloyd and S.R. Campbell Iris Power LP, Mississauga, Ontario, Canada Abstract Flux monitoring via permanently installed air gap

More information

On-line Partial Discharge Assessment and Monitoring of MV to EHV Cables

On-line Partial Discharge Assessment and Monitoring of MV to EHV Cables On-line Partial Discharge Assessment and Monitoring of MV to EHV Cables William Higinbotham, Neil Davies and Victor Chan EA Technology LLC, New Jersey; USA, EA Technology Pty Ltd, Brisbane Australia; EA

More information

Fault detection of a spur gear using vibration signal with multivariable statistical parameters

Fault detection of a spur gear using vibration signal with multivariable statistical parameters Songklanakarin J. Sci. Technol. 36 (5), 563-568, Sep. - Oct. 204 http://www.sjst.psu.ac.th Original Article Fault detection of a spur gear using vibration signal with multivariable statistical parameters

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

ROTOR FAULTS DETECTION IN SQUIRREL-CAGE INDUCTION MOTORS BY CURRENT SIGNATURE ANALYSIS

ROTOR FAULTS DETECTION IN SQUIRREL-CAGE INDUCTION MOTORS BY CURRENT SIGNATURE ANALYSIS ROTOR FAULTS DETECTION IN SQUIRREL-CAGE INDUCTION MOTORS BY CURRENT SIGNATURE ANALYSIS SZABÓ Loránd DOBAI Jenő Barna BIRÓ Károly Ágoston Technical University of Cluj (Romania) 400750 Cluj, P.O. Box 358,

More information

Science and mathematics

Science and mathematics Accreditation of HE Programmes (AHEP): Collated learning outcomes for six areas of learning Programmes accredited for IEng Engineering is underpinned by science and mathematics, and other associated disciplines,

More information

A train bearing fault detection and diagnosis using acoustic emission

A train bearing fault detection and diagnosis using acoustic emission Engineering Solid Mechanics 4 (2016) 63-68 Contents lists available at GrowingScience Engineering Solid Mechanics homepage: www.growingscience.com/esm A train bearing fault detection and diagnosis using

More information

Theme 2 The Turbine Dr Geoff Dutton

Theme 2 The Turbine Dr Geoff Dutton SUPERGEN Wind Wind Energy Technology Phase 2 Theme 2 The Turbine Dr Geoff Dutton Supergen Wind Phase 2 General Assembly Meeting 21 March 2012 Normalized spectrum [db] Turbine blade materials The Turbine

More information

VIBRATION BASED DIAGNOSTIC OF STEAM TURBINE FAULTS USING EXTREME LEARNING MACHINE

VIBRATION BASED DIAGNOSTIC OF STEAM TURBINE FAULTS USING EXTREME LEARNING MACHINE VIBRATION BASED DIAGNOSTIC OF STEAM TURBINE FAULTS USING EXTREME LEARNING MACHINE DHULFIQAR MOHAMMED 1, FIRAS B. ISMAIL 2, YAZAN ALJEROUDI 3,* 1 Master student in Universiti Tenaga Nasional, Malaysia 2

More information

RELEASING APERTURE FILTER CONSTRAINTS

RELEASING APERTURE FILTER CONSTRAINTS RELEASING APERTURE FILTER CONSTRAINTS Jakub Chlapinski 1, Stephen Marshall 2 1 Department of Microelectronics and Computer Science, Technical University of Lodz, ul. Zeromskiego 116, 90-924 Lodz, Poland

More information

THE USE OF ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING IN SPEECH RECOGNITION. A CS Approach By Uniphore Software Systems

THE USE OF ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING IN SPEECH RECOGNITION. A CS Approach By Uniphore Software Systems THE USE OF ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING IN SPEECH RECOGNITION A CS Approach By Uniphore Software Systems Communicating with machines something that was near unthinkable in the past is today

More information

Journal of Asian Scientific Research DATA MINNING APPLICATION INTO POTENTIAL VOTERS TRENDS IN USA ELECTIONS WITH REGRESSION ANALYSIS

Journal of Asian Scientific Research DATA MINNING APPLICATION INTO POTENTIAL VOTERS TRENDS IN USA ELECTIONS WITH REGRESSION ANALYSIS Journal of Asian Scientific Research journal homepage: http://aessweb.com/journal-detail.php?id=5003 DATA MINNING APPLICATION INTO POTENTIAL VOTERS TRENDS IN USA ELECTIONS WITH REGRESSION ANALYSIS Olagunju,

More information

intelligent subsea control

intelligent subsea control 40 SUBSEA CONTROL How artificial intelligence can be used to minimise well shutdown through integrated fault detection and analysis. By E Altamiranda and E Colina. While there might be topside, there are

More information

The Three Laws of Artificial Intelligence

The Three Laws of Artificial Intelligence The Three Laws of Artificial Intelligence Dispelling Common Myths of AI We ve all heard about it and watched the scary movies. An artificial intelligence somehow develops spontaneously and ferociously

More information

IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE

IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE International Journal of Technology (2011) 1: 56 64 ISSN 2086 9614 IJTech 2011 IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE Djamhari Sirat 1, Arman D. Diponegoro

More information

PRESIDENT S FORUM NOVEMBER 7, 2013

PRESIDENT S FORUM NOVEMBER 7, 2013 PRESIDENT S FORUM NOVEMBER 7, 2013 PURDUE MOVES GROWTH IN COMPUTER SCIENCE Sunil Prabhakar Professor and Head Jennifer Neville Associate Professor COMPUTER SCIENCE A CENTRAL DISCIPLINE Advances in computing,

More information

A Novel Fault Diagnosis Method for Rolling Element Bearings Using Kernel Independent Component Analysis and Genetic Algorithm Optimized RBF Network

A Novel Fault Diagnosis Method for Rolling Element Bearings Using Kernel Independent Component Analysis and Genetic Algorithm Optimized RBF Network Research Journal of Applied Sciences, Engineering and Technology 6(5): 895-899, 213 ISSN: 24-7459; e-issn: 24-7467 Maxwell Scientific Organization, 213 Submitted: October 3, 212 Accepted: December 15,

More information

A brief introduction to... Human-centred design and behavioural science. A brief introduction to... Human-centred design and behavioural science

A brief introduction to... Human-centred design and behavioural science. A brief introduction to... Human-centred design and behavioural science A brief introduction to... Human-centred design and behavioural science 1 Human-centred design and behavioural science Putting the human at the centre Photography by Jessica Podraza What are Human-centred

More information

A Comparative Study on different AI Techniques towards Performance Evaluation in RRM(Radar Resource Management)

A Comparative Study on different AI Techniques towards Performance Evaluation in RRM(Radar Resource Management) A Comparative Study on different AI Techniques towards Performance Evaluation in RRM(Radar Resource Management) Madhusudhan H.S, Assistant Professor, Department of Information Science & Engineering, VVIET,

More information

Disruption Classification at JET with Neural Techniques

Disruption Classification at JET with Neural Techniques EFDA JET CP(03)01-65 M. K. Zedda, T. Bolzonella, B. Cannas, A. Fanni, D. Howell, M. F. Johnson, P. Sonato and JET EFDA Contributors Disruption Classification at JET with Neural Techniques . Disruption

More information

Development of a Wireless Cable Tension Monitoring System using Smart Sensors

Development of a Wireless Cable Tension Monitoring System using Smart Sensors Development of a Wireless Cable Tension Monitoring System using Smart Sensors Sung-Han Sim 1), Jian Li 2), Hongki Jo 3), Jong-Woong Park 4), and Billie F. Spencer, Jr. 5) 1) School of Urban and Environmental

More information

Integration of Knowledge-based Approach in SHM Systems: A Case Study of Force Identification

Integration of Knowledge-based Approach in SHM Systems: A Case Study of Force Identification , 23-25 October, 2013, San Francisco, USA Integration of Knowledge-based Approach in SHM Systems: A Case Study of Force Identification Fazel Ansari, Yan Niu, Inka Buethe, Claus-Peter Fritzen, and Madjid

More information

FUTURE-PROOF INTERFACES: SYSTEMATIC IDENTIFICATION AND ANALYSIS

FUTURE-PROOF INTERFACES: SYSTEMATIC IDENTIFICATION AND ANALYSIS 13 TH INTERNATIONAL DEPENDENCY AND STRUCTURE MODELLING CONFERENCE, DSM 11 CAMBRIDGE, MASSACHUSETTS, USA, SEPTEMBER 14 15, 2011 FUTURE-PROOF INTERFACES: SYSTEMATIC IDENTIFICATION AND ANALYSIS Wolfgang Bauer

More information

Intelligent Modelling of Virtual Worlds Using Domain Ontologies

Intelligent Modelling of Virtual Worlds Using Domain Ontologies Intelligent Modelling of Virtual Worlds Using Domain Ontologies Wesley Bille, Bram Pellens, Frederic Kleinermann, and Olga De Troyer Research Group WISE, Department of Computer Science, Vrije Universiteit

More information