COMPARISON BETWEEN ARTIFICIAL NEURAL NETWORKS AND NEURO- FUZZY SYSTEMS IN MODELING AND CONTROL: A CASE STUDY

Size: px
Start display at page:

Download "COMPARISON BETWEEN ARTIFICIAL NEURAL NETWORKS AND NEURO- FUZZY SYSTEMS IN MODELING AND CONTROL: A CASE STUDY"

Transcription

1 COMPARISON BETWEEN ARTIFICIAL NEURAL NETWORKS AND NEURO- FUZZY SYSTEMS IN MODELING AND CONTROL: A CASE STUDY José António Barros Vieira, Fernando Morgado Dias, Alexandre Manuel Mota 3 Escola Superior de Tecnologia de Castelo Branco, Departamento de Engenharia Electrotécnica, Av. Empresário, 6 Castelo Branco, Portugal, Tel: , zevieira@est.ipcb.pt Escola Superior de Tecnologia de Setúbal, Departamento de Engenharia Electrotécnica, Campus do IPS, Estefanilha, 94-8 Setúbal, Portugal Tel: , fmdias@est.ips.pt 3 Departamento de Electrónica e Telecomunicações, Universidade de Aveiro, 38 Aveiro, Portugal, Tel: , alex@det.ua.pt Abstract: This article presents a comparison of Artificial Neural Networks and Neuro- Fuzz Sstems applied for modeling and controlling a real sstem. The main objective is to control the temperature inside of a ceramics kiln. The details of all sstem components are described. The steps taken to arrive at the direct and inverse models using the two architectures: Adaptive Neuro Fuzz Inference Sstem and Feedfoward Neural Networks are described and compared. Finall, real time control results using Internal Control strateg are presented. Using available MATLAB software for both algorithms, the objective is to find which solution performs better comparing the performances of the solutions through different parameters for a specific case. Copright IFAC 3 Kewords: temperature control, fuzz hbrid sstems, artificial neural networks, applied neuro-fuzz control, model based control and real time control.. INTRODUCTION The purpose of the present paper is to compare, using a case stud, two solutions for modeling that became ver popular in the last decades: Artificial Neural Networks (ANN) and Neuro Fuzz Sstems (NFS). This comparison is to be done using available MATLAB software. The field of ANN has crossed different stages of development. One of the most important steps was achieved when Cbenko (Cbenko, et al., 989) proved that the could be used as universal approximators. A negative stage had been brought two decades earlier b the book of Minsk and Papert called Perceptrons (Minsk, et al., 969), where among other examples it was shown that a single laer of perceptrons could not represent a simple function like the Exclusive OR. This negative phase was overcome when algorithms for training of multilaer ANN where proposed in the decade of the 8s. Since then much work has been done regarding ANN and their application to man different fields. A reasonable slice of this work has been in the modelling and control field where ANN hold the promise of being capable of producing nonlinear models and controllers, being able to work under noise conditions and being fault tolerant to the loss of neurons or connections. The field of NFS starts in the end of the 8s and presents a big growth in the decade of the 9s with a large variet of different approaches. These approaches mix the ANN with fuzz inference sstems (FIS) in three was: cooperative, concurrent and fused. The most common architecture is the fused NFS that uses neural networks just to learn some internal parameters of a fixed structure (Nauck, et al., 997). The Adaptive Neuro Fuzz Inference Sstem () belongs to the fused NFS, was introduced b Jang (99) and it is able to approach an linear or non-linear function (universal approximator) (Jang, et al., 99). The present case stud is a reduced scale prototpe kiln, which is non linear and will be working under measurement noise. The work described in this article is still under development and is part of an interdepartmental project at the Universit of Aveiro, which will lead to the control of the atmosphere inside the kiln using two loops for temperature and for air/oxgen ratio control. To test the models in real time control action the Internal Control (IMC) strateg was used.. THE KILN Non-linearit and noise have alwas been a major problem in control sstems. This tpe of kilns are non-linear sstems because their temperature does not depend onl on the heating control variable but also on the exchange of heat with the exterior world and the present sstem also has measurement noise because of the tpe B thermocouple used.

2 The sstem is composed of a kiln, electronics for signal conditioning, power electronics module and a Data Logger from Hewlett Packard HP3497A to interface with a Personal Computer (PC) connected as can be seen in figure. Fig.. Power Module Heating Element Kiln Chamber Thermocouple Data Logger PC Modules that compose the sstem. Through the Data Logger bi-directional real-time information is passed: control signal supplied b the controller and temperature data for the controller. The temperature data is obtained using a thermocouple. The power module receives a signal from the controller implemented in the Personal Computer, which ranges from to 4.9V and converts this signal in a power signal of V applied during a period of time proportional to the input signal. The Data Logger is used as the interface between PC and the rest of the sstem. Since the Data Logger can be programmed using a protocol called Standard Commands for Programmable Instruments (SCPI), a set of functions have been developed to provide MATLAB with the capabilit to communicate through the RS- 3C port to the Data Logger. measured temperature to values superior to 3ºC (due to the characteristics of the thermocouple) and the thermocouple introduces measurement noise. After the observation of the step response of the kiln in several reference temperatures and using the lipschit function (Nørgaard, 996b) to determine the lag space some conclusions were achieved: the kiln can either be considered a first or a second order sstem. The kiln shows a non linear behavior, due to the different behavior in the heating and in the cooling phases. This is because of the energ losses of the kiln structure to the exterior that are dependent of the temperature in the kiln. The identification data has been chosen to respect two important requirements: frequenc and amplitude spectrum wide enough (Jang, et al., 99) (Sørensen, et al., 994). With this concern and with a sampling period (h) of 3 seconds, the operation of collecting data was made. Training structures used for direct and inverse models are described in figures 3 and 4. These structures are the most common solutions for training models and are described in several articles (Pradeep, et al., 988) and (Hunt, et al., 99). Considering the analsis done the kiln direct and inverse models were obtained with two different groups of regressors. First, considering the kiln a first order sstem and second, considering the kiln a second order sstem. Considering that k=n*h, where k is the time instant, n is the iteration and h the sampling time, to obtain the direct models, the prediction of the temperature at time k, pred(k) is given b equation and, for first and second order approaches: pred(k)= f( (k-h),u(k-h) ) () pred(k)= f( (k - h),(k - h),u(k - h),u(k - h))() To obtain the inverse models, the prediction of the control signal at time k, upred(k) is given b equation 3 and 4 for first and second order approaches: upred(k) = f( (k h), (k)) (3) upred(k) = f( (k h),(k),(k h),u(k h)) (4) Fig.. Picture of the kiln and electronics. Using the HP349A (6 analog inputs) and HP3497A (digital inputs and outputs and two Digital to Analog Converters) modules together with the developed functions it is possible to read and write values, analog or digital, from MATLAB. A picture of the sstem can be seen in figure. The kiln can be seen in the centre and at the lower half the prototpes of the electronic modules. 3. IDENTIFICATION / MODULATION In the identification phase two problems arise as the first data is collected: the data logger limits the Considering the kiln s behavior, ANN like and NF sstems like were considered good approaches for building the direct and inverse non linear models of the kiln. (k) (k-h) (k-h) u(k-h) u(k-h) Direct error(k) pred(k) Fig. 3. Structure for direct model training (first and second order sstems ). -

