• 제목/요약/키워드: Expert base

검색결과 461건 처리시간 0.022초

QUALITY IMPROVEMENT FOR EXPERT BASE WITH CONTROL CHART TECHNIQUES

  • Liu Yumin;Xu Jichao
    • 한국품질경영학회:학술대회논문집
    • /
    • 한국품질경영학회 1998년도 The 12th Asia Quality Management Symposium* Total Quality Management for Restoring Competitiveness
    • /
    • pp.189-197
    • /
    • 1998
  • The axiomatic hypothesis of the objective distribution of evaluation subjection will be proposed in this paper. On the basis of that, set up the random response model of the expert evaluation system and the quality control principle of expert base. Under this principle, develop the statistical quality control theory of expert base, further; provide the quality improvement technology for expert base.

  • PDF

A Development of Forward Inference Engine and Expert Systems based on Relational Database and SQL

  • Kim, Jin-Sung
    • 한국지능시스템학회:학술대회논문집
    • /
    • 한국퍼지및지능시스템학회 2003년도 추계 학술대회 학술발표 논문집
    • /
    • pp.49-52
    • /
    • 2003
  • In this research, we propose a mechanism to develop an inference engine and expert systems based on relational database and SQL (structured query language). Generally, former researchers had tried to develop an expert systems based on text-oriented knowledge base and backward/forward (chaining) inference engine. In these researches, however, the speed of inference was remained as a tackling point in the development of agile expert systems. Especially, the forward inference needs more times than backward inference. In addition, the size of knowledge base, complicate knowledge expression method, expansibility of knowledge base, and hierarchies among rules are the critical limitations to develop an expert systems. To overcome the limitations in speed of inference and expansibility of knowledge base, we proposed a relational database-oriented knowledge base and forward inference engine. Therefore, our proposed mechanism could manipulate the huge size of knowledge base efficiently, and inference with the large scaled knowledge base in a short time. To this purpose, we designed and developed an SQL-based forward inference engine using relational database. In the implementation process, we also developed a prototype expert system and presented a real-world validation data set collected from medical diagnosis field.

  • PDF

RDB-based Automatic Knowledge Acquisition and Forward Inference Mechanism for Self-Evolving Expert Systems

  • Kim, Jin-Sung
    • 한국지능시스템학회논문지
    • /
    • 제13권6호
    • /
    • pp.743-748
    • /
    • 2003
  • In this research, we propose a mechanism to develop an inference engine and expert systems based on relational database (RDB) and SQL (structured query language). Generally, former researchers had tried to develop an expert systems based on text-oriented knowledge base and backward/forward (chaining) inference engine. In these researches, however, the speed of inference was remained as a tackling point in the development of agile expert systems. Especially, the forward inference needs more times than backward inference. In addition, the size of knowledge base, complicate knowledge expression method, expansibility of knowledge base, and hierarchies among rules are the critical limitations to develop an expert system. To overcome the limitations in speed of inference and expansibility of knowledge base, we proposed a relational database-oriented knowledge base and forward inference engine. Therefore, our proposed mechanism could manipulate the huge size of knowledge base efficiently. and inference with the large scaled knowledge base in a short time. To this purpose, we designed and developed an SQL-based forward inference engine using relational database. In the implementation process, we also developed a prototype expert system and presented a real-world validation data set collected from medical diagnosis field.

A Primitive Model of An Expert Training Model

  • 유영동
    • 한국정보시스템학회지:정보시스템연구
    • /
    • 제1권
    • /
    • pp.149-178
    • /
    • 1992
  • The field of Artificial Intelligence (AI) is growing, and many firms are investing in expert system, one of AI's subfields. An expert system is defined as a computer program designed to replicate some aspect of the decision making of one or more experts and to be used by nonexperts. The kernel of an expert system is the knowledge base, which consists of the facts and rules that represent the expert's knowledge. Firms need expert systems for training employees to provide competitive advantage. This paper describes the model of an instructional expert training system which interfaces to external programs, such as an ASCII file, a work-sheet program, and a database program. A model for such an expert training system, and its prototype have been developed to demonstrate its functionality. A modular knowledge base has been developed and implemented in support of this study. The modularized knowledge base offers the user an easy and quick maintenance of facts and rules, which are frequently required to change in future.

  • PDF

