• Title/Summary/Keyword: neural control system

Search Result 1,782, Processing Time 0.033 seconds

Neural Network Active Control of Structures with Earthquake Excitation

  • Cho Hyun Cheol;Fadali M. Sami;Saiidi M. Saiid;Lee Kwon Soon
    • International Journal of Control, Automation, and Systems
    • /
    • v.3 no.2
    • /
    • pp.202-210
    • /
    • 2005
  • This paper presents a new neural network control for nonlinear bridge systems with earthquake excitation. We design multi-layer neural network controllers with a single hidden layer. The selection of an optimal number of neurons in the hidden layer is an important design step for control performance. To select an optimal number of hidden neurons, we progressively add one hidden neuron and observe the change in a performance measure given by the weighted sum of the system error and the control force. The number of hidden neurons which minimizes the performance measure is selected for implementation. A neural network was trained for mitigating vibrations of bridge systems caused by El Centro earthquake. We applied the proposed control approach to a single-degree-of-freedom (SDOF) and a two-degree-of-freedom (TDOF) bridge system. We assessed the robustness of the control system using randomly generated earthquake excitations which were not used in training the neural network. Our results show that the neural network controller drastically mitigates the effect of the disturbance.

Stable Path Tracking Control of a Mobile Robot Using a Wavelet Based Fuzzy Neural Network

  • Oh, Joon-Seop;Park, Jin-Bae;Choi, Yoon-Ho
    • International Journal of Control, Automation, and Systems
    • /
    • v.3 no.4
    • /
    • pp.552-563
    • /
    • 2005
  • In this paper, we propose a wavelet based fuzzy neural network (WFNN) based direct adaptive control scheme for the solution of the tracking problem of mobile robots. To design a controller, we present a WFNN structure that merges the advantages of the neural network, fuzzy model and wavelet transform. The basic idea of our WFNN structure is to realize the process of fuzzy reasoning of the wavelet fuzzy system by the structure of a neural network and to make the parameters of fuzzy reasoning be expressed by the connection weights of a neural network. In our control system, the control signals are directly obtained to minimize the difference between the reference track and the pose of a mobile robot via the gradient descent (GD) method. In addition, an approach that uses adaptive learning rates for training of the WFNN controller is driven via a Lyapunov stability analysis to guarantee fast convergence, that is, learning rates are adaptively determined to rapidly minimize the state errors of a mobile robot. Finally, to evaluate the performance of the proposed direct adaptive control system using the WFNN controller, we compare the control results of the WFNN controller with those of the FNN, the WNN and the WFM controllers.

The Speed Control of an Induction Motor Based on Neural Networks (뉴럴 네트워크를 이용한 유도 전동기의 속도 제어)

  • Lee, Dong-Bin;Ryu, Chang-Wan;Hong, Dae-Seung;Ko, Jae-Ho;Yim, Wha-Yeong
    • Proceedings of the KIEE Conference
    • /
    • 1999.07b
    • /
    • pp.516-518
    • /
    • 1999
  • This paper presents an feed-forward neural network design instead PI controller for the speed control of an Induction Motor. The design employs the training strategy with Neural Network Controller(NNC) and Neural Network Emulator(NNE). Emulator identifies the motor by simulating the input and output map. In order to update the weights of the Controller. Emulator supplies the error path to the output stage of the controller using backpropagation algorithm. and then Controller produces an adequate output to the system due to neural networks learning capability. Therefore it becomes adjustable to the system with changing characteristics caused by a load. The speed control based on neural networks for induction motor is implemented by a vector controlled induction motor. The simulation results demonstrate that actual motor speed with neural network system well follows the reference speed minimizing the error and is available to implement on the vector control theory.

  • PDF

H infinity control design for Eight-Rotor MAV attitude system based on identification by interval type II fuzzy neural network

  • CHEN, Xiangjian;SHU, Kun;LI, Di
    • International Journal of Aeronautical and Space Sciences
    • /
    • v.17 no.2
    • /
    • pp.195-203
    • /
    • 2016
  • In order to overcome the influence of system stability and accuracy caused by uncertainty, estimation errors and external disturbances in Eight-Rotor MAV, L2 gain control method was proposed based on interval type II fuzzy neural network identification here. In this control strategy, interval type II fuzzy neural network is used to estimate the uncertainty and non-linearity factor of the dynamic system, the adaptive variable structure controller is applied to compensate the estimation errors of interval type II fuzzy neural network, and at last, L2 gain control method is employed to suppress the effect produced by external disturbance on system, which is expected to possess robustness for the uncertainty and non-linearity. Finally, the validity of the L2 gain control method based on interval type II fuzzy neural network identifier applied to the Eight-Rotor MAV attitude system has been verified by three prototy experiments.