3 u(k) Fig. 4. Structure for inverse model training (first and second order sstems ). 3.. Artificial Neural Netwoks Artificial Neural Networks are artificial and simplified models of the neurons that exist in the human brain. The can be used as a black box approach to create models of sstems profiting of the facilit to model non linear (as well as linear) sstems. Their abilit relies on the qualit of the signals used for training and the performance of the training algorithms and their parameters do not contain information that can be directl understood b the human operator or that can be related to the phsical properties of the sstem to be modelled. are a sub tpe of ANN in which the onl connections allowed between neurons are feedforward, i.e. there are no lateral or feedback connections Feedforward Neural Networks Architecture A Feedforward Neural Network () is a laered structure, which can include non-linearit. The basic element of a is the neuron that is shown in figure. Fig.. I I I3 error(k) - upred(k) w w w 3 F Neuron structure. Inverse The neuron implements the general equation: n = F( Ii.wi) () i= where usual functions for F are sigmoidal, linear and hard limit. A is composed of an input laer, one or more hidden laers with one or more neurons and an output laer where frequentl the neurons are linear. The Multi Input Single Output in figure 6 implements the following general equation: nh ni = F ( w' jf j( wljil )) (6) j= l= A tpical structure of can be seen in figure 4. w 4 (kh) (k) (k-h) u(k-h) I I I3 Fig. 6 w w w w w 3 w3 f (.) w' w 4 w f (.) 4 w' w' 3 F (.) Feedforward Neural Network structure Learning Algorithms of Man algorithms have been developed to use with like the well known Backpropagation or the most effective Levenberg-Marquardt. The algorithms developed or adapted for the use with are based on minimizing a criterion (which is most frequentl based in the error between the desired and the obtained output). Most of them are based on derivative calculations of the error as a mean to minimize it. The Levenberg-Marquardt algorithm was chosen because of the robustness and fastest convergence. 3.. Neuro-Fuzz Sstems A FIS can use human expertise b storing its essentials components in a rule base, and perform fuzz reasoning to infer the overall output value. The derivation of if-then rules and corresponding membership functions depends, a lot, on the a priori knowledge about the sstem. However there is no sstematic wa to transform experiences and knowledge of human experts to the knowledge base of a FIS. There is also a need for adaptabilit or some learning algorithms to produce outputs within the required error rate. On the other hand, ANN learning mechanism does not rel on human expertise. Due to the homogenous structure of ANN, it is difficult to extract structured knowledge from either the weights or the configuration of the ANN. Table summarise the characteristics of FIS and ANN. ANN FIS Black box Interpretable Learning for Making use of linguistic scratch knowledge and heuristics Table Characteristics of FIS and ANN FIS and ANN are complementar which induce the appearance of the NFS that take advantage of the capacit that FIS have to store human expertise knowledge and the capacit of learning of the ANN. A common wa to appl a learning algorithm to a FIS is to represent it in a special ANN like architecture, which is what we have in. In this work was the NFS solution chosen because of the robustness and fastest convergence.

4 3... Anfis Architecture The architecture (Jang, 997) is ilustreted in figure 7. x A X X x Laer A A B B B A B B Laer Laer 3 TT TT Y Y w w w f=pxqr Fig. 7. a) A two input first-order Sugeno fuzz model with two rules; b) equivalent architecture. Assume that the fuzz inference sstem under consideration has two inputs x and and one output z, for example. For the first order Sugeno fuzz model a common rule set with two fuzz if-then rules is the following: Rule: If x is A and is B, then f=pxqr; Rule: If x is A and is B, then f=pxqr. Figure 7 a) illustrates the reasoning mechanism for this Sugeno and the corresponding equivalent architecture is shown in figure 7 b), where nodes of the same laer have similar functions. The output f in Figure 7 b), can be written as: w w f = f f w w w w = (wx)p (w)q (w)r (wx)p (w)q (w)r (7) This wa an adaptive network that is functionall equivalent to a first order Sugeno fuzz model is constructed. From the architecture shown in figure 7 b), it can be seen that when the values of the premise parameters (laer ) are fixed, the overall output can be expressed as a linear combination of the consequent parameters (laer 4) Learning Algorithms of The learning algorithms are composed of two phases: - In the forward pass of the hbrid learning algorithm, node outputs values go forward until laer 4 and the consequent parameters are identified b the least squares method. - In the backward pass, the output errors are propagated backward and the premise parameters are updated b gradient descent method. w a) b) f=pxqr = w(px q r) w(px q r) N N w w Laer 4 x x wf wf f = w w = w f w f wf Laer wf SUM f 3.3. and structures to identification For the structure, as there is no rule to determine the ideal number of neurons in the hidden laer, a wide range of values were tested to search for the best solution for first and second order sstem models. For first order approach models, the best solutions were obtained using three neurons for the direct model and four for the inverse model (hidden laer). For second order approach models, the best solutions were obtained using three neurons for the direct model and six for the inverse model (hidden laer). The models have one output neuron with linear activation function. The standard structure was used to obtain the direct and the inverse models. For first order approach models, the structure contains four rules, two inputs with two membership functions each (bell shaped with three non linear parameters each). For second order approach models, the structure contains sixteen rules with two membership functions each (bell shaped with tree non linear parameters each). All the models have one output that is a linear function of the consequent parameters. Using the data collected and divided into training and test sets, direct and inverse models were identified using and. The identification procedures were performed using MATLAB Fuzz Logic Toolbox (MATHWORKS, 996) tools for models and the NNSYSID (Nørgaard, et al., 996b) and NNCTRL (Nørgaard, et al., 996c) toolboxes for MATLAB for FFN models. Training was performed off-line for both solutions Comparison of the and models Figure 8 shows the training (first 3/4 of the points) and testing sets (last /4 of the points) used to create the models ((k)-temperature and u(k)-control signal). Temp.(ºC) Control Signal(V) Fig. 8. Training and test data sets. The training was made on a PC with a Intel MHz MMX processor with 64Mbtes of RAM memor. The number of training epochs

