A neuro-fuzzy system for portfolio evaluation

Size: px
Start display at page:

Download "A neuro-fuzzy system for portfolio evaluation"

Transcription

1 A neuro-fuzzy system for portfolio evaluation Christer Carlsson IAMSR, Åbo Akademi University, DataCity A 320, SF Åbo, Finland ccarlsso@ra.abo.fi Robert Fullér Comp. Sci. Dept., Eötvös Loránd University, Muzeum krt. 6-8, H-088 Budapest, Hungary rfuller@ra.abo.fi Abstract Suppose that the value of our portfolio depends on the currency fluctations on the global finance market. Our knowledge is given in the form of fuzzy IF-THEN rules, where all of the linguistic values for the exchange rates and the portfolio values are represented by sigmoidal fuzzy numbers. It is relatively easy to create fuzzy IF-THEN rules for portfolio evaluation, however it is time-consuming and difficult to fine-tune them. In this paper we compute the crisp portfolio values by Tsukomoto s inference mechanism and introducing some reasonable interdependences among the linguistic terms we show a simple method for tuning the membership functions in the rules. Introduction Suppose that our portfolio value depends on the currency fluctations on the global finance market. For modeling the partially known causal link between the exchange rates and the portfolio value we employ fuzzy IF-THEN rules of the following type R i :ifx is A i and... and x n is A in then PV is C i where PV is the linguistic variable for the portfolio value, x,...,x n are the linguistic variables for exchange rates having effects on the portfolio value. Each x i has two linguistic terms low and high, denoted by L i and H i, which satisfy the equality L i (t)+h i (t) = for each t. The portfolio value can have four terms: very big (VB), big (B), small (S) and very small (VS). It is clear that the value of the portfolio can not be negative (in the worst case we lose everything). The membership functions for the portfolio are supposed to satisfy the properties B(t)+ S(t) =, VS(t) =S(t + c) and VB(t) =B(t c) for some constant c and for each t. We believe that two linguistic terms {low, high} are sufficient for exchange rates, because the term exchange rate is medium can be derived from the terms exchange rate is low and exchange rate is high. The final version of this paper appeared in: R.Trappl ed., Cybernetics and Systems 96, Proceedings of the Thirteenth European Meeting on Cybernetics and Systems Research, Vienna, April 9-2, 996, Austrian Society for Cybernetic Studies, Vienna, Presentlyvisiting professor at Institute for Advanced Management Systems Research.

2 In a similar manner we consider our portfolio value as small if its value is smaller or exceeds a little bit the value of our investment, and big if its value is definitively bigger than our investment. The term portfolio value is medium is rapidly changing and can be derived from other terms. Under these assumptions it seems to be reasonable to derive the daily portfolio values from the actual exchange rates and from the rule-base R by using Tsukomoto s reasoning mechanism, which requires monoton membership functions for all linguistic terms. Consider a simple case with the following three fuzzy IF-THEN rules in our knowledge-base: R : R 2 : R 3 : if x is L and x 2 is L 2 and x 3 is L 3 then PV is VB if x is H and x 2 is H 2 and x 3 is L 3 then PV is B if x is H and x 2 is H 2 and x 3 is H 3 then PV is S where x, x 2 and x 3 denote the exchange rates between USD and DEM, USD and SEK, and USD and FIM, respectively. The rules are interpreted as: R : If the US dollar is weak against the German mark Swedish and the Finnish mark then our portfolio value is very big. R 2 : If the US dollar is strong against the German mark and the Swedish crown and the US dollar is weak against the Finnish mark then our portfolio value is big. R 3 : If the US dollar is strong against the German mark the Swedish crown and the Finnish mark then our portfolio value is small. The fuzzy sets L = USD/DEM is low and H = USD/DEM is high are given by the following membership functions L (t) = + exp(b (t c )), H (t) = + exp( b (t c )) It is easy to check that the equality L (t)+h (t) = holds for all t. Figure Initial membership functions of x is low and x is high, b = 6 and c =.5. The fuzzy sets L 2 = USD/SEK is low and H 2 = USD/SEK is high are given by the following membership functions H 2 (t) = + exp(b 2 (t c 2 )), L 2(t) = + exp( b 2 (t c 2 )) It is easy to check that the equality L 2 (t)+h 2 (t) = holds for all t. 2

3 Figure 2 Initial membership functions for x 2 is low and x 2 is high, b 2 = 6 and c 2 =7.5. The fuzzy sets L 3 = USD/FIM is low and H 3 = USD/FIM is high are given by the following membership function L 3 (t) = + exp(b 3 (t c 3 )), H 3(t) = + exp( b 3 (t c 3 )) It is easy to check that the equality L 3 (t)+h 3 (t) = holds for all t. Figure 3 Membership functions for x 3 is low and x 3 is high, b = 6 and c =4.5. The fuzzy sets VB = portfolio value is very big and VB = portfolio value is very small are given by the following membership functions VS(t) = + exp(b 4 (t c 4 c 5 )), VB(t) = + exp( b 4 (t c 4 + c 5 )), Figure 4 Initial membership functions for PV is very big and PV is very small with b 4 =0.5, c 4 = 5 and c 5 =5. 3

4 The fuzzy sets B = portfolio value is big and S = portfolio value is small are given by the following membership function B(t) = + exp( b 4 (t c 4 )), S(t) = + exp(b 4 (t c 4 )) It is easy to check that the equality B(t)+S(t) = holds for all t. Figure 5 Initial membership functions for S and B, b 4 =0.5 and c 4 = 5. We evaluate the daily portfolio value by Tsukamoto s reasoning mechanism, i.e. L L2 L3 H H2 L3 α z H H2 H3 z 2 α2 a a2 a3 Figure 6 min α3 z 3 Tsukamoto s reasoning mechanism with three inference rules. The firing levels of the rules are computed by α = L (a ) L 2 (a 2 ) L 3 (a 3 ), α 2 = H (a ) H 2 (a 2 ) L 3 (a 3 ), α 3 = H (a ) H 2 (a 2 ) H 3 (a 3 ), The individual rule outputs are derived from the relationships z = VB (α )=c 4 + c 5 + b 4 ln α α, z 2 = B (α 2 )=c 4 + b 4 ln α 2 α 2 () z 3 = S (α 3 )=c 4 b 4 ln α 3 α 3 (2) 4

