• 제목/요약/키워드: recognition of expert

검색결과 201건 처리시간 0.027초

전문가 시스템을 이용한 2차원 설계 특징형상의 인식 (2D Design Feature Recognition using Expert System)

  • 이한민;한순흥
    • 한국CDE학회논문집
    • /
    • 제6권2호
    • /
    • pp.133-139
    • /
    • 2001
  • Since a great number of 2D engineering drawings are being used in industry and at the same time 3D CAD becomes popular in recent years, we need to reconstruct 3D CAD models from 2D legacy drawings. In this thesis, a combination of a feature recognition method and an expert system is suggested for the 3D solid model reconstruction. Modeling primitives of 3D CAD systems are recognized and constructed by using the pattern matching technique of the features modeling. Additional information for the 3D model reconstruction can be generated by extracting symbols or text entities which are related to form entities. For complex and indefinite cases which cannot be solved by the process of feature recognition, an expert system with a rule base has been used for decision-making. A 3D reconstruction system which recognizes 2D DXF drawing files has been implemented where models composed with protrusions, holes, and cutouts can be handled.

  • PDF

국내·외 안경제품들의 디자인 및 브랜드 인지도와 선호도에 관한 조사 (Survey of the Brand and Design Recognition Between Domestic Goods and Foreign Ones in the Eye Glasses Industry)

  • 조현국;문병연;곽호원;손정식;김기홍;유동식
    • 한국안광학회지
    • /
    • 제11권3호
    • /
    • pp.207-215
    • /
    • 2006
  • 본 연구는 국내 안경산업의 발전을 위해 디자인과 브랜드에 대한 인지도를 전문가 집단과 비전문가 집단으로 나누어 조사하고, 국내 제품들이 외국 제품과의 경쟁에서 우위를 점하기 위해 어떠한 방향으로 나아가야 하는지를 알아보고자 하였다. 비전문가 집단에서는 국내 브랜드와 해외브랜드간의 가장 큰 차이점을 디자인으로 꼽았고, 전문가 집단 역시 제품선택에 있어서 디자인을 최우선으로 고려하는 것으로 나타났다. 그리고 비전문가 집단에서의 국내브랜드 인지도는 매우 낮은 것으로 나타났으며, 전문가 집단에서는 해외브랜드 인지도보다 국내브랜드 인지도가 더 높은 것으로 나타났다. 연구 조사 결과, 국내 안경산업의 재도약은 급히 처방하여 회복될 수 있는 상황이 아니며, 세계적인 브랜드로 도약하기 위해서는 기술과 품질의 향상뿐만 아니라, 다자인과 브랜드의 이미지 정착을 위한 노력과 투자가 선행되어야 할 것으로 나타났다.

  • PDF

Study on an Intelligent Ferrography Diagnosis Expert System

  • Jiadao, Wang;Darong, Chen;Xianmei, Kong
    • 한국윤활학회:학술대회논문집
    • /
    • 한국윤활학회 2002년도 proceedings of the second asia international conference on tribology
    • /
    • pp.455-456
    • /
    • 2002
  • Wear is one of the main factors causing breakdown and fault of machine, so ferrography technique analyzing wear particles can be an effective way for condition monitoring and fault diagnosis. On the base of the forward multilayer neural network, a nodes self-deleting neural network model is provided in this paper. This network can itself deletes the nodes to optimize its construction. On the basis of the nodes self-deleting neural network, an intelligent ferrography diagnosis expert system (IFDES) for wear particles recognition and wear diagnosis is described. This intelligent expert system can automatically slim lip knowledge by learning from samples and realize basically the entirely automatic processing from wear particles recognition to wear diagnosis.

  • PDF

대규모 시스템의 실시간 컴퓨터 제어를 위한 전문가 시스템 (An Expert System for the Real-Time Computer Control of the Large-Scale System)

  • 고윤석
    • 대한전기학회논문지:전력기술부문A
    • /
    • 제48권6호
    • /
    • pp.781-788
    • /
    • 1999
  • In this paper, an expert system is proposed, which can be effectively applied to the large-scale systems with the diversity time constraints, the objectives and the unfixed system structure. The inference scheme of the expert system have the integrated structure composed of the intuitive inference module and logical inference module in order to support effectively the operating constraints of system. The intuitive inference module is designed using the pattern matching or pattern recognition method in order to search a same or similar pattern under the fixed system structure. On the other hand, the logical inference module is designed as the structure with the multiple inference mode based on the heuristic search method in order to determine the optimal or near optimal control strategies satisfing the time constraints for system events under the unfixed system structure, and in order to use as knowledge generator. Here, inference mode consists of the best-first, the local-minimum tree, the breadth-iterative, the limited search width/time method. Finally, the application results for large-scale distribution SCADA system proves that the inference scheme of the expert system is very effective for the large-scale system. The expert system is implemented in C language for the dynamic mamory allocation method, database interface, compatability.

  • PDF

