EXERGY, ENERGY SYSTEM ANALYSIS AND OPTIMIZATION Vol. III - Expert Systems and Knowledge Acquisition - Roberto Melli
|
|
|
- Gillian Greene
- 9 years ago
- Views:
Transcription
1 EXPERT SYSTEMS AND KNOWLEDGE ACQUISITION University of Rome 1 La Sapienza, Italy Keywords: Expert Systems, Knowledge-Based Systems, Artificial Intelligence, Knowledge Acquisition Contents 1. Introduction 2. General Knowledge representation for design purposes 3. The Knowledge Acquisition Problem 3.1. Acquisition of Knowledge is a formidable Problem in itself 3.2. Implementing the Knowledge Base 3.3. Qualitative Knowledge 3.4. Are there an Optimal Size and an Optimal Level for the KB? 3.5. Tacit vs. Explicit Knowledge 4. Knowledge Decomposition: Semantic Networks 5. Present Knowledge Acquisition methods 6. A look into the future: Potential Developments 7. Conclusions Glossary Bibliography Biographical Sketch Summary Expert Systems are examples of particular applications of the techniques of Artificial Intelligence, aimed at the construction of codes (more properly, automatic procedures ) capable of logically selective rather than deterministic behavior. While the heart of such systems is their Inference Engine (i.e., the portion in which the rules are properly compiled and consulted to extract higher level information on the System s future actions), their indispensable fuel is a certain amount of knowledge about the universe they are supposed to interact with. Such knowledge must be properly extracted, catalogued, possibly classified, logically collected or refragmented, and systematically fed into a special data base called the Knowledge Base of the ES. This chapter describes the principles of Knowledge acquisition and Knowledge Base assemblage, and discusses some of the problems that may arise with the collection and classification of knowledge. 1. Introduction Scope of any Knowledge-based (KB) method applied to an engineering task is that of assisting -or substituting- the "expert" engineer in performing tasks which can be suitably represented in a form which allows for knowledge manipulation on the part of a computer code, called the Expert System (ES) (see Artificial Intelligence and Energy Systems: Scope and Definition). This knowledge, in any way we wish to define it,
2 must be acquired, catalogued and somehow manipulated before automatic inference engines can use it. The initial treatment of knowledge is so important that a new professional figure has emerged in the last ten or twenty years, namely the Knowledge Engineer: this is a person not necessarily possessing either domain or with Artificial Intelligence (AI) coding notions, who must scout for all the relevant and pertinent information bits of interest for the specific application, and repackage the collected knowledge in such a way as to make it useful for an AI-code. Therefore, long before launching a coding activity, the knowledge engineer should consider the following questions: How can the knowledge necessary for expert-level performance be represented as symbolic data structures for computer use? How can one achieve flexibility in adding and changing knowledge in the development of a Knowledge Base? How can the knowledge in the specific field be systematically acquired? Can such knowledge be discovered by an autonomously acting program? What designs are available for the inference procedure to be used by the intelligent artifact? How can one achieve efficient and accurate performance as the extension of the problem space increases? If the power of an AI program is primarily a function of the quality and completeness of its knowledge base, then these are the critical bottlenecks of Knowledge-based Systems (KBS). Four basic principles guide the Knowledge Engineer in his knowledge gathering activity: The KNOWLEDGE PRINCIPLE: "a system exhibits intelligent understanding and action at a high level of competence primarily because of the specific knowledge it can be brought to bear: the concepts, facts, representations, methods, models and heuristics about its problem domain". The WELL-FORMEDNESS THRESHOLD: "for each task, there is some minimum knowledge needed for one to even formulate it". The COMPETENCE THRESHOLD: "difficult tasks succumb nonlinearly to knowledge. There is an ever-greater payoff (convenience) to adding each bit of knowledge, up to some level of competence. Beyond that, additional knowledge is useful but not frequently needed (e.g., it is used to handle exceptions or anomalies). When a point is reached in which almost all of these exceptions are handled as well, the addition of knowledge carries very little usefulness, and should be avoided". The INCREASING BREADTH/LIMITING DEPTH PRINCIPLE: "intelligent performance often requires problem solvers to ascend the conceptual ladder towards increasingly general knowledge, and/or to draw analogies to specific knowledge from seemingly distant domains. When this happens, and some unexplained logical or physical similarity can be detected between two facts A and B pertaining to distant domains, it is more useful to put these similarities to immediate use than to try to analyze in depth the logical paths which lead to these similarities".
3 This chapter deals with some of the available knowledge acquisition and representation methods. 2. General Knowledge Representation for Design Purposes Selecting a suitable representation for the domain knowledge is one of the first problems encountered when building a KBS. There are some general principles that should guide this representation, though there is a considerable degree of disagreement among specialists in the field. The views presented here are therefore to be taken as a (not necessarily unbiased!) generalization, and ought to be complemented with other views and approaches (see the references in Artificial Intelligence and Energy Systems: Scope and Definition). "Real" knowledge is hierarchical: so should its representation be; The (common) language which is originally used to describe a specific piece of knowledge ought to be translated into the KB without forcing it into a more precise frame than that which was originally its own: for example, if the original information is sketchy or vague or dubious, care should be exercised to retain some sort of approximation, vagueness or uncertainty in the relevant KB objects; It is advisable to write separate production rules for each level of the knowledge hierarchy: these rules may and may not be the same at different levels; Since in most engineering cases the Knowledge Base is changing in time, it is advisable to use a flexible domain-knowledge representation, consisting in a "network" of cross-referencing rules. "Tabular" knowledge representations are quite rigid and ought to be avoided. In practice, these guidelines are not difficult to implement, and their consistent application constitutes already a substantial step towards the successful compilation of an Expert System (ES). They result in general procedural rules which form a sort of syntax of the implementation language: the grammar of the language consists of a set of types under which the available knowledge can be catalogued. The list here below is neither complete nor absolute, and it has been derived from only a portion of the published applications; but it constitutes a rather complete dictionary of knowledge classification that covers most Thermal Systems Design problems. According to this list, both the conceptual (qualitative) and the physical (quantitative) knowledge needed for the implementation of an Expert Assistant for Thermal Systems Synthesis fall under the following types: Objects: components, fluids, controls and equipment in general, human operators; Properties: attributes of an object. They can be qualitative ( component A is more apt than component B to the type of service described by design specification rule R ) or quantitative ( maximum gas turbine inlet temperature T max = 1300K ), or both ( Deaerator extraction pump should be a booster for the main feedwater pump AND its net head ought to be higher than 0.02 MPa ); Relationships: (virtual) actions that directly or indirectly connect components or processes. They can be physical ( Boiler needs air, fuel and preheated water as inputs ) or logical ( If the fuel is coal, then a check of its sulfur content is
4 necessary to decide whether to consider a desulphurization unit or not ). Relationships can be further subdivided into: Time relationships: relationships containing time (in the physical sense) as an independent variable. Example: The availability of a sufficient mass flow rate of external cooling water must be ascertained before considering the possibility of inserting a water-cooled condenser in a fossil-fuelled power plant Cost relationships: relationships that have a cost measure (monetary, exergetic, resource-based, etc.) as an independent variable. Example: The exergetic cost of the unit mass of natural gas is higher than the exergetic cost of the unit mass of pre-treated urban refuse Causal relationships: of the type if p then q. Aggregations: super- or subsets of a system. For example, a plant based on a combined cycle has both the steam plant and the turbogas as its subsets; in turn, both the turbogas and the steam plant possess their components as subsets: in this case, we would call aggregation level 0 the level at which the single components are considered and described; aggregation level 1 the level at which the turbogas and the steam plant are considered, and aggregation level 2 the level at which the entire process is the black box. Engineering assumptions: all rules, specifications, descriptions, principles, assumptions and rules-of-thumb which derive from the direct experience of process- or design engineers. They include all the heuristics usually applied in the specific design activity. Procedures: norms, laws, regulations etc. It is useful to include in this type also all approximate, vague or uncertain descriptions of operative procedures ( If excessive vibrations are detected on a compressor shaft, stall-check procedure must be launched ). Analogies: all types of analogical reasoning known to apply to the field of application of the ES. Behavioral rules: qualitative or quantitative information available on the operation of any component of process of interest. It is advisable that these rules also include approximate and uncertain behavior. Approximate quantitative analysis: bulk estimates or first-order approximations to process- or component calculations. Example: If a gas turbine blade row is air-cooled, there would be no need of special alloys up to gas temperatures of about 1100K ; or Rough energy balance of the combustion chamber is: m air,in *h air,in + m fuel * LHV fuel = m gas *c p,gas *T gas. In this last case, a series of additional information bits are needed to qualify m air,in as the incoming air mass flow rate, h air,in as its enthalpy, m fuel as the fuel mass flow rate, LHV fuel as its lower heating value, m gas as the sum of m air and m fuel, c p,gas as the average specific heat of the mixture, and T gas as the reactants temperature. Using this grammar, and including in the paradigms of the ES to be constructed the syntax described by rules I-IV above, a sufficiently detailed, well-organized, easily accessible knowledge representation is easily achieved. 3. The Knowledge Acquisition Problem
5 3.1. Acquisition of Knowledge is a formidable Problem in itself The so-called Feigenbaum bottleneck problem, formulated in 1977, stated that Expert knowledge acquisition is a problematic bottleneck in the construction of applicationoriented Expert Systems. After 25 years, it is still true that a good method for constructing and maintaining (updating) the KB is the best guarantee of success of an ES. A substantial portion of the bottleneck problem lies in the wrong use that is made of expert s advice: often, it is required of the Domain Expert to systematically analyze all implications of a certain design decision, thus completely ignoring a crucial fact, namely, that the important content of the expert s Knowledge is his application experience, and not system theory. Therefore, in this sense, this part of the bottleneck is caused by a wrong approach on the part of the Knowledge Engineer, and can be easily removed. Nevertheless, the problem is not only found in collecting domain-knowledge (though this can be difficult in some specific cases), but in systematically storing it in the KB. This storage can be best organized with the help of specifically designed knowledge-acquisition computer codes, which "guide" the user through the process by making a large body of meta-level knowledge-acquisition rules accessible to him: unfortunately, general KB-acquisition codes are not readily available, since ES-assisted KB acquisition has been shown to work for rather small problems, but becomes unwieldy as the complexity of the domain increases. This "expert knowledge acquisition" can be performed in two "modes": automatically or interactively. In the interactive mode, the Knowledge Engineer uses his specific expertise in knowledge structures to help the designer fill out certain structures with portions of the available domain-specific knowledge. The general structures of knowledge remain the same from one application domain to another, but they are filled with different concepts and data (different objects) according to the specific problem under consideration. The representation is bound to be closely tied to conditional rules, and a significant degree of code/user interaction is needed. In the automatic mode, the Knowledge Engineer is given the domain-knowledge in "chunks", i.e., several pieces of information at a time, and works on them independently from the user, trying to "induce" from these primitive facts the structure of the knowledge it will have to use. Adding other "chunks" helps him verify his conclusions, to amend them as necessary, and to generalize further the induced knowledge structure TO ACCESS ALL THE 14 PAGES OF THIS CHAPTER, Visit:
6 Bibliography De Marco M. et al. (1993). COLOMBO: an expert system for process design of thermal power plants. ASME-AES vol.1/10. [The first publication describing the package that was to become a paradigm for a series of process synthesizers by the same authors] Ertas A. and Jones J. C. (1996). The Engineering Design Process. J. Wiley & Sons. [A systematization of some engineering design procedures.] Giarratano J. and Riley G. (1989). Expert Systems: Principles and Programming. Boston: PWS Publishing Co. [A valuable source of modular procedures for object-oriented, knowledge based programming.] Hori M. et al.: Configuring problem-solving methods: a CAKE perspective. Knowl. Acquis., vol.6, no.4, 1994, pp [An example of integration into an Expert System of a library of reusable knowledge. CAKE means Computer-Aided Knowledge Engineering ] Lloyd J. W., ed. (1990). Computational Logic. Springer Verlag Basic Res. Series. [A collection of papers on various topics related to the translation into computer language of the principles of relational logic.] Maiorano M. et al. (2002). An Expert Assistant For The Automatic Synthesis Of Heat Exchanger Networks. J. Energy Research Technology 132 (2). [An improved version of an Expert Design Assistant (EDA) capable of performing a synthesis and a second-law based optimization of heat exchanger networks. A large series of benchmarks show that this EDA performs consistently as well as both pinchand heuristic methods.] Newell A. (1990). Unified theories of cognition. Harvard University Press. [A thorough critical explanation of the principles of cognitive science.] Pearl J. (1984). Heuristics. Addison-Wesley. [A remarkable treatise that explains the details of a set of procedures that go well beyond the trial and error formulation.] Sciubba E. and Melli R. (1998). Artificial Intelligence in Thermal Systems Design: Concepts and Applications. New York: NOVA SCIENCE Publishers. [An introductory but complete textbook on AI topics, very strongly biased towards applications. A textbook for engineering-oriented AI users.] Shiffmann W. H. and Geffers H. W. (1993). Adaptive control of dynamic systems by back-propagation networks. Neural Networks 6(4). [An interesting application of artificial neural networks, with many detailed theoretical explanations.] Sommer E. et al.: What online machine learning can do for Knowledge Acquisition A case study, Knowledge Acquisition, vol.6, no.4, 1994, pp [A step-by-step account of the construction of an Expert System for Knowledge Acquisition] Sriram R. D. (1997). Intelligent Systems for Engineering. Springer Verlag. [A complete, well written, well balanced textbook on AI. For the quantity and quality of information contained, it constitutes a necessary reference for workers in this area.] Biographical Sketch is a Researcher at the Department of Mechanical and Aeronautical Engineering of the University of Roma 1 La Sapienza (UDR1), Roma, Italy. He received a Master in Mechanical Engineering from UDR1 in From 1974 to 75, he was a Research Assistant at the Chair of Machines in the same University. As a faculty member he lectures on Machinery and Energy Systems Design in Nuclear Engineering Master level courses. His research activities are equally divided in two main fields: 1. Energy Systems Simulation and Design 2. Applications of AI-related techniques and procedures to the Design, Synthesis and Optimization of Energy Systems His publications include more than thirty journal articles (mostly on international refereed Journals in the field of Energy). He published one book on AI applications for the types of NOVA Science, USA.
7 In his 24 year diverse management experience, ranging from founder and co-owner of a process engineering consulting firm as a consultant for AGIP S.p.A. and AGIP Petroli designed an all energy (electrical and mechanical) system for Agip Petroli s new employee recreational facility at its new headquarters in Rome showcasing the effective deployment and use of solar energy. Led a 2 year, 30 person project to design and construct China s Rural Energy Resources Training Center in Beijing and coached/mentored Chinese counterparts in designing, building and deploying systems to convert renewable energy into usable energy. Produced prototypes and simulation models for training purposes and provided much needed knowledge transfer to the Chinese Government in availability and use of various energy sources. In recent years he developed an extensive experience in the application and use of expert systems for energy management applications.
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
Business Intelligence and Decision Support Systems
Chapter 12 Business Intelligence and Decision Support Systems Information Technology For Management 7 th Edition Turban & Volonino Based on lecture slides by L. Beaubien, Providence College John Wiley
What is Data Mining, and How is it Useful for Power Plant Optimization? (and How is it Different from DOE, CFD, Statistical Modeling)
data analysis data mining quality control web-based analytics What is Data Mining, and How is it Useful for Power Plant Optimization? (and How is it Different from DOE, CFD, Statistical Modeling) StatSoft
Hybrid Modeling and Control of a Power Plant using State Flow Technique with Application
Hybrid Modeling and Control of a Power Plant using State Flow Technique with Application Marwa M. Abdulmoneim 1, Magdy A. S. Aboelela 2, Hassen T. Dorrah 3 1 Master Degree Student, Cairo University, Faculty
Expert System and Knowledge Management for Software Developer in Software Companies
Expert System and Knowledge Management for Software Developer in Software Companies 1 M.S.Josephine, 2 V.Jeyabalaraja 1 Dept. of MCA, Dr.MGR University, Chennai. 2 Dept.of MCA, Velammal Engg.College,Chennai.
A Framework of Context-Sensitive Visualization for User-Centered Interactive Systems
Proceedings of 10 th International Conference on User Modeling, pp423-427 Edinburgh, UK, July 24-29, 2005. Springer-Verlag Berlin Heidelberg 2005 A Framework of Context-Sensitive Visualization for User-Centered
ON-LINE MONITORING OF POWER PLANTS
ON-LINE MONITORING OF POWER PLANTS Dr. Hans-Gerd Brummel Siemens Power Generation (PG), Huttenstrasse 12-16, 10553 Berlin, Germany Phone: +49 30 3464 4158, E-mail: [email protected] Table of
COMPLEXITY RISING: FROM HUMAN BEINGS TO HUMAN CIVILIZATION, A COMPLEXITY PROFILE. Y. Bar-Yam New England Complex Systems Institute, Cambridge, MA, USA
COMPLEXITY RISING: FROM HUMAN BEINGS TO HUMAN CIVILIZATION, A COMPLEXITY PROFILE Y. BarYam New England Complex Systems Institute, Cambridge, MA, USA Keywords: complexity, scale, social systems, hierarchical
Implementation of hybrid software architecture for Artificial Intelligence System
IJCSNS International Journal of Computer Science and Network Security, VOL.7 No.1, January 2007 35 Implementation of hybrid software architecture for Artificial Intelligence System B.Vinayagasundaram and
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
School of Computer Science
School of Computer Science Computer Science - Honours Level - 2014/15 October 2014 General degree students wishing to enter 3000- level modules and non- graduating students wishing to enter 3000- level
HELPDESK EXPERT. Abstract
HELPDESK EXPERT Pradit Songsangyos Rajamangala University of Technology Suvarnabhumi Title Lecturer Postal Address 19 Ou-tong road, Pranakhon Si Ayutthaya 13000, Thailand E-mail: [email protected] Wararat
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
8. KNOWLEDGE BASED SYSTEMS IN MANUFACTURING SIMULATION
- 1-8. KNOWLEDGE BASED SYSTEMS IN MANUFACTURING SIMULATION 8.1 Introduction 8.1.1 Summary introduction The first part of this section gives a brief overview of some of the different uses of expert systems
From today s systems to the future renewable energy systems. Iva Ridjan US-DK summer school AAU Copenhagen 17 August 2015
From today s systems to the future renewable energy systems Iva Ridjan US-DK summer school AAU Copenhagen 17 August 2015 STRUCTURE OF ENERGY SYSTEMS 8/17/2015 Copenhagen, Denmark 2 Components Demand Heat
IAI : Knowledge Representation
IAI : Knowledge Representation John A. Bullinaria, 2005 1. What is Knowledge? 2. What is a Knowledge Representation? 3. Requirements of a Knowledge Representation 4. Practical Aspects of Good Representations
APPLIED THERMODYNAMICS TUTORIAL 1 REVISION OF ISENTROPIC EFFICIENCY ADVANCED STEAM CYCLES
APPLIED THERMODYNAMICS TUTORIAL 1 REVISION OF ISENTROPIC EFFICIENCY ADVANCED STEAM CYCLES INTRODUCTION This tutorial is designed for students wishing to extend their knowledge of thermodynamics to a more
Improving Knowledge-Based System Performance by Reordering Rule Sequences
Improving Knowledge-Based System Performance by Reordering Rule Sequences Neli P. Zlatareva Department of Computer Science Central Connecticut State University 1615 Stanley Street New Britain, CT 06050
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
Deploying Artificial Intelligence Techniques In Software Engineering
Deploying Artificial Intelligence Techniques In Software Engineering Jonathan Onowakpo Goddey Ebbah Department of Computer Science University of Ibadan Ibadan, Nigeria Received March 8, 2002 Accepted March
How the Computer Translates. Svetlana Sokolova President and CEO of PROMT, PhD.
Svetlana Sokolova President and CEO of PROMT, PhD. How the Computer Translates Machine translation is a special field of computer application where almost everyone believes that he/she is a specialist.
Top Technology for Industry, Agriculture, Business and Communities
Top Technology for Industry, Agriculture, Business and Communities CHP The Technology with a Potential for Saving Energy Combined Heat and Power (CHP) is a highly efficient technology for the conversion
IAI : Expert Systems
IAI : Expert Systems John A. Bullinaria, 2005 1. What is an Expert System? 2. The Architecture of Expert Systems 3. Knowledge Acquisition 4. Representing the Knowledge 5. The Inference Engine 6. The Rete-Algorithm
Information Technology and Knowledge Management
Information Technology and Knowledge Management E. Shimemura and Y. Nakamori Japan Advanced Institute of Science and Technology 1-1 Asahidai, Tatsunokuchi, Ishikawa 923-1292, Japan Abstract This paper
Exergy: the quality of energy N. Woudstra
Exergy: the quality of energy N. Woudstra Introduction Characteristic for our society is a massive consumption of goods and energy. Continuation of this way of life in the long term is only possible if
The Research of Small and Medium Enterprises Knowledge Management Based on Document Strategy
The Research of Small and Medium Enterprises Knowledge Management Based on Document Strategy YU Lijuan School of Management, Beijing Union University, China, 100101 [email protected] Abstract: According
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
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
KING SAUD UNIVERSITY COLLEGE OF COMPUTER AND INFORMATION SCIENCES DEPARTMENT OF INFORMATION SYSTEMS THE MASTER'S DEGREE PROGRAM INFORMATION SYSTEMS
KING SAUD UNIVERSITY COLLEGE OF COMPUTER AND INFORMATION SCIENCES DEPARTMENT OF INFORMATION SYSTEMS THE MASTER'S DEGREE PROGRAM IN INFORMATION SYSTEMS 1. Introduction 1.1 Information Systems Information
A CASE STUDY: PERFORMANCE AND ACCEPTANCE TEST OF A POWER AND DESALINATION PLANT. Keywords : Power Plant, Boiler Capacity, Electrical Power
A CASE STUDY: PERFORMANCE AND ACCEPTANCE TEST OF A POWER AND DESALINATION PLANT Atef M Al Baghdadi Water and Electricity Authority Abu Dhabi, U.A.E Keywords : Power Plant, Boiler Capacity, Electrical Power
Appendix F Alternatives for Estimating Energy Consumption
Appendix F Alternatives Estimating Energy Consumption This appendix is reprinted from the Annual Energy Review 200. EIA continues to review alternative options accounting energy consumption and related
Methodological Issues for Interdisciplinary Research
J. T. M. Miller, Department of Philosophy, University of Durham 1 Methodological Issues for Interdisciplinary Research Much of the apparent difficulty of interdisciplinary research stems from the nature
Recover Heat from Boiler Blowdown Water
Prepared for California Energy Commission (CEC) Prepared By: Southern California Gas Company (A Sempra Energy Utility) E3M Inc. May 2012 i Disclaimer The CEC and its contractor, Southern California Gas
A Framework for Ontology-Based Knowledge Management System
A Framework for Ontology-Based Knowledge Management System Jiangning WU Institute of Systems Engineering, Dalian University of Technology, Dalian, 116024, China E-mail: [email protected] Abstract Knowledge
Thesis Summary: An Ontology for City Logistics
Thesis summary This report contains the detailed course of designing an ontology that formalises the domain knowledge of City Logistics and then facilitates relevant agent-based modelling. Validation,
School of Computer Science
School of Computer Science Head of School Professor S Linton Taught Programmes M.Sc. Advanced Computer Science Artificial Intelligence Computing and Information Technology Information Technology Human
Development of a Conceptual Reference Model for Micro Energy Grid
Development of a Conceptual Reference Model for Micro Energy Grid 1 Taein Hwang, 2 Shinyuk Kang, 3 Ilwoo Lee 1, First Author, Corresponding author Electronics and Telecommunications Research Institute,
Masters in Human Computer Interaction
Masters in Human Computer Interaction Programme Requirements Taught Element, and PG Diploma in Human Computer Interaction: 120 credits: IS5101 CS5001 CS5040 CS5041 CS5042 or CS5044 up to 30 credits from
Masters in Advanced Computer Science
Masters in Advanced Computer Science Programme Requirements Taught Element, and PG Diploma in Advanced Computer Science: 120 credits: IS5101 CS5001 up to 30 credits from CS4100 - CS4450, subject to appropriate
Masters in Artificial Intelligence
Masters in Artificial Intelligence Programme Requirements Taught Element, and PG Diploma in Artificial Intelligence: 120 credits: IS5101 CS5001 CS5010 CS5011 CS4402 or CS5012 in total, up to 30 credits
INVENTS: an hybrid system for subsurface ventilation analysis
Proceedings of International Scientific Conference of FME Session 4: Automation Control and Applied Informatics Paper 23 INVENTS: an hybrid system for subsurface ventilation analysis LILIĆ, Nikola 1, STANKOVIĆ,
Developing a Theory-Based Ontology for Best Practices Knowledge Bases
Developing a Theory-Based Ontology for Best Practices Knowledge Bases Daniel E. O Leary University of Southern California 3660 Trousdale Parkway Los Angeles, CA 90089-0441 [email protected] Abstract Knowledge
Masters in Networks and Distributed Systems
Masters in Networks and Distributed Systems Programme Requirements Taught Element, and PG Diploma in Networks and Distributed Systems: 120 credits: IS5101 CS5001 CS5021 CS4103 or CS5023 in total, up to
Expert Systems : AI Course Lecture 35 36, notes, slides www.myreaders.info/, RC Chakraborty, e-mail rcchak@gmail.
Expert Systems : AI Course Lecture 35 36, notes, slides www.myreaders.info/, RC Chakraborty, e-mail [email protected], June 01, 2010 www.myreaders.info/html/artificial_intelligence.html www.myreaders.info
Masters in Computing and Information Technology
Masters in Computing and Information Technology Programme Requirements Taught Element, and PG Diploma in Computing and Information Technology: 120 credits: IS5101 CS5001 or CS5002 CS5003 up to 30 credits
New technical solutions for energy efficient buildings
- New technical solutions for energy efficient buildings State of the Art Report New technologies for heat pumps Authors: Heimo Staller, Angelika Tisch, IFZ Oct. 2010 Background Heat pumps are machines
How To Use Data Mining For Knowledge Management In Technology Enhanced Learning
Proceedings of the 6th WSEAS International Conference on Applications of Electrical Engineering, Istanbul, Turkey, May 27-29, 2007 115 Data Mining for Knowledge Management in Technology Enhanced Learning
IS YOUR DATA WAREHOUSE SUCCESSFUL? Developing a Data Warehouse Process that responds to the needs of the Enterprise.
IS YOUR DATA WAREHOUSE SUCCESSFUL? Developing a Data Warehouse Process that responds to the needs of the Enterprise. Peter R. Welbrock Smith-Hanley Consulting Group Philadelphia, PA ABSTRACT Developing
APPLYING CASE BASED REASONING IN AGILE SOFTWARE DEVELOPMENT
APPLYING CASE BASED REASONING IN AGILE SOFTWARE DEVELOPMENT AIMAN TURANI Associate Prof., Faculty of computer science and Engineering, TAIBAH University, Medina, KSA E-mail: [email protected] ABSTRACT
ENERGY TRANSFER SYSTEMS AND THEIR DYNAMIC ANALYSIS
ENERGY TRANSFER SYSTEMS AND THEIR DYNAMIC ANALYSIS Many mechanical energy systems are devoted to transfer of energy between two points: the source or prime mover (input) and the load (output). For chemical
Ontology for Home Energy Management Domain
Ontology for Home Energy Management Domain Nazaraf Shah 1,, Kuo-Ming Chao 1, 1 Faculty of Engineering and Computing Coventry University, Coventry, UK {nazaraf.shah, k.chao}@coventry.ac.uk Abstract. This
Accenture Utilities Podcast Series A perspective on enterprise asset management in the power generation sector
Accenture Utilities Podcast Series A perspective on enterprise asset management in the power generation sector An interview with Todd Knapp, Accenture s Enterprise Asset Management Lead in Accenture Utilities
SRS: THE STANDARDIZED REPOWERING SOLUTION FOR 300MW STEAM POWER PLANTS IN RUSSIA. Matthias Fränkle Siemens Power Generation (PG), Germany
SRS: THE STANDARDIZED REPOWERING SOLUTION FOR 300MW STEAM POWER PLANTS IN RUSSIA Matthias Fränkle Siemens Power Generation (PG), Germany Page 1 of 11 1 Introduction Deregulation and competition are further
Development (60 ЕCTS)
Study program Faculty Cycle Software and Application Development (60 ЕCTS) Contemporary Sciences and Technologies Postgraduate ECTS 60 Offered in Tetovo Description of the program The objectives of the
OVERVIEW. Toolbox for Thermodynamic Modeling and Simulation with MATLAB /Simulink. Key Features:
A COMPANY WITH ENERGY Toolbox for Thermodynamic Modeling and Simulation with MATLAB /Simulink OVERVIEW Thermolib Expands the MATLAB /Simulink Suite with tools to design, model and simulate complex thermodynamic
Summary of GAO Cost Estimate Development Best Practices and GAO Cost Estimate Audit Criteria
Characteristic Best Practice Estimate Package Component / GAO Audit Criteria Comprehensive Step 2: Develop the estimating plan Documented in BOE or Separate Appendix to BOE. An analytic approach to cost
Theoretical Perspective
Preface Motivation Manufacturer of digital products become a driver of the world s economy. This claim is confirmed by the data of the European and the American stock markets. Digital products are distributed
MEANINGS CONSTRUCTION ABOUT SAMPLING DISTRIBUTIONS IN A DYNAMIC STATISTICS ENVIRONMENT
MEANINGS CONSTRUCTION ABOUT SAMPLING DISTRIBUTIONS IN A DYNAMIC STATISTICS ENVIRONMENT Ernesto Sánchez CINVESTAV-IPN, México Santiago Inzunza Autonomous University of Sinaloa, México [email protected]
GEOTHERMAL POWER GENERATION A PRIMER ON LOW-TEMPERATURE, SMALL-SCALE APPLICATIONS
GEOTHERMAL POWER GENERATION A PRIMER ON LOW-TEMPERATURE, SMALL-SCALE APPLICATIONS by Kevin Rafferty Geo-Heat Center January 2000 REALITY CHECK Owners of low-temperature geothermal resources are often interested
Operations Research and Knowledge Modeling in Data Mining
Operations Research and Knowledge Modeling in Data Mining Masato KODA Graduate School of Systems and Information Engineering University of Tsukuba, Tsukuba Science City, Japan 305-8573 [email protected]
MEng, BSc Applied Computer Science
School of Computing FACULTY OF ENGINEERING MEng, BSc Applied Computer Science Year 1 COMP1212 Computer Processor Effective programming depends on understanding not only how to give a machine instructions
ONTOLOGY FOR MOBILE PHONE OPERATING SYSTEMS
ONTOLOGY FOR MOBILE PHONE OPERATING SYSTEMS Hasni Neji and Ridha Bouallegue Innov COM Lab, Higher School of Communications of Tunis, Sup Com University of Carthage, Tunis, Tunisia. Email: [email protected];
A car air-conditioning system based on an absorption refrigeration cycle using energy from exhaust gas of an internal combustion engine
A car air-conditioning system based on an absorption refrigeration cycle using energy from exhaust gas of an internal combustion engine G Vicatos J Gryzagoridis S Wang Department of Mechanical Engineering,
Improved Monitoring and Surveillance through Integration of Artificial Intelligence and Information Management Systems
Improved Monitoring and Surveillance through Integration of Artificial Intelligence and Information Management Systems Marco Lazzari Paolo Salvaneschi ISMES - viale Giulio Cesare, 29-24124 Bergamo ITALY
SECURITY METRICS: MEASUREMENTS TO SUPPORT THE CONTINUED DEVELOPMENT OF INFORMATION SECURITY TECHNOLOGY
SECURITY METRICS: MEASUREMENTS TO SUPPORT THE CONTINUED DEVELOPMENT OF INFORMATION SECURITY TECHNOLOGY Shirley Radack, Editor Computer Security Division Information Technology Laboratory National Institute
Functional Decomposition Top-Down Development
Functional Decomposition Top-Down Development The top-down approach builds a system by stepwise refinement, starting with a definition of its abstract function. You start the process by expressing a topmost
ANALYSIS OF WEB-BASED APPLICATIONS FOR EXPERT SYSTEM
Computer Modelling and New Technologies, 2011, Vol.15, No.4, 41 45 Transport and Telecommunication Institute, Lomonosov 1, LV-1019, Riga, Latvia ANALYSIS OF WEB-BASED APPLICATIONS FOR EXPERT SYSTEM N.
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
THE PRODUCTION OF ELECTRICITY FROM WOOD AND OTHER SOLID BIOMASS
THE PRODUCTION OF ELECTRICITY FROM WOOD AND OTHER SOLID BIOMASS RTP TM /ADVANCED CYCLE VS. COMBUSTION STEAM CYCLES OR WHY NOT SIMPLY COMBUST? For decades, the only commercial option available for the production
A Systematic Review Process for Software Engineering
A Systematic Review Process for Software Engineering Paula Mian, Tayana Conte, Ana Natali, Jorge Biolchini and Guilherme Travassos COPPE / UFRJ Computer Science Department Cx. Postal 68.511, CEP 21945-970,
Design and Test Operation Performance of 1,500 C Class Gas Turbine Combined-Cycle Power Plant:
31 Design and Test Operation Performance of 1,500 C Class Gas Turbine Combined-Cycle Power Plant: Construction of Group 1 of the Tokyo Electric Power Company s Kawasaki Thermal Power Station KIYOSHI KAWAKAMI
A STUDY ON DATA MINING INVESTIGATING ITS METHODS, APPROACHES AND APPLICATIONS
A STUDY ON DATA MINING INVESTIGATING ITS METHODS, APPROACHES AND APPLICATIONS Mrs. Jyoti Nawade 1, Dr. Balaji D 2, Mr. Pravin Nawade 3 1 Lecturer, JSPM S Bhivrabai Sawant Polytechnic, Pune (India) 2 Assistant
Study of a Supercritical CO2 Power Cycle Application in a Cogeneration Power Plant
Supercritical CO2 Power Cycle Symposium September 9-10, 2014 Pittsburg, Pennsylvania USA Study of a Supercritical CO2 Power Cycle Application in a Cogeneration Power Plant Dr. Leonid Moroz, Dr. Maksym
INTRUSION PREVENTION AND EXPERT SYSTEMS
INTRUSION PREVENTION AND EXPERT SYSTEMS By Avi Chesla [email protected] Introduction Over the past few years, the market has developed new expectations from the security industry, especially from the intrusion
Topic 2: Structure of Knowledge-Based Systems
Engineering (Ingeniería del Conocimiento) Escuela Politécnica Superior, UAM Course 2007-2008 Topic 2: Structure of -Based Systems Contents 2.1 Components according to the Final User 2.2 Components according
MEng, BSc Computer Science with Artificial Intelligence
School of Computing FACULTY OF ENGINEERING MEng, BSc Computer Science with Artificial Intelligence Year 1 COMP1212 Computer Processor Effective programming depends on understanding not only how to give
Chapter 2 Conceptualizing Scientific Inquiry
Chapter 2 Conceptualizing Scientific Inquiry 2.1 Introduction In order to develop a strategy for the assessment of scientific inquiry in a laboratory setting, a theoretical construct of the components
Transient Analysis of Integrated Shiraz Hybrid Solar Thermal Power Plant Iman Niknia 1, Mahmood Yaghoubi 1, 2
Transient Analysis of Integrated Shiraz Hybrid Solar Thermal Power Plant Iman Niknia 1, Mahmood Yaghoubi 1, 2 1 School of Mechanical Engineering, Shiraz University, Shiraz, Iran 1, 2 Shiraz University,
Knowledge Based Descriptive Neural Networks
Knowledge Based Descriptive Neural Networks J. T. Yao Department of Computer Science, University or Regina Regina, Saskachewan, CANADA S4S 0A2 Email: [email protected] Abstract This paper presents a
(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
Levelized Cost and Levelized Avoided Cost of New Generation Resources in the Annual Energy Outlook 2015
June 2015 Levelized Cost and Levelized Avoided Cost of New Generation Resources in the Annual Energy Outlook 2015 This paper presents average values of levelized costs for generating technologies that
Making Coal Use Compatible with Measures to Counter Global Warming
Making Use Compatible with Measures to Counter Global Warming The J-POWER Group is one of the biggest coal users in Japan, consuming approximately 2 million tons of coal per year at eight coal-fired power
GT2011 46090 ANALYSIS OF A MICROGASTURBINE FED BY NATURAL GAS AND SYNTHESIS GAS: MGT TEST BENCH AND COMBUSTOR CFD ANALYSIS
ASME Turbo Expo 2011 June 6 10, 2011 Vancouver, Canada GT 2011 46090 ANALYSIS OF A MICROGASTURBINE FED BY NATURAL GAS AND SYNTHESIS GAS: MGT TEST BENCH AND COMBUSTOR CFD ANALYSIS M. Cadorin 1,M. Pinelli
COAL, OIL SHALE, NATURAL BITUMEN, HEAVY OIL AND PEAT Vol. II -Extraction of Oil Shale: Surface and In Situ Retorting - Victor Yefimov and Shuyuan Li
EXTRACTION OF OIL SHALE: SURFACE AND IN SITU RETORTING Victor Yefimov Oil Shale Research Institute, KohtlaJärve, Estonia Shuyuan Li University of Petroleum, Beijing, China Keywords: Extraction, oil shale,
6.2.8 Neural networks for data mining
6.2.8 Neural networks for data mining Walter Kosters 1 In many application areas neural networks are known to be valuable tools. This also holds for data mining. In this chapter we discuss the use of neural
RANKING REFACTORING PATTERNS USING THE ANALYTICAL HIERARCHY PROCESS
RANKING REFACTORING PATTERNS USING THE ANALYTICAL HIERARCHY PROCESS Eduardo Piveta 1, Ana Morra 2, Maelo Penta 1 João Araújo 2, Pedro Guerrro 3, R. Tom Price 1 1 Instituto de Informática, Universidade
Assessment of Solar-Coal Hybrid Electricity Power Generating Systems 13
Journal of Energy and Power Engineering 6 (2012) 12-19 D DAVID PUBLISHING Assessment of Solar-Coal Hybrid Electricity Power Generating Systems Moses Tunde Oladiran 1, Cheddi Kiravu 1 and Ovid Augustus
Building Energy Systems. - HVAC: Heating, Distribution -
* Some of the images used in these slides are taken from the internet for instructional purposes only Building Energy Systems - HVAC: Heating, Distribution - Bryan Eisenhower Associate Director Center
A Medical Decision Support System (DSS) for Ubiquitous Healthcare Diagnosis System
, pp. 237-244 http://dx.doi.org/10.14257/ijseia.2014.8.10.22 A Medical Decision Support System (DSS) for Ubiquitous Healthcare Diagnosis System Regin Joy Conejar 1 and Haeng-Kon Kim 1* 1 School of Information
The «SQALE» Analysis Model An analysis model compliant with the representation condition for assessing the Quality of Software Source Code
The «SQALE» Analysis Model An analysis model compliant with the representation condition for assessing the Quality of Software Source Code Jean-Louis Letouzey DNV IT Global Services Arcueil, France [email protected]
Chapter 4 EFFICIENCY OF ENERGY CONVERSION
Chapter 4 EFFICIENCY OF ENERGY CONVERSION The National Energy Strategy reflects a National commitment to greater efficiency in every element of energy production and use. Greater energy efficiency can
Preparatory Paper on Focal Areas to Support a Sustainable Energy System in the Electricity Sector
Preparatory Paper on Focal Areas to Support a Sustainable Energy System in the Electricity Sector C. Agert, Th. Vogt EWE Research Centre NEXT ENERGY, Oldenburg, Germany corresponding author: [email protected]
Adapting Gas-Power Generation to New Role in Low-Carbon Energy Systems
Adapting Gas-Power Generation to New Role in Low-Carbon Energy Systems Sandra Scalari Enel Ingegneria e Ricerca SpA Copenhagen, May 27-28 th 2014 Enel Presentation Generation Shift & Market in Europe Enel
