• 제목/요약/키워드: genetic fuzzy

검색결과 783건 처리시간 0.026초

Design of Evolvable Hardware based on Genetic Algorithm Processor(GAP)

  • Sim Kwee-Bo;Harashiam Fumio
    • International Journal of Fuzzy Logic and Intelligent Systems
    • /
    • 제5권3호
    • /
    • pp.206-215
    • /
    • 2005
  • In this paper, we propose a new design method of Genetic Algorithm Processor(GAP) and Evolvable Hardware(EHW). All sorts of creature evolve its structure or shape in order to adapt itself to environments. Evolutionary Computation based on the process of natural selection not only searches the quasi-optimal solution through the evolution process, but also changes the structure to get best results. On the other hand, Genetic Algorithm(GA) is good fur finding solutions of complex optimization problems. However, it has a major drawback, which is its slow execution speed when is implemented in software of a conventional computer. Parallel processing has been one approach to overcome the speed problem of GA. In a point of view of GA, long bit string length caused the system of GA to spend much time that clear up the problem. Evolvable Hardware refers to the automation of electronic circuit design through artificial evolution, and is currently increased with the interested topic in a research domain and an engineering methodology. The studies of EHW generally use the XC6200 of Xilinx. The structure of XC6200 can configure with gate unit. Each unit has connected up, down, right and left cell. But the products can't use because had sterilized. So this paper uses Vertex-E (XCV2000E). The cell of FPGA is made up of Configuration Logic Block (CLB) and can't reconfigure with gate unit. This paper uses Vertex-E is composed of the component as cell of XC6200 cell in VertexE

유전 알고리즘을 이용한 휴머노이드 로봇의 관절 제어기에 관한 연구 (A Study on the Joint Controller for a Humanoid Robot based on Genetic Algorithm)

  • 공정식;김진걸
    • 한국지능시스템학회논문지
    • /
    • 제17권5호
    • /
    • pp.640-647
    • /
    • 2007
  • 본 논문은 유전알고리즘을 기초로 한 휴머노이드 로봇의 관절 제어에 관한 논문이다. 휴머노이드 로봇은 지면에 고정된 시스템이 아니기 때문에 기본적으로 불안정성을 내포하고 있다. 게다가 각 관절의 비선형성은 로봇의 안정성에 악영향을 미친다. 이에 만약 둘 중 하나라도 안정하지 못하면 로봇은 보행 중에 넘어지게 될 것이므로, 휴머노이드 로봇의 안정성을 확보하기 위해서는 이 두 가지가 모두 고려되어야 할 것이다. 이에 본 논문에서는 보행 안정성을 확보하기 위해 이 두 가지 문제 중에 로봇의 비선형성을 제거하면서 로봇이 주어진 궤적을 잘 추종하여 제어할 수 있는 제어기를 제안하였다. 이 제어기는 퍼지-슬라이딩 모드 제어기를 기본으로 하고 있으면서 모션 제어기가 첨가되어 있다. 그리고 이때 이러한 제어 이득값을 유전알고리즘을 통해 추종함으로써 보다 정밀한 제어가 가능하도록 하여 휴머노이드 로봇이 보다 안정적으로 보행할 수 있도록 하였다. 이 모든 과정은 시뮬레이션과 실험을 통해 검증하였다.