5 corresponds roughl to stopping the training when the minimum of the test data error was achieved. To compare the precision of the models, the mean square error criterion was used in train and test sets. The results are shown in table and 3 (direct and inverse models respectivel). Mean Square Error Train Test Direct with Direct with.3e-.4e- Direct with.9.94 Direct with.3e-3.e-3 Table. Mean square errors of direct models. Mean Square Error Train Test Inverse with.8e-3.e-3 Inverse with.e-3.e-3 Inverse with.e-3.e-3 Inverse with 3.3e-.6e- Table 3. Mean square errors of inverse models. ( models for first order approach, models for second order approach, models for first order approach, models for second order approach). As can be seen from the train and test errors, in the second order approach the errors are smaller than the ones in the first order approach. In general the structure achieved smaller mean square errors when compared with the same order approach using. The obtained models can also be compared in terms of complexit b measuring the number of parameters, number of training epochs and the training time. The results are summarised in tables 4 and for direct and inverse models respectivel. Complexit Comparison Nº of parameters Nº of training 8 3 epochs Training time (sec) Table 4. Complexit comparison of the direct models. Complexit Comparison Nº of parameters Nº of training epochs Training time (sec) Table. Complexit comparison of the inverse models. From table 4 and, for first order approach, the number of parameters is smaller and the training time is higher in than in. For second order approach, the number of parameters and the training time are smaller in than in. 4. CONTROL STRUCTURE To test the obtained models with both architectures in real time control, the Internal Control (IMC) structure was implemented. Internal Control consists of connecting in series with the plant the inverse model and in parallel with the plant the direct model. The difference between the output of the model and the output of the plant will generate an error that will be feedback (Pradeep, 988), (Dias, ). This solution can be seen in figure 9. r(kh) - Inverse u(k) Fig. 9. Generic structure for IMC. Plant Direct (kh). THE REAL TIME CONTROL ACTION - e(k) pred(kh) The controllers were directl tested in the kiln, when the simulation results were considered satisfactor. Figures and show the results of and internal model controllers for the first and second order approach (reference signal, control and error signals from first order approach and finall control and error signals from second order approach). The values of the mean square errors of the four IMC controllers for first and second order approaches are presented in table 6 after stabilization (from to 3 samples). Internal Controller Mean Square Error Using models.3 Using models.78 Using models.86 Using models.6 Table 6. Comparison between the four controllers. As can be seen from the figures, after initial stabilization, the second order approach achieve the best results.

6 (ºC) u(st)(v) e(st)(ºc) u(nd)(v) e(st)(ºc) Fig. IMC using models for second order approach. (ºC) u(st)(v) e(st)(ºc) u(nd)(v) e(st)(ºc) Fig. IMC using models for second order approach. As can be seen from table 6 the results of first order and second order are similar but the ones achieved b for second order are a better than the ones achieved b. 6. CONCLUSIONS In the modelling of this kiln, the train/test errors achieved are similar in and in structure. Just in the first order approach the errors achieved are smaller in than in structure. The number of parameters and time training of the models are bigger in general in than in structure. This could be caused because it the standard structure was used, which is not ver flexible. It could be interesting test other structures like zero order Sugeno tpe and cluster data before training to get simple structures. The IMC results show that the second order approach gets better results. The first order approach controllers take longer to achieved a zero stationar error, because the models are not so good. The second order approach controllers give better results, because the can hold more information, learning all the characteristics of the kiln, so for these models the direct models and the kiln are almost equal. From the results of table 6 the controllers with models gives smaller errors than the equivalent ones with models. Their complexit is similar for first order models, but becomes more complex for second order models. For the solution the use of second order models is justified b the results obtained while for the solution a first order approach would be enough. Both solutions are valid options for the modelling of real sstems under measurement noise. REFERENCES Cbenko G., (989) Approximation b Superposition of a Sigmoidal Function, Mathematics of Control, Signals and Sstems, pp Jang J. S. R (99) Neuro-Fuzz ing: Architecture, Analses and Applications. PhD Thesis, Department of Electrical Engineering and Computer Science, Universit of California, Berkele, USA. Jang J S. R.,C.-T. Sun, E. Mizutani, (997) Neuro- Fuzz and Soft Computing A Computation Approach to Learning and Machine Intelligence, Matlab Curriculum Series, Prentice Hall. Fuzz Logic Toolbox for MATLAB, MATHWORKS (996), Technical Report. Minsk M. and Papert S. (969), Perceptrons, Cambridge, MA: MIT Press. Nørgaard, M. (996)a. Sstem Identification and Control with Neural Networks. PhD Thesis, Department of Automation, Technical Universit of Denmark. Nørgaard, M. (996)b. Neural Network Sstem Identification Toolbox for MATLAB, Technical Report. Nørgaard, M. (996)c. Neural Network Control Toolbox for MATLAB, Technical Report. Pradeep B. Deshpande, Ramond H. Ash (988) Computer Process Control w/ advanced control applications, ISA. Hunt, K.J., D. Sbarbaro (99) Neural Networks for linear Internal Control, IEEE Proceedings-D, Control theor and applications, 38(): Sørensen, O. (994) Neural Networks in Control Applications. PhD Thesis, Department of Control Engineering, Institute of Electronic Sstems, Aalborg Universit, Denmark. Nauck D., Klawonn F., Kruse R. (997) Foundations of Neuro-Fuzz Sstems. Wile. Dias Fernando M., Mota Alexandre M. () Comparison between Different Control Strategies Using Neural Networks, 9 th Mediterranean Conference on Control and Automation, Dubrovnik, Croatia.

Automating the Construction of Neural Models for Control Purposes using Genetic Algorithms

Automating the Construction of Neural Models for Control Purposes using Genetic Algorithms Automating the Construction of Neural s for Control Purposes using Genetic Algorithms Fernando Morgado Dias, Ana Antunes Alexandre Manuel Mota Escola Superior de Tecnologia de Setúbal do Instituto Departamento

More information

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press,  ISSN Comparative study of fuzzy logic and neural network methods in modeling of simulated steady-state data M. Järvensivu and V. Kanninen Laboratory of Process Control, Department of Chemical Engineering, Helsinki

More information

European Journal of Science and Engineering Vol. 1, Issue 1, 2013 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR

European Journal of Science and Engineering Vol. 1, Issue 1, 2013 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR Ahmed A. M. Emam College of Engineering Karrary University SUDAN ahmedimam1965@yahoo.co.in Eisa Bashier M. Tayeb College of Engineering

More information

APPLICATION OF RECIRCULATION NEURAL NETWORK AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION

APPLICATION OF RECIRCULATION NEURAL NETWORK AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION APPLICATION OF RECIRCULATION NEURAL NETWORK AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION Dmitr Brliuk and Valer Starovoitov Institute of Engineering Cbernetics, Laborator of Image Processing and

More information

HARDWARE IMPLEMENTATION OF AN ARTIFICIAL NEURAL NETWORK WITH AN EMBEDDED MICROPROCESSOR IN A FPGA

HARDWARE IMPLEMENTATION OF AN ARTIFICIAL NEURAL NETWORK WITH AN EMBEDDED MICROPROCESSOR IN A FPGA HARDWARE IMPLEMENTATION OF AN ARTIFICIAL NEURAL NETWORK WITH AN EMBEDDED MICROPROCESSOR IN A FPGA Gisnara Rodrigues Hoelzle 2 and Fernando Morgado Dias 1,2 1 Centro de Ciências Matemáticas CCM, Universidade

More information

A Matlab Tool for Analyzing and Improving Fault Tolerance of Artificial Neural Networks

A Matlab Tool for Analyzing and Improving Fault Tolerance of Artificial Neural Networks A Matlab Tool for Analyzing and Improving Fault Tolerance of Artificial Neural Networks Rui Borralho*. Pedro Fontes*. Ana Antunes*. Fernando Morgado Dias**. *Escola Superior de Tecnologia de Setúbal do

More information

ANFIS: ADAPTIVE-NETWORK-BASED FUZZY INFERENCE SYSTEMS (J.S.R. Jang 1993,1995) bell x; a, b, c = 1 a

ANFIS: ADAPTIVE-NETWORK-BASED FUZZY INFERENCE SYSTEMS (J.S.R. Jang 1993,1995) bell x; a, b, c = 1 a ANFIS: ADAPTIVE-NETWORK-ASED FUZZ INFERENCE SSTEMS (J.S.R. Jang 993,995) Membership Functions triangular triangle( ; a, a b, c c) ma min = b a, c b, 0, trapezoidal trapezoid( ; a, b, a c, d d) ma min =

