• 제목/요약/키워드: self dynamic neural network

검색결과 68건 처리시간 0.028초

의사 결정 구조에 의한 오존 농도예측 (Forecasting Ozone Concentration with Decision Support System)

  • 김재용;김태헌;김성신;이종범;김신도;김용국
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2000년도 제15차 학술회의논문집
    • /
    • pp.368-368
    • /
    • 2000
  • In this paper, we present forecasting ozone concentration with decision support system. Since the mechanism of ozone concentration is highly complex, nonlinear, and nonstationary, modeling of ozone prediction system has many problems and results of prediction are not good performance so far. Forecasting ozone concentration with decision support system is acquired to information from human knowledge and experiment data. Fuzzy clustering method uses the acquisition and dynamic polynomial neural network gives us a good performance for ozone prediction with ability of superior data approximation and self-organization.

  • PDF

Stable Predictive Control of Chaotic Systems Using Self-Recurrent Wavelet Neural Network

  • Yoo Sung Jin;Park Jin Bae;Choi Yoon Ho
    • International Journal of Control, Automation, and Systems
    • /
    • 제3권1호
    • /
    • pp.43-55
    • /
    • 2005
  • In this paper, a predictive control method using self-recurrent wavelet neural network (SRWNN) is proposed for chaotic systems. Since the SRWNN has a self-recurrent mother wavelet layer, it can well attract the complex nonlinear system though the SRWNN has less mother wavelet nodes than the wavelet neural network (WNN). Thus, the SRWNN is used as a model predictor for predicting the dynamic property of chaotic systems. The gradient descent method with the adaptive learning rates is applied to train the parameters of the SRWNN based predictor and controller. The adaptive learning rates are derived from the discrete Lyapunov stability theorem, which are used to guarantee the convergence of the predictive controller. Finally, the chaotic systems are provided to demonstrate the effectiveness of the proposed control strategy.

신경망을 이용한 엔진/브레이크 통합 VDC 시스템에 관한 연구 (A Study on the Engine/Brake integrated VDC System using Neural Network)

  • 지강훈;정광영;김성관
    • 제어로봇시스템학회논문지
    • /
    • 제13권5호
    • /
    • pp.414-421
    • /
    • 2007
  • This paper presents a engine/brake integrated VDC(Vehicle Dynamic Control) system using neural network algorithm methods for wheel slip and yaw rate control. For stable performance of vehicle, not only is the lateral motion control(wheel slip control) important but the yaw motion control of the vehicle is crucial. The proposed NNPI(Neural Network Proportional-Integral) controller operates at throttle angle to improve the performance of wheel slip. Also, the suggested NNPID controller performs at brake system to improve steering performance. The proposed controller consists of multi-hidden layer neural network structure and PID control strategy for self-learning of gain scheduling. Computer Simulation have been performed to verify the proposed neural network based control scheme of 17 dof vehicle dynamic model which is implemented in MATLAB Simulink.

자기 조직화 맵을 이용한 강화학습 제어기 설계 (Design of Reinforcement Learning Controller with Self-Organizing Map)

  • 이재강;김일환
    • 대한전기학회논문지:시스템및제어부문D
    • /
    • 제53권5호
    • /
    • pp.353-360
    • /
    • 2004
  • This paper considers reinforcement learning control with the self-organizing map. Reinforcement learning uses the observable states of objective system and signals from interaction of the system and environment as input data. For fast learning in neural network training, it is necessary to reduce learning data. In this paper, we use the self-organizing map to partition the observable states. Partitioning states reduces the number of learning data which is used for training neural networks. And neural dynamic programming design method is used for the controller. For evaluating the designed reinforcement learning controller, an inverted pendulum on the cart system is simulated. The designed controller is composed of serial connection of self-organizing map and two Multi-layer Feed-Forward Neural Networks.

신경회로망을 이용한 도립전자의 학습제어 (Learning Control of Inverted Pendulum Using Neural Networks)

  • 이재강;김일환
    • 산업기술연구
    • /
    • 제24권A호
    • /
    • pp.99-107
    • /
    • 2004
  • This paper considers reinforcement learning control with the self-organizing map. Reinforcement learning uses the observable states of objective system and signals from interaction of the system and the environments as input data. For fast learning in neural network training, it is necessary to reduce learning data. In this paper, we use the self-organizing map to parition the observable states. Partitioning states reduces the number of learning data which is used for training neural networks. And neural dynamic programming design method is used for the controller. For evaluating the designed reinforcement learning controller, an inverted pendulum of the cart system is simulated. The designed controller is composed of serial connection of self-organizing map and two Multi-layer Feed-Forward Neural Networks.

  • PDF