반도체 생산 라인에서의 이탈 처리 추적 전문가 시스템의 지식베이스 구축 (Construction of Knowledge Base for Fault Tracking Expert System in Semiconductor Production Line)

  • 김형종;조대호;이칠기;김훈모;노용한
    • 제어로봇시스템학회논문지
    • /
    • 제5권1호
    • /
    • pp.54-61
    • /
    • 1999
  • Objective of the research is to put the vast and complex fault tracking knowledge of human experts in semiconductor production line into the knowledge base of computer system. We mined the fault tracking knowledge of domain experts(engineers of production line) for the construction of knowledge base of the expert system. Object oriented fact models which increase the extensibility and reusability have been built. The rules are designed to perform the fault diagnosis of the items in production device. We have exploited the evidence accumulation method to assign check priority in rules. The major contribution is in the overall design and implementation of the nile base and related facts of the expert system in object oriented paradigm for the application of the system in fault diagnosis in semiconductor production line.

  • PDF

Self-Evolving Expert Systems based on Fuzzy Neural Network and RDB Inference Engine

  • Kim, Jin-Sung
    • 지능정보연구
    • /
    • 제9권2호
    • /
    • pp.19-38
    • /
    • 2003
  • In this research, we propose the mechanism to develop self-evolving expert systems (SEES) based on data mining (DM), fuzzy neural networks (FNN), and relational database (RDB)-driven forward/backward inference engine. Most researchers had tried to develop a text-oriented knowledge base (KB) and inference engine (IE). However, this approach had some limitations such as 1) automatic rule extraction, 2) manipulation of ambiguousness in knowledge, 3) expandability of knowledge base, and 4) speed of inference. To overcome these limitations, knowledge engineers had tried to develop an automatic knowledge extraction mechanism. As a result, the adaptability of the expert systems was improved. Nonetheless, they didn't suggest a hybrid and generalized solution to develop self-evolving expert systems. To this purpose, we propose an automatic knowledge acquisition and composite inference mechanism based on DM, FNN, and RDB-driven inference engine. Our proposed mechanism has five advantages. First, it can extract and reduce the specific domain knowledge from incomplete database by using data mining technology. Second, our proposed mechanism can manipulate the ambiguousness in knowledge by using fuzzy membership functions. Third, it can construct the relational knowledge base and expand the knowledge base unlimitedly with RDBMS (relational database management systems) module. Fourth, our proposed hybrid data mining mechanism can reflect both association rule-based logical inference and complicate fuzzy relationships. Fifth, RDB-driven forward and backward inference time is shorter than the traditional text-oriented inference time.

  • PDF

Data Mining and FNN-Driven Knowledge Acquisition and Inference Mechanism for Developing A Self-Evolving Expert Systems

  • Kim, Jin-Sung
    • 한국산학기술학회:학술대회논문집
    • /
    • 한국산학기술학회 2003년도 Proceeding
    • /
    • pp.99-104
    • /
    • 2003
  • In this research, we proposed the mechanism to develop self evolving expert systems (SEES) based on data mining (DM), fuzzy neural networks (FNN), and relational database (RDB)-driven forward/backward inference engine. Most former researchers tried to develop a text-oriented knowledge base (KB) and inference engine (IE). However, thy have some limitations such as 1) automatic rule extraction, 2) manipulation of ambiguousness in knowledge, 3) expandability of knowledge base, and 4) speed of inference. To overcome these limitations, many of researchers had tried to develop an automatic knowledge extraction and refining mechanisms. As a result, the adaptability of the expert systems was improved. Nonetheless, they didn't suggest a hybrid and generalized solution to develop self-evolving expert systems. To this purpose, in this study, we propose an automatic knowledge acquisition and composite inference mechanism based on DM, FNN, and RDB-driven inference. Our proposed mechanism has five advantages empirically. First, it could extract and reduce the specific domain knowledge from incomplete database by using data mining algorithm. Second, our proposed mechanism could manipulate the ambiguousness in knowledge by using fuzzy membership functions. Third, it could construct the relational knowledge base and expand the knowledge base unlimitedly with RDBMS (relational database management systems). Fourth, our proposed hybrid data mining mechanism can reflect both association rule-based logical inference and complicate fuzzy logic. Fifth, RDB-driven forward and backward inference is faster than the traditional text-oriented inference.

  • PDF