More information

CL7204-SOFT COMPUTING TECHNIQUES

CL7204-SOFT COMPUTING TECHNIQUES VALLIAMMAI ENGINEERING COLLEGE 2015-2016(EVEN) [DOCUMENT TITLE] CL7204-SOFT COMPUTING TECHNIQUES UNIT I Prepared b Ms. Z. Jenifer A. P(O.G) QUESTION BANK INTRODUCTION AND NEURAL NETWORKS 1. What is soft

More information

Neuro-Fuzzy Inverse Forward Models

Neuro-Fuzzy Inverse Forward Models CS9 Autumn Neuro-Fuzzy Inverse Forward Models Brian Highfill Stanford University Department of Computer Science Abstract- Internal cognitive models are useful methods for the implementation of motor control

More information

DUAL-PROCESSOR NEURAL NETWORK IMPLEMENTATION IN FPGA. Diego Santos, Henrique Nunes, Fernando Morgado-Dias

DUAL-PROCESSOR NEURAL NETWORK IMPLEMENTATION IN FPGA. Diego Santos, Henrique Nunes, Fernando Morgado-Dias DUAL-PROCESSOR NEURAL NETWORK IMPLEMENTATION IN FPGA Diego Santos, Henrique Nunes, Fernando Morgado-Dias Madeira Interactive Technologies Institute and Centro de Competências de Ciências Exactas e da Engenharia,

More information

In the Name of God. Lecture 17: ANFIS Adaptive Network-Based Fuzzy Inference System

In the Name of God. Lecture 17: ANFIS Adaptive Network-Based Fuzzy Inference System In the Name of God Lecture 17: ANFIS Adaptive Network-Based Fuzzy Inference System Outline ANFIS Architecture Hybrid Learning Algorithm Learning Methods that Cross-Fertilize ANFIS and RBFN ANFIS as a universal

More information

PredictioIn the limiting drawing ratio in Deep Drawing process by Artificial Neural Network

PredictioIn the limiting drawing ratio in Deep Drawing process by Artificial Neural Network PredictioIn the limiting drawing ratio in Deep Drawing process b Artificial Neural Network H.Mohammadi Majd, M.Jalali Azizpour Department of mechanical Engineering Production Technolog Research Institute

More information

ANGE Automatic Neural Generator

ANGE Automatic Neural Generator ANGE Automatic Neural Generator Leonardo Reis 1, Luis Aguiar 1, Darío Baptista 1, Fernando Morgado Dias 1 1 Centro de Competências de Ciências Exactas e da Engenharia, Universidade da Madeira Campus penteada,

More information

A new Adaptive PID Control Approach Based on Closed-Loop Response Recognition

A new Adaptive PID Control Approach Based on Closed-Loop Response Recognition roceedings of the 7th WSEAS nternational Conference on Automation & nformation, Cavtat, Croatia, June 13-15, 2006 (pp156-160) A Adaptive Control Approach Based on Closed-Loop Response Recognition MARTN

More information

APPLICATIONS OF INTELLIGENT HYBRID SYSTEMS IN MATLAB

APPLICATIONS OF INTELLIGENT HYBRID SYSTEMS IN MATLAB APPLICATIONS OF INTELLIGENT HYBRID SYSTEMS IN MATLAB Z. Dideková, S. Kajan Institute of Control and Industrial Informatics, Faculty of Electrical Engineering and Information Technology, Slovak University

More information

Mechanics ISSN Transport issue 1, 2008 Communications article 0214

Mechanics ISSN Transport issue 1, 2008 Communications article 0214 Mechanics ISSN 1312-3823 Transport issue 1, 2008 Communications article 0214 Academic journal http://www.mtc-aj.com PARAMETER ADAPTATION IN A SIMULATION MODEL USING ANFIS Oktavián Strádal, Radovan Soušek

More information

SEMI-ACTIVE CONTROL OF BUILDING STRUCTURES USING A NEURO-FUZZY CONTROLLER WITH ACCELERATION FEEDBACK

SEMI-ACTIVE CONTROL OF BUILDING STRUCTURES USING A NEURO-FUZZY CONTROLLER WITH ACCELERATION FEEDBACK Proceedings of the 6th International Conference on Mechanics and Materials in Design, Editors: J.F. Silva Gomes & S.A. Meguid, P.Delgada/Azores, 26-30 July 2015 PAPER REF: 5778 SEMI-ACTIVE CONTROL OF BUILDING

More information

Neuro-fuzzy systems 1

Neuro-fuzzy systems 1 1 : Trends and Applications International Conference on Control, Engineering & Information Technology (CEIT 14), March 22-25, Tunisia Dr/ Ahmad Taher Azar Assistant Professor, Faculty of Computers and

More information

Analysis of Control of Inverted Pendulum using Adaptive Neuro Fuzzy system

Analysis of Control of Inverted Pendulum using Adaptive Neuro Fuzzy system Analysis of Control of Inverted Pendulum using Adaptive Neuro Fuzzy system D. K. Somwanshi, Mohit Srivastava, R.Panchariya Abstract: Here modeling and simulation study of basically two control strategies

More information

The analysis of inverted pendulum control and its other applications

The analysis of inverted pendulum control and its other applications Journal of Applied Mathematics & Bioinformatics, vol.3, no.3, 2013, 113-122 ISSN: 1792-6602 (print), 1792-6939 (online) Scienpress Ltd, 2013 The analysis of inverted pendulum control and its other applications

More information

Supervised Learning in Neural Networks (Part 2)

Supervised Learning in Neural Networks (Part 2) Supervised Learning in Neural Networks (Part 2) Multilayer neural networks (back-propagation training algorithm) The input signals are propagated in a forward direction on a layer-bylayer basis. Learning

More information

COMPARING DIFFERENT IMPLEMENTATIONS FOR THE LEVENBERG-MARQUARDT ALGORITHM. Darío Baptista, Fernando Morgado-Dias

COMPARING DIFFERENT IMPLEMENTATIONS FOR THE LEVENBERG-MARQUARDT ALGORITHM. Darío Baptista, Fernando Morgado-Dias COMPARIG DIFFERE IMPLEMEAIOS FOR HE LEVEBERG-MARQUARD ALGORIHM Darío Baptista, Fernando Morgado-Dias Madeira Interactive echnologies Institute and Centro de Competências de Ciências Eactas e da Engenharia,

More information

Fuzzy Mod. Department of Electrical Engineering and Computer Science University of California, Berkeley, CA Generalized Neural Networks

Fuzzy Mod. Department of Electrical Engineering and Computer Science University of California, Berkeley, CA Generalized Neural Networks From: AAAI-91 Proceedings. Copyright 1991, AAAI (www.aaai.org). All rights reserved. Fuzzy Mod Department of Electrical Engineering and Computer Science University of California, Berkeley, CA 94 720 1

More information

Unit V. Neural Fuzzy System

Unit V. Neural Fuzzy System Unit V Neural Fuzzy System 1 Fuzzy Set In the classical set, its characteristic function assigns a value of either 1 or 0 to each individual in the universal set, There by discriminating between members