퍼지 결정트리를 이용한 패턴분류를 위한 데이터 마이닝 알고리즘 (Data Mining Algorithm Based on Fuzzy Decision Tree for Pattern Classification)

  • 이중근;김명원
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제26권11호
    • /
    • pp.1314-1323
    • /
    • 1999
  • 컴퓨터의 사용이 일반화됨에 따라 데이타를 생성하고 수집하는 것이 용이해졌다. 이에 따라 데이타로부터 자동적으로 유용한 지식을 얻는 기술이 필요하게 되었다. 데이타 마이닝에서 얻어진 지식은 정확성과 이해성을 충족해야 한다. 본 논문에서는 데이타 마이닝을 위하여 퍼지 결정트리에 기반한 효율적인 퍼지 규칙을 생성하는 알고리즘을 제안한다. 퍼지 결정트리는 ID3와 C4.5의 이해성과 퍼지이론의 추론과 표현력을 결합한 방법이다. 특히, 퍼지 규칙은 속성 축에 평행하게 판단 경계선을 결정하는 방법으로는 어려운 속성 축에 평행하지 않는 경계선을 갖는 패턴을 효율적으로 분류한다. 제안된 알고리즘은 첫째, 각 속성 데이타의 히스토그램 분석을 통해 적절한 소속함수를 생성한다. 둘째, 주어진 소속함수를 바탕으로 ID3와 C4.5와 유사한 방법으로 퍼지 결정트리를 생성한다. 또한, 유전자 알고리즘을 이용하여 소속함수를 조율한다. IRIS 데이타, Wisconsin breast cancer 데이타, credit screening 데이타 등 벤치마크 데이타들에 대한 실험 결과 제안된 방법이 C4.5 방법을 포함한 다른 방법보다 성능과 규칙의 이해성에서 보다 효율적임을 보인다.Abstract With an extended use of computers, we can easily generate and collect data. There is a need to acquire useful knowledge from data automatically. In data mining the acquired knowledge needs to be both accurate and comprehensible. In this paper, we propose an efficient fuzzy rule generation algorithm based on fuzzy decision tree for data mining. We combine the comprehensibility of rules generated based on decision tree such as ID3 and C4.5 and the expressive power of fuzzy sets. Particularly, fuzzy rules allow us to effectively classify patterns of non-axis-parallel decision boundaries, which are difficult to do using attribute-based classification methods.In our algorithm we first determine an appropriate set of membership functions for each attribute of data using histogram analysis. Given a set of membership functions then we construct a fuzzy decision tree in a similar way to that of ID3 and C4.5. We also apply genetic algorithm to tune the initial set of membership functions. We have experimented our algorithm with several benchmark data sets including the IRIS data, the Wisconsin breast cancer data, and the credit screening data. The experiment results show that our method is more efficient in performance and comprehensibility of rules compared with other methods including C4.5.

통합적 인공지능 기법을 이용한 결함인식 (Crack Identification Based on Synthetic Artificial Intelligent Technique)

  • 심문보;서명원
    • 대한기계학회논문집A
    • /
    • 제25권12호
    • /
    • pp.2062-2069
    • /
    • 2001
  • It has been established that a crack has an important effect on the dynamic behavior of a structure. This effect depends mainly on the location and depth of the crack. To identify the location and depth of a crack in a structure, a method is presented in this paper which uses synthetic artificial intelligent technique, that is, Adaptive-Network-based Fuzzy Inference System(ANFIS) solved via hybrid learning algorithm(the back-propagation gradient descent and the least-squares method) are used to learn the input(the location and depth of a crack)-output(the structural eigenfrequencies) relation of the structural system. With this ANFIS and a continuous evolutionary algorithm(CEA), it is possible to formulate the inverse problem. CEAs based on genetic algorithms work efficiently for continuous search space optimization problems like a parameter identification problem. With this ANFIS, CEAs are used to identify the crack location and depth minimizing the difference from the measured frequencies. We have tried this new idea on a simple beam structure and the results are promising.

통합적 인공지능 기법을 이용한 결함인식 (Crack identification based on synthetic artificial intelligent technique)

  • 심문보;서명원
    • 대한기계학회:학술대회논문집
    • /
    • 대한기계학회 2001년도 춘계학술대회논문집C
    • /
    • pp.182-188
    • /
    • 2001
  • It has been established that a crack has an important effect on the dynamic behavior of a structure. This effect depends mainly on the location and depth of the crack. To identify the location and depth of a crack in a structure, a method is presented in this paper which uses synthetic artificial intelligent technique, that is, Adaptive-Network-based Fuzzy Inference System(ANFIS) solved via hybrid learning algorithm(the back-propagation gradient descent and the least-squares method) are used to learn the input(the location and depth of a crack)-output(the structural eigenfrequencies) relation of the structural system. With this ANFIS and a continuous evolutionary algorithm(CEA), it is possible to formulate the inverse problem. CEAs based on genetic algorithms work efficiently for continuous search space optimization problems like a parameter identification problem. With this ANFIS, CEAs are used to identify the crack location and depth minimizing the difference from the measured frequencies. We have tried this new idea on a simple beam structure and the results are promising.

  • PDF