자동화된 변전소의 주변압기 사고복구를 위한 패턴인식기법에 기반한 실시간 모선재구성 전략 개발 (Real-Time Bus Reconfiguration Strategy for the Fault Restoration of Main Transformer Based on Pattern Recognition Method)

  • 고윤석
    • 대한전기학회논문지:전력기술부문A
    • /
    • 제53권11호
    • /
    • pp.596-603
    • /
    • 2004
  • This paper proposes an expert system based on the pattern recognition method which can enhance the accuracy and effectiveness of real-time bus reconfiguration strategy for the transfer of faulted load when a main transformer fault occurs in the automated substation. The minimum distance classification method is adopted as the pattern recognition method of expert system. The training pattern set is designed MTr by MTr to minimize the searching time for target load pattern which is similar to the real-time load pattern. But the control pattern set, which is required to determine the corresponding bus reconfiguration strategy to these trained load pattern set is designed as one table by considering the efficiency of knowledge base design because its size is small. The training load pattern generator based on load level and the training load pattern generator based on load profile are designed, which are can reduce the size of each training pattern set from max L/sup (m+f)/ to the size of effective level. Here, L is the number of load level, m and f are the number of main transformers and the number of feeders. The one reduces the number of trained load pattern by setting the sawmiller patterns to a same pattern, the other reduces by considering only load pattern while the given period. And control pattern generator based on exhaustive search method with breadth-limit is designed, which generates the corresponding bus reconfiguration strategy to these trained load pattern set. The inference engine of the expert system and the substation database and knowledge base is implemented in MFC function of Visual C++ Finally, the performance and effectiveness of the proposed expert system is verified by comparing the best-first search solution and pattern recognition solution based on diversity event simulations for typical distribution substation.

NEW RECOGNITION AND IDENTIFICATION MERHOD FOR MICRO-ORGANISMS BY EXPERT SYSTEM DRIVEN IMAGE PROCESSING

  • Fukuda, Toshio;Hasegawa, Osamu
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 1989년도 한국자동제어학술회의논문집; Seoul, Korea; 27-28 Oct. 1989
    • /
    • pp.1005-1010
    • /
    • 1989
  • A refined version of automatic micro-organism recognition and identification method, 'O.I.S.M.2' is proposed in this paper, using image processing based on an expert system. This proposed method is based on the segmentation of the organism image, characterizing segment features, which are independent of individual size and length. Complicated shapes of organisms are divided into basic shape segments defined in this paper such as lines, circles, ovals etc. Organisms can then be expressed simply in a set of segments, regardless their individual differences.

  • PDF

고도화된 자동화 변전소의 사고복구 지원을 위한 지식학습능력을 가지는 전문가 시스템의 개발 (Development of An Expert system with Knowledge Learning Capability for Service Restoration of Automated Distribution Substation)

  • 고윤석;강태규
    • 대한전기학회논문지:전력기술부문A
    • /
    • 제53권12호
    • /
    • pp.637-644
    • /
    • 2004
  • This paper proposes an expert system with the knowledge learning capability which can enhance the safety and effectiveness of substation operation in the automated substation as well as existing substation by inferring multiple events such as main transformer fault, busbar fault and main transformer work schedule under multiple inference mode and multiple objective mode and by considering totally the switch status and the main transformer operating constraints. Especially inference mode includes the local minimum tree search method and pattern recognition method to enhance the performance of real-time bus reconfiguration strategy. The inference engine of the expert system consists of intuitive inferencing part and logical inferencing part. The intuitive inferencing part offers the control strategy corresponding to the event which is most similar to the real event by searching based on a minimum distance classification method of pattern recognition methods. On the other hand, logical inferencing part makes real-time control strategy using real-time mode(best-first search method) when the intuitive inferencing is failed. Also, it builds up a knowledge base or appends a new knowledge to the knowledge base using pattern learning function. The expert system has main transformer fault, main transformer maintenance work and bus fault processing function. It is implemented as computer language, Visual C++ which has a dynamic programming function for implementing of inference engine and a MFC function for implementing of MMI. Finally, it's accuracy and effectiveness is proved by several event simulation works for a typical substation.

CAD인터페이스된 사출금형 공정설계 전문가시스템 (Expert Process Design System Interfaced with CAD for Injection Mold Manufacture)

  • 조규갑;임주택;오정수
    • 대한산업공학회지
    • /
    • 제19권2호
    • /
    • pp.119-132
    • /
    • 1993
  • This paper deals with the development of an expert process design system interfaced with CAD for porismatic parts in injection mold manufacture. The developed CAD/CAPP system consists of two modules such as CAD interface module and process design module. Parts are represented using AutoCAD system on the IBM PC/AT. CAD interface module recognizes form features and manufacturing features of the part using form feature recognition algorithm and manufacturing feature recognition rule base. Process design module selects operations and determines machine tools, cutting tools and operation sequencing by using knowledge base which is acquired from expert process planners. A case study is implemented to evaluate feasibilities of the function of the proposed system. The CAD/CAPP system can improve the efficiency of process design activities and reduce the time required for process design.

  • PDF

전문가 시스템에서의 system matrix를 이용한 정전 및 비정전구간 인식 (The Recognition of Energized & Deenergized System Using System Matrix in Expert system)

  • 함완균;추진부;김건중;심국진;조한형
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 1989년도 하계종합학술대회 논문집
    • /
    • pp.237-240
    • /
    • 1989
  • This paper deals with the expert system for power system recognition of energized and deenergized system using circuit breaker information. The basic idea is isolating the system with the system matrix representing the system configuration and the states of the circuit breakers. The knowledge base is composed of these isolated systems and decision rules. The isolated system with the sources is recognized as the energized system and the system without the source as the deenergized system. The rules use the system matrix and the the inference scheme is simplified in a great deal. Above all, the overall searching labor of the rules is independent on the system size and it is possible to expand into the real system and the real time restoration can be carried out easily. The expert system is written in PROLOG.

  • PDF

Expert system for segmentation of 2.5-D image

  • Ahn, Hongyoung
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 1992년도 한국자동제어학술회의논문집(국제학술편); KOEX, Seoul; 19-21 Oct. 1992
    • /
    • pp.376-381
    • /
    • 1992
  • This paper presents an expert system for the segmentation of a 2.5-D image. The results of two segmentation approaches, edge-based and region-based, are combined to produce a consistent and reliable segmentation. Rich information embedded in the 2.5-D image is utilized to obtain a view independent surface patch description of the image, which can facilitate object recognition considerably.

  • PDF