5 The overall system output is expressed as z 0 = α z + α 2 z 2 + α 3 z 3 α + α 2 + α 3 where a, a 2 and a 3 are the inputs to the system. 2 Tuningthe membership functions by gradient descent method We describe a simple method for learning of membership functions of the antecedent and consequent parts of fuzzy IF-THEN rules. A hybrid neural net [] computationally identical to our fuzzy system is shown in the Figure 7. a Layer Layer 2 Layer 3 Layer 4 Layer 5 L H L(a) H(a) α T N β βz a2 L2 T N β2 β2z2 z 0 H2 a3 L3 L3(a3) T α3 N β3 β3z3 H3 H3(a3) Figure 7 A hybrid neural net (ANFIS architecture [3]) which is computationally equivalent to Tsukomato s reasoning method. Layer The output of the node is the degree to which the given input satisfies the linguistic label associated to this node. Layer 2 Each node computes the firing strength of the associated rule. The output of top neuron is α = L (a ) L 2 (a 2 ) L 3 (a 3 ), the output of the middle neuron is α 2 = H (a ) H 2 (a 2 ) L 3 (a 3 ), and the output of the bottom neuron is α 3 = H (a ) H 2 (a 2 ) H 3 (a 3 ). 5

6 All nodes in this layer is labeled by T, because we can choose other t-norms for modeling the logical and operator. The nodes of this layer are called rule nodes. Layer 3 Every node in this layer is labeled by N to indicate the normalization of the firing levels. The output of the top, middle and bottom neuron is the normalized firing level of the corresponding rule β = α α + α 2 + α 3, β 2 = α 2 α + α 2 + α 3, β 3 = α 3 α + α 2 + α 3, Layer 4 The output of the top, middle and bottom neuron is the product of the normalized firing level and the individual rule output of the corresponding rule β z = β VB (α ), β 2 z 2 = β 2 B (α 2 ), β 3 z 3 = β 3 S (α 3 ), Layer 5 The single node in this layer computes the overall system output as the sum of all incoming signals, i.e. z 0 = β z + β 2 z 2 + β 3 z 3. Suppose we have the following crisp training set {(x,y ),...,(x K,y K )} where x k is the vector of the actual exchange rates and y k is the real value of our portfolio at time k. We define the measure of error for the k-th training pattern as usually E k = 2 (y k o k ) 2 where o k is the computed output from the fuzzy system R corresponding to the input pattern x k, and y k is the real output, k =,...,K. The steepest descent method is used to learn the parameters of the conditional and the consequence parts of the fuzzy rules. We show now how to tune the shape parameters b 4, c 4 and c 5 of the portfolio value. From () and (2) we get the following learning rule for the slope, b 4,of the portfolio values b 4 (t +)=b 4 (t) η E k = b 4 (t) η α + α 2 α 3 b 4 b 2 δ k, 4 α + α 2 + α 3 In a similar manner we can derive the learning rules for the center c 4 and for the shifting value c 5 c 4 (t +)=c 4 (t) η E k c 4 = c 4 (t)+ηδ k α + α 2 + α 3 α + α 2 + α 3 = c 4 (t)+ηδ k, c 5 (t +)=c 5 (t) η E k c 5 = c 5 (t)+ηδ k α α + α 2 + α 3 where δ k =(y k o k ) denotes the error, η>0 is the learning rate and t indexes the number of the adjustments. The learning rules for the shape parameters of the antecedent part of the rules can be derived in a similar way. 6

7 Figure 8 Final membership functions for S and B. Table shows some mean exchange rates, the computed portfolio values (using the initial membership functions) and real portfolio values from 995. Date USD/DEM USD/SEK USD/FIM Computed PV Real PV January, May 9, August, August 28, Table performance of the fuzzy system before the training. Table shows some mean exchange rates, the computed portfolio values (using the final membership functions) and real portfolio values from 995. Date USD/DEM USD/SEK USD/FIM Computed PV Real PV January, May 9, August, August 28, Table Performance of the fuzzy system after the training. References [] J.J.Buckley and Y. Hayashi, Neural nets for fuzzy systems, Fuzzy Sets and Systems, 7(995)

8 [2] S. Horikowa, T. Furuhashi and Y. Uchikawa, On identification of structures in premises of a fuzzy model using a fuzzy neural network, in: Proc. IEEE International Conference on Fuzzy Systems, San Francisco, [3] J.-S. Roger Jang, ANFIS: Adaptive-network-based fuzzy inference system, IEEE Trans. Syst., Man, and Cybernetics, 23(993)

Fuzzy if-then rules for modeling interdependences in FMOP problems

Fuzzy if-then rules for modeling interdependences in FMOP problems Fuzzy if-then rules for modeling interdependences in FMOP problems Christer Carlsson Institute for Advanced Management Systems Research, Åbo Akademi University, DataCity A 3210, SF-20520 Åbo, Finland Robert

More information

A pure probabilistic interpretation of possibilistic expected value, variance, covariance and correlation

A pure probabilistic interpretation of possibilistic expected value, variance, covariance and correlation A pure probabilistic interpretation of possibilistic expected value, variance, covariance and correlation Christer Carlsson IAMSR, Åbo Akademi University, Lemminkäinengatan 4B, FIN-252 Åbo, Finland e-mail:

More information

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE Li Sheng Institute of intelligent information engineering Zheiang University Hangzhou, 3007, P. R. China ABSTRACT In this paper, a neural network-driven

More information

MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH

MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH ISSN 1726-4529 Int j simul model 9 (2010) 2, 74-85 Original scientific paper MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH Roy, S. S. Department of Mechanical Engineering,

More information

is implemented by a fuzzy relation R i and is defined as

is implemented by a fuzzy relation R i and is defined as FS VI: Fuzzy reasoning schemes R 1 : ifx is A 1 and y is B 1 then z is C 1 R 2 : ifx is A 2 and y is B 2 then z is C 2... R n : ifx is A n and y is B n then z is C n x is x 0 and y is ȳ 0 z is C The i-th

More information