Review on Advanced Health Monitoring Methods for Aero Gas Turbines using Model Based Methods and Artificial Intelligent Methods

  • Kong, Changduk
    • International Journal of Aeronautical and Space Sciences
    • /
    • 제15권2호
    • /
    • pp.123-137
    • /
    • 2014
  • The aviation gas turbine is composed of many expensive and highly precise parts and operated in high pressure and temperature gas. When breakdown or performance deterioration occurs due to the hostile environment and component degradation, it severely influences the aircraft operation. Recently to minimize this problem the third generation of predictive maintenance known as condition based maintenance has been developed. This method not only monitors the engine condition and diagnoses the engine faults but also gives proper maintenance advice. Therefore it can maximize the availability and minimize the maintenance cost. The advanced gas turbine health monitoring method is classified into model based diagnosis (such as observers, parity equations, parameter estimation and Gas Path Analysis (GPA)) and soft computing diagnosis (such as expert system, fuzzy logic, Neural Networks (NNs) and Genetic Algorithms (GA)). The overview shows an introduction, advantages, and disadvantages of each advanced engine health monitoring method. In addition, some practical gas turbine health monitoring application examples using the GPA methods and the artificial intelligent methods including fuzzy logic, NNs and GA developed by the author are presented.

가우시안 가중치를 이용한 비선형 블라인드 채널등화를 위한 MFCM의 성능개선 (Performance Improvement on MFCM for Nonlinear Blind Channel Equalization Using Gaussian Weights)

  • 한수환;박성대;우영운
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2007년도 추계종합학술대회
    • /
    • pp.407-412
    • /
    • 2007
  • 본 논문에서는 비선형 블라인드 채널등화기의 구현을 위하여 가우시안 가중치(gaussian weights)를 이용한 개선된 퍼지 클러스터(Modified Fuzzy C-Means with Gaussian Weights: MFCM_GW) 알고리즘을 제안한다. 제안된 알고리즘은 기존 FCM 알고리즘의 유클리디언 거리(Euclidean distance) 값 대신 Bayesian Likelihood 목적함수(fitness function)와 가우시안 가중치가 적용된 멤버쉽 매트릭스(partition matrix)를 이용하여, 비선형 채널의 출력으로 수신된 데이터들로부터 최적의 채널 출력 상태 값(optimal channel output states)들을 직접 추정한다. 이렇게 추정된 채널 출력 상태 값들로 비선형 채널의 이상적 채널 상태(desired channel states) 벡터들을 구성하고, 이를 Radial Basis Function(RBF) 등화기의 중심(center)으로 활용함으로써 송신된 데이터 심볼을 찾아낸다. 실험에서는 무작위 이진 신호에 가우시안 잡음이 추가된 데이터를 사용하여 기존의 Simplex Genetic Algorithm(GA), 하이브리드 형태의 GASA(GA merged with simulated annealing (SA)), 그리고 과거에 발표되었던 MFCM 등과 그 성능을 비교 분석하였으며, 가우시안 가중치가 적용된 MFCM_GW를 이용한 채널등화기가 상대적으로 정확도와 속도 면에서 우수함을 보였다.

  • PDF