More information

MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM

MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM CHAPTER-7 MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM 7.1 Introduction To improve the overall efficiency of turning, it is necessary to

More information

Deciphering Data Fusion Rule by using Adaptive Neuro-Fuzzy Inference System

Deciphering Data Fusion Rule by using Adaptive Neuro-Fuzzy Inference System Deciphering Data Fusion Rule by using Adaptive Neuro-Fuzzy Inference System Ramachandran, A. Professor, Dept. of Electronics and Instrumentation Engineering, MSRIT, Bangalore, and Research Scholar, VTU.

More information

Modeling of Quadruple Tank System Using Soft Computing Techniques

Modeling of Quadruple Tank System Using Soft Computing Techniques European Journal of Scientific Research ISSN 1450-216X Vol.29 No.2 (2009), pp.249-264 EuroJournals Publishing, Inc. 2009 http://www.eurojournals.com/ejsr.htm Modeling of Quadruple Tank System Using Soft

More information

An Algorithm For Training Multilayer Perceptron (MLP) For Image Reconstruction Using Neural Network Without Overfitting.

An Algorithm For Training Multilayer Perceptron (MLP) For Image Reconstruction Using Neural Network Without Overfitting. An Algorithm For Training Multilayer Perceptron (MLP) For Image Reconstruction Using Neural Network Without Overfitting. Mohammad Mahmudul Alam Mia, Shovasis Kumar Biswas, Monalisa Chowdhury Urmi, Abubakar

More information

A Neural Network Model Of Insurance Customer Ratings

A Neural Network Model Of Insurance Customer Ratings A Neural Network Model Of Insurance Customer Ratings Jan Jantzen 1 Abstract Given a set of data on customers the engineering problem in this study is to model the data and classify customers

More information

CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS

CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS 39 CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS 3.1 INTRODUCTION Development of mathematical models is essential for many disciplines of engineering and science. Mathematical models are used for

More information

Adaptive Neuro-Fuzzy Model with Fuzzy Clustering for Nonlinear Prediction and Control

Adaptive Neuro-Fuzzy Model with Fuzzy Clustering for Nonlinear Prediction and Control Asian Journal of Applied Sciences (ISSN: 232 893) Volume 2 Issue 3, June 24 Adaptive Neuro-Fuzzy Model with Fuzzy Clustering for Nonlinear Prediction and Control Bayadir Abbas AL-Himyari, Azman Yasin 2

More information

Designed By: Milad Niaz Azari

Designed By: Milad Niaz Azari Designed By: Milad Niaz Azari 88123916 The techniques of artificial intelligence based in fuzzy logic and neural networks are frequently applied together The reasons to combine these two paradigms come

More information

A Rapid Learning Approach. for Developing Fuzzy Controllers. Faculty oftechnology, University of Bielefeld, Bielefeld, Germany

A Rapid Learning Approach. for Developing Fuzzy Controllers. Faculty oftechnology, University of Bielefeld, Bielefeld, Germany A Rapid Learning Approach for Developing Fuzz Controllers Jianwei Zhang, Khac Van Le and Alois Knoll Facult oftechnolog, Universit of Bielefeld, 33 Bielefeld, German Phone: ++49-()2-6-29/292 Fa: ++49-()2-6-2962

More information

NEW HYBRID LEARNING ALGORITHMS IN ADAPTIVE NEURO FUZZY INFERENCE SYSTEMS FOR CONTRACTION SCOUR MODELING

NEW HYBRID LEARNING ALGORITHMS IN ADAPTIVE NEURO FUZZY INFERENCE SYSTEMS FOR CONTRACTION SCOUR MODELING Proceedings of the 4 th International Conference on Environmental Science and Technology Rhodes, Greece, 3-5 September 05 NEW HYBRID LEARNING ALGRITHMS IN ADAPTIVE NEUR FUZZY INFERENCE SYSTEMS FR CNTRACTIN

More information

A New Fuzzy Neural System with Applications

A New Fuzzy Neural System with Applications A New Fuzzy Neural System with Applications Yuanyuan Chai 1, Jun Chen 1 and Wei Luo 1 1-China Defense Science and Technology Information Center -Network Center Fucheng Road 26#, Haidian district, Beijing

More information

Developing a Tracking Algorithm for Underwater ROV Using Fuzzy Logic Controller

Developing a Tracking Algorithm for Underwater ROV Using Fuzzy Logic Controller 5 th Iranian Conference on Fuzz Sstems Sept. 7-9, 2004, Tehran Developing a Tracking Algorithm for Underwater Using Fuzz Logic Controller M.H. Saghafi 1, H. Kashani 2, N. Mozaani 3, G. R. Vossoughi 4 mh_saghafi@ahoo.com

More information

9. Lecture Neural Networks

9. Lecture Neural Networks Soft Control (AT 3, RMA) 9. Lecture Neural Networks Application in Automation Engineering Outline of the lecture 1. Introduction to Soft Control: definition and limitations, basics of "smart" systems 2.

More information

Research on Evaluation Method of Product Style Semantics Based on Neural Network

Research on Evaluation Method of Product Style Semantics Based on Neural Network Research Journal of Applied Sciences, Engineering and Technology 6(23): 4330-4335, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: September 28, 2012 Accepted:

More information

An Fuzzy Neural Approach for Medical Image Retrieval