ADAPTIVE NEURO-FUZZY INFERENCE SYSTEMS

ADAPTIVE NEURO-FUZZY INFERENCE SYSTEMS ADAPTIVE NEURO-FUZZY INFERENCE SYSTEMS RBFN and TS systems Equivalent if the following hold: Both RBFN and TS use same aggregation method for output (weighted sum or weighted average) Number of basis functions

More information

A Soft Computing Approach for Fault Prediction of Electronic Systems

A Soft Computing Approach for Fault Prediction of Electronic Systems A Soft Computing Approach for Fault Prediction of Electronic Systems Ajith Abraham School of Computing & Information Technology Monash University (Gippsland Campus), Victoria 3842, Australia Email: Ajith.Abraham@infotech.monash.edu.au

More information

A Neuro-Fuzzy Scheme for Integrated Input Fuzzy Set Selection and Optimal Fuzzy Rule Generation for Classification

A Neuro-Fuzzy Scheme for Integrated Input Fuzzy Set Selection and Optimal Fuzzy Rule Generation for Classification A Neuro-Fuzzy Scheme for Integrated Input Fuzzy Set Selection and Optimal Fuzzy Rule Generation for Classification Santanu Sen 1 and Tandra Pal 2 1 Tejas Networks India Ltd., Bangalore - 560078, India

More information

Estimation of Precipitable Water Vapor Using an Adaptive Neuro-fuzzy Inference System Technique

Estimation of Precipitable Water Vapor Using an Adaptive Neuro-fuzzy Inference System Technique Estimation of Precipitable Water Vapor Using an Adaptive Neuro-fuzzy Inference System Technique Wayan Suparta * and Kemal Maulana Alhasa Institute of Space Science (ANGKASA), Universiti Kebangsaan Malaysia,

More information

FERROMAGNETIC HYSTERESIS MODELLING WITH ADAPTIVE NEURO FUZZY INFERENCE SYSTEM

FERROMAGNETIC HYSTERESIS MODELLING WITH ADAPTIVE NEURO FUZZY INFERENCE SYSTEM Journal of ELECTRICAL ENGINEERING, VOL. 59, NO. 5, 2008, 260 265 FERROMAGNETIC HYSTERESIS MODELLING WITH ADAPTIVE NEURO FUZZY INFERENCE SYSTEM Mourad Mordjaoui Mabrouk Chabane Bouzid Boudjema Hysteresis

More information

Study of a neural network-based system for stability augmentation of an airplane

Study of a neural network-based system for stability augmentation of an airplane Study of a neural network-based system for stability augmentation of an airplane Author: Roger Isanta Navarro Annex 1 Introduction to Neural Networks and Adaptive Neuro-Fuzzy Inference Systems (ANFIS)

More information

Temperature control using neuro-fuzzy controllers with compensatory operations and wavelet neural networks

Temperature control using neuro-fuzzy controllers with compensatory operations and wavelet neural networks Journal of Intelligent & Fuzzy Systems 17 (2006) 145 157 145 IOS Press Temperature control using neuro-fuzzy controllers with compensatory operations and wavelet neural networks Cheng-Jian Lin a,, Chi-Yung

More information

Computational Intelligence Lecture 20:Neuro-Fuzzy Systems

Computational Intelligence Lecture 20:Neuro-Fuzzy Systems Computational Intelligence Lecture 20:Neuro-Fuzzy Systems Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 2011 Farzaneh Abdollahi Computational Intelligence

More information

N. Sarikaya Department of Aircraft Electrical and Electronics Civil Aviation School Erciyes University Kayseri 38039, Turkey

N. Sarikaya Department of Aircraft Electrical and Electronics Civil Aviation School Erciyes University Kayseri 38039, Turkey Progress In Electromagnetics Research B, Vol. 6, 225 237, 2008 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM FOR THE COMPUTATION OF THE CHARACTERISTIC IMPEDANCE AND THE EFFECTIVE PERMITTIVITY OF THE MICRO-COPLANAR

More information

Robust multi objective H2/H Control of nonlinear uncertain systems using multiple linear model and ANFIS

Robust multi objective H2/H Control of nonlinear uncertain systems using multiple linear model and ANFIS Robust multi objective H2/H Control of nonlinear uncertain systems using multiple linear model and ANFIS Vahid Azimi, Member, IEEE, Peyman Akhlaghi, and Mohammad Hossein Kazemi Abstract This paper considers

More information

A FUZZY AUTOPILOT DESIGN APPROACH THAT UTILIZES NON-LINEAR CONSEQUENT TERMS

A FUZZY AUTOPILOT DESIGN APPROACH THAT UTILIZES NON-LINEAR CONSEQUENT TERMS Journal of Marine Science and Technology, Vol. 9, No., pp. 65-74 (001) 65 A FUZZY AUTOPILOT DESIGN APPROACH THAT UTILIZES NON-LINEAR CONSEQUENT TERMS Robert Sutton* and Paul J Craven** Keywords: underwater

More information

On Fuzzy Internal Rate of Return

On Fuzzy Internal Rate of Return On Fuzzy Internal Rate of Return Christer Carlsson Institute for Advanced Management Systems Research, e-mail:christer.carlsson@abo.fi Robert Fullér Turku Centre for Computer Science, e-mail: rfuller@ra.abo.fi

More information

Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems

Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems Journal of Electrical Engineering 3 (205) 30-35 doi: 07265/2328-2223/2050005 D DAVID PUBLISHING Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems Olga

More information

CHAPTER 4 BASICS OF ULTRASONIC MEASUREMENT AND ANFIS MODELLING

CHAPTER 4 BASICS OF ULTRASONIC MEASUREMENT AND ANFIS MODELLING 37 CHAPTER 4 BASICS OF ULTRASONIC MEASUREMENT AND ANFIS MODELLING 4.1 BASICS OF ULTRASONIC MEASUREMENT All sound waves, whether audible or ultrasonic, are mechanical vibrations involving movement in the

More information

Approximate solutions of dual fuzzy polynomials by feed-back neural networks

Approximate solutions of dual fuzzy polynomials by feed-back neural networks Available online at wwwispacscom/jsca Volume 2012, Year 2012 Article ID jsca-00005, 16 pages doi:105899/2012/jsca-00005 Research Article Approximate solutions of dual fuzzy polynomials by feed-back neural