자기회귀 웨이블릿 신경 회로망을 이용한 TCP 네트워크 혼잡제어 (Congestion Control of TCP Network Using a Self-Recurrent Wavelet Neural Network)

  • 김재만;박진배;최윤호
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2005년도 학술대회 논문집 정보 및 제어부문
    • /
    • pp.325-327
    • /
    • 2005
  • In this paper, we propose the design of active queue management (AQM) control system using the self-recurrent wavelet neural network (SRWNN). By regulating the queue length close to reference value, AQM can control the congestions in TCP network. The SRWNN is designed to perform as a feedback controller for TCP dynamics. The parameters of network are tunes to minimize the difference between the queue length of TCP dynamic model and the output of SRWNN using gradient-descent method. We evaluate the performances of the proposed AQM approach through computer simulations.

  • PDF

Reinforcement Learning Control using Self-Organizing Map and Multi-layer Feed-Forward Neural Network

  • Lee, Jae-Kang;Kim, Il-Hwan
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2003년도 ICCAS
    • /
    • pp.142-145
    • /
    • 2003
  • Many control applications using Neural Network need a priori information about the objective system. But it is impossible to get exact information about the objective system in real world. To solve this problem, several control methods were proposed. Reinforcement learning control using neural network is one of them. Basically reinforcement learning control doesn't need a priori information of objective system. This method uses reinforcement signal from interaction of objective system and environment and observable states of objective system as input data. But many methods take too much time to apply to real-world. So we focus on faster learning to apply reinforcement learning control to real-world. Two data types are used for reinforcement learning. One is reinforcement signal data. It has only two fixed scalar values that are assigned for each success and fail state. The other is observable state data. There are infinitive states in real-world system. So the number of observable state data is also infinitive. This requires too much learning time for applying to real-world. So we try to reduce the number of observable states by classification of states with Self-Organizing Map. We also use neural dynamic programming for controller design. An inverted pendulum on the cart system is simulated. Failure signal is used for reinforcement signal. The failure signal occurs when the pendulum angle or cart position deviate from the defined control range. The control objective is to maintain the balanced pole and centered cart. And four states that is, position and velocity of cart, angle and angular velocity of pole are used for state signal. Learning controller is composed of serial connection of Self-Organizing Map and two Multi-layer Feed-Forward Neural Networks.

  • PDF

신경회로망을 이용한 공압 서보실린더의 운동제어 (Motion Control of Pneumatic Servo Cylinder Using Neural Network)

  • 조승호
    • 한국정밀공학회지
    • /
    • 제25권2호
    • /
    • pp.140-147
    • /
    • 2008
  • This paper describes a Neural Network based PD control scheme for motion control of pneumatic servo cylinder. Pneumatic systems have inherent nonlinearities such as compressibility of air and nonlinear frictions present in cylinder. The conventional linear controller is limited in some applications where the affection of nonlinear factor is dominant. A self-excited oscillation method is applied to derive the dynamic design parameters of linear model. Based on the parameters thus identified, a PD feedback compensator is designed first and then a neural network is incorporated. The experiments of a trajectory tracking control using the proposed control scheme are performed and a significant reduction in tracking error is achieved by comparing with those of a PD control.

Generalized State-Space Modeling of Three Phase Self-Excited Induction Generator For Dynamic Characteristics and Analysis

  • Kumar Garlapati Satish;Kishore Avinash
    • Journal of Electrical Engineering and Technology
    • /
    • 제1권4호
    • /
    • pp.482-489
    • /
    • 2006
  • This paper presents the generalized dynamic modeling of self-excited induction generator (SEIG) using state-space approach. The proposed dynamic model consists of induction generator; self-excitation capacitance and load model are expressed in stationary d-q reference frame with the actual saturation curve of the machine. An artificial neural network model is implemented to estimate the machine magnetizing inductance based on the knowledge of magnetizing current. The dynamic performance of SEIG is investigated under no load, with the load, perturbation of load, short circuit at stator terminals, and variation of prime mover speed, variation of capacitance value by considering the effect of main and cross-flux saturation. During voltage buildup the variation in magnetizing inductance is taken into consideration. The performance of SEIG system under various conditions as mentioned above is simulated using MATLAB/SIMULINK and the simulation results demonstrates the feasibility of the proposed system.

신경망을 이용한 이동 로봇의 실시간 고속 정밀제어 (High Speed Precision Control of Mobile Robot using Neural Network in Real Time)

  • 주진화;이장명
    • 제어로봇시스템학회논문지
    • /
    • 제5권1호
    • /
    • pp.95-104
    • /
    • 1999
  • In this paper we propose a fast and precise control algorithm for a mobile robot, which aims at the self-tuning control applying two multi-layered neural networks to the structure of computed torque method. Through this algorithm, the nonlinear terms of external disturbance caused by variable task environments and dynamic model errors are estimated and compensated in real time by a long term neural network which has long learning period to extract the non-linearity globally. A short term neural network which has short teaming period is also used for determining optimal gains of PID compensator in order to come over the high frequency disturbance which is not known a priori, as well as to maintain the stability. To justify the global effectiveness of this algorithm where each of the long term and short term neural networks has its own functions, simulations are peformed. This algorithm can also be utilized to come over the serious shortcoming of neural networks, i.e., inefficiency in real time.

  • PDF