An Fuzzy Neural Approach for Medical Image Retrieval Journal of Computer Science 2012, 8 (11), 1809-1813 ISSN 1549-3636 2012 doi:10.3844/jcssp.2012.1809.1813 Published Online 8 (11) 2012 (http://www.thescipub.com/jcs.toc) An Fuzz Neural Approach for Medical

More information

Intelligent Methods in Modelling and Simulation of Complex Systems

Intelligent Methods in Modelling and Simulation of Complex Systems SNE O V E R V I E W N OTE Intelligent Methods in Modelling and Simulation of Complex Systems Esko K. Juuso * Control Engineering Laboratory Department of Process and Environmental Engineering, P.O.Box

More information

Image Compression: An Artificial Neural Network Approach

Image Compression: An Artificial Neural Network Approach Image Compression: An Artificial Neural Network Approach Anjana B 1, Mrs Shreeja R 2 1 Department of Computer Science and Engineering, Calicut University, Kuttippuram 2 Department of Computer Science and

More information

ANFIS based HVDC control and fault identification of HVDC converter

ANFIS based HVDC control and fault identification of HVDC converter HAIT Journal of Science and Engineering B, Volume 2, Issues 5-6, pp. 673-689 Copyright C 2005 Holon Academic Institute of Technology ANFIS based HVDC control and fault identification of HVDC converter

More information

Climate Precipitation Prediction by Neural Network

Climate Precipitation Prediction by Neural Network Journal of Mathematics and System Science 5 (205) 207-23 doi: 0.7265/259-529/205.05.005 D DAVID PUBLISHING Juliana Aparecida Anochi, Haroldo Fraga de Campos Velho 2. Applied Computing Graduate Program,

More information

Adaptive Neuro Fuzzy Inference System (ANFIS) For Fault Classification in the Transmission Lines

Adaptive Neuro Fuzzy Inference System (ANFIS) For Fault Classification in the Transmission Lines Adaptive Neuro Fuzzy Inference System (ANFIS) For Fault Classification in the Transmission Lines Tamer S. Kamel M. A. Moustafa Hassan Electrical Power and Machines Department, Faculty of Engineering, Cairo

More information

RULE BASED SIGNATURE VERIFICATION AND FORGERY DETECTION

RULE BASED SIGNATURE VERIFICATION AND FORGERY DETECTION RULE BASED SIGNATURE VERIFICATION AND FORGERY DETECTION M. Hanmandlu Multimedia University Jalan Multimedia 63100, Cyberjaya Selangor, Malaysia E-mail:madasu.hanmandlu@mmu.edu.my M. Vamsi Krishna Dept.

More information

Performance Comparison of AODV and Soft AODV Routing Protocol

Performance Comparison of AODV and Soft AODV Routing Protocol World Academ of Science, Engineering and Technolog Performance Comparison of AODV and Soft AODV Routing Protocol Abhishek, Seema Devi, Joti Ohri International Science Inde, Computer and Information Engineering

More information

OMBP: Optic Modified BackPropagation training algorithm for fast convergence of Feedforward Neural Network

OMBP: Optic Modified BackPropagation training algorithm for fast convergence of Feedforward Neural Network 2011 International Conference on Telecommunication Technology and Applications Proc.of CSIT vol.5 (2011) (2011) IACSIT Press, Singapore OMBP: Optic Modified BackPropagation training algorithm for fast

More information

Artificial Neuron Modelling Based on Wave Shape

Artificial Neuron Modelling Based on Wave Shape Artificial Neuron Modelling Based on Wave Shape Kieran Greer, Distributed Computing Systems, Belfast, UK. http://distributedcomputingsystems.co.uk Version 1.2 Abstract This paper describes a new model

More information

Aircraft Landing Control Using Fuzzy Logic and Neural Networks

Aircraft Landing Control Using Fuzzy Logic and Neural Networks Aircraft Landing Control Using Fuzzy Logic and Neural Networks Elvira Lakovic Intelligent Embedded Systems elc10001@student.mdh.se Damir Lotinac Intelligent Embedded Systems dlc10001@student.mdh.se ABSTRACT

More information

ANN-Based Modeling for Load and Main Steam Pressure Characteristics of a 600MW Supercritical Power Generating Unit

ANN-Based Modeling for Load and Main Steam Pressure Characteristics of a 600MW Supercritical Power Generating Unit ANN-Based Modeling for Load and Main Steam Pressure Characteristics of a 600MW Supercritical Power Generating Unit Liangyu Ma, Zhiyuan Gao Automation Department, School of Control and Computer Engineering

More information

A Neuro-Fuzzy Application to Power System

A Neuro-Fuzzy Application to Power System 2009 International Conference on Machine Learning and Computing IPCSIT vol.3 (2011) (2011) IACSIT Press, Singapore A Neuro-Fuzzy Application to Power System Ahmed M. A. Haidar 1, Azah Mohamed 2, Norazila

More information

Assignment # 5. Farrukh Jabeen Due Date: November 2, Neural Networks: Backpropation

Assignment # 5. Farrukh Jabeen Due Date: November 2, Neural Networks: Backpropation Farrukh Jabeen Due Date: November 2, 2009. Neural Networks: Backpropation Assignment # 5 The "Backpropagation" method is one of the most popular methods of "learning" by a neural network. Read the class

More information

Dept. of Computing Science & Math

Dept. of Computing Science & Math Lecture 4: Multi-Laer Perceptrons 1 Revie of Gradient Descent Learning 1. The purpose of neural netor training is to minimize the output errors on a particular set of training data b adusting the netor

More information

NEURON IMPLEMENTATION USING SYSTEM GENERATOR

NEURON IMPLEMENTATION USING SYSTEM GENERATOR NEURON IMPLEMENTATION USING SYSTEM GENERATOR Luis Aguiar,2, Leonardo Reis,2, Fernando Morgado Dias,2 Centro de Competências de Ciências Exactas e da Engenharia, Universidade da Madeira Campus da Penteada,

More information

CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM

CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM 33 CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM The objective of an ANFIS (Jang 1993) is to integrate the best features of Fuzzy Systems and Neural Networks. ANFIS is one of the best tradeoffs between

More information

Trajectory Estimation and Control of Vehicle using Neuro-Fuzzy Technique

Trajectory Estimation and Control of Vehicle using Neuro-Fuzzy Technique IJCSNS International Journal of Computer Science and Network Security, VOL.13 No.2, February 2013 105 Trajectory Estimation and Control of Vehicle using Neuro-Fuzzy Technique Boumediene Selma and Samira

More information

Overfitting in Neural Nets: Backpropagation, Conjugate Gradient, and Early Stopping

Overfitting in Neural Nets: Backpropagation, Conjugate Gradient, and Early Stopping Overfitting in Neural Nets: Backpropagation, Conjugate Gradient, and Earl Stopping Rich Caruana CALD, CMU 5 Forbes Ave. Pittsburgh, PA 53 caruana@cs.cmu.edu Steve Lawrence NEC Research Institute 4 Independence

More information

Real Time Monitoring and Neuro-Fuzzy Based Fault Diagnosis of Flow Process in Hybrid System

Real Time Monitoring and Neuro-Fuzzy Based Fault Diagnosis of Flow Process in Hybrid System Available online at www.interscience.in Real Time Monitoring and Neuro-Fuzzy Based Fault Diagnosis of Flow Process in Hybrid System Revathi.P *, Pallikonda Rajasekaran.M, Babiyola. D, Aruna. R Department

More information

11/14/2010 Intelligent Systems and Soft Computing 1

11/14/2010 Intelligent Systems and Soft Computing 1 Lecture 7 Artificial neural networks: Supervised learning Introduction, or how the brain works The neuron as a simple computing element The perceptron Multilayer neural networks Accelerated learning in

More information

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM M. Sivakumar 1 and R. M. S. Parvathi 2 1 Anna University, Tamilnadu, India 2 Sengunthar College of Engineering, Tamilnadu,

More information

Takagi-Sugeno Fuzzy System Accuracy Improvement with A Two Stage Tuning

Takagi-Sugeno Fuzzy System Accuracy Improvement with A Two Stage Tuning International Journal of Computing and Digital Systems ISSN (2210-142X) Int. J. Com. Dig. Sys. 4, No.4 (Oct-2015) Takagi-Sugeno Fuzzy System Accuracy Improvement with A Two Stage Tuning Hassan M. Elragal

More information

Artificial Neural Networks Based Modeling and Control of Continuous Stirred Tank Reactor

Artificial Neural Networks Based Modeling and Control of Continuous Stirred Tank Reactor American J. of Engineering and Applied Sciences (): 9-35, 9 ISSN 94-7 9 Science Publications Artificial Neural Networks Based Modeling and Control of Continuous Stirred Tank Reactor R. Suja Mani Malar

More information

MARS: Still an Alien Planet in Soft Computing?

MARS: Still an Alien Planet in Soft Computing? MARS: Still an Alien Planet in Soft Computing? Ajith Abraham and Dan Steinberg School of Computing and Information Technology Monash University (Gippsland Campus), Churchill 3842, Australia Email: ajith.abraham@infotech.monash.edu.au

More information

SURFACE ROUGHNESS MONITORING IN CUTTING FORCE CONTROL SYSTEM

SURFACE ROUGHNESS MONITORING IN CUTTING FORCE CONTROL SYSTEM Proceedings in Manufacturing Systems, Volume 10, Issue 2, 2015, 59 64 ISSN 2067-9238 SURFACE ROUGHNESS MONITORING IN CUTTING FORCE CONTROL SYSTEM Uros ZUPERL 1,*, Tomaz IRGOLIC 2, Franc CUS 3 1) Assist.