More information

Function Approximation through Fuzzy Systems Using Taylor Series Expansion-Based Rules: Interpretability and Parameter Tuning

Function Approximation through Fuzzy Systems Using Taylor Series Expansion-Based Rules: Interpretability and Parameter Tuning Function Approximation through Fuzzy Systems Using Taylor Series Expansion-Based Rules: Interpretability and Parameter Tuning Luis Javier Herrera 1,Héctor Pomares 1, Ignacio Rojas 1, Jesús González 1,

More information

Neural networks III: The delta learning rule with semilinear activation function

Neural networks III: The delta learning rule with semilinear activation function Neural networks III: The delta learning rule with semilinear activation function The standard delta rule essentially implements gradient descent in sum-squared error for linear activation functions. We

More information

Institute for Advanced Management Systems Research Department of Information Technologies Åbo Akademi University. Fuzzy Logic Controllers - Tutorial

Institute for Advanced Management Systems Research Department of Information Technologies Åbo Akademi University. Fuzzy Logic Controllers - Tutorial Institute for Advanced Management Systems Research Department of Information Technologies Åbo Akademi University Directory Table of Contents Begin Article Fuzzy Logic Controllers - Tutorial Robert Fullér

More information

Fuzzy Rules and Fuzzy Reasoning. Chapter 3, Neuro-Fuzzy and Soft Computing: Fuzzy Rules and Fuzzy Reasoning by Jang

Fuzzy Rules and Fuzzy Reasoning. Chapter 3, Neuro-Fuzzy and Soft Computing: Fuzzy Rules and Fuzzy Reasoning by Jang Chapter 3, Neuro-Fuzzy and Soft Computing: Fuzzy Rules and Fuzzy Reasoning by Jang Outline Extension principle Fuzzy relations Fuzzy if-then rules Compositional rule of inference Fuzzy reasoning 2 Extension

More information

Available online at ScienceDirect. Procedia Computer Science 22 (2013 )