화력 발전소 드럼형 보일러 시스템의 고장 진단을 위한 퍼지 전문가 시스템의 개발 (Development of Fuzzy Expert System for Fault Diagnosis in a Drum-type Boiler System of Fossil Power Plant)

  • 변승현;박세화
    • 전자공학회논문지B
    • /
    • 제31B권10호
    • /
    • pp.53-66
    • /
    • 1994
  • In this paper, a fuzzy expert system is developed for fault diagnoisis of a drum-type boiler system in fossil power plants. The develped fuzzy espert system is composed of knowledge base, fuzzification module, knowledge base process module, knowledge base management module, inference module, and linguistic approximation module. The main objective of the fuzzy expert system is to check the states of the system including the drum level and detect faults such as the feedwater flow sensor fault, feedwater flow control valve fault, and water wall bube rupture. The fuzzy expert system diagnoses faults using process values, manipulated values, and knowledge base which is built via interviews and questionaries with the experts on the plant operations. Finally, the validity of the developed fuzzy expert system is shown via experiments using the digital simulator for boiler system is Seoul Power Plant Unit 4.

  • PDF

NC파트 프로그래밍을 위한 전문가시스템 (An Expert System for NC Part Programming (ESPP-1))

  • 정선환
    • 대한기계학회논문집
    • /
    • 제18권11호
    • /
    • pp.3091-3097
    • /
    • 1994
  • An expert system for NC part programming of NC lathe (ESPP-1) is developed as a part of Computer-Adied Manufacturing system. Conventional computer-assisted part programming system essentially requires an NC part programmer who is an expert in NC part programming. But the developed ESSP-1 can allow an inexperienced person to make an excellent NC data for the NC Lathe without any problem, since the system has a knowledge base composed of EIA and ISO NC code, feed rate, spindle speed, machining coordinates selection, and tool selection etc., which were directly evoked from some skilled NC part programmers, and referenced some machining handbooks. This paper discusses the algorithm of the expert system for NC part programming of the NC lathe (ESPP-1) and the performance comparisons between the developed expert system and the conventional system.

Development of Expert System for Tower Cranes

  • Kim, Ki-sung;Kang, Dong-gil;Hong, Ki-sup
    • Journal of Ship and Ocean Technology
    • /
    • 제3권2호
    • /
    • pp.27-48
    • /
    • 1999
  • The paper is concerned with application to develop the expert system, which structural analysis and design process for tower cranes. The system is organized into three groups. One is pre-processor for creating input data files, another is `model former' which combines knowledge-base with inference engine for automatic generating structural analysis models, a third is application group for final analysis checks. In this study, geometric subroutine of `model former' designates node positions, nodes, elements numbers and element types. Load data subroutine computes weight of tower crane and device, slewing force, cargo load, wind force form rules or equations in knowledge-base. Also, Property and boundary subroutine applies element properties and boundary conditions to suitable elements and nodes. Design and analysis expert system for tower crane integrates these subroutine, `model former' and pre-processor. RBR(Rule-Base Reasoning) was adopted for a reasoning strategy of this expert system. And this expert system can produce structural analysis model and data, which can be used in ordinary structural analysis program (SAP, ADINA or NASTRAN, etc.). In this paper, this expert system produces format of the analysis model data, which are used in MSC/NASTRAN. The main discussions included in the paper are introduction of the tower crane and structural analysis, composition of the design expert system for tower crane and structural analysis using the expert system.

  • PDF