More information

Lecture 17: Neural Networks and Deep Learning. Instructor: Saravanan Thirumuruganathan

Lecture 17: Neural Networks and Deep Learning. Instructor: Saravanan Thirumuruganathan Lecture 17: Neural Networks and Deep Learning Instructor: Saravanan Thirumuruganathan Outline Perceptron Neural Networks Deep Learning Convolutional Neural Networks Recurrent Neural Networks Auto Encoders

More information

More on Learning. Neural Nets Support Vectors Machines Unsupervised Learning (Clustering) K-Means Expectation-Maximization

More on Learning. Neural Nets Support Vectors Machines Unsupervised Learning (Clustering) K-Means Expectation-Maximization More on Learning Neural Nets Support Vectors Machines Unsupervised Learning (Clustering) K-Means Expectation-Maximization Neural Net Learning Motivated by studies of the brain. A network of artificial

More information

Dynamic Neural Portal for Minimal Knowledge Anonymous User Profiling

Dynamic Neural Portal for Minimal Knowledge Anonymous User Profiling Dynamic Neural Portal for Minimal Knowledge Anonymous User Profiling Tomas Arredondo, Rodrigo Gómez, Daniel Arancibia, César León, Bruno Mundaca Departamento de Electrónica tarredondo@elo.utfsm.cl Universidad

More information

Research Article Scene Semantics Recognition Based on Target Detection and Fuzzy Reasoning

Research Article Scene Semantics Recognition Based on Target Detection and Fuzzy Reasoning Research Journal of Applied Sciences, Engineering and Technolog 7(5): 970-974, 04 DOI:0.906/rjaset.7.343 ISSN: 040-7459; e-issn: 040-7467 04 Mawell Scientific Publication Corp. Submitted: Januar 9, 03

More information

volved in the system are usually not dierentiable. The term \fuzzy error" denotes that the error measure guiding the learning process is either specie

volved in the system are usually not dierentiable. The term \fuzzy error denotes that the error measure guiding the learning process is either specie A Neuro-Fuzzy Approach to Obtain Interpretable Fuzzy Systems for Function Approximation Detlef Nauck and Rudolf Kruse University of Magdeburg, Faculty of Computer Science, Universitaetsplatz 2, D-39106

More information

A Compensatory Wavelet Neuron Model

A Compensatory Wavelet Neuron Model A Compensatory Wavelet Neuron Model Sinha, M., Gupta, M. M. and Nikiforuk, P.N Intelligent Systems Research Laboratory College of Engineering, University of Saskatchewan Saskatoon, SK, S7N 5A9, CANADA

More information

[Time : 3 Hours] [Max. Marks : 100] SECTION-I. What are their effects? [8]

[Time : 3 Hours] [Max. Marks : 100] SECTION-I. What are their effects? [8] UNIVERSITY OF PUNE [4364]-542 B. E. (Electronics) Examination - 2013 VLSI Design (200 Pattern) Total No. of Questions : 12 [Total No. of Printed Pages :3] [Time : 3 Hours] [Max. Marks : 100] Q1. Q2. Instructions

More information

Input Selection for ANFIS Learning. Jyh-Shing Roger Jang

Input Selection for ANFIS Learning. Jyh-Shing Roger Jang Input Selection for ANFIS Learning Jyh-Shing Roger Jang (jang@cs.nthu.edu.tw) Department of Computer Science, National Tsing Hua University Hsinchu, Taiwan Abstract We present a quick and straightfoward

More information

The Structure of Boolean Neuron for the Optimal Mapping to FPGAs

The Structure of Boolean Neuron for the Optimal Mapping to FPGAs The Structure of Boolean Neuron for the Optimal Mapping to FPGAs Roman Kohut, Bernd Steinbach Abstract - In this paper, we present a new tpe of neuron, called Boolean neuron that ma be mapped directl to

More information

Dynamic Analysis of Structures Using Neural Networks

Dynamic Analysis of Structures Using Neural Networks Dynamic Analysis of Structures Using Neural Networks Alireza Lavaei Academic member, Islamic Azad University, Boroujerd Branch, Iran Alireza Lohrasbi Academic member, Islamic Azad University, Boroujerd

More information

Subjective Image Quality Prediction based on Neural Network

Subjective Image Quality Prediction based on Neural Network Subjective Image Qualit Prediction based on Neural Network Sertan Kaa a, Mariofanna Milanova a, John Talburt a, Brian Tsou b, Marina Altnova c a Universit of Arkansas at Little Rock, 80 S. Universit Av,

More information

Learning Helicopter Model Through Examples

Learning Helicopter Model Through Examples Learning Helicopter Model Through Examples TITO G. AMARAL EST-Setúbal, Instituto Politécnico de Setúbal Instituto de Sistemas e Robótica UC, Pólo II Rua Vale de Chaves, Estefanilha 294-508 Setúbal PORTUGAL

More information

Fault Tolerant Supervisory Control of Human Interactive Robots

Fault Tolerant Supervisory Control of Human Interactive Robots Fault Tolerant Supervisory Control of Human Interactive Robots H.-B. Kuntze, C.-W. Frey, K. Giesen, G. Milighetti IITB für Karlsruhe, Germany Kuntze@iitb.fraunhofer.de page 1 Content 1 Introduction 2 Supervisory

More information

CMPT 882 Week 3 Summary

CMPT 882 Week 3 Summary CMPT 882 Week 3 Summary! Artificial Neural Networks (ANNs) are networks of interconnected simple units that are based on a greatly simplified model of the brain. ANNs are useful learning tools by being

More information

EE 589 INTRODUCTION TO ARTIFICIAL NETWORK REPORT OF THE TERM PROJECT REAL TIME ODOR RECOGNATION SYSTEM FATMA ÖZYURT SANCAR

EE 589 INTRODUCTION TO ARTIFICIAL NETWORK REPORT OF THE TERM PROJECT REAL TIME ODOR RECOGNATION SYSTEM FATMA ÖZYURT SANCAR EE 589 INTRODUCTION TO ARTIFICIAL NETWORK REPORT OF THE TERM PROJECT REAL TIME ODOR RECOGNATION SYSTEM FATMA ÖZYURT SANCAR 1.Introductıon. 2.Multi Layer Perception.. 3.Fuzzy C-Means Clustering.. 4.Real

More information

Hybrid Computing Algorithm in Representing Solid Model

Hybrid Computing Algorithm in Representing Solid Model The International Arab Journal of Information Technolog, Vol. 7, No. 4, October 00 4 Hbrid Computing Algorithm in Representing Solid Model Muhammad Matondang and Habibollah Haron Department of Modeling

More information

Artificial neural networks are the paradigm of connectionist systems (connectionism vs. symbolism)