Available online at   ScienceDirect. Procedia Computer Science 22 (2013 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 22 (2013 ) 1121 1125 17 th International Conference in Knowledge Based and Intelligent Information and Engineering Systems

More information

INTERNATIONAL JOURNAL OF ENVIRONMENTAL SCIENCES Volume 2, No 1, Copyright 2010 All rights reserved Integrated Publishing Association

INTERNATIONAL JOURNAL OF ENVIRONMENTAL SCIENCES Volume 2, No 1, Copyright 2010 All rights reserved Integrated Publishing Association INTERNATIONAL JOURNAL OF ENVIRONMENTAL SCIENCES Volume 2, No 1, 2011 Copyright 2010 All rights reserved Integrated Publishing Association Research article ISSN 0976 4402 Prediction of daily air pollution

More information

Data Quality in Hybrid Neuro-Fuzzy based Soft-Sensor Models: An Experimental Study

Data Quality in Hybrid Neuro-Fuzzy based Soft-Sensor Models: An Experimental Study IAENG International Journal of Computer Science, 37:1, IJCS_37_1_8 Data Quality in Hybrid Neuro-Fuzzy based Soft-Sensor Models: An Experimental Study S. Jassar, Student Member, IEEE, Z. Liao, Member, ASHRAE,

More information

A TSK-Type Quantum Neural Fuzzy Network for Temperature Control

A TSK-Type Quantum Neural Fuzzy Network for Temperature Control International Mathematical Forum, 1, 2006, no. 18, 853-866 A TSK-Type Quantum Neural Fuzzy Network for Temperature Control Cheng-Jian Lin 1 Dept. of Computer Science and Information Engineering Chaoyang

More information

Pattern Matching and Neural Networks based Hybrid Forecasting System

Pattern Matching and Neural Networks based Hybrid Forecasting System Pattern Matching and Neural Networks based Hybrid Forecasting System Sameer Singh and Jonathan Fieldsend PA Research, Department of Computer Science, University of Exeter, Exeter, UK Abstract In this paper

More information

Institute for Advanced Management Systems Research Department of Information Technologies Åbo Akademi University

Institute for Advanced Management Systems Research Department of Information Technologies Åbo Akademi University Institute for Advanced Management Systems Research Department of Information Technologies Åbo Akademi University The winner-take-all learning rule - Tutorial Directory Robert Fullér Table of Contents Begin

More information

Temperature Prediction Using Fuzzy Time Series

Temperature Prediction Using Fuzzy Time Series IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL 30, NO 2, APRIL 2000 263 Temperature Prediction Using Fuzzy Time Series Shyi-Ming Chen, Senior Member, IEEE, and Jeng-Ren Hwang

More information

Application of Neuro Fuzzy Reduced Order Observer in Magnetic Bearing Systems

Application of Neuro Fuzzy Reduced Order Observer in Magnetic Bearing Systems Application of Neuro Fuzzy Reduced Order Observer in Magnetic Bearing Systems M. A., Eltantawie, Member, IAENG Abstract Adaptive Neuro-Fuzzy Inference System (ANFIS) is used to design fuzzy reduced order

More information

Using Fuzzy Logic Methods for Carbon Dioxide Control in Carbonated Beverages

Using Fuzzy Logic Methods for Carbon Dioxide Control in Carbonated Beverages International Journal of Electrical & Computer Sciences IJECS-IJENS Vol: 11 No: 03 98 Using Fuzzy Logic Methods for Carbon Dioxide Control in Carbonated Beverages İman Askerbeyli 1 and Juneed S.Abduljabar

More information

Fuzzy Systems. Neuro-Fuzzy Systems

Fuzzy Systems. Neuro-Fuzzy Systems Fuzzy Systems Neuro-Fuzzy Systems Prof. Dr. Rudolf Kruse Christian Moewes {kruse,cmoewes}@iws.cs.uni-magdeburg.de Otto-von-Guericke University of Magdeburg Faculty of Computer Science Department of Knowledge

More information

Address for Correspondence

Address for Correspondence Research Article APPLICATION OF ARTIFICIAL NEURAL NETWORK FOR INTERFERENCE STUDIES OF LOW-RISE BUILDINGS 1 Narayan K*, 2 Gairola A Address for Correspondence 1 Associate Professor, Department of Civil

More information

On additions of interactive fuzzy numbers

On additions of interactive fuzzy numbers On additions o interactive uzzy numbers Christer Carlsson IAMSR, Åbo Akademi University, Lemminkäinengatan 14B, FIN-20520 Åbo, Finland e-mail: christer.carlsson@abo.i Robert Fullér Department o Operations

More information

A Systematic and Simple Approach for Designing Takagi-Sugeno Fuzzy Controller with Reduced Data

A Systematic and Simple Approach for Designing Takagi-Sugeno Fuzzy Controller with Reduced Data A Systematic and Simple Approach for Designing Takagi-Sugeno Fuzzy Controller with Reduced Data Yadollah Farzaneh, Ali Akbarzadeh Tootoonchi Department of Mechanical Engineering Ferdowsi University of

More information

Adaptive Fuzzy Coordinated PSO Based Modeling of Controller with SVC and PSS for Transient Stability Enhancement in Multimachine Power System

Adaptive Fuzzy Coordinated PSO Based Modeling of Controller with SVC and PSS for Transient Stability Enhancement in Multimachine Power System Adaptive Fuzzy Coordinated PSO Based Modeling of Controller with SVC and PSS for Transient Stability Enhancement in Multimachine Power System Dr. J. Sangeetha 1, Dr. P. Manirajkumar 2 Associate Professor,

More information

Estimation of Evapotranspiration Using Fuzzy Rules and Comparison with the Blaney-Criddle Method

Estimation of Evapotranspiration Using Fuzzy Rules and Comparison with the Blaney-Criddle Method Estimation of Evapotranspiration Using Fuzzy Rules and Comparison with the Blaney-Criddle Method Christos TZIMOPOULOS *, Leonidas MPALLAS **, Georgios PAPAEVANGELOU *** * Department of Rural and Surveying

More information

A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL FUZZY CLUSTERING *

A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL FUZZY CLUSTERING * No.2, Vol.1, Winter 2012 2012 Published by JSES. A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL * Faruk ALPASLAN a, Ozge CAGCAG b Abstract Fuzzy time series forecasting methods

More information

Modeling of Hysteresis Effect of SMA using Neuro Fuzzy Inference System

Modeling of Hysteresis Effect of SMA using Neuro Fuzzy Inference System 54th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conference April 8-11, 2013, Boston, Massachusetts AIAA 2013-1918 Modeling of Hysteresis Effect of SMA using Neuro Fuzzy Inference

More information

Effect of Rule Weights in Fuzzy Rule-Based Classification Systems

Effect of Rule Weights in Fuzzy Rule-Based Classification Systems 506 IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 9, NO. 4, AUGUST 2001 Effect of Rule Weights in Fuzzy Rule-Based Classification Systems Hisao Ishibuchi, Member, IEEE, and Tomoharu Nakashima, Member, IEEE

More information

A possibilistic approach to selecting portfolios with highest utility score

A possibilistic approach to selecting portfolios with highest utility score A possibilistic approach to selecting portfolios with highest utility score Christer Carlsson Institute for Advanced Management Systems Research, e-mail:christer.carlsson@abo.fi Robert Fullér Department

More information

Fuzzy Associative Conjuncted Maps Network Hanlin Goh, Joo-Hwee Lim, Member, IEEE, and Chai Quek, Member, IEEE

Fuzzy Associative Conjuncted Maps Network Hanlin Goh, Joo-Hwee Lim, Member, IEEE, and Chai Quek, Member, IEEE 1302 IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL 20, NO 8, AUGUST 2009 Fuzzy Associative Conjuncted Maps Network Hanlin Goh, Joo-Hwee Lim, Member, IEEE, and Chai Quek, Member, IEEE Abstract The fuzzy associative

More information

Parameter estimation by anfis where dependent variable has outlier

Parameter estimation by anfis where dependent variable has outlier Hacettepe Journal of Mathematics and Statistics Volume 43 (2) (2014), 309 322 Parameter estimation by anfis where dependent variable has outlier Türkan Erbay Dalkılıç a, Kamile Şanlı Kula b, and Ayşen

More information

A Neural Network learning Relative Distances

A Neural Network learning Relative Distances A Neural Network learning Relative Distances Alfred Ultsch, Dept. of Computer Science, University of Marburg, Germany. ultsch@informatik.uni-marburg.de Data Mining and Knowledge Discovery aim at the detection

More information

So, we can say that fuzzy proposition is a statement p which acquires a fuzzy truth value T(p) ranges from(0 to1).

So, we can say that fuzzy proposition is a statement p which acquires a fuzzy truth value T(p) ranges from(0 to1). Chapter 4 Fuzzy Proposition Main difference between classical proposition and fuzzy proposition is in the range of their truth values. The proposition value for classical proposition is either true or

More information

On the convergence speed of artificial neural networks in the solving of linear systems

On the convergence speed of artificial neural networks in the solving of linear systems Available online at http://ijimsrbiauacir/ Int J Industrial Mathematics (ISSN 8-56) Vol 7, No, 5 Article ID IJIM-479, 9 pages Research Article On the convergence speed of artificial neural networks in

More information

Approximation Bound for Fuzzy-Neural Networks with Bell Membership Function

Approximation Bound for Fuzzy-Neural Networks with Bell Membership Function Approximation Bound for Fuzzy-Neural Networks with Bell Membership Function Weimin Ma, and Guoqing Chen School of Economics and Management, Tsinghua University, Beijing, 00084, P.R. China {mawm, chengq}@em.tsinghua.edu.cn

More information

ANFIS Modelling of a Twin Rotor System

ANFIS Modelling of a Twin Rotor System ANFIS Modelling of a Twin Rotor System S. F. Toha*, M. O. Tokhi and Z. Hussain Department of Automatic Control and Systems Engineering University of Sheffield, United Kingdom * (e-mail: cop6sft@sheffield.ac.uk)

More information

FUZZY RELATIONS, FUZZY GRAPHS, AND FUZZY ARITHMETIC

FUZZY RELATIONS, FUZZY GRAPHS, AND FUZZY ARITHMETIC FUZZY RELATIONS, FUZZY GRAPHS, AND FUZZY ARITHMETIC INTRODUCTION 3 Important concepts in fuzzy logic Fuzzy Relations Fuzzy Graphs } Form the foundation of fuzzy rules Extension Principle -- basis of fuzzy