퍼지 논리 제어기를 위한 최적의 COA 비퍼지화기 (An Optimal COA Defuzzifier for a Fuzzy Logic controller)

  • 조인현;이동석;김종훈;김대진
    • 한국지능시스템학회논문지
    • /
    • 제6권4호
    • /
    • pp.81-91
    • /
    • 1996
  • 본 논문은 퍼지 논리 제어기의 제어 성능을 향상시키는 최적의 COA(Center Of Area) 비퍼지화 방법을 제안한다. 제안한 비퍼지화 방법은 플랜트의 제어를 위해 필요한 확정치(Crisp Value)를 얻기 위해 소속 함수값과 소속함수의 폭을 동시에 이용한다. 주어진 문제에 가장 최적인 소속 함수의 폭은 유전자 알고리즘에 의해 자동적으로 결정된다. 제안한 비퍼지화 방법을 트럭 후진(Truck backer-upper) 제어 문제에 적용하여 얻어진 시뮬레이션 결과로부터 소속 함수만을 고려한 기존의 COA 비퍼지화 방법보다 평균 주행거리 면에서 20% 이상 짧아짐을 확인하였다.

  • PDF

웹 기반 정보보안 수준 측정 도구 설계 (Web-Based Information Security Leveling Tool)

  • 성경
    • 한국컴퓨터정보학회논문지
    • /
    • 제10권4호
    • /
    • pp.375-384
    • /
    • 2005
  • 정보통신기술이 발달함에 따라 보안 사고가 증가로 조직의 효율적인 보안 관리를 위한 보안수준 측정에 대한 방법과 도구개발의 필요성이 요구되고 있다. 그러나 외국의 연구는 대부분 수준 측정을 위한 항목구성이 우리 조직의 실정에 맞지 않고 또한 도구 역시 사용의 편이성이나 경제성을 제공하지 못하고 있으며, 국내의 연구 또한 보안수준 측정 시 조직의 특성을 적절히 감안하지 못하고 있다. 따라서 본 논문에서는 다중 가중치를 조직의 특성에 따라 가변적으로 적용하고 수준 측정자의 주관성을 감소시키기 위하여 퍼지기법과 비용 한계의 범위 안에서 보안 대책의 수립을 위해 유전 알고리즘을 적용한 효율적인 보안 수준측정 도구를 제안하고자 한다.

  • PDF

유전 및 면역 알고리즘을 이용한 2자유도 구륜 이동 로봇에 대한 PD-Fuzzy 제어기 설계 (A PD-Fuzzy Controller Design of 2 D.O.F. Wheeled Mobile Robot Using Genetic and Immune Algorithm)

  • 김성회;김기열;임호;박종국
    • 전자공학회논문지CI
    • /
    • 제37권5호
    • /
    • pp.19-28
    • /
    • 2000
  • 구륜 이동 로봇(Wheeled Mobile Robot)은 제어기 설계에 있어 Nonholonomic Constraints등에 의해 많은 어려움을 지닌다. 본 논문에서는 구륜 이동 로봇의 제어를 위해 PD와 퍼지 시스템이 결합된 제어기가 설계되며, 유전알고리즘에 기초되어 최적 퍼지시스템이 형성된다. 시스템의 최적화 과정은 독립적으로 수행되는 여러 단계들로 이루어지며, 각 단계마다 다른 형식의 알고리즘이 적용되며 효율적 탐색을 위해 Niche알고리즘 및 면역 알고리즘이 결합되어 적용된다. 각 출력용어집합은 최적의 원소들을 얻기 위해 수행되는 탐색에 의해 그 구성이 변화되며, 변화된 출력용어집합의 구성 원소와 관계된 규칙기반이 동시에 조절된다. 출력용어집합의 추가된 원소들 및 조절된 규칙에 대한 적합성이 평가되고 제어 성능의 향상에 기여하지 못한 부분들은 제거된다. 출력변수의 용어집합 및 규칙에 대한 반복적 조절 과정이 완료된 후, 입력 소속함수들에 대한 조정이 제약조건을 가지고 수행되며, 진화연산에 의한 출력소속함수들에 대한 조정이 수행된다.

  • PDF