MTPA Control of Induction Motor Drive using Fuzzy-Neural Networks Controller

  • Lee, Jung-Chul;Lee, Hong-Gyun;Nam, Su-Myeong;Choi, Jung-Sik;Ko, Jae-Sub;Chung, Dong-Hwa
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2005.06a
    • /
    • pp.1474-1477
    • /
    • 2005
  • This paper is proposed maximum torque per ampere of induction motor using fuzzy-neural networks controller. Operation of maximum torque per ampere is achieved when, at a given torque and speed, the slip frequency is adjusted to that so that the stator current amplitude is minimized. This paper introduces a induction motor drive system with fuzzy-neural networks controller. A neural network-based architecture is described for fuzzy logic control. The characteristic rule and their membership function of fuzzy system are represented as the processing nodes in the neural network structure. This paper is proposed the analysis as well as the simulation results to verify the effectiveness of the new method.

  • PDF

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

  • Lee, Jae-Kang;Kim, Il-Hwan
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2003.10a
    • /
    • 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

Neural Network Controller with Dynamic Structure for nonaffine Nonlinear System (불확실한 비선형 계통에 대한 동적인 구조를 가지는 강인한 신경망 제어기 설계)

  • 박장현;서호준;박귀태
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2000.10a
    • /
    • pp.384-384
    • /
    • 2000
  • In adaptive neuro-control, neural networks are used to approximate the unknown plant nonlinearities. Until now, most of the papers in the field of controller design fur nonlinear system using neural networks considers the affine system with fixed number of neurons. This paper considers nonaffne nonlinear systems and dynamic variation of the number of neurons. Control laws and adaptive laws for weights are established so that the whole system is stable in the sense of Lyapunov.

  • PDF

A Study on Coagulant Feeding Control of the Water Treatment Plant Using Intelligent Algorithms (지능알고리즘에 의한 정수장 약품주입제어에 관한 연구)

  • 김용열;강이석
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.9 no.1
    • /
    • pp.57-62
    • /
    • 2003
  • It is difficult to determine the feeding rate of coagulant in the water treatment plant, due to nonlinearity, multivariables and slow response characteristics etc. To deal with this difficulty, the genetic-fuzzy system genetic-equation system and the neural network system were used in determining the feeding rate of the coagulant. Fuzzy system and neural network system are excellently robust in multivariables and nonlinear problems. but fuzzy system is difficult to construct the fuzzy parameter such as the rule table and the membership function. Therefore we made the genetic-fuzzy system by the fusion of genetic algorithms and fuzzy system, and also made the feeding rate equation by genetic algorithms. To train fuzzy system, equation parameter and neural network system, the actual operation data of the water treatment plant was used. We determined optimized feeding rates of coagulant by the fuzzy system, the equation and the neural network and also compared them with the feeding rates of the actual operation data.

Experimental Studies of Neural Compensation Technique for a Fuzzy Controlled Inverted Pendulum System

  • Lee, Geun-Hyeong;Jung, Seul
    • International Journal of Fuzzy Logic and Intelligent Systems
    • /
    • v.10 no.1
    • /
    • pp.43-48
    • /
    • 2010
  • This article presents the experimental studies of controlling angle and position of the inverted pendulum system using neural network to compensate for errors caused due to fuzzy controller. Although fuzzy control method can deal with nonlinearities of the system, fixed fuzzy rules may not work and result in tracking errors in some cases. First, a nominal Takagi-Sugeno (TS) type fuzzy controller with fixed weights is used for controlling the inverted pendulum system. Then the neural network is added at the reference input to form the reference compensation technique (RCT)control structure. Neural network modifies the input trajectories to improve system performances by updating internal weights in on-line fashion. The back-propagation learning algorithm for neural network is derived and used to update weights. Control hardware of a DSP 6713 board to have real time control is implemented. Experimental results of controlling inverted pendulum system are conducted and performances are compared.

The Study on Position Control of Nonlinear System Using Wavelet Neural Network Controller (웨이블렛 신경회로망 제어기를 이용한 비선형 시스템의 위치 제어에 관한 연구)

  • Lee, Jae-Hyun
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.12 no.12
    • /
    • pp.2365-2370
    • /
    • 2008
  • In this paper, applications of wavelet neural network controller to position control of nonlinear system are considered. Wavelet neural network is used in the objectives which improve the efficiency of LQR controllers. It is possible to make unstable nonlinear systems stable by using LQR(Linear Quadratic Regulator) technique. And, in order to be adapted to disturbance effectively in this system it uses wavelet neural network controller. Applying this method to the position control of nonlinear system, its usefulness is verified from the results of experiment.