More information

Sequential Adaptive Fuzzy Inference System (SAFIS) for nonlinear system identification and prediction

Sequential Adaptive Fuzzy Inference System (SAFIS) for nonlinear system identification and prediction Fuzzy Sets and Systems 157 (2013) 1260 1275 www.elsevier.com/locate/fss Sequential Adaptive Fuzzy Inference System (SAFIS) for nonlinear system identification and prediction Hai-Jun Rong, N. Sundararajan,

More information

Applied Soft Computing

Applied Soft Computing Applied Soft Computing () 935 945 Contents lists available at ScienceDirect Applied Soft Computing journal homepage: www.elsevier.com/locate/asoc A recurrent neuro-fuzzy system and its application in inferential

More information

A Novel Activity Detection Method

A Novel Activity Detection Method A Novel Activity Detection Method Gismy George P.G. Student, Department of ECE, Ilahia College of,muvattupuzha, Kerala, India ABSTRACT: This paper presents an approach for activity state recognition of

More information

(Feed-Forward) Neural Networks Dr. Hajira Jabeen, Prof. Jens Lehmann

(Feed-Forward) Neural Networks Dr. Hajira Jabeen, Prof. Jens Lehmann (Feed-Forward) Neural Networks 2016-12-06 Dr. Hajira Jabeen, Prof. Jens Lehmann Outline In the previous lectures we have learned about tensors and factorization methods. RESCAL is a bilinear model for

More information

Stability of backpropagation learning rule

Stability of backpropagation learning rule Stability of backpropagation learning rule Petr Krupanský, Petr Pivoňka, Jiří Dohnal Department of Control and Instrumentation Brno University of Technology Božetěchova 2, 612 66 Brno, Czech republic krupan,

More information

Design of the Models of Neural Networks and the Takagi-Sugeno Fuzzy Inference System for Prediction of the Gross Domestic Product Development

Design of the Models of Neural Networks and the Takagi-Sugeno Fuzzy Inference System for Prediction of the Gross Domestic Product Development Design of the Models of Neural Networks and the Takagi-Sugeno Fuzzy Inference System for Prediction of the Gross Domestic Product Development VLADIMÍR OLEJ Institute of System Engineering and Informatics

More information

Tuning of Fuzzy Systems as an Ill-Posed Problem

Tuning of Fuzzy Systems as an Ill-Posed Problem Tuning of Fuzzy Systems as an Ill-Posed Problem Martin Burger 1, Josef Haslinger 2, and Ulrich Bodenhofer 2 1 SFB F 13 Numerical and Symbolic Scientific Computing and Industrial Mathematics Institute,

More information

Convolutional Neural Networks

Convolutional Neural Networks Convolutional Neural Networks Books» http://www.deeplearningbook.org/ Books http://neuralnetworksanddeeplearning.com/.org/ reviews» http://www.deeplearningbook.org/contents/linear_algebra.html» http://www.deeplearningbook.org/contents/prob.html»

More information

Neural Networks DWML, /25

Neural Networks DWML, /25 DWML, 2007 /25 Neural networks: Biological and artificial Consider humans: Neuron switching time 0.00 second Number of neurons 0 0 Connections per neuron 0 4-0 5 Scene recognition time 0. sec 00 inference

More information

1. A discrete-time recurrent network is described by the following equation: y(n + 1) = A y(n) + B x(n)

1. A discrete-time recurrent network is described by the following equation: y(n + 1) = A y(n) + B x(n) Neuro-Fuzzy, Revision questions June, 25. A discrete-time recurrent network is described by the following equation: y(n + ) = A y(n) + B x(n) where A =.7.5.4.6, B = 2 (a) Sketch the dendritic and signal-flow

More information

Application of Fuzzy Time Series Model to Forecast Indonesia Stock Exchange (IDX) Composite

Application of Fuzzy Time Series Model to Forecast Indonesia Stock Exchange (IDX) Composite Application of Fuzzy Time Series Model to Forecast Indonesia Stock Exchange (IDX) Composite Tri Wijayanti Septiarini* Department of Mathematics and Computer Science, Faculty of Science and Technology,

More information

CSE446: Neural Networks Spring Many slides are adapted from Carlos Guestrin and Luke Zettlemoyer

CSE446: Neural Networks Spring Many slides are adapted from Carlos Guestrin and Luke Zettlemoyer CSE446: Neural Networks Spring 2017 Many slides are adapted from Carlos Guestrin and Luke Zettlemoyer Human Neurons Switching time ~ 0.001 second Number of neurons 10 10 Connections per neuron 10 4-5 Scene

More information

VC-dimension of a context-dependent perceptron

VC-dimension of a context-dependent perceptron 1 VC-dimension of a context-dependent perceptron Piotr Ciskowski Institute of Engineering Cybernetics, Wroc law University of Technology, Wybrzeże Wyspiańskiego 27, 50 370 Wroc law, Poland cis@vectra.ita.pwr.wroc.pl

More information

Prediction of chloride penetration in the concrete containing magnetite aggregates by using Adaptive Neural Fuzzy Inference System (ANFIS)

Prediction of chloride penetration in the concrete containing magnetite aggregates by using Adaptive Neural Fuzzy Inference System (ANFIS) 7 th SASTech 0, Iran, Bandar-Abbas. 7-8 March, 0. Organized by Khavaran Institute of Higher Education Prediction of chloride penetration in the concrete containing magnetite aggregates by using Adaptive

More information

Nonlinear System Identification Based on a Novel Adaptive Fuzzy Wavelet Neural Network

Nonlinear System Identification Based on a Novel Adaptive Fuzzy Wavelet Neural Network Nonlinear System Identification Based on a Novel Adaptive Fuzzy Wavelet Neural Network Maryam Salimifard*, Ali Akbar Safavi** *School of Electrical Engineering, Amirkabir University of Technology, Tehran,

More information