Artificial neural networks are the paradigm of connectionist systems (connectionism vs. symbolism) Artificial Neural Networks Analogy to biological neural systems, the most robust learning systems we know. Attempt to: Understand natural biological systems through computational modeling. Model intelligent

More information

FUZZY INFERENCE SYSTEMS

FUZZY INFERENCE SYSTEMS CHAPTER-IV FUZZY INFERENCE SYSTEMS Fuzzy inference is the process of formulating the mapping from a given input to an output using fuzzy logic. The mapping then provides a basis from which decisions can

More information

Machine learning for vision. It s the features, stupid! cathedral. high-rise. Winter Roland Memisevic. Lecture 2, January 26, 2016

Machine learning for vision. It s the features, stupid! cathedral. high-rise. Winter Roland Memisevic. Lecture 2, January 26, 2016 Winter 2016 Lecture 2, Januar 26, 2016 f2? cathedral high-rise f1 A common computer vision pipeline before 2012 1. 2. 3. 4. Find interest points. Crop patches around them. Represent each patch with a sparse

More information

APPLICATION OF A MULTI- LAYER PERCEPTRON FOR MASS VALUATION OF REAL ESTATES

APPLICATION OF A MULTI- LAYER PERCEPTRON FOR MASS VALUATION OF REAL ESTATES FIG WORKING WEEK 2008 APPLICATION OF A MULTI- LAYER PERCEPTRON FOR MASS VALUATION OF REAL ESTATES Tomasz BUDZYŃSKI, PhD Artificial neural networks the highly sophisticated modelling technique, which allows

More information

Use of Artificial Neural Networks to Investigate the Surface Roughness in CNC Milling Machine

Use of Artificial Neural Networks to Investigate the Surface Roughness in CNC Milling Machine Use of Artificial Neural Networks to Investigate the Surface Roughness in CNC Milling Machine M. Vijay Kumar Reddy 1 1 Department of Mechanical Engineering, Annamacharya Institute of Technology and Sciences,

More information

Employing ANFIS for Object Detection in Robo-Pong

Employing ANFIS for Object Detection in Robo-Pong Employing ANFIS for Object Detection in Robo-Pong R. Sabzevari 1, S. Masoumzadeh, and M. Rezaei Ghahroudi Department of Computer Engineering, Islamic Azad University of Qazvin, Qazvin, Iran 1 Member of

More information

Identifying Rule-Based TSK Fuzzy Models

Identifying Rule-Based TSK Fuzzy Models Identifying Rule-Based TSK Fuzzy Models Manfred Männle Institute for Computer Design and Fault Tolerance University of Karlsruhe D-7628 Karlsruhe, Germany Phone: +49 72 68-6323, Fax: +49 72 68-3962 Email:

More information

CT79 SOFT COMPUTING ALCCS-FEB 2014

CT79 SOFT COMPUTING ALCCS-FEB 2014 Q.1 a. Define Union, Intersection and complement operations of Fuzzy sets. For fuzzy sets A and B Figure Fuzzy sets A & B The union of two fuzzy sets A and B is a fuzzy set C, written as C=AUB or C=A OR

More information

Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague

Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague Electrical Engineering Dept., Université Laval, Quebec City (Quebec) Canada G1K 7P4, E-mail: darab@gel.ulaval.ca

More information

Notes on Multilayer, Feedforward Neural Networks

Notes on Multilayer, Feedforward Neural Networks Notes on Multilayer, Feedforward Neural Networks CS425/528: Machine Learning Fall 2012 Prepared by: Lynne E. Parker [Material in these notes was gleaned from various sources, including E. Alpaydin s book

More information

INVESTIGATING DATA MINING BY ARTIFICIAL NEURAL NETWORK: A CASE OF REAL ESTATE PROPERTY EVALUATION

INVESTIGATING DATA MINING BY ARTIFICIAL NEURAL NETWORK: A CASE OF REAL ESTATE PROPERTY EVALUATION http:// INVESTIGATING DATA MINING BY ARTIFICIAL NEURAL NETWORK: A CASE OF REAL ESTATE PROPERTY EVALUATION 1 Rajat Pradhan, 2 Satish Kumar 1,2 Dept. of Electronics & Communication Engineering, A.S.E.T.,

More information

Accelerating the convergence speed of neural networks learning methods using least squares

Accelerating the convergence speed of neural networks learning methods using least squares Bruges (Belgium), 23-25 April 2003, d-side publi, ISBN 2-930307-03-X, pp 255-260 Accelerating the convergence speed of neural networks learning methods using least squares Oscar Fontenla-Romero 1, Deniz

More information

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION 6.1 INTRODUCTION Fuzzy logic based computational techniques are becoming increasingly important in the medical image analysis arena. The significant

More information

Ensemble methods in machine learning. Example. Neural networks. Neural networks

Ensemble methods in machine learning. Example. Neural networks. Neural networks Ensemble methods in machine learning Bootstrap aggregating (bagging) train an ensemble of models based on randomly resampled versions of the training set, then take a majority vote Example What if you

More information

A Comparative Study of Prediction of Inverse Kinematics Solution of 2-DOF, 3-DOF and 5-DOF Redundant Manipulators by ANFIS

A Comparative Study of Prediction of Inverse Kinematics Solution of 2-DOF, 3-DOF and 5-DOF Redundant Manipulators by ANFIS IJCS International Journal of Computer Science and etwork, Volume 3, Issue 5, October 2014 ISS (Online) : 2277-5420 www.ijcs.org 304 A Comparative Study of Prediction of Inverse Kinematics Solution of

More information

A neural network that classifies glass either as window or non-window depending on the glass chemistry.

A neural network that classifies glass either as window or non-window depending on the glass chemistry. A neural network that classifies glass either as window or non-window depending on the glass chemistry. Djaber Maouche Department of Electrical Electronic Engineering Cukurova University Adana, Turkey

More information

On Evolving Fuzzy Modeling for Visual Control of Robotic Manipulators

On Evolving Fuzzy Modeling for Visual Control of Robotic Manipulators On Evolving Fuzzy Modeling for Visual Control of Robotic Manipulators P.J.S. Gonçalves 1,2, P.M.B. Torres 2, J.R. Caldas Pinto 1, J.M.C. Sousa 1 1. Instituto Politécnico de Castelo Branco, Escola Superior

More information

Hybrid PSO-SA algorithm for training a Neural Network for Classification

Hybrid PSO-SA algorithm for training a Neural Network for Classification Hybrid PSO-SA algorithm for training a Neural Network for Classification Sriram G. Sanjeevi 1, A. Naga Nikhila 2,Thaseem Khan 3 and G. Sumathi 4 1 Associate Professor, Dept. of CSE, National Institute

More information

Review on Methods of Selecting Number of Hidden Nodes in Artificial Neural Network

Review on Methods of Selecting Number of Hidden Nodes in Artificial Neural Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 11, November 2014,

More information

CS6220: DATA MINING TECHNIQUES

CS6220: DATA MINING TECHNIQUES CS6220: DATA MINING TECHNIQUES Image Data: Classification via Neural Networks Instructor: Yizhou Sun yzsun@ccs.neu.edu November 19, 2015 Methods to Learn Classification Clustering Frequent Pattern Mining

More information