On the Use of Artificial Intelligence for Prognosis and Diagnosis in the PROTEUS E-maintenance platform
|
|
|
- Patience Lyons
- 10 years ago
- Views:
Transcription
1 On the Use of Artificial Intelligence for Prognosis and Diagnosis in the PROTEUS E-maintenance platform PROTEUS WP2 Team (L. Déchamp, A. Dutech, T. Montroig, X. Qian, D. Racoceanu, I. Rasovska, B. Brézillon, F.Charpillet, J-Y. Jaffray, N. Moine, B. Morello, S. Müller, G. Nguengang, N. Palluat, L.Pelissier) PROTEUS ITEA European Project URL : Abstract - The PROTEUS project has identified several maintenance tasks and functionalities where Artificial Intelligence tools or methods could bring many benefits. In this paper, we focus on the diagnosis and prognosis of faulty states in equipments. We show how the generic PROTEUS AI Web Service can be instantiated with different AI tools to do diagnosis or prognosis. Thanks to the PROTEUS architecture, these services can work with various data and knowledge sources (like FMECA, SCADA, CMMS, ERP) enabling the use of both maintenance and production data. The characteristics of these Web Services are then analyzed so as to specify the features of a Meta-Tool that, for a given diagnosis or prognosis task, would help decide which tools are best suited. This Meta-Tool itself could be built as an instance of the generic PROTEUS AI Web Service. Keywords: E-maintenance, Decision support, Diagnosis, Prognosis, Rule-based systems, Case-based reasoning, Self-organizing maps, Neuro-fuzzy systems, Hidden Markov Models. I. INTRODUCTION Proteus is a European ITEA project which aims at building a generic and general e-maintenance platform. In this framework, the more specific goal of the Work Package 2 (WP2) was to study the use of Artificial Intelligence (IA) for PROTEUS. This paper offers a overview of the WP2 work, i.e. motivations and specifications. Knowledge based systems and artificial intelligence methods can support maintenance basically on three different levels. First, there are solutions which recognise alarms, evaluate the situation based on the available data from condition monitoring and execute appropriate actions if required. Second, there are solutions for diagnostic support. They are especially intended to help service technicians which are not yet really familiar with the maintained equipment, and, based on a hierarchical model setting relationships between errors or external phenomena, their possible reasons and adequate actions, they can be considered as knowledge bases where professional experience is stored. Third, there are solutions for analysis of measurement values which are not used in daily maintenance practice but in maintenance engineering in order to get decision support for retrofit interventions or improvement of maintenance rules. However, looking at implemented solutions in the industry, we find that installed solutions rarely use artificial intelligence even if it might seem so at first sight. Given the fact that the concepts for AI methods which are known today are 20 years old or more, and taking into account that the performance of current personal computers complies with the high requirements of these methods, it is somehow surprising to see that an application in the domain of maintenance is still waiting to be realised. But on the one hand, development costs for easily useable AI tools are high and neither equipment manufacturers nor customers want to assume them. On the other hand, few types of machines exist in numbers which are large enough to justify the development costs. So, what the market needs are software packages including tools with a generic approach, which can be used in the most various application fields and which the user can adapt to his own needs even without expertise in the domain of AI. At the same time, the tools need to be largely self learning and have to be optimised on a minimisation of the data acquisition effort, since otherwise, the effort for system implementation would be higher than the maintenance effort which could be saved thanks to AI methods. Within the Proteus project, the attempt at developing AI based tools responding to these requirements has been made, and number of promising concepts have been elaborated. To describe their approaches will be the subject of the present contribution. To illustrate how AI based tools are integrated into the PROTEUS project, we will focus on some level two tasks: Diagnosis and Prognosis. Section 2 will motivate this choice. Then, we will introduce the generic template of each PROTEUS AI Web service. Section 3 shows also various instances of this generic template for the purpose of diagnosis or prognosis. The real world example of Section 4 introduces the need for a special Meta-tool that can also be specified within the PROTEUS generic template. Section 5 brings some conclusions and perspectives to this work.
2 II. DIAGNOSIS AND PROGNOSIS In this Section we motivate our focus on diagnosis and prognosis by showing their importance in the process of maintenance. The general architecture of the PROTEUS platform is then quickly exposed. A. Motivations for Maintenance Practice The Proteus project is aimed at bringing enhancements to maintenance organizations thanks to a distributed architecture including the main tools set up in industrial environments. Thus, this generic platform for e- maintenance must bring to a maintenance actor efficient tools enabling him to perform the right actions thanks to the most relevant information. In these actions, the starting point is mainly a failure appearing on an equipment. Starting from a faulty state of an equipment raises the first problem before intervening: what is the reason why the equipment is not running as it is attended to? This first step is the most crucial, as it defines all the actions to be performed in the next steps. Two main cases can be presented here: - basic failure: the maintenance operator is able to perform the diagnosis by himself and so the maintenance task may be performed quite quickly - complex failure: the help of an expert or of a whole maintenance team may be needed in order to determine what actions will be necessary for the equipment to be recovered in a correct running mode In these two cases, adding the help of a tool dedicated to diagnosis through artificial intelligence computations can bring many benefits. In basic cases, time and resources can be saved if failure and maintenance operation could be predicted by an AI tool rather that observed. In more complex cases, AI tool could probably help experts on the spot and bring them an automated way to capitalize their knowledge (sharing information between people, equipment, products ). Furthermore, AI tools could be helpful from the return of experience point of view. For example, it could help in analyzing more precisely the high amount of available data gathered on the equipment through the sensors configured on it so as to enhance further maintenance tasks. Actually, many tasks in maintenance can be improved thanks to such computing tools, as they will also give information to help a manager taking a decision, as maintenance is a succession of decision tasks. Thus, the intervention of such tools can be spread all along maintenance tasks: preparation, monitoring, decision help, intervention and experience feedback. To go further in this vision of AI activities, considering a company which is specialized in maintenance of installations, this feedback will also be useful for the next maintenance preparations when applied to similar equipment plants. B Requirements and Usage From these motivations, and the general requirements of the PROTEUS project, the architecture of the platform has been designed as depicted on Figure 1, where each tool is indeed a Web service. user PROTEUS Core Access Interface Human Machine Interface (HMI) Tool FunctionalCore Tool Support Proprietary Interface Central Service Tool Support Integration Core Process Interface Tool process Core Interfaces Figure 1 : the general architecture of PROTEUS Several AI tools are implemented in the current platform. Mostly aimed at low level diagnosis or prognosis tasks, some of these tools can also be adapted to more high level tasks like for example return of experience. These tools use different AI methods but they all fit the generic Proteus AI template that is detailed in next section. III. THE PROTEUS/GENERIC AI SERVICE TEMPLATE AND ITS INSTANCES As the whole PROTEUS platform is centered on the use of Web services organized around a central core, a main contribution of the WP2 was to define a generic AI service template that all AI tools should instantiate. We describe this template and some AI tools we adapted to PROTEUS. A. Generic Template An exhaustive study of the maintenance field shows that a generic decision tool should provide the following functionalities (to be used either by a maintenance expert or by an operator depending on the operation considered): configuration, initialization, on-demand decision making, alarm raising, model enhancement and model storage. Configuration: This "template" service enables the user to define a decision task; the maintenance expert first creates an association between the decision technology to be used, the target equipment on which maintenance decision has to be performed, the decision action to perform (such as diagnosis for instance) and the set of data containers required for data analysis (FMECA, production historical data, pre-processed data from history, fault history) Initialization: This service enables the maintenance expert to effectively retrieve the data described in the corresponding configuration from the devices attached to the considered equipment and to create a decision model by training on the imported data. It generally includes the
3 manual configuration of the training parameters and a validation of the obtained decision model. On-demand decision making: In the Proteus project, we have mainly focused on on-demand diagnosis on a given equipment. This service is mainly a presentation of decision results to the final maintenance operator. Alarm raising: The user can configure an autonomous process to monitor a given equipment and issue appropriate alert signals when needed. Model enhancement: This service, implemented by mostly all technologies used within Proteus project, refreshes the decision model using the latest available data. It can be an automated step and also include a manual feedback. Update configuration: Tools implementing this service are able to adapt to a new configuration (like adding a sensor) without having to re-learn the model from scatch. As such, it is faster than doing everything from scratch and previous experience is not lost. Model storage: Any AI service within Proteus must implement the centralized storage functionality to comply with the general architecture. This enables a totally distributed system and a full compliance with any IT architecture and enterprise workflow on the deployment target. This "template" mechanism enables an easy integration of any AI tool that could formalize its functionalities using this template. Each of the following tools implements several of the functionalities depending on the specificities of each method. B. Neuro-fuzzy system The interest of neuro-fuzzy techniques for the diagnosis and prognosis is to combine the ability to learn of neural networks with the natural language formalism of the fuzzy logic. Te diagnosis support tool so obtained uses industrial knowledge databases like CMMS, ERP, SCADA, FMECA, Failure Tree and is both reactive and easy to configure. The proposed neuro-fuzzy diagnosis aid tool is composed by a dynamic neural network module and a neuro-fuzzy module [1]. The fault detection uses a recurrent radial basis neural network [2]. The output of this real time detection module is given by the failure mode or failure symptom. This symptom is used in the neuro-fuzzy diagnosis module. The fault tree of the critical part of the system is transformed into a fuzzy neural network. This neural network uses information from the CMMS historic and is able to learn any new maintenance situations (symptommode, localization, origin). In this way, we have a reactive and dynamic diagnosis system. Sensors Dynamic Detection RRBF Initialization CMMS - Historic + FMECA Synthesis NEURO-FUZZY DIAGNOSIS AID SYSTEM Degree of membership of operating modes Configuration FT External qualitative / quantitative input Diagnosis Fuzzy Neural Network Initialization FMECA Failure Localization Failure Origin Credibility Gravity Figure 2: Principles of the neuro-fuzzy diagnosis aid system During the process, the detection system scans continuously the critical element. When a breakdown or a failure occurs or when one is likely to occur, an alarm is raised and the diagnosis aid system starts. Detection keeps working. According to the information provided by the detection system, the diagnosis aid system proposes to the operator the possible causes of the problems as well as the fuzzy interpretation of these causes. C. Case-based reasoning The creation and realization of the case-based reasoning system passes by the representation of expert s knowledge and the exploitation of this knowledge. Case-based reasoning implements a case base which contains the solutions of already solved problems. In this case base one can look for the last experience similar to the problem to be solved. A retrieval phase makes it possible to find the similar cases in the case base. The solutions of the found cases are used as bases to solve the problem running, realizing an adaptation phase to take into account the differences between the reminded case and the new case. These cases are memorized and organized according to well defined criteria making it possible to find them effectively [3]. The feasibility of CBR for the decision help to the decision operator in industrial supervision, where the experience of last situations is re-used to manage new situations, was shown in the study of the decision-making process for the operator in a context of industrial supervision [4]. The decision process to help an operator consists in the analysis of a given situation and in the drawing of the list of the entities having a role to play (or having contributed) for the current (considered) situation. These entities represent equipment variables which are known from the monitoring system such as SCADA, functional analysis, failure tree and FMECA. Even the maintenance operator could be asked to answer some questions needed to complete the description of the problem. The retrieval algorithm looks for the similar description in the case base and proposes to the operator the origin of the failure and the repair action to do. The list of the found relevant elements is presented to the operator with the aid of special tools such as dashboards, documents, etc.
4 A knowledge base and a list of parameters used to describe cases in the databases must be constructed. Knowledge needed for the CBR process as such has been identified in terms of four containers. These are : The vocabulary used that describes the domain The case base, which means the set of cases describes in this vocabulary A measure of similarity between cases. Knowledge to adapt solution cases to current case. Data post-processing corresponds to experience feedback exploitation based on intervention report capitalization. D. RuleMaker : a rule-based decision tool. The rule-based decision service provides on-demand diagnosis and recommendations on a given equipment. System knowledge that can be taken into account includes historical production, quality data and fault history. The decision model is a rule-set obtained by rule induction [5] on the selected data with an optional user defined preprocessing; the decision is obtained by a vote of the obtained rules. It also implements the automated enhancement of the decision model. One of the specificity of this method is the white-box model (the rules) that is self-explanatory. Diagnoses may take the following form: Certainly in faulty mode ("Failure might occur within 4 months after last one") with a confidence of 87 %. The maintenance expert, when initializing the decision process, decides on which criterion he will perform his decision (in the example above, the decision variable is a discretized time "since last failure", whose modalities have been manually classified as "correct running mode" or "faulty mode"). The decision is provided with an indicator for the confidence of whose definition in the decision strategy (that can be more or less aggressive depending on industrial context) The recommendations take the following form: As long as: -Pressure in [15.6 ; 17.5] Keep: - Feeder = Open - Time since last pipe change in [0 ; 3 months] - Temperature in [35; 41] To obtain: Failure might occur between 12 and 17 months after last one. This recommendation is based on an automated selection of the rule most adapted to the user's needs. Such a recommendation can only be obtained if the service is based on a general data repository that stores the variable definitions (to specify if any industrial parameter can be industrially controlled or not). E. Hidden Markov Models Hidden Markov Models are specially well suited to sequential diagnosis with noisy data as it relies on a probabilistic model of the system. The mathematical framework of Markov Chains is the basis for several Artificial Intelligence tools among which Hidden Markov Models can be adequately used for the problem of diagnosis. Under this framework, the system to study is modeled as a finite state machine with probabilistic transitions. The state of the system is not directly observable and the external agent (i.e. the maintenance operator) has only access to some observations, that are probabilistic functions of the state of the system. The whole process of diagnosis is that of inferring the most likely hidden state from the current sequence of observations. The more exact the model of the system is, the more pertinent the diagnosis will be. An appropriate algorithm, derived from the well known Baum-Welsh algorithm (see [6]), can learn a model from a corpus of (observationsequences, diagnosis) examples while giving a semantic meaning to the hidden state of the system (i.e. normal, faulty, ). Expert knowledge can greatly help the learning process by providing prior probabilities to the parameters of the model T < 100 T Normal 0.05 Failure 1.00 Figure 3 : HMM, circle are states, square are observations and each transition has probabilities On the example of Figure 3, if we know that we start from a Normal state, the AI tool can warn that a failure state is very likely when one observes a sequence of more than 3 high temperature (T 100). F. Self Orgnizing Map Self-organizing map (SOM) is an unsupervised learning and topology preserving neural network model. The SOM can map data from a high-dimensional input data space onto a two-dimensional network or grid of neurons.[7] In fault diagnosis, the SOM has two functions. Firstly, the SOM can be used in detecting the fault and in identifying it. One can detect faults even if there are no measurements of the faulty states by investigating the quantization error between the SOM and the measurements. If the quantization error exceeds a pre-defined limit, a faulty state has occurred. If one needs also to identify faults, representative examples of the faulty situations must have been recorded. Data plays a very important role in SOM using as a decision help tool. If only normal condition process data of a certain equipment, then fault detection / prognosis can be
5 done by comparing the trained model from normal process condition; if fault data available, then do fault identification / diagnosis with a few labelled samples of the faults or some general prior knowledge of the fault types. Using SOM as a maintenance decision help tool needs to firstly initialize the trained model-so called learning model based on proper dataset and prior knowledge of the dataset, the aim is to learn the typical normal behaviour of a machine from measurements. Then comparing the learning model, it is possible to decide the operation state of new measure data of the equipment. G. Tool characteristics The various PROTEUS AI Web Services quickly presented here have all been developed within the PROTEUS platform. They can all be used in the general context of diagnosis and prognosis, but depending on many parameters, each one can be more or less efficient on a specific instantiation of a task. The application boundaries of the tools, which appear more or less explicitly in the descriptions above, can be characterized by many features. Table 1 gives a nonexhaustive list of such characteristics. Boolean, numerical, symbols, free flow text, composite Discreet, continuous, dynamical Data History, sequences, single events Input Irregular, noisy, incoherent Needed knowledge Functional decomposition; Model of the process, of the data Pre-processing Necessity, availability, Type Decision, Probabilities, Rules, Output Post-processing Necessity, availability, Data See above Type Diagnosis, prognosis, monitoring, evaluation Task Equipment User Technician, Operator, Manager Others Table 1: Features that must be taken into account when choosing a PROTEUS AI Web Service IV. DIAGNOSIS AID APPLICATION TO A FLEXIBLE MANUFACTURING SYSTEM USED FOR PROTEUS DEMONSTRATOR EQUIPMENT SCADA PROTEUS PORTAIL CMMS DIAGNOSIS SUPPORT TOOL MAINTENANCE MANAGER In order to illustrate the efficiency and the usefulness of the proposed diagnosis help tools, we use an e-maintenance platform developed around the flexible manufacturing platform of one of the partner of the project (Figure 4). This system has a local industrial network between the Programmable Logic Controllers, linked with the Ethernet network by the mean of an acquisition board and a SCADA system working via an OPC server. The SCADA works in a web service approach, offering all necessary data to all clients of the e-maintenance platform. The CMMS (distant) system and a web portal participate to the diagnosis scenarios. Such possible scenarios are presented in the figures 2, 3 and 4 in a sequence diagram form. Symptom Alarm Alarm Diagnosis request Diagnosis help Maintenance order Diagnosis request Diagnosis support Maintenance order Maintenance action Figure 5. First possible sequence diagram (alarm emitted by the SCADA) EQUIPMENT SCADA PROTEUS PORTAIL CMMS DIAGNOSIS SUPPORT TOOL MAINTENANCE MANAGER Raise an alert Alert Prognosis request Prognosis request Prognosis help Prognosis support Preventive Maintenance order Preventive Maintenance order Maintenance preventive action Figure 4: Flexible production system of Besançon Figure 6. Second possible sequence diagram (alarm emitted by the diagnosis help tool Prognosis case)
6 In this scenario, we notice that the diagnosis tool is used after raising an alarm or after a maintenance manager request. We obtain also several cases: - the SCADA raises an alarm (Figure 5), - the diagnosis tool raise an alarm (Figure 6). This case corresponds also to a prognosis scenario in witch the diagnosis help tool acts like an alert raising system before the occurrence of the failure and the failure appearance. - the request comes directly from the maintenance manager or operator. This case can also correspond to a consultation of the diagnosis tool in order to identify the possible cause of a symptom. The question now is: which AI tool is best adapted to each case? Between the proposed artificial intelligent diagnosis help tools, it would be nice to have a super one able to answer this question, or better, to automatically choose and configure an appropriate AI tool for each scenario. A. Meta tool specification As the final goal of the Proteus project is to provide a generic platform, each configuration of a PROTEUS AI Service requires a concrete answer to the following question: Which technology will best suit my needs? For example, in the above example, one could use HMM in the first case, RuleMaker in the second and case-based reasoning in the third. The answer will of course take into account the relative strengths and weaknesses of each considered technology, relatively for example to every feature described in Table 1. This configuration process can also be seen as a maintenance process and could benefit from the help of another PROTEUS AI Service. We call this hypothetical service a meta-tool. Such a meta-tool intends to integrate the AI expert expertise to handle the AI tool choice. It enables the following evaluations based on the system description (reachable through a general Proteus information repository describing its ontology): - Is dynamical data provided? Is it necessary for the decision in the given context? If yes, which technology can handle it? - Is historical data provided? Event-driven data? - Is it necessary to handle irregular data sampling? - Does the technology require a functional analysis of the equipment? Is it provided? - Which pre-processing capabilities are available on the data acquisition servers implemented on site? Are they sufficient for the targeted decision technology? - What is the nature of the provided data? Mostly symbolic? Free-text, manually collected? Boolean? Numerical? Composite? Does it include missing data or data of uncertain quality? The meta-tool will then provide the best matching possible between the given decision context (available data and intended goal) and the available technologies, based on the description provided with each tool. This "meta-tool" mechanism also ensures the evolution of the Proteus platform as new AI tools can be integrated since they implement a self-descriptive interface. Such a meta-tool could itself be specified in the general template of the PROTEUS AI Service. For example, by using Case Base Reasoning as the underlying intelligence of the Meta-Tool: Configuration: Specify the AI Tools that exists, the type of services (diagnosis, prognosis, ) Initialization: gather examples from actual use of AI services within the PROTEUS framework. On-demand decision making: ask advice for diagnosis on a new equipment. Alarm raising: not useful for the meta-tool. Model enhancement: when a given service has been used for some time, one can update the case base. Update Config.: take into account a new kind of AI tool. Model storage: example of the case base need to be saved. V. CONCLUSIONS In this paper, we presented an overview of the integration of artificial intelligence tools in the PROTEUS European project on e-maintenance. The main contribution is the definition of a generic AI template for specifying how AI tools must be integrated into the platform. Several examples of AI tool instantiations were shown in the field of diagnosis and prognosis, as well as the need of a meta-tool that can fit itself into the generic template. The project opens many perspectives beyond actually implementing a meta-tool. The most obvious would be the development of tools to deal with other aspects of maintenance like maintenance engineering, intelligent e-doc access, optimization of maintenance procedures, etc. VI. REFERENCES [1] N. Palluat, D. Racoceanu, N. Zerhouni, Diagnosis using Neuro-Fuzzy Systems, Intelligent Maintenance System, in IMS 2004,14-15 juillet 2004, Arles, France. [2] R. Zemouri, D. Racoceanu, N. Zerhouni, Recurrent Radial Basis Function Network for times series prediction, Engineering s of Artificial Intelligence, The International Journal of Intelligent Real-Time Automation, journal IFAC ed. Elsevier Science, vol. 16, Issue 5-6, [3] B. Fuchs. «Représentation des connaissances pour le raisonnement à partir de cas : Le système ROCADE». Thèse au Laboratoire Image Signal Acoustique de CPE Lyon, [4] A. Mille. Raisonnement basé sur l expérience pour coopérer à la prise de décision, un nouveau paradigme en supervision industrielle». Thèse d université, Saint Etienne, [5] Smyth P., Goodman R.M. Rule induction using information theory, in Knowledge Discovery in Databases, G. Piatetsky- Shapiro and W. Frawley (eds.), The MIT Press, Cambridge: MA, pp , [6] L. Rabiner and B. Juang. An introduction to Hidden Markov Models. IEEE ASP Magazine, Vol 3(1), [7] Olli Simula,
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)
Introduction. Background
Predictive Operational Analytics (POA): Customized Solutions for Improving Efficiency and Productivity for Manufacturers using a Predictive Analytics Approach Introduction Preserving assets and improving
A HYBRID RULE BASED FUZZY-NEURAL EXPERT SYSTEM FOR PASSIVE NETWORK MONITORING
A HYBRID RULE BASED FUZZY-NEURAL EXPERT SYSTEM FOR PASSIVE NETWORK MONITORING AZRUDDIN AHMAD, GOBITHASAN RUDRUSAMY, RAHMAT BUDIARTO, AZMAN SAMSUDIN, SURESRAWAN RAMADASS. Network Research Group School of
Maximization versus environmental compliance
Maximization versus environmental compliance Increase use of alternative fuels with no risk for quality and environment Reprint from World Cement March 2005 Dr. Eduardo Gallestey, ABB, Switzerland, discusses
Total Exploration & Production: Field Monitoring Case Study
Total Exploration & Production: Field Monitoring Case Study 1 Summary TOTAL S.A. is a word-class energy producer and provider, actually part of the super majors, i.e. the worldwide independent oil companies.
Rules and Business Rules
OCEB White Paper on Business Rules, Decisions, and PRR Version 1.1, December 2008 Paul Vincent, co-chair OMG PRR FTF TIBCO Software Abstract The Object Management Group s work on standards for business
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
Maximizing return on plant assets
Maximizing return on plant assets Manufacturers in nearly every process industry face the need to improve their return on large asset investments. Effectively managing assets, however, requires a wealth
An Overview of Knowledge Discovery Database and Data mining Techniques
An Overview of Knowledge Discovery Database and Data mining Techniques Priyadharsini.C 1, Dr. Antony Selvadoss Thanamani 2 M.Phil, Department of Computer Science, NGM College, Pollachi, Coimbatore, Tamilnadu,
Case-Based Reasoning for General Electric Appliance Customer Support
Case-Based Reasoning for General Electric Appliance Customer Support William Cheetham General Electric Global Research, One Research Circle, Niskayuna, NY 12309 [email protected] (Deployed Application)
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
DEPENDABILITY STUDY OF THE ERP SYSTEM
Dependability, ERP system, availability Daniel GĄSKA *, Antoni ŚWIĆ ** DEPENDABILITY STUDY OF THE ERP SYSTEM Abstract The paper present the various aspects of the process of testing of the ERP system s
Introduction. Chapter 1
Chapter 1 Introduction The area of fault detection and diagnosis is one of the most important aspects in process engineering. This area has received considerable attention from industry and academia because
Business Intelligence through Hybrid Intelligent System Approach: Application to Retail Banking
Business Intelligence through Hybrid Intelligent System Approach: Application to Retail Banking Rajendra M Sonar, Asst Professor (IT), SJM School of Management, Indian Institute of Technology Bombay Powai,
Fuzzy Knowledge Base System for Fault Tracing of Marine Diesel Engine
Fuzzy Knowledge Base System for Fault Tracing of Marine Diesel Engine 99 Fuzzy Knowledge Base System for Fault Tracing of Marine Diesel Engine Faculty of Computers and Information Menufiya University-Shabin
Mining. Practical. Data. Monte F. Hancock, Jr. Chief Scientist, Celestech, Inc. CRC Press. Taylor & Francis Group
Practical Data Mining Monte F. Hancock, Jr. Chief Scientist, Celestech, Inc. CRC Press Taylor & Francis Group Boca Raton London New York CRC Press is an imprint of the Taylor Ei Francis Group, an Informs
Standardization of Components, Products and Processes with Data Mining
B. Agard and A. Kusiak, Standardization of Components, Products and Processes with Data Mining, International Conference on Production Research Americas 2004, Santiago, Chile, August 1-4, 2004. Standardization
A Systemic Artificial Intelligence (AI) Approach to Difficult Text Analytics Tasks
A Systemic Artificial Intelligence (AI) Approach to Difficult Text Analytics Tasks Text Analytics World, Boston, 2013 Lars Hard, CTO Agenda Difficult text analytics tasks Feature extraction Bio-inspired
Chapter 11. Managing Knowledge
Chapter 11 Managing Knowledge VIDEO CASES Video Case 1: How IBM s Watson Became a Jeopardy Champion. Video Case 2: Tour: Alfresco: Open Source Document Management System Video Case 3: L'Oréal: Knowledge
Master of Science Service Oriented Architecture for Enterprise. Courses description
Master of Science Service Oriented Architecture for Enterprise Courses description SCADA and PLC networks The course aims to consolidate and transfer of extensive knowledge regarding the architecture,
Work Process Management
GE Intelligent Platforms Work Process Management Achieving Operational Excellence through Consistent and Repeatable Plant Operations With Work Process Management, organizations can drive the right actions
WebSphere Business Modeler
Discovering the Value of SOA WebSphere Process Integration WebSphere Business Modeler Workshop SOA on your terms and our expertise Soudabeh Javadi Consulting Technical Sales Support WebSphere Process Integration
Frédéric Tardieu, IBITEK Group, details the company s business intelligence tool and how it can be used to help decision-making from the plant up.
Frédéric Tardieu, IBITEK Group, details the company s business intelligence tool and how it can be used to help decision-making from the plant up. Introduction Information technologies have become an important
CS Master Level Courses and Areas COURSE DESCRIPTIONS. CSCI 521 Real-Time Systems. CSCI 522 High Performance Computing
CS Master Level Courses and Areas The graduate courses offered may change over time, in response to new developments in computer science and the interests of faculty and students; the list of graduate
Development of a Network Configuration Management System Using Artificial Neural Networks
Development of a Network Configuration Management System Using Artificial Neural Networks R. Ramiah*, E. Gemikonakli, and O. Gemikonakli** *MSc Computer Network Management, **Tutor and Head of Department
Journal of Internet Banking and Commerce
Journal of Internet Banking and Commerce An open access Internet journal (http://www.arraydev.com/commerce/jibc/) Journal of Internet Banking and Commerce, December 2009, vol. 14, no.3 (http://www.arraydev.com/commerce/jibc/)
01219211 Software Development Training Camp 1 (0-3) Prerequisite : 01204214 Program development skill enhancement camp, at least 48 person-hours.
(International Program) 01219141 Object-Oriented Modeling and Programming 3 (3-0) Object concepts, object-oriented design and analysis, object-oriented analysis relating to developing conceptual models
Graduate Co-op Students Information Manual. Department of Computer Science. Faculty of Science. University of Regina
Graduate Co-op Students Information Manual Department of Computer Science Faculty of Science University of Regina 2014 1 Table of Contents 1. Department Description..3 2. Program Requirements and Procedures
Research on Operation Management under the Environment of Cloud Computing Data Center
, pp.185-192 http://dx.doi.org/10.14257/ijdta.2015.8.2.17 Research on Operation Management under the Environment of Cloud Computing Data Center Wei Bai and Wenli Geng Computer and information engineering
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
Learning is a very general term denoting the way in which agents:
What is learning? Learning is a very general term denoting the way in which agents: Acquire and organize knowledge (by building, modifying and organizing internal representations of some external reality);
Architecture Design & Sequence Diagram. Week 7
Architecture Design & Sequence Diagram Week 7 Announcement Reminder Midterm I: 1:00 1:50 pm Wednesday 23 rd March Ch. 1, 2, 3 and 26.5 Hour 1, 6, 7 and 19 (pp.331 335) Multiple choice Agenda (Lecture)
Using Data Mining for Mobile Communication Clustering and Characterization
Using Data Mining for Mobile Communication Clustering and Characterization A. Bascacov *, C. Cernazanu ** and M. Marcu ** * Lasting Software, Timisoara, Romania ** Politehnica University of Timisoara/Computer
Masters in Information Technology
Computer - Information Technology MSc & MPhil - 2015/6 - July 2015 Masters in Information Technology Programme Requirements Taught Element, and PG Diploma in Information Technology: 120 credits: IS5101
131-1. Adding New Level in KDD to Make the Web Usage Mining More Efficient. Abstract. 1. Introduction [1]. 1/10
1/10 131-1 Adding New Level in KDD to Make the Web Usage Mining More Efficient Mohammad Ala a AL_Hamami PHD Student, Lecturer m_ah_1@yahoocom Soukaena Hassan Hashem PHD Student, Lecturer soukaena_hassan@yahoocom
KNOWLEDGE-BASED IN MEDICAL DECISION SUPPORT SYSTEM BASED ON SUBJECTIVE INTELLIGENCE
JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 22/2013, ISSN 1642-6037 medical diagnosis, ontology, subjective intelligence, reasoning, fuzzy rules Hamido FUJITA 1 KNOWLEDGE-BASED IN MEDICAL DECISION
Ontological Representations of Software Patterns
Ontological Representations of Software Patterns Jean-Marc Rosengard and Marian F. Ursu University of London http://w2.syronex.com/jmr/ Abstract. This paper 1 is based on and advocates the trend in software
Technology WHITE PAPER
Technology WHITE PAPER What We Do Neota Logic builds software with which the knowledge of experts can be delivered in an operationally useful form as applications embedded in business systems or consulted
Candle Plant process automation based on ABB 800xA Distributed Control Systems
Candle Plant process automation based on ABB 800xA Distributed Control Systems Yousef Iskandarani and Karina Nohammer Department of Engineering University of Agder Jon Lilletuns vei 9, 4879 Grimstad Norway
Dan French Founder & CEO, Consider Solutions
Dan French Founder & CEO, Consider Solutions CONSIDER SOLUTIONS Mission Solutions for World Class Finance Footprint Financial Control & Compliance Risk Assurance Process Optimization CLIENTS CONTEXT The
A MODERN DISTRIBUTION MANAGEMENT SYSTEM FOR REGIONAL ELECTRICITY COMPANIES
A MODERN DISTRIBUTION MANAGEMENT SYSTEM FOR REGIONAL ELECTRICITY COMPANIES A Roberts, T Berry, W D Wilson Schneider Electric Ltd, UK SYNOPSIS This paper describes the features of a modern Distribution
Reusable Knowledge-based Components for Building Software. Applications: A Knowledge Modelling Approach
Reusable Knowledge-based Components for Building Software Applications: A Knowledge Modelling Approach Martin Molina, Jose L. Sierra, Jose Cuena Department of Artificial Intelligence, Technical University
Semantic Business Analytics in Industrial Facilities a Case Study
Semantic Business Analytics in Industrial Facilities a Case Study Jürgen Angele, Eddie Mönch ontoprise GmbH An der RaumFabrik 29 76227 Karlsruhe [email protected] [email protected] Abstract:
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,
Volume 2, Issue 12, December 2014 International Journal of Advance Research in Computer Science and Management Studies
Volume 2, Issue 12, December 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com
Monitoring within an Autonomic Network: A. Framework
Monitoring within an Autonomic Network: A GANA based Network Monitoring i Framework Anastasios Zafeiropoulos, Athanassios Liakopoulos, Alan Davy, Ranganai Chaparadza [email protected] Greek Research and
SureSense Software Suite Overview
SureSense Software Overview Eliminate Failures, Increase Reliability and Safety, Reduce Costs and Predict Remaining Useful Life for Critical Assets Using SureSense and Health Monitoring Software What SureSense
Healthcare Measurement Analysis Using Data mining Techniques
www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 03 Issue 07 July, 2014 Page No. 7058-7064 Healthcare Measurement Analysis Using Data mining Techniques 1 Dr.A.Shaik
HELP DESK SYSTEMS. Using CaseBased Reasoning
HELP DESK SYSTEMS Using CaseBased Reasoning Topics Covered Today What is Help-Desk? Components of HelpDesk Systems Types Of HelpDesk Systems Used Need for CBR in HelpDesk Systems GE Helpdesk using ReMind
SPATIAL DATA CLASSIFICATION AND DATA MINING
, pp.-40-44. Available online at http://www. bioinfo. in/contents. php?id=42 SPATIAL DATA CLASSIFICATION AND DATA MINING RATHI J.B. * AND PATIL A.D. Department of Computer Science & Engineering, Jawaharlal
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
Measurement Information Model
mcgarry02.qxd 9/7/01 1:27 PM Page 13 2 Information Model This chapter describes one of the fundamental measurement concepts of Practical Software, the Information Model. The Information Model provides
Machine Learning: Overview
Machine Learning: Overview Why Learning? Learning is a core of property of being intelligent. Hence Machine learning is a core subarea of Artificial Intelligence. There is a need for programs to behave
ARTIFICIAL INTELLIGENCE METHODS IN EARLY MANUFACTURING TIME ESTIMATION
1 ARTIFICIAL INTELLIGENCE METHODS IN EARLY MANUFACTURING TIME ESTIMATION B. Mikó PhD, Z-Form Tool Manufacturing and Application Ltd H-1082. Budapest, Asztalos S. u 4. Tel: (1) 477 1016, e-mail: [email protected]
Intrusion Detection via Machine Learning for SCADA System Protection
Intrusion Detection via Machine Learning for SCADA System Protection S.L.P. Yasakethu Department of Computing, University of Surrey, Guildford, GU2 7XH, UK. [email protected] J. Jiang Department
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
(Refer Slide Time: 01:52)
Software Engineering Prof. N. L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture - 2 Introduction to Software Engineering Challenges, Process Models etc (Part 2) This
dm106 TEXT MINING FOR CUSTOMER RELATIONSHIP MANAGEMENT: AN APPROACH BASED ON LATENT SEMANTIC ANALYSIS AND FUZZY CLUSTERING
dm106 TEXT MINING FOR CUSTOMER RELATIONSHIP MANAGEMENT: AN APPROACH BASED ON LATENT SEMANTIC ANALYSIS AND FUZZY CLUSTERING ABSTRACT In most CRM (Customer Relationship Management) systems, information on
Machine Learning. Chapter 18, 21. Some material adopted from notes by Chuck Dyer
Machine Learning Chapter 18, 21 Some material adopted from notes by Chuck Dyer What is learning? Learning denotes changes in a system that... enable a system to do the same task more efficiently the next
Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens
Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens 1 Optique: Improving the competitiveness of European industry For many
SCADA 2014 systems for wind
www.windpowermonthly.com/ expert-reports SCADA 2014 systems for wind Exploring the latest developments in supervisory control and data acquisition software, and trends to enhance the commercial viability
Sanjeev Kumar. contribute
RESEARCH ISSUES IN DATAA MINING Sanjeev Kumar I.A.S.R.I., Library Avenue, Pusa, New Delhi-110012 [email protected] 1. Introduction The field of data mining and knowledgee discovery is emerging as a
On the general structure of ontologies of instructional models
On the general structure of ontologies of instructional models Miguel-Angel Sicilia Information Engineering Research Unit Computer Science Dept., University of Alcalá Ctra. Barcelona km. 33.6 28871 Alcalá
PRACTICAL DATA MINING IN A LARGE UTILITY COMPANY
QÜESTIIÓ, vol. 25, 3, p. 509-520, 2001 PRACTICAL DATA MINING IN A LARGE UTILITY COMPANY GEORGES HÉBRAIL We present in this paper the main applications of data mining techniques at Electricité de France,
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,
KNOWLEDGE MANAGEMENT APPROACH FOR GAS TURBINES MAINTENANCE
KNOWLEDGE MANAGEMENT APPROACH FOR GAS TURBINES MAINTENANCE Fouzia Anguel, Maître assistant en informatique [email protected] Mokhtar Sellami, Professeur en informatique [email protected] Adresse professionnelle
The use of Information Systems in Fault Diagnosis
The use of Information Systems in Fault Diagnosis CHRIS DAVIES and RICHARD GREENOUGH School of Industrial and Manufacturing Science, Cranfield University, Cranfield, Bedford MK43 AL E-mail: [email protected]
MODEL DRIVEN DEVELOPMENT OF BUSINESS PROCESS MONITORING AND CONTROL SYSTEMS
MODEL DRIVEN DEVELOPMENT OF BUSINESS PROCESS MONITORING AND CONTROL SYSTEMS Tao Yu Department of Computer Science, University of California at Irvine, USA Email: [email protected] Jun-Jang Jeng IBM T.J. Watson
Questions? Assignment. Techniques for Gathering Requirements. Gathering and Analysing Requirements
Questions? Assignment Why is proper project management important? What is goal of domain analysis? What is the difference between functional and non- functional requirements? Why is it important for requirements
DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM
INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM M. Mayilvaganan 1, S. Aparna 2 1 Associate
Gerard Mc Nulty Systems Optimisation Ltd [email protected]/0876697867 BA.,B.A.I.,C.Eng.,F.I.E.I
Gerard Mc Nulty Systems Optimisation Ltd [email protected]/0876697867 BA.,B.A.I.,C.Eng.,F.I.E.I Data is Important because it: Helps in Corporate Aims Basis of Business Decisions Engineering Decisions Energy
Meta-Model specification V2 D602.012
PROPRIETARY RIGHTS STATEMENT THIS DOCUMENT CONTAINS INFORMATION, WHICH IS PROPRIETARY TO THE CRYSTAL CONSORTIUM. NEITHER THIS DOCUMENT NOR THE INFORMATION CONTAINED HEREIN SHALL BE USED, DUPLICATED OR
72. Ontology Driven Knowledge Discovery Process: a proposal to integrate Ontology Engineering and KDD
72. Ontology Driven Knowledge Discovery Process: a proposal to integrate Ontology Engineering and KDD Paulo Gottgtroy Auckland University of Technology [email protected] Abstract This paper is
Using reporting and data mining techniques to improve knowledge of subscribers; applications to customer profiling and fraud management
Using reporting and data mining techniques to improve knowledge of subscribers; applications to customer profiling and fraud management Paper Jean-Louis Amat Abstract One of the main issues of operators
Modeling and Design of Intelligent Agent System
International Journal of Control, Automation, and Systems Vol. 1, No. 2, June 2003 257 Modeling and Design of Intelligent Agent System Dae Su Kim, Chang Suk Kim, and Kee Wook Rim Abstract: In this study,
How To Find Influence Between Two Concepts In A Network
2014 UKSim-AMSS 16th International Conference on Computer Modelling and Simulation Influence Discovery in Semantic Networks: An Initial Approach Marcello Trovati and Ovidiu Bagdasar School of Computing
International Journal of Advancements in Research & Technology, Volume 3, Issue 4, April-2014 55 ISSN 2278-7763
International Journal of Advancements in Research & Technology, Volume 3, Issue 4, April-2014 55 Management of Wireless sensor networks using cloud technology Dipankar Mishra, Department of Electronics,
Ontology-Based Discovery of Workflow Activity Patterns
Ontology-Based Discovery of Workflow Activity Patterns Diogo R. Ferreira 1, Susana Alves 1, Lucinéia H. Thom 2 1 IST Technical University of Lisbon, Portugal {diogo.ferreira,susana.alves}@ist.utl.pt 2
SMART DIAGNOSTICS AFTER-SALES SERVICE TODAY
SMART DIAGNOSTICS AFTER-SALES SERVICE TODAY DIAGNOSTIC LIFECYCLE AFTER-SALES SERVICE TODAY Today s dynamic global markets have become increasingly complex. Companies must deal with major challenges in
Navaltik Management, Lda
Simple approach to failure modes using a maintenance organisation and management software Marcelo Batista (1), José Fernandes (1) and Alexandre Veríssimo (1) [email protected]; [email protected];
A SELF-LEARNING-PROCESS BASED DECISION SUPPORT SYSTEM FOR BEIJING TRAFFIC MANAGEMENT
Advanced OR and AI Methods in Transportation A SELF-LEARNING-PROCESS BASED DECISION SUPPORT SYSTEM FOR BEIJING TRAFFIC MANAGEMENT Yu-Sen CHEN 1, Henk J. van ZUYLEN, Rex LEE Abstract: A Self-Learning-Based
Meta-learning. Synonyms. Definition. Characteristics
Meta-learning Włodzisław Duch, Department of Informatics, Nicolaus Copernicus University, Poland, School of Computer Engineering, Nanyang Technological University, Singapore [email protected] (or search
Information Services for Smart Grids
Smart Grid and Renewable Energy, 2009, 8 12 Published Online September 2009 (http://www.scirp.org/journal/sgre/). ABSTRACT Interconnected and integrated electrical power systems, by their very dynamic
How To Test A Web Based Application Automatically
A General Framework for Testing Web-Based Applications Saeed Abrishami, Mohsen Kahani Computer Engineering Department, Ferdowsi University of Mashhad [email protected] r, [email protected] Abstract Software
Ontologies for Enterprise Integration
Ontologies for Enterprise Integration Mark S. Fox and Michael Gruninger Department of Industrial Engineering,University of Toronto, 4 Taddle Creek Road, Toronto, Ontario M5S 1A4 tel:1-416-978-6823 fax:1-416-971-1373
How To Manage A Plane With A-Cdm
Business Intelligence & Situational Awareness UltraAPEX: What s in it for the Customer Have you ever asked yourself any of the following questions? How consistently is my operation performing? Can I proactively
PROFINET IO Diagnostics 1
PROFINET IO is a very cost effective and reliable technology. However, extensive installations can have thousands of PROFINET IO devices operating on many networks. The reliable operation of these networks
Using Artificial Intelligence in Intrusion Detection Systems
Using Artificial Intelligence in Intrusion Detection Systems Matti Manninen Helsinki University of Technology [email protected] Abstract Artificial Intelligence could make the use of Intrusion Detection
From Big Data to Smart Data Thomas Hahn
Siemens Future Forum @ HANNOVER MESSE 2014 From Big to Smart Hannover Messe 2014 The Evolution of Big Digital data ~ 1960 warehousing ~1986 ~1993 Big data analytics Mining ~2015 Stream processing Digital
Comparison of Supervised and Unsupervised Learning Classifiers for Travel Recommendations
Volume 3, No. 8, August 2012 Journal of Global Research in Computer Science REVIEW ARTICLE Available Online at www.jgrcs.info Comparison of Supervised and Unsupervised Learning Classifiers for Travel Recommendations
Semantic Search in Portals using Ontologies
Semantic Search in Portals using Ontologies Wallace Anacleto Pinheiro Ana Maria de C. Moura Military Institute of Engineering - IME/RJ Department of Computer Engineering - Rio de Janeiro - Brazil [awallace,anamoura]@de9.ime.eb.br
Malay A. Dalal Madhav Erraguntla Perakath Benjamin. Knowledge Based Systems, Inc. (KBSI) College Station, TX 77840, U.S.A.
AN INTRODUCTION TO USING PROSIM FOR BUSINESS PROCESS SIMULATION AND ANALYSIS Malay A. Dalal Madhav Erraguntla Perakath Benjamin Knowledge Based Systems, Inc. (KBSI) College Station, TX 77840, U.S.A. ABSTRACT