COMPARISON OF DAMPING PERFORMANCE OF CONVENTIONAL AND NEURO FUZZY BASED POWER SYSTEM STABILIZERS APPLIED IN MULTI MACHINE POWER SYSTEMS

COMPARISON OF DAMPING PERFORMANCE OF CONVENTIONAL AND NEURO FUZZY BASED POWER SYSTEM STABILIZERS APPLIED IN MULTI MACHINE POWER SYSTEMS Journal of ELECTRICAL ENGINEERING, VOL. 64, NO. 6, 2013, 366 370 COMPARISON OF DAMPING PERFORMANCE OF CONVENTIONAL AND NEURO FUZZY BASED POWER SYSTEM STABILIZERS APPLIED IN MULTI MACHINE POWER SYSTEMS

More information

Handling Uncertainty using FUZZY LOGIC

Handling Uncertainty using FUZZY LOGIC Handling Uncertainty using FUZZY LOGIC Fuzzy Set Theory Conventional (Boolean) Set Theory: 38 C 40.1 C 41.4 C 38.7 C 39.3 C 37.2 C 42 C Strong Fever 38 C Fuzzy Set Theory: 38.7 C 40.1 C 41.4 C More-or-Less

More information

AI Programming CS F-20 Neural Networks

AI Programming CS F-20 Neural Networks AI Programming CS662-2008F-20 Neural Networks David Galles Department of Computer Science University of San Francisco 20-0: Symbolic AI Most of this class has been focused on Symbolic AI Focus or symbols

More information

Lab 5: 16 th April Exercises on Neural Networks

Lab 5: 16 th April Exercises on Neural Networks Lab 5: 16 th April 01 Exercises on Neural Networks 1. What are the values of weights w 0, w 1, and w for the perceptron whose decision surface is illustrated in the figure? Assume the surface crosses the

More information

Design and Stability Analysis of Single-Input Fuzzy Logic Controller

Design and Stability Analysis of Single-Input Fuzzy Logic Controller IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 30, NO. 2, APRIL 2000 303 Design and Stability Analysis of Single-Input Fuzzy Logic Controller Byung-Jae Choi, Seong-Woo Kwak,

More information

ECE521 Lectures 9 Fully Connected Neural Networks

ECE521 Lectures 9 Fully Connected Neural Networks ECE521 Lectures 9 Fully Connected Neural Networks Outline Multi-class classification Learning multi-layer neural networks 2 Measuring distance in probability space We learnt that the squared L2 distance

More information

Deep Neural Networks (1) Hidden layers; Back-propagation

Deep Neural Networks (1) Hidden layers; Back-propagation Deep Neural Networs (1) Hidden layers; Bac-propagation Steve Renals Machine Learning Practical MLP Lecture 3 4 October 2017 / 9 October 2017 MLP Lecture 3 Deep Neural Networs (1) 1 Recap: Softmax single

More information

Knowledge Extraction from DBNs for Images

Knowledge Extraction from DBNs for Images Knowledge Extraction from DBNs for Images Son N. Tran and Artur d Avila Garcez Department of Computer Science City University London Contents 1 Introduction 2 Knowledge Extraction from DBNs 3 Experimental

More information

Modelling Multivariate Data by Neuro-Fuzzy Systems

Modelling Multivariate Data by Neuro-Fuzzy Systems In Proceedings of IEEE/IAFE Concerence on Computational Inteligence for Financial Engineering, New York City, 999 Modelling Multivariate Data by Neuro-Fuzzy Systems Jianwei Zhang and Alois Knoll Faculty

More information

CHAPTER 4 FUZZY AND NEURAL NETWORK FOR SR MOTOR

CHAPTER 4 FUZZY AND NEURAL NETWORK FOR SR MOTOR CHAPTER 4 FUZZY AND NEURAL NETWORK FOR SR MOTOR 4.1 Introduction Fuzzy Logic control is based on fuzzy set theory. A fuzzy set is a set having uncertain and imprecise nature of abstract thoughts, concepts

More information

FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK

FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK Dusan Marcek Silesian University, Institute of Computer Science Opava Research Institute of the IT4Innovations

More information

Indian Weather Forecasting using ANFIS and ARIMA based Interval Type-2 Fuzzy Logic Model

Indian Weather Forecasting using ANFIS and ARIMA based Interval Type-2 Fuzzy Logic Model AMSE JOURNALS 2014-Series: Advances D; Vol. 19; N 1; pp 52-70 Submitted Feb. 2014; Revised April 24, 2014; Accepted May 10, 2014 Indian Weather Forecasting using ANFIS and ARIMA based Interval Type-2 Fuzzy

More information

Comparative Study of ANFIS and ARIMA Model for Weather Forecasting in Dhaka

Comparative Study of ANFIS and ARIMA Model for Weather Forecasting in Dhaka Comparative Study of ANFIS and ARIMA Model for Weather Forecasting in Dhaka Mahmudur Rahman, A.H.M. Saiful Islam, Shah Yaser Maqnoon Nadvi, Rashedur M Rahman Department of Electrical Engineering and Computer

More information

Faster Adaptive Network Based Fuzzy Inference System

Faster Adaptive Network Based Fuzzy Inference System Faster Adaptive Network Based Fuzzy Inference System Submitted in partial fulfillment Of the requirements for The Degree of Doctor of Philosophy In Statistics At the University of Canterbury By Issarest

More information

Fuzzy Rules and Fuzzy Reasoning (chapter 3)

Fuzzy Rules and Fuzzy Reasoning (chapter 3) Fuzzy ules and Fuzzy easoning (chapter 3) Kai Goebel, Bill Cheetham GE Corporate esearch & Development goebel@cs.rpi.edu cheetham@cs.rpi.edu (adapted from slides by. Jang) Fuzzy easoning: The Big Picture

More information

Water Quality Management using a Fuzzy Inference System

Water Quality Management using a Fuzzy Inference System Water Quality Management using a Fuzzy Inference System Kumaraswamy Ponnambalam and Seyed Jamshid Mousavi A fuzzy inference system (FIS) is presented for the optimal operation of a reservoir system with

More information

Bidirectional Representation and Backpropagation Learning

Bidirectional Representation and Backpropagation Learning Int'l Conf on Advances in Big Data Analytics ABDA'6 3 Bidirectional Representation and Bacpropagation Learning Olaoluwa Adigun and Bart Koso Department of Electrical Engineering Signal and Image Processing

More information

Neuro-Fuzzy Methods for Modeling and Identification

Neuro-Fuzzy Methods for Modeling and Identification Neuro-Fuzzy Methods for Modeling and Identification Robert Babuška Delft University of Technology,Faculty of Information Technology and Systems Control Systems Engineering Group, P.O.Box 5031, 2600 GA

More information

Enhancing Fuzzy Controllers Using Generalized Orthogonality Principle

Enhancing Fuzzy Controllers Using Generalized Orthogonality Principle Chapter 160 Enhancing Fuzzy Controllers Using Generalized Orthogonality Principle Nora Boumella, Juan Carlos Figueroa and Sohail Iqbal Additional information is available at the end of the chapter http://dx.doi.org/10.5772/51608

More information

An Evolution Strategy for the Induction of Fuzzy Finite-state Automata

An Evolution Strategy for the Induction of Fuzzy Finite-state Automata Journal of Mathematics and Statistics 2 (2): 386-390, 2006 ISSN 1549-3644 Science Publications, 2006 An Evolution Strategy for the Induction of Fuzzy Finite-state Automata 1,2 Mozhiwen and 1 Wanmin 1 College

More information

X/94 $ IEEE 1894

X/94 $ IEEE 1894 I Implementing Radial Basis Functions Using Bump-Resistor Networks John G. Harris University of Florida EE Dept., 436 CSE Bldg 42 Gainesville, FL 3261 1 harris@j upit er.ee.ufl.edu Abstract- Radial Basis

More information

NN V: The generalized delta learning rule

NN V: The generalized delta learning rule NN V: The generalized delta learning rule We now focus on generalizing the delta learning rule for feedforward layered neural networks. The architecture of the two-layer network considered below is shown

More information

Proceedings of the Pakistan Academy of Sciences 48 (2): 65 77, 2011

Proceedings of the Pakistan Academy of Sciences 48 (2): 65 77, 2011 Proceedings of the Pakistan Academy of Sciences 48 (2): 65 77, 2011 Copyright Pakistan Academy of Sciences ISSN: 0377-2969 Pakistan Academy of Sciences Original Article Design of Multi-Input Multi-Output

More information

Neural Networks, Computation Graphs. CMSC 470 Marine Carpuat

Neural Networks, Computation Graphs. CMSC 470 Marine Carpuat Neural Networks, Computation Graphs CMSC 470 Marine Carpuat Binary Classification with a Multi-layer Perceptron φ A = 1 φ site = 1 φ located = 1 φ Maizuru = 1 φ, = 2 φ in = 1 φ Kyoto = 1 φ priest = 0 φ

More information

Multicriteria Decision Making Based on Fuzzy Relations

Multicriteria Decision Making Based on Fuzzy Relations BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 8, No 4 Sofia 2008 Multicriteria Decision Maing Based on Fuzzy Relations Vania Peneva, Ivan Popchev Institute of Information

More information

Short-term wind forecasting using artificial neural networks (ANNs)

Short-term wind forecasting using artificial neural networks (ANNs) Energy and Sustainability II 197 Short-term wind forecasting using artificial neural networks (ANNs) M. G. De Giorgi, A. Ficarella & M. G. Russo Department of Engineering Innovation, Centro Ricerche Energia

More information

The Application of Extreme Learning Machine based on Gaussian Kernel in Image Classification

The Application of Extreme Learning Machine based on Gaussian Kernel in Image Classification he Application of Extreme Learning Machine based on Gaussian Kernel in Image Classification Weijie LI, Yi LIN Postgraduate student in College of Survey and Geo-Informatics, tongji university Email: 1633289@tongji.edu.cn

More information

The Problem. Sustainability is an abstract concept that cannot be directly measured.

The Problem. Sustainability is an abstract concept that cannot be directly measured. Measurement, Interpretation, and Assessment Applied Ecosystem Services, Inc. (Copyright c 2005 Applied Ecosystem Services, Inc.) The Problem is an abstract concept that cannot be directly measured. There

More information

A Logarithmic Neural Network Architecture for Unbounded Non-Linear Function Approximation

A Logarithmic Neural Network Architecture for Unbounded Non-Linear Function Approximation 1 Introduction A Logarithmic Neural Network Architecture for Unbounded Non-Linear Function Approximation J Wesley Hines Nuclear Engineering Department The University of Tennessee Knoxville, Tennessee,

More information

Modelling and Optimization of Primary Steam Reformer System (Case Study : the Primary Reformer PT Petrokimia Gresik Indonesia)

Modelling and Optimization of Primary Steam Reformer System (Case Study : the Primary Reformer PT Petrokimia Gresik Indonesia) Modelling and Optimization of Primary Steam Reformer System (Case Study : the Primary Reformer PT Petrokimia Gresik Indonesia) Abstract S.D. Nugrahani, Y. Y. Nazaruddin, E. Ekawati, and S. Nugroho Research

More information

A New Method to Forecast Enrollments Using Fuzzy Time Series

A New Method to Forecast Enrollments Using Fuzzy Time Series International Journal of Applied Science and Engineering 2004. 2, 3: 234-244 A New Method to Forecast Enrollments Using Fuzzy Time Series Shyi-Ming Chen a and Chia-Ching Hsu b a Department of Computer

More information

Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction

Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction 3. Introduction Currency exchange rate is an important element in international finance. It is one of the chaotic,

More information

Weather Forecasting using Soft Computing and Statistical Techniques

Weather Forecasting using Soft Computing and Statistical Techniques Weather Forecasting using Soft Computing and Statistical Techniques 1 Monika Sharma, 2 Lini Mathew, 3 S. Chatterji 1 Senior lecturer, Department of Electrical & Electronics Engineering, RKGIT, Ghaziabad,

More information

1348 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 34, NO. 3, JUNE 2004

1348 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 34, NO. 3, JUNE 2004 1348 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL 34, NO 3, JUNE 2004 Direct Adaptive Iterative Learning Control of Nonlinear Systems Using an Output-Recurrent Fuzzy Neural

More information