ANFIS - Identification With Special Emphasis On Training Data Minimization
ANFIS - Identification With Special Emphasis On Training Data Minimization
ANFIS - Identification With Special Emphasis On Training Data Minimization
MRINAL BURAGOHAIN
Adaptive Network based Fuzzy Inference
System (ANFIS) as a Tool for System
Identification with Special Emphasis on
Training Data Minimization
A
Thesis Submitted
in Partial Fulfilment of the Requirements
for the Degree of
DOCTOR OF PHILOSOPHY
by
MRINAL BURAGOHAIN
A
Thesis Submitted
in Partial Fulfilment of the Requirements
for the Degree of
DOCTOR OF PHILOSOPHY
by
MRINAL BURAGOHAIN
This is to certify that the thesis entitled “Adaptive Network based Fuzzy Inference System (AN-
FIS) as a Tool for System Identification with Special Emphasis on Training Data Minimization”,
submitted by Mrinal Buragohain, a research scholar in the Department of Electronics and Communi-
cation Engineering, Indian Institute of Technology Guwahati, for the award of the degree of Doctor
of Philosophy, is a record of an original research work carried out by him under my supervision and
guidance. The thesis has fulfilled all requirements as per the regulations of the Institute and in my
opinion has reached the standard needed for submission. The results embodied in this thesis have not
been submitted to any other University or Institute for the award of any degree or diploma.
I feel it is a great privilege to express my deepest and most sincere gratitude to my supervisor, Dr.
Chitralekha Mahanta for her suggestions, constant encouragement and support during the course of the
thesis work. I am also grateful to the other members of my doctoral committee, namely Prof. P.K. Bora,
Prof. S. Majhi and Dr. J. S. Sahambi for their valuable comments on my work. I take this opportunity
to thank Prof. A. K. Gogoi and Prof. S. Dandapat, the former heads of the department and the present
HOD, ECE for their kindness in allowing me to use various computing facilities of the department. I
would also like to thank all the other faculty members of the department for their encouragement and
help.
I am also grateful to all the members of the Research and technical staff of the department, namely
Jharana Rani Rabha, L. N. Sharma, Pranab Kr. Goswami, Sanjib Das, Sidananda Sonowal, Usha Bhar-
ali and Utpal Kumar Sharma without whose help I could not have completed this assignment. I thank
all my fellow research scholars and M. Tech students for their cooperation. My thanks also go out to
all my friends, namely Ahmad Ali, Amrita Ganguly, Atanu Kr Dutta, D. Senthil, Diganta Kr Gogoi,
Manas Kamal Bhuyan, P. Vinod, Prabin Kr Padhy, S. K. Mahesh, Senthil Raja, Utkal Mehta and others
who have rendered their help at different times which made my stay in this institute a memorable period
of my life.
I also acknowledge the endurance and perseverance of my wife Meghali for the last few years without
whose sacrifice, love, encouragement and assistance, I would not have been able to complete my re-
search.
Finally, I also express my heartfelt gratitude to all my family members for their unbounded love, en-
couragement and assistance throughout. I am deeply indebted to them for their countless sacrifices and
support without which my research work would not have finished.
(Mrinal Buragohain)
Abstract
Nearly two decades back nonlinear system identification consisted of several ad-hoc approaches which
were restricted to a very limited class of systems. However, with the advent of the various soft com-
puting methodologies like neural networks, the fuzzy logic and the genetic algorithm combined with
modern structure optimization techniques, a wider class of systems can be handled at present. Complex
systems may be of diverse characteristics and nature. These systems may be linear or nonlinear, con-
tinuous or discrete, time varying or time invariant, static or dynamic, short term or long term, central
or distributed, predictable or unpredictable, ill or well defined. System outputs may be measurable or
unmeasurable. Models of real systems are of fundamental importance in virtually all disciplines and
hence there is a strong demand for advanced modeling, identification and controlling schemes. This is
because models help in system analysis which in turn help to get a better understanding of the system
for predicting or simulating a system’s behavior. Also, system models facilitate application and valida-
tion of advanced techniques for controller design. Development of new processes and analysis of the
existing ones along with their optimization, supervision, fault detection, and component diagnosis are
all based on the models of the systems. As most of the real world systems are nonlinear in nature, an
endeavor is made for modeling a nonlinear system in the present work. A linear system is considered
to be a special case of the nonlinear system. The challenges involved in modeling, identification and
control of a nonlinear system are too many and attempt has been made to tackle them by applying
various soft computing methodologies. In most of the conventional soft computing methods the system
modelling results are dependent on the number of training data used. It has been found that the model-
ing results improve as the number of training data increases. But in many complex systems the number
of available training data are less and the generation of new data is also not cost effective. In such a
scenario the system has to be modelled with the available data. The proposed modeling scheme has
been devised keeping such a possibility in mind. The results obtained by applying this proposed model
are compared with the results obtained by using various statistical and genetic algorithm based fuzzy
models and finally the relative merits and demerits involved with the respective models are discussed.
The work embodied in the present thesis is concerned with optimal design of the conventionally ex-
isting soft computing based system models. The statistics based Full factorial design (FFD) and the
V-fold cross validation technique are applied to augment a conventional neuro-fuzzy technique and the
following observations are noted :
• The results obtained by applying the proposed technique are comparable and in some cases su-
perior to those obtained by using the conventional neuro-fuzzy model.
• Comparable or superior results are obtained with this proposed model even though the number
of data pairs used for system modeling here are less as compared to that used in the conventional
methods.
• It resulted in reduction of the number of computations involved. As the experiments were per-
formed by using reduced number of specifically chosen data, the number of computations re-
quired to be performed also came down.
Contents
List of Tables v
Nomenclature vi
1 Introduction 1
1.1 Aim of the research . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.2 Contribution of the thesis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.3 Organization of the thesis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
i
CONTENTS
Bibliography 110
ii
List of Figures
iii
LIST OF FIGURES
5.3 Actual and FFD-V-fold based ANFIS model predicted output with the Box and Jenkins
gas furnace data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
5.4 Actual and FFD-V-fold based ANFIS model predicted output with data set-I of thermal
power plant . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
5.5 Actual and FFD-V-fold based ANFIS model predicted output with data set-II of thermal
power plant . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
5.6 Actual and FFD-V-fold based ANFIS model predicted output with data set-III of ther-
mal power plant . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
5.7 Actual and FFD-V-fold based ANFIS model predicted output with data set-IV of ther-
mal power plant . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
5.8 Actual and FFD-V-fold based ANFIS model predicted output with data set-V of thermal
power plant . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
iv
List of Tables
4.1 Comparison of various models derived for the Box and Jenkins gas furnace data. The
first 7 rows are excerpted from a table in [76] . . . . . . . . . . . . . . . . . . . . . . 42
4.2 Modeling results for the Box and Jenkins gas furnace data and the thermal power plant
data using ANFIS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
5.1 Modeling results for the Box and Jenkins gas furnace data and the thermal power plant
data using FFD based ANFIS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
5.2 Modeling results for the Box and Jenkins gas furnace data and the thermal power plant
data using V-fold based ANFIS model . . . . . . . . . . . . . . . . . . . . . . . . . . 68
5.3 Modeling results for the Box and Jenkins gas furnace data and the thermal power plant
data using FFD-V-fold based ANFIS . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
5.4 Comparison of modeling results for the Box and Jenkins gas furnace data and the ther-
mal power plant data using various ANFIS models . . . . . . . . . . . . . . . . . . . 71
6.1 Results obtained for Statistical models using the Box and Jenkins gas furnace and the
thermal power plant data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80
6.2 Results obtained for the GA based fuzzy model using the Box and Jenkins gas furnace
and the thermal power plant data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
6.3 Comparison of the FFD-V-fold based ANFIS, GA based fuzzy and the statistical ARI-
MAX model obtained for the Box and Jenkins gas furnace and the thermal power plant
data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
v
Nomenclature
AI Artificial Intelligence
AR Auto regressive
BD Bad data
BP Back propagation
FL Fuzzy logic
GA Genetic algorithm
vi
LP Linear Programming
MA Moving average
NC Neuro computing
µ Membership value
viii
Chapter 1
Introduction
Most of the present day systems are large and may be considered to be complex in nature. Electrical
power, chemical, water treatment and similar large-scale industrial plants are all complex in nature.
Complex systems may be linear or nonlinear, continuous or discrete, time varying or time invariant,
static or dynamic, short term or long term, central or distributed, predictable or unpredictable, ill or
well defined. Also, system outputs may be measurable or unmeasurable. They may consist of many
interconnected systems, sub-processes or components. The processes involved in the complex systems
may possess widely varying properties. In large scale systems, every part performs a desired function
and the overall system works satisfactorily only if all the different parts work in tandem for what they
are designed for. Modeling of complex systems is of fundamental importance in almost all fields. This
is because models facilitate better understanding of the system and so help in system analysis. So pre-
diction and simulation of the system’s behavior are then possible. System model also helps to design
new processes and analyze the existing ones. The design, optimization and supervision of controllers,
fault detection and faulty component diagnosis are all based on the system model. This is because for
the improvement of the system’s performance, it is required to model the system correctly so that the
model parameters can be tuned to get the required system response. It is because of this fact that in the
last few decades, modeling of large scale, complex systems has been a special topic of interest among
the researchers of various disciplines worldwide [1]. Most of the real world systems are ill defined
in nature and hence difficult to model. Generally the performance of the system is dependent on the
accuracy of the model. Therefore it is of utmost importance to build a model which correctly reflects
the behavior of the system under consideration. The functioning of complex large-scale systems also
involves numerous tradeoff problems like cost and accuracy [2]. Hence, there is a strong demand for
developing advanced methods of system modeling and identification techniques. The conventional
1
2
methods that have been used for system modeling rely heavily on the mathematical tools which require
precise knowledge about the involved physical processes. In systems where the mathematical model
is not available, it is not possible to use the conventional methods for its analysis. In such cases, soft
computing based modeling [3] approaches provide a viable alternative for identification of the system
from the available data. The concept of soft computing [4] began to materialize near about the time
when Lotfi Zadeh was working on soft analysis of data and fuzzy logic. This gave birth to the intelligent
systems. Nearly four decades later, the intelligent system became a reality. However, initially the tech-
nology needed for building systems that possess Artificial intelligence (AI) was not available. Instead
only predicate logic and symbol manipulation techniques formed the core of the traditional AI. These
techniques could not be used for building machines which could be called intelligent from the point
of view of real world application. But today the requisite hardware, software and sensor technology
are available for building intelligent systems. In addition to these, computational tools are available
now which are far more effective for conception and design of intelligent systems. These tools are
derived from a collection of methodologies called soft computing. Unlike hard computing the essence
of soft computing is aimed at accommodating the prevalent imprecision of the real world. Therefore
soft computing helps in exploiting the tolerance for imprecision, uncertainty and partial truth so that
tractability, robustness, low solution cost and better rapport with reality can be achieved. Hence the
human mind can be considered to be a role model for soft computing. Rather than a single technique,
soft computing may be considered to be comprising of different methodologies with Neuro-computing
(NC), the Fuzzy logic (FL) and the Genetic algorithm (GA) as the principal partners. Therefore in soft
computing based system identification, instead of a single standard method, a collection of techniques
has been put forward as possible solutions to the identification problem. They can be broadly grouped
as neural network based algorithm, fuzzy logic based algorithm and the genetic algorithm. The neural
network has the inherent advantage of being able to adapt itself and also in its learning capabilities.
Similarly the salient feature that is associated with the fuzzy logic is the distinct ability to take into
account the prevailing uncertainty and imprecision of real systems with the help of the fuzzy if-then
rules. In order to exploit the advantage of the self adaptability and learning capability of the neural
network and the capability of the fuzzy system to take into account of the prevailing uncertainty and
imprecision of real systems with the help of the fuzzy if-then rules, an integrated forecasting approach
comprising of both the fuzzy logic and the neural network has been considered. This hybrid system is
called the Adaptive network based fuzzy inference system (ANFIS). Here the fuzzy system with its ex-
pert knowledge stands as a front end preprocessor for the neural network input and output layers. Based
1.1. AIM OF THE RESEARCH 3
on the historical data, the neural network learning algorithms are used to determine the parameters of
the expert knowledge based fuzzy system. The use of this hybrid system ANFIS helps to complement
the weakness of the respective systems.
• Building an ANFIS model for real world systems like gas furnace and thermal power plant
• Proposal of a novel technique for training the neural network in the ANFIS model by optimally
1.3. ORGANIZATION OF THE THESIS 4
selecting the available data using the Full factorial design (FFD) and the V-fold cross validation
method
• Proposal of a hybrid method for optimal data selection incorporating both the above techniques
of full factorial design and V-fold cross validation
• Design of an ANFIS based controller to study the performance of the proposed ANFIS model
Chapter 2: A brief overview of the system identification techniques based on soft computing method-
ology is presented in this chapter. Available literature about model based forecasting techniques
is also reviewed in this chapter.
Chapter 3: In this chapter the objectives and methodology used in the research are discussed.
Chapter 4: In this chapter the ANFIS architecture is discussed in details. This chapter is devoted to
the modeling of systems based on ANFIS.
Chapter 5: In this chapter the use of two new techniques proposed in the present research for optimal
data selection in training the ANFIS model is explained. These two methods are the Full factorial
design (FFD) and the V-fold technique by using which the number of data required for training
the ANFIS was drastically reduced. Also another hybrid model of ANFIS combining these two
techniques has been proposed.
Chapter 6: In this chapter the proposed GA based fuzzy model for system identification is discussed.
This chapter also gives a detailed account of the statistical models namely ARX, ARMAX and
ARIMAX which are applied to the system under consideration. The results obtained from the
proposed soft computing based model are compared with those obtained by using these conven-
tional statistical models as well as GA based models.
1.3. ORGANIZATION OF THE THESIS 5
Chapter 7: The last chapter presents a brief discussion about the research work and also draws con-
clusions by analyzing the results obtained in this thesis. Also a few areas for further investigation
are suggested in this chapter.
Chapter 2
Contrary to the conventional hard computing techniques, the prime inherent advantage associated with
the soft computing techniques is the non requirement of a mathematical model and hence are becoming
increasingly popular as system identification methodology. Three powerful soft computing techniques
which are very popular are the Neural network, the Fuzzy logic and the Genetic algorithm (GA). A brief
overview of available methods using these techniques for identification and control of linear as well as
nonlinear dynamical systems is presented in this chapter. These soft computing based approaches are
reviewed thoroughly in this chapter since this research focuses on utilizing soft computing as a tool
for system identification for the purpose of modeling an ill defined real world system so as to forecast
future values.
6
2.1. NEURAL NETWORK BASED ALGORITHMS 7
The network of any system will be considered to be an artificial neural network if the same basis
function is used throughout the network. Here the nodes of the system are called the neurons. The
layers of a neural network architecture may be subdivided into three principal groups:
• Depending upon the number of inputs all the input neurons together constitute the input layer
• Similarly all the output neurons together constitute the output layer
• All the neurons in any intermediate layer form the hidden layer. There may be more than one
hidden layer in a neural network
Some of the popular neural network architectures are the Multi-layer perceptron (MLP) network,
Radial basis function network (RBFN) and the neuro-fuzzy network. The pivotal contribution of neural
networks is a methodology for identification, learning and adaptation.
The early works on neural networks include those of McCulloch and Pitts [5], Hebb [6], Rosenblatt [7],
Widrow and Hoff [8], Minsky and Papert [9], Hopfield [10], Parker [11], Rumelhart and McClel-
land [12], Carpenter and Grossberg [13] and Kohonen [14]. Narendra and Parthasarathy [15] demon-
strated the use of neural network for the identification and control of nonlinear dynamical systems.
Polycarpo and Ioannou [16] proposed the general formulation for modelling, identification and control
of a nonlinear dynamical system. Another development was the design and analysis based on Lya-
punov stability theory [16, 17]. Pham and Liu [18] proposed the use of recurrent neural networks for
the identification of linear and nonlinear dynamic systems. The interest in the use of neural networks
for modeling and identification of static and dynamical complex system on the basis of the input-output
data pairs was a new development. Kosmatopoulos and Christodoulou [19] proposed an algorithm for
identification of nonlinear systems using Recurrent high order neural network (RHONN) based on the
2.2. FUZZY LOGIC BASED ALGORITHMS 8
extension of Hopfield [20] and Cohen-Grossberg [21] works. Neural networks with Radial basis func-
tion (RBF) are used due to their excellent classification property. Sanner and Slotine [17] presented an
approach with a Gaussian radial-basis function adaptive dynamical system with unknown nonlineari-
ties. Hong and Xinkuo [22] proposed a neural network approach by combining the equivalence between
RBF and the Fuzzy inference system (FIS) for identification of a nonlinear system. Ahmad et al. [23]
presented a nonlinear Multi-input-multi-output (MIMO) system identification scheme which is based
on the radial basis function network. Similarly Selmic and Lewis [24] presented a multi model identifi-
cation scheme by using nonlinear system identification technique with the RBF based neural network.
Azam and Valandham [25] presented a RBF based neural network which uses the log-sigmoid as the
basis function for identification purpose. This function eliminates the risk of mathematical instabil-
ities which are found while using Gaussian radial basis function based networks. Robert et al. [26]
proposed a class of additive dynamic connectionist model for the identification of unknown dynamic
systems with the help of two online parameter adaptation algorithms. One of these algorithms is based
on gradient descent [27–29] technique and sensitivity analysis while the other is based on the varia-
tional calculus. To deal with the problem of time variation of disturbance and system parameters, Song
and Soh [30] proposed an adaptive and robust identification algorithm. This method can overcome the
disturbance problem by the selection of a robust adaptive dead zone scheme. The main drawback of the
feed forward Multilayered perceptron (MLP) with Back-propagation (BP) algorithm is the requirement
of intensive computation and the slow rate of error convergence. To remove this drawback, Patra and
Chen [31, 32] proposed the Chebyschev functional link artificial neural network (C-FLANN) compris-
ing of the Chebyschev polynomials. This method was found to have superior performance as compared
to the MLP requiring less computation for the task of nonlinear system identification. Ren et al. [33]
proposed an algorithm for the online identification and control of a class of continuous time higher
order nonlinear system using dynamic neural network.
inference system (FIS) is based on the concepts of fuzzy set theory, fuzzy if-then rules and fuzzy
reasoning. The framing of the fuzzy if-then rules forms the key component in FIS. FIS is a very
popular technique and has been widely applied in different fields like data classification, automatic
control, expert system, decision making, robotics, time series analysis, pattern classification, system
identification etc. The basic structure of a fuzzy inference system consists of three principal components
viz a rule base comprising of the selected fuzzy rules, a database defining the membership functions of
the fuzzy rules, and a reasoning mechanism which performs a fuzzy reasoning inference with respect
to the rules so as to derive a reasonable output or conclusion.
For the analysis of a fuzzy system whose inputs and outputs are described by linguistic variables, the
following steps have to be carried out:
• Fuzzification :-The linguistic variables of the fuzzy rules are expressed in the form of fuzzy sets
where these variables are defined in terms of degree of their associated membership functions.
This method of calculating the degree of belongingness of the crisp input in the fuzzy set is
called the fuzzification. The membership functions may be triangular, trapezoidal, gaussian or
bell shaped. As the information about the degree of the membership is used for further process-
ing, considerable amount of information may be lost during the course of fuzzification. This is
because the procedure can be seen as a nonlinear transformation of the inputs. For example in
the case of triangular or trapezoidal membership functions information is lost in the regions of
membership functions where the slope is zero, as at these points the membership functions are
not differentiable. Therefore fuzzy systems having triangular or trapezoidal membership function
can encounter problems of learning from data. Smoother membership functions like gaussian or
bell function may be used to overcome this difficulty.
• Aggregation :-After the degree of each linguistic statement is evaluated, they are combined by
logical operators such as AND and OR. The conjunction of these linguistic statements is carried
out by logical t-norm and the t-conorm operator to a large number of linguistic statements. Max
and Min operators are used for classification task. For the purpose of approximation and identifi-
cation the product and algebraic product operators are better suited due to their smoothness and
differentiability. Similarly the bounded sum and difference operators offer several advantages to
some neuro-fuzzy learning schemes.
2.2. FUZZY LOGIC BASED ALGORITHMS 10
• Activation :-Here the degree of rule fulfilment is used to calculate the output activations of the
rules.
• Accumulation :-In this step the output activations of all the rules are joined together to give rise
to the fuzzy output of the system.
• Defuzzification :-If a crisp value of the system is required, the final fuzzy output has to be de-
fuzzified. This can be done by different methods like center of gravity, bisector of area, mean
of maximum (mom), smallest (absolute) of maximum (som) and largest (absolute) of maximum
(lom).
• Mamdani fuzzy system :-This type of system is also known as the linguistic fuzzy system.
• Singleton Fuzzy system :-The complexity of defuzzification of a linguistic fuzzy system can be
simplified by restricting the output to a singleton membership function. Since no integration has
to be carried out numerically, this results in reducing the computational demand for the evaluation
and learning of the fuzzy system. Therefore a singleton fuzzy system is most widely applied in
industry.
• Takagi-Sugeno Fuzzy system :- This system may be considered to be an extension of the singleton
fuzzy system. Here the function f is not a fuzzy set. But the premise of a Takagi-Sugeno
fuzzy system [34,35] is linguistically interpretable. For a dynamic process modelling the Takagi-
Sugeno models possess an excellent interpretation. A singleton fuzzy system can be recovered
from a Takagi-Sugeno fuzzy system if the function f is chosen to be a constant. As the constant
can be seen as a zeroth order Taylor series expansion of the function f , it is also called the
zeroth order Takagi-Sugeno fuzzy system. However, in most of the applications, the first order
Takagi-Sugeno fuzzy system is more common.
Since the introduction of the fuzzy logic concept by Zadeh [36, 37], research was continuing for ap-
plication of fuzzy system theory for system identification [38–40]. This is because in many complex
and ill-defined systems where precise mathematical models are difficult to build, their fuzzy models
can be obtained easily which reflect the uncertainty of the system in a proper way. There are numerous
2.2. FUZZY LOGIC BASED ALGORITHMS 11
applications of Fuzzy logic controller (FLC) in industrial processes [41–43]. The interpolation of the
fuzzy rule base provided by human experts governs the performance of a FLC. Self-organizing fuzzy
controller (SOFC) was proposed by Mamdani and Procyk [44] where the fuzzy rule base is modified
by evaluating the system performance that is expressed linguistically. Park and Lee [45] proposed an
SOFC where the rules are generated by input-output data. Here the rules get updated by self learning
procedure. Graham and Newell [46] presented another approach where the fuzzy model of the process
is identified online and the control input is calculated based on the identified model of the process and a
heuristically determined performance measure. Here the system is considered to be linear. It has been
observed that a lot of researchers are paying attention to the fuzzy relational model. This is because
the fuzzy relational equations reflect the fuzzy nature of the system effectively. These relations are
universal approximators which can perform nonlinear mappings between input-output variables which
are treated as fuzzy sets. There are two aspects of fuzzy relational equation method. One aspect is
based on the resolution of composite fuzzy relational equation [47, 48] and the other is the linguistic
model identification as proposed by Tong [49]. But as Tong’s model could not be extended to a higher
dimensional system, Li and Liu [50] proposed an adaptive mechanism based on the decision table form
of simple linguistic models. Pedrycz [48] proposed another fuzzy compositional rule based system
identification algorithm which uses the concept of referential fuzzy set and Zadeh’s conditional pos-
sibility distribution. Babu and Sachidanand [51] presented another method for the identification of a
nonlinear system based on the fuzzy relational model. Here the input is considered to be linear and the
output is considered to be nonlinear in nature. Lee et. al. [52] proposed a combined approach to fuzzy
model identification which combines the linguistic approach and the numerical resolution of fuzzy re-
lational equation. Moore and Harris [53] proposed an indirect adaptive fuzzy control method which
uses a first order fuzzy model for the identification of the plant. Xu [54] showed the application of the
fuzzy system for the identification of a nonlinear system. Up till now, there are three different kinds
of fuzzy models which have been in use from the fuzzy control viewpoint. In the first class the fuzzy
basis function approximation [55] has been used, which may be considered as a mapping between the
input and the output space. This model suffers from the disadvantage that some important dynami-
cal behavior of the system can not be represented. In the second type of fuzzy model as described
by Takana and Sugeno [56], global function approximation can be achieved from a set of local linear
equations. But this model suffers from the disadvantage that it cannot be used for controller design.
The third model is called the fuzzy dynamic model [57] which requires accurate determination of the
upper bound of the local model. Huaguang and Yongbing [58] proposed a fuzzy hyperbolic model for
2.3. GENETIC ALGORITHM 12
a class of complex systems which is difficult to model. Sugeno and Yasukawa [59] presented a general
approach for qualitative modeling based on fuzzy logic. Cipriano and Montoya [60] proposed a fuzzy
model for the identification of nonlinear systems. Similarly Gaweda and Zurada [61] presented a fuzzy
identification system with relational input partition. Saez and Cipriano [62] proposed the application
of fuzzy models for the control of a combined cycle power plant boiler. Elshafei and Karray [63] pro-
posed a fuzzy model for the identification of a class of black-box type nonlinear systems. Similarly
Saez and Cipriano [64] proposed a fuzzy model for the representation of the nonlinearity of a process.
Again Chen and Linkens [65] proposed a method for the fuzzy modeling from numerical data. Flores
et al. [66] applied fuzzy logic for controlling a solar power plant.
The fuzzy if-then rules contain the structured knowledge representation of the fuzzy inference sys-
tem. But this does not provide the adaptive capability to the fuzzy inference system for dealing with
the changing external environment which is found in a neural network.
as a gene pool or population which can be repeatedly evolved towards a better fitness value in the next
successive generations, by upgrading the entire population. After the completion of the encoding and
the fitness evaluation steps, the GA constructs a new population in each successive generation by using
three basic genetic operators. They are:
• Selection:- The selection operation determines the parents which will be participating in mating
to produce offsprings for the next generation. This is analogous to the survival of the fittest in the
natural selection. Starting from a possible solution strings, pairs of individuals from the current
population are allowed to mate to produce offsprings for the next generation. This selection
procedure is based on the strategy of survival of the fittest. Generally the selection of members
for mating are based on their selection probability which is proportional to their fitness value.
Usually the roulette wheel selection strategy is used where depending upon the string’s relative
fitness size a string is assigned a slot in the simulated wheel. The selection strategy results in the
replacement of members with below-average fitness value with members having above-average
fitness value, to take part in the mating process.
• Crossover:-The crossover operation is carried out for the generation of new chromosomes which
will be able to retain the good features from the previous generation. Selected pairs of parents
having a probability equal to a given crossover rate are considered for this operation. In this
operation genetic materials (i.e bit-values) between two parent strings are swapped so that gen-
erated offsprings represented by highly fit strings can have a greater probability to be selected
in the subsequent generation. A single point crossover is the most basic operator. In a single
point crossover along a randomly selected bit position the genetic materials of the two parent
chromosome strings cross over. Similarly for a two-point crossover, the genetic materials be-
tween two randomly selected crossover points in two chromosome strings are interchanged to
generate two children. The effect of crossover is analogous to mating in the evolutionary process
in which the parents pass segments of their own chromosomes to their children. These children
can outperform their parents if they inherit good genes from them. This operation is shown in
Fig. 2.1.
• Mutation:- A certain pool of population may not be able to solve a particular problem if it does
not contain all the encoded information. To rectify this problem the mutation operator is used so
that spontaneously generated new chromosomes can be added to the existing pool. This operation
alters a few more selected bit values in randomly selected strings, with a probability equal to a
2.3. GENETIC ALGORITHM 14
Crossover
point
(Single−point crossover)
(Two−point crossover)
very low mutation rate, after the crossover operation. The mutation rate is kept low so that good
chromosomes obtained from crossover operation are not lost. The mutation operator can prevent
any single bit from converging to a value throughout the entire population. In addition to this the
population is prevented from converging or getting stagnant in any local optima. This operation
enhances the ability of the GA to find a solution which is near optimal by searching the entire
solution space for the best solution. This operation is shown in Fig. 2.2.
Mutated bit
10011110 10011 0 10
The pivotal contribution of genetic algorithm is a methodology for systematized random search and
optimization. Researchers attempt to simulate complex biological evolutionary processes to discover
how evolution can propel living beings towards a higher level of intelligence which has resulted in the
concept of the genetic algorithm. The flow chart for this algorithm which is based on the evolutionary
principle of natural selection has been shown in Fig. 2.3.
Kumon et al. [69] proposed the use of genetic algorithm for nonlinear system identification. Simi-
larly Akramizadeh et al. [70] proposed the use of genetic algorithm for the identification of a nonlinear
2.4. NEURO FUZZY APPROACH 15
Begin
Calculate fitness
Is Yes
Stopping criteria Stop
met?
No
Genetic operators
Crossover
Mutation
Hammerstein model. Juang [71] presented an algorithm which was based on recurrent neural network
with genetic algorithm for nonlinear system identification. Kim and Lee [72] proposed the application
of multi-objective fuzzy optimization for the parameter identification of a nonlinear system. Vazquez
et. al. [73] used genetic programming for the structure identification of nonlinear dynamic systems.
numerical data which represents the dynamic behavior of the system. System modelling based on this
methodology can serve two purposes:
• The behavior of the system under consideration can be predicted from the derived model
All the above mentioned steps are realized in sequentially arranged layers of the neural network which
has an architecture to adjust the weights in the form of the parameters of the extracted rules. Using
the neuro-fuzzy modelling as a backbone, the characteristics of soft computing may be classified as
follows :-
• Human expertise:- For solving practical problems, soft computing can be used to utilize the
human expertise in the form of conventional knowledge representation as well as fuzzy if-then
rules.
• Biologically inspired computing models:- Inspired by the biological neurons, the artificial neural
network can be used in soft computing methodology to deal with many practical problems like
pattern recognition, nonlinear regression, perception and classification.
• Numerical computation:- Unlike symbolic artificial intelligence, soft computing mainly relies on
numerical computation.
2.4. NEURO FUZZY APPROACH 17
• New application domains:- Because of being software based, the soft computing method is in-
creasingly finding applications in new domains like adaptive signal processing, adaptive control,
nonlinear system identification etc.
• Model free learning:- In the absence of system models, the fuzzy inference system and the neural
network have the ability to construct models from the available sampled data.
• Intensive computation:- Neuro-fuzzy and soft computing methods rely heavily on the high speed
number crunching computation to find rules or regularity in data sets, rather than too much back-
ground knowledge on the problem being solved.
• Fault tolerance:- The deletion of a neuron in a neural network or a rule in a fuzzy inference
system does not stop these models to perform because of their parallel and redundant architecture.
However, the performance degrades gradually.
• Goal driven characteristics:- Soft computing and neuro-fuzzy systems are goal oriented. How-
ever, a little deviation from their assigned goal will not deter them from achieving their goal
finally because of their domain specific knowledge.
• Real world applications:- Because of the complexity and uncertainty involved with the real world
problems, the conventional approaches of problem solving require a mathematical model or a
detailed description of the problem which is being solved. But with the integrated approach
of soft computing, it usually utilizes the specific techniques within the subtasks to constitute a
satisfactory solution to the real world problems.
Jang and Sun [74] discussed the problems of neuro-fuzzy modeling and also the direction for its future
use. Lin and Cunningham III [75] presented a method where the network was viewed as a fuzzy model
which gave insight into the real system and also provided a method to simplify the neural network.
Jang [76] proposed a simple method for the selection of inputs for the neuro-fuzzy model in identifying
a nonlinear system. Similarly Chiu [77] proposed another method for the selection of inputs of the
neuro-fuzzy model built for nonlinear system identification. Denai et al. [78,79] showed the application
of the neuro-fuzzy method for the modeling of nonlinear systems. Ishibuchi et al. [80] proposed a
method where the neural network is trained by utilizing the numerical data and also human expert
knowledge that is represented by the fuzzy if and then rules. Juang and Lin [81] proposed a method
for the identification of a dynamic system with the help of a Takagi-Sugeno-Kang (TSK) type fuzzy
2.4. NEURO FUZZY APPROACH 18
rule based model which also possesses the learning ability of the neural network. Sanchez et al. [82]
proposed a method for the identification of a nonlinear system using a fast and stable neuro-fuzzy
method having error minimization. Li et al. [83] presented a neuro-fuzzy method for the identification
of a nonlinear system where in the first step the structure identification task is accomplished and in
the next step the parameter identification is carried out. Kawaji and Chen [84] also proposed a soft
computing based approach for the identification of a nonlinear system. Wu et al. [85] proposed an
approach of generating the fuzzy rules using a generalized dynamic fuzzy neural network which is
built on the ellipsoidal basis function. Gao and Joo [86] proposed a robust adaptive fuzzy neural model
for the identification of a certain class of multi input-multi output (MIMO) systems. This model has a
fast online learning capability where the fuzzy rules are generated or deleted automatically. Panella and
Galeo [87] proposed a clustering approach which is applied to a joint input-output space for the neuro-
fuzzy modelling of nonlinear systems. Thangavel et al. [88] proposed the use of an intelligent controller
for reactive power control. Abraham and Nath [89] used the neuro-fuzzy approach for modeling the
electricity demand in Victoria. Kamia et al. [90] discussed the use of soft computing technique for the
modelling of large scale plants.
A neuro-fuzzy technique called Adaptive network based fuzzy inference system (ANFIS) [68, 74,
91] has been used as a prime tool in the present work. Adaptive network based fuzzy inference system
(ANFIS) is a neuro fuzzy technique where the fusion is made between the neural network and the fuzzy
inference system. In ANFIS the parameters can be estimated in such a way that both the Sugeno and
Tsukamoto fuzzy models [92] are represented by the ANFIS architecture. Again with minor constraints
the ANFIS model resembles the Radial basis function network (RBFN) functionally [93]. This ANFIS
methodology comprises of a hybrid system of fuzzy logic and neural network technique. The fuzzy
logic takes into account the imprecision and uncertainty of the system that is being modeled while the
neural network gives it a sense of adaptability. Using this hybrid method, at first an initial fuzzy model
along with its input variables are derived with the help of the rules extracted from the input output data
of the system that is being modeled. Next the neural network is used to fine tune the rules of the initial
fuzzy model to produce the final ANFIS model of the system. In this proposed work ANFIS is used as
the backbone for the identification of real world systems. Detailed description of ANFIS is presented
in Chapter 4.
2.5. FORECASTING METHODOLOGIES 19
After building a model for the system based on ANFIS, the model can be used for forecasting future
values using a suitable forecasting technique. A brief description of various forecasting methodologies
available is presented below.
conventional learning methods like statistics based ones, the use of the evolutionary methods were also
explored [105].
Traditionally, hard computing based methods like linear and nonlinear auto-regression methods have
been applied to build forecasting models [112–114]. However, as the relationships between these de-
mand forecasts and the determining factors are highly nonlinear, they are not properly understood. This
made the auto regression approach extremely tedious and doubts also surfaced on the accuracy of the
results.
On the other hand, even with a very little knowledge on the structural relationship between the demand
forecast and the determining factors, the self adaptive data driven neural networks can approximate any
arbitrary continuous function to any given accuracy [94]. Zhang et al. [115] studied the application of
neural networks for forecasting in the electricity load consumption study.
Similarly the fuzzy logic can also be used to approximate any continuous function to a required de-
gree of accuracy [95]. Performancewise both the neural network and the fuzzy systems can be put at
the same level [96, 116, 117]. Both these methods have been found to have outperformed the auto-
regression approach with higher forecasting accuracy [96] and hence have been well accepted in many
practices by utilities for load forecasting [97, 98].
In addition to the soft computing methods, different hard computing methods were also found to have
been applied for generating the different time series forecasting models.
Verleysen et al. [118] proposed the method of fractal projection forecasting for engineering applica-
tions. Amjady [107] used an approach in which he utilized the past knowledge of experienced fore-
casters to improve the forecasting accuracy, where the hard computing based Box-Jenkins Autoregres-
sive integrated moving average with exogenous input(ARIMAX) method outperformed the stand alone
neural network approach. Adya et al. [103] proposed the rule-based forecasting approach which is an
expert system that uses features of time series alongwith weight extrapolation techniques. Gao and
Tsoukalas [104] proposed the wavelet based forecasting method and used it for load identification and
forecasting. Wang et al. [119] proposed a nonparametric smoothing technique to build a kernel pro-
jection forecasting model for a given small seasonal time series data. Meade [101] used the logistic
Bayesian curve fitting model to study and investigate the effect of the assumed error structure on the
forecasting accuracy. Saito and Abe [106] used the Kalman filter to derive a state space model for
traffic forecasting. Wang et al. [119] proposed a nonparametric smoothing technique to build a kernel
projection forecasting model for a given small seasonal time series data. Meade [101] used the logistic
Bayesian curve fitting model to study and investigate the effect of the assumed error structure on the
2.5. FORECASTING METHODOLOGIES 21
forecasting accuracy.
Work was also carried out combining different existing methodologies for generating the forecasting
models. In many utilities the forecasting approaches are based on multiple neural networks being
combined with Recursive least squares (RLS) algorithm [97, 99]. This approach helps in extracting
the various load patterns which are implicitly embedded in the training data. Khotanzad et al. [97]
explored such an approach. This multiple forecaster approach is also supported by many hard comput-
ing based forecasting applications and theories. This is because this approach makes the forecasting
accuracy improve substantially [120]. Kim et al. [121] proposed the use of linear combination of a
fuzzy system with a neural network for improving the forecasting accuracy. Abraham and Nath [122]
discussed the use of Evolving fuzzy neural network (EFuNN) and the feed forward Artificial neural
network (ANN) as well as a conventional statistical approach for modeling electricity demand. Mora-
bito and Versaci [123] proposed the use of fuzzy neural networks for identification and forecasting the
experimental urban air pollution data. Makiko and Yoshitsugu [100] proposed a new demand forecast-
ing method using the neural network and Fourier transform.
In time series forecasting, spurious or Bad data (BD) affect the forecasting performance drastically. So,
identification of bad data is a challenging task here. Milli et al. [108] gave a comparative assessment
of the evaluating techniques for identifying Bad data (BD), i.e. data gathered from grossly erroneous
measurements. These techniques are first classified, then explored and compared. Abur [110] proposed
another algorithm for detecting the bad data using the measurement residuals of the measurements
rejected by the Linear programming (LP) estimator. Then the bad measurements are identified and
eliminated by estimating the measurement errors of the zero residual measurements. The residuals ob-
tained from this second estimation step are made use of for this purpose. Long and Ling [111] proposed
a new method of estimating the impulse response of a complex system based on its complex input and
only the real part of its output data values. Zhang and Lo [109] proposed a recursive measurement error
estimation and identification algorithm for identifying multiple interacting bad data in the power set in
power system static state estimation. As an extension for further analysis of bad data, Zhang et al. [124]
proposed an efficient bad data identification method for a state estimator which was implemented in
real-time for a power system control centre in Northeast China. The proposed algorithm, called the Re-
cursive measurement error estimation identification (RMEEI) is powerful and efficient having a high
computational speed. Kandemir and Ramanujam [125] presented an abstraction, called data relation
vectors, to improve the data access characteristics and memory layouts in regular computations, by
defining a relation between the data elements accessed by close-by iterations and using this relation to
2.6. RESEARCH GAP 22
guide a number of optimizations for array-based computations. Ahmed and Cruz [126] proposed the
modified version of this algorithm and proved that it yields a least squares solution, which is compa-
rable to the Recursive least squares (RLS) method and initialized it for a Data-driven echo canceller
(DDEC). Erdogmus and Principe [127] investigated error-entropy-minimization in adaptive systems
training, by minimization of a Csiszar distance measure between the densities of desired and system
outputs. Didenko and Movchan [128] investigated the evaluation of the uncertainty of A/D conver-
sion with reasonable accuracy by considering the minimum number of parameters of the metrological
model of the Data acquisition system (DAS). Joachims [129] presented an approach to automatically
optimize the retrieval quality of search engines using clickthrough data. Babcock et al. [130] discussed
one adaptive strategy for processing bursty streams of data which fluctuate over time without sacrific-
ing the system performance as in many applications, systems are required to produce rapid or realtime
query responses. Weekes and Forgel [131] proposed using of evolutionary training of Artificial neural
networks (ANNs) to generate predictive models of quantitative structure, based on the data of activity
relationships between a set of molecular descriptors and activity. In order to overcome the drawbacks
encountered by conventional learning methods, Coelho and Krohling [105] proposed the use of an in-
telligence methodology called swarm optimization methodology to provide a stochastic global search
of B-spline networks for nonlinear system identification. Meekhof and Heckendorn [132] explored the
possibility of using string space transformations to reduce the perplexity of the modeling problem and
thereby improve model performance of a Markov-based classifier on the problem of classifying Eng-
lish and Spanish character strings, where training set size is arbitrarily limited. Pekar and Stecha [133]
proposed a real time system parameter estimation from the set of input-output data by minimization
of quadratic norm errors of system equations. Lii et al. [134] proposed translation model training in
Statistical machine translation (SMT) using off line data optimization and online model optimization.
a thermal power plant. This is because in order to get the training data, the power plant has to be kept
running for long period of time. In addition, the thermal power plants have the inherent problem of
taking a long time to start before it can be fully loaded to get the requisite data. So the training of the
ANFIS has to be carried out with the available limited number of input output data with good modeling
accuracy. This necessitates the development of a proper procedure to choose the data critically and
optimally for training the neural network. With these objectives in mind it has been proposed to utilize
the salient feature of self-adaptability in approximating an arbitrary function with a good accuracy of
the neural network and the inherent property of the fuzzy logic to take into account the imprecision
and uncertainty of a system which is considered for modeling, with the help of an ANFIS model. A
novel method for optimal choice of the available data for training the ANFIS network is proposed
in the present work. The major objective of the present work is to formulate an efficient method to
choose the available data optimally from the existing data set to build an ANFIS model for the system
under consideration and use the model for faithful prediction of future values. The research focuses
on modeling of real world systems where input output data required for modeling are either scanty or
difficult to generate. The research work then aims to design a controller based on ANFIS so that the
controller performs satisfactorily even with plant parameter variations and disturbance.
The methodology followed for achieving the above goal is described in the next chapter.
Chapter 3
In the quest for developing a model for a system based on its available input output data, it has been
observed that in the conventional modeling approach the results depend on the mathematical model of
the system and its accuracy. In cases where the mathematical model is not available the system analysis
becomes very difficult. It is in this context that the soft computing approach can provide a viable
alternative for system modeling in cases where the conventional hard computing techniques cannot be
used. In the present work it is proposed to use these soft computing techniques for time series modeling
of a real world system with the help of its input-output data.
24
3.2. METHODOLOGY OF THE PRESENT WORK 25
ANFIS model is the key objective of this research. The key objectives of the present research can be
highlighted as follows:
• Building of ANFIS model for real world systems where generation of training data is difficult
and time consuming
• Building of ANFIS model for real world system where generation of data is expensive
• Building of ANFIS model for real world system where available input output data are scanty
• Designing of an ANFIS based controller which performs satisfactorily even in the presence of
plant parameter variations and disturbances
The building of an ANFIS model faithfully with available scarce input output data is studied in this
research work and a novel solution is offered so that this research gap can be bridged.
The Adaptive network based fuzzy inference system (ANFIS) [68,74,91] is a hybrid system comprising
of the neural network and the fuzzy logic. It is a data driven procedure which can be used to provide
the solution of function approximation problems in a neural network platform. Here at first a fuzzy
inference system comprising of an initial fuzzy model is formed, based on the fuzzy rules extracted
from the input output data set. In the next step the neural network is used to fine tune the rules of the
initial fuzzy model that was built. Using ANFIS methodology the network is trained. The number of
training data used in the ANFIS is drastically reduced by applying an optimal data selection criterion.
Two novel techniques are attempted for selecting the optimal input-output data pairs. One of these
methods is known as the Full factorial design (FFD) [135, 136] and is based on statistical design
of experiments. The other technique is a cross validation technique known as the V-fold technique
3.2. METHODOLOGY OF THE PRESENT WORK 26
[137–139]. These two techniques are described briefly in the next three subsections. This work is
an endeavour to augment the ANFIS as a modeling technique by incorporating the above two novel
techniques for accomplishing the training of the network faithfully when the available data is scarce.
3.2.2 Full factorial design based methodology for optimal data selection
From the statistical point of view, in experiments where a large number of tests is involved, the order
of selection of the test specimens has to be randomized, so that each specimen has an equal chance
of being selected for the test. The training of the neural network can also be replicated to a statistical
experiment involving a large number of tests for optimization. In such an experimental setup the iden-
tification of the important variables that affects the experimental results forms an important aspect. The
experimental variables controlled by the operators on which the system’s response depends are called
the factors. The effect of the response of one factor may or may not depend on the levels of the other
factors. The number of factors and their levels required can be fixed depending upon the complexity
of the experiment. The statistical technique based Full factorial design (FFD) [135, 136] methodology
identifies the important factors and levels of the experiments conducted to model a real time system.
This FFD methodology is used for selecting the critical data set for training the ANFIS model of the
real system.
If a neural network is built using a specific learning data set, it has to be tested with a data set which
is independent of the data set that was used to train the network. It has often been found that obtain-
ing an independent test data set is very difficult. The neural network can also be trained by another
accurate method called the V-fold technique [137–139]. This method possesses the distinct advantage
of not requiring a separate and independent data set for testing the accuracy of the network. In this
methodology the available data set is subdivided into some subgroups. All but one of the subgroups is
used for training the neural network. Next the remaining subgroup is used for testing. This procedure
is continued by testing the network with a new subgroup every time. This approach of the V-fold cross
validation technique is used in our research work to select the optimal data set for training the ANFIS
network in the model of the real time system considered in our study.
3.2. METHODOLOGY OF THE PRESENT WORK 27
3.2.4 Full factorial design combined with V-fold based methodology for optimal
data selection
Both the Full factorial design (FFD) and the V-fold technique are combined to select the critical data
set for training the ANFIS model.
The conventional statistical methods of modeling are also studied in the present research and applied
to build the system models to study their performance against the ANFIS model. The three statisti-
cal models namely Autoregressive with exogenous input (ARX) [140], Autoregressive moving average
with exogenous input (ARMAX) [140] and Autoregressive integrated moving average with exogenous
input (ARIMAX) [140] are used for modeling the real world system and the results obtained are com-
pared with those obtained by using the proposed models.
A Genetic algorithm(GA) [67,141,142] based fuzzy model is build for studying its performance against
the ANFIS model. In this methodology the genetic algorithm is used to update the consequent parame-
ters of the fuzzy model of the system under consideration.
This research also studies the utility of the proposed ANFIS model for designing a controller. A con-
troller based on the proposed FFD-V-fold based ANFIS method is built and its performance is tested
against disturbance and plant parameter variation. Out of the different ANFIS based models which are
proposed, the model showing the best result is used for the design of a controller.
In the next chapter, the ANFIS based methodology for modeling is discussed in details.
Chapter 4
The adaptive network based fuzzy inference system (ANFIS) [68, 74, 91] is a data driven procedure
representing a neural network approach for the solution of function approximation problems. Data
driven procedures for the synthesis of ANFIS networks are typically based on clustering a training set of
numerical samples of the unknown function to be approximated. Since introduction, ANFIS networks
have been successfully applied to classification tasks, rule-based process control, pattern recognition
and similar problems. Here a fuzzy inference system comprises of the fuzzy model [34, 35] proposed
by Takagi, Sugeno and Kang to formalize a systematic approach to generate fuzzy rules from an input
output data set.
28
4.1. ANFIS STRUCTURE 29
fuzzy model is formed. For a first order two rule Sugeno fuzzy inference system, the two rules may be
stated as:
Rule 1: If x is A1 and y is B1 then f1 = p1 x + q1 y + r1
Rule 2: If x is A2 and y is B2 then f2 = p2 x + q2 y + r2
Here type-3 fuzzy inference system proposed by Takagi and Sugeno [143] is used. In this inference
system the output of each rule is a linear combination of the input variables added by a constant term.
The final output is the weighted average of each rule’s output. The corresponding equivalent ANFIS
structure is shown in Fig. 4.1.
A x y
1
x
w w
1 1
A
2 π N w f
1 1
Σ f
B1
w f
y π N 2 2
w
2 w
2
B2
x y
Layer 1 Layer 2 Layer 3 Layer 4 Layer 5
where, x is the input to node i, Ai is the linguistic variable associated with this node function and
µAi is the membership function of Ai . Usually µAi (x) is chosen as
1
µAi (x) = (4.1.2)
1+ [( x−c
ai
i 2 bi
)]
4.2. LEARNING ALGORITHM 30
Or
x − ci 2
µAi (x) = exp {−( )} (4.1.3)
ai
where x is the input and {ai , bi , ci } is the premise parameter set.
Layer 2: Each node in this layer is a fixed node which calculates the firing strength wi of a rule.
The output of each node is the product of all the incoming signals to it and is given by,
Layer 3: Every node in this layer is a fixed node. Each ith node calculates the ratio of the ith
rule’s firing strength to the sum of firing strengths of all the rules. The output from the ith node is the
normalized firing strength given by,
wi
Oi3 = wi = , i = 1, 2 (4.1.5)
w1 + w2
Layer 4: Every node in this layer is an adaptive node with a node function given by
where wi is the output of Layer 3 and {pi , qi , ri } is the consequent parameter set.
Layer 5: This layer comprises of only one fixed node that calculates the overall output as the
summation of all incoming signals, i.e.
X P
wi fi
Oi5 = overall output = wi fi = Pi (4.1.7)
i i wi
written as
w1 w2
f = f1 + f2
w1 + w2 w1 + w2
= w1 f1 + w2 f2
= (w1 x)p1 + (w1 y)q1 + (w1 )r1 + (w2 x)p2 + (w2 y)q2 + (w2 )r2 . (4.2.1)
In the forward pass of the learning algorithm, consequent parameters are identified by the least squares
estimate. In the backward pass, the error signals, which are the derivatives of the squared error with re-
spect to each node output, propagate backward from the output layer to the input layer. In this backward
pass, the premise parameters are updated by the gradient descent algorithm [27–29].
In order to start the modeling process, an initial fuzzy model has to be derived. This model is required
to find the number of inputs, number of linguistic variables and hence the number of rules in the final
fuzzy model. The initial model is also required to select the input variables for the final model and also
the model selection criteria, before the final optimal model can be derived. This initial fuzzy model can
be selected based on the fuzzy rules framed by either using the subtractive clustering technique [145]
or the grid partitioning method [74] [68, 91].
4.3. DERIVATION OF THE INITIAL FUZZY MODEL 32
As a first step towards extracting the initial fuzzy model by subtractive clustering, this technique is
applied to the input output data pairs, which are obtained from the system which is to be modeled. The
cluster estimation technique helps in locating the cluster centers of the input output data pairs. This in
turn helps in the determination of the rules which are scattered in input output space, as each cluster
center is an indication of the presence of a rule. In addition to this it also helps to determine the values
of the premise parameters. This is important because an initial value, which is very close to the final
value, will eventually result in the quick convergence of the model towards its final value during the
training session with neural network. In this clustering technique the potentials of all the input output
data points are calculated as functions of their Euclidian distances from all the other data points. The
points having a potential above a certain preset value are considered as cluster centers. After the cluster
centers are ascertained the initial fuzzy model can be subsequently extracted as the centers will also
give an indication of the number of linguistic variables. The cluster estimation method for determining
the number of rules and initial rule parameters [77] is briefly described below.
Let us consider a collection of n data points {x1 , x2 , ..., xn } in an M dimensional space. The data
points are assumed to be normalized in each dimension so that they are bounded by a unit hypercube.
Each data point is considered to be a potential cluster center. Pi is a measure of the potential of data
point xi to serve as a cluster center and is defined as
X
n
2
Pi = e−αkxi −xj k (4.3.1)
j=1
where
4
α= . (4.3.2)
ra2
k.k denotes the Euclidean distance and ra is a positive constant. Thus measure of the potential for a
data point is a function of its distances to all other data points. Here ra is the radius effectively defining
a neighborhood. Data points outside this radius have little influence on the potential. After the potential
of every data point has been computed, the data point with the highest potential is selected as the first
cluster center. Let x∗1 be the location of the first cluster center and P1∗ be its potential value. Then the
potential of each data point xi is revised by the formula
4.3. DERIVATION OF THE INITIAL FUZZY MODEL 33
∗ 2
Pi = Pi − P1∗ e−βkxi −x1 k (4.3.3)
where
4
β= (4.3.4)
rb2
and rb is a positive constant. Thus an amount of potential is subtracted from each data point as a function
of its distance from the cluster center. The constant rb is effectively the radius defining the neighborhood
which will have measurable reduction in potential. Typically chosen value of rb = 1.25ra [77].
When the potentials of all data points have been revised according to Eq. 4.3.3, the data point with the
highest remaining potential is selected as the second cluster center. The potential of each data point is
further reduced according to their distance to the second cluster center. In general, after the k th cluster
center has been obtained, the potential of each data point is revised by the formula
∗ 2
Pi = Pi − Pk∗ e−βkxi −xk k (4.3.5)
where x∗k is the location of the k th cluster center and Pk∗ is the potential value.
The process of acquiring new cluster center and revising potentials repeats until the stopping criterion
Pk∗ < 0.15P1∗ [145] is satisfied. Each cluster center as derived above is in essence a data point that
describes a characteristic input-output behaviour of the system we wish to model. Hence each cluster
center can be used as the basis of a rule that describes the system behaviour.
It is considered that {x∗1 , x∗2 , ..., x∗c } is a set of c cluster centers in an M dimensional space. It is again
considered that the first N dimensions correspond to input variables and the last M − N dimensions
correspond to output variables. Each vector x∗i is decomposed into two component vectors yi∗ and zi∗
where yi∗ is the location of the cluster center in input space and zi∗ is the location of the cluster center
in output space. Therefore x∗i may be represented as
Each cluster center x∗i is considered as a fuzzy rule, “if input is near yi∗ then output is near zi∗ ”, to
describe the system behaviour. Given an input vector y, the degree to which rule i is fulfilled is defined
as
4.3. DERIVATION OF THE INITIAL FUZZY MODEL 34
∗ 2
µi = e−αky−yi k (4.3.6)
Pc
µi zi∗
z = Pi=1
c (4.3.7)
i=1 µi
This computational scheme can be viewed in terms of an inference system employing fuzzy if-then
rules. Each rule has the following form :
IF Y1 is Ai1 and Y2 is Ai2 and ... THEN Z1 is Bi1 and Z2 is Bi2 ...
where Yj is the jth input variable and Zj is the jth output variable; Aij is an exponential member-
ship function in the ith rule with the jth input and Bij is a singleton in the ith rule associated with the
jth output. For the ith rule that is represented by cluster center x∗i , Aij and Bij are given by :
∗
Yj −yij
−0.5( )2
Aij (Yj ) = e σij
(4.3.8)
1
where yij∗ is the jth element of yi∗ and zij∗ is the jth element of zi∗ and σij2 = 2α
[77].
The second method which can be used for framing the rules of the initial fuzzy model is by grid parti-
tioning [74] [68, 91]. This method is used when the number of inputs and their membership functions
are less. Here the input space are partitioned into a number of fuzzy regions to form the antecedents of
the fuzzy rules. The Grid partitioned fuzzy space for a two input model, with each input having three
membership functions each is shown in Fig. 4.2. The two dimensions represent the abscissa and the
ordinate of the input space. The rules obtained from either of the two methods are then optimized by
using ANFIS methodology developed by Jang [91]. This method involves optimization of the premise
membership functions by gradient descent algorithm combined with optimization of the consequent
equations by linear least squares estimation.
4.3. DERIVATION OF THE INITIAL FUZZY MODEL 35
Y Y
3 6 9
B3
B2 2 5 8
B1 1 7
4
X
1
A1 A2 A3
1
Figure 4.2: Grid partitioned fuzzy subspaces for a type-3, 2-input ANFIS
Any good criteria which is used for model selection based on some inputs cannot guarantee that the
model will be producing the optimal result unless the results from all possible combinations of the input
variables in the model are compared. But this is a tedious task as even for a moderate number of input
variables N , 2N possible number of combinations of the variables arises. From the modeling viewpoint,
incorporation of only the important variables results in a practical model which is simpler, more reliable
and useful for application. This is because now only a fewer variables will have to be measured. For
achieving this, the importance of each input variable can be ascertained from the initial fuzzy model.
In the proposed ANFIS model this has been accomplished by choosing the model showing the least
modeling error from the models obtained using the following two methods:
• First method:-In this method the fuzzy rule framework provides an easy mechanism to test the
importance of each input variable without having to generate new models. The basic idea is to
remove all antecedent clauses associated with a particular input variable from the rules and then
evaluate the performance of the model by applying the checking error criterion [77]. If this de-
creases the modeling error the process is repeated by eliminating another input variable. If the
modeling error increases, the eliminated variable is retained and another variable is eliminated in
its place. This process is continued until the modeling error can be decreased no further by elim-
inating any more extra input variable. The criterion that is used for selection of the final fuzzy
4.3. DERIVATION OF THE INITIAL FUZZY MODEL 36
model is the Root mean square error (RMSE). The ANFIS structure of the system which is being
modeled is considered as the final model for which the RMSE is the minimum. For example,
suppose the initial model has four inputs, with rules of the form :
The importance of the Y3 variable in the model can be tested by temporarily removing the an-
tecedent clauses that involve Y3 , thus truncating the rules to the form :
If the resultant model performance does not degrade with respect to the performance measure
which is the RMSE of the output corresponding to an independent set of checking data, then Y3
can be eliminated from the possible important variables. The variable selection process for a four
input initial model is shown in Fig. 4.3.
Model with input variables
1 2 3 4
Remove 3
2 3 4 1 3 4 1 2 4 1 2 3
Remove 1
2 4 1 4 1 2
Remove 2
2 4
Remove 4
Figure 4.3: Variable Selection Process for a four input initial model
4.4. EXPERIMENTAL DATA 37
• Second method:- For simplicity, the second model assumes that ANFIS consists of only two
inputs. For choosing these inputs a set of 10 dynamic modeling inputs [77] is selected which
comprises of 6 from the historical inputs of the system and 4 from the historical outputs of the
system to be modeled. Out of these 10 dynamic modeling candidates, for each of the 6 inputs
there can be 4 different combinations with the 4 different outputs. So there will be a total of
6 × 4 = 24 different combinations of input candidate pairs. Each of these different combinations
will lead to the generation of 24 different initial fuzzy models as follows:
{x(t − 1), y(t − 1)}, {x(t − 1), y(t − 2)}, {x(t − 1), y(t − 3)}, {x(t − 1), y(t − 4)},
{x(t − 2), y(t − 1)}, {x(t − 2), y(t − 2)}, {x(t − 2), y(t − 3)}, {x(t − 2), y(t − 4)},
{x(t − 3), y(t − 1)}, {x(t − 3), y(t − 2)}, {x(t − 3), y(t − 3)}, {x(t − 3), y(t − 4)},
{x(t − 4), y(t − 1)}, {x(t − 4), y(t − 2)}, {x(t − 4), y(t − 3)}, {x(t − 4), y(t − 4)},
{x(t − 5), y(t − 1)}, {x(t − 5), y(t − 2)}, {x(t − 5), y(t − 3)}, {x(t − 5), y(t − 4)},
{x(t − 6), y(t − 1)}, {x(t − 6), y(t − 2)}, {x(t − 6), y(t − 3)}, {x(t − 6), y(t − 4)};
From the above 24 models, the model with the least RMSE is chosen as the initial fuzzy model.
In this method the number of membership functions per input can be determined by applying
either the subtractive clustering or the grid partition based technique.
The ANFIS structure of the system which is being modeled is considered as the final model for which
the RMSE is the minimum. The consequent parameters of the initial fuzzy model are updated by us-
ing the Least squares estimation (LSE) algorithm. Similarly, the rules which are obtained from the
clustering or the grid partition based method are updated by neural network which uses back propaga-
tion learning method with gradient descent algorithm. This updation leads to the optimization of the
premise parameters of the fuzzy membership functions to give the final fuzzy model.
of the input-output data that are collected from a gas furnace. In the dataset the input is the gas feed
rate to the furnace in cubic feet per minute (ft3 /min)and the output is in the form of percentage of
carbon-dioxide (CO2 ) concentration in the outlet gas.
The second data set comprises of five different data sets that are obtained by physically visiting a ther-
mal power plant under North East Electric Power Corporation (NEEPCO) Limited situated at Kathal-
guri, Assam, India. This real time data have been collected from the past records maintained by the
power plant authorities in hard form. In the first four data-sets the input is the gas flow rate in cubic
kilometer per hour (km3 /hr) and the output is in the form of generated power in Gigawatt (GW). These
are the numerical records of the daily data that the power plant authority records after every half hour.
These were subdivided into four different sets with the half hourly data covering a few months at dif-
ferent periods of the year.
The power plant authority also keep a record of data on a monthly basis by aggregating the half hourly
data over the whole month. The fifth subset of the thermal power plant data has been collected from
the records of this monthly data. In this subset the input is the gas feed to the plant in Million metric
standard cubic metre (Mmscum)(106 m3 ) and the output is in the form of generated energy in Million
unit (MU), where 1 unit = 1 kWh (kilo-watt-hour).
These numerical data in the same form as collected from the plant’s record are analyzed for determin-
ing the different levels and folds for the Full factorial design (FFD) and the V-fold based experiments
respectively. The different levels of the Full factorial design experiments are determined by noting
the numerical values around the highest, lowest, mid-values and cluster centers of the collected data.
Next, these data are used for training and validation of the proposed model. A sample data set that was
collected from the thermal power plant is presented in the Appendix A.
In this experiment 296 input-output data pairs from Box and Jenkins [102] gas furnace data are consid-
ered for modeling with ANFIS. In the dataset the input x(t) is the gas feed rate in cubic feet per minute
(ft3 /min)and the output y(t) is in the form of percentage of carbon-dioxide (CO2 ) concentration in the
outlet gas.
In order to extract the dynamic process model for the prediction of y(t), 10 candidates are considered
as input variables following standard method [77]. These 10 input variables are :
{x(t − 1), x(t − 2), x(t − 3), x(t − 4), x(t − 5), x(t − 6), y(t − 1), y(t − 2), y(t − 3), y(t − 4)}
{x(t − 1), x(t − 2), x(t − 3), x(t − 4), x(t − 5), x(t − 6), y(t), y(t − 1), y(t − 2), y(t − 3), y(t − 4)},
the number of effective data points reduces to 290. Using a cluster radius of ra = 0.5 [77], the modeling
was started with these ten prospective input candidates in the initial fuzzy model. Consequently in the
final Takagi-Sugeno type fuzzy model which is derived by using Chiu’s [77] input variable selection
method, the number of input variables reduced to 2 and the number of rules narrowed down respec-
tively to 3 and 4 for the subtractive clustering and the grid based method. The optimally selected input
variables are x(t − 3) and y(t − 1). The final optimized ANFIS model of the gas furnace process is
obtained after the updation of the consequent parameters by LSE algorithm and updation of the premise
parameters by the back propagation gradient descent algorithm. In order to provide the same basis for
comparison with other published results, the entire dataset of 290 input output pairs is used for training.
Fig. 4.4 and Fig. 4.5 show the rules and parameters of the grid partition based and subtractive clustering
based ANFIS models for the gas furnace data. In Fig. 4.6 the actual output and the output predicted by
the ANFIS model are plotted vs. sample number. In Fig. 4.7 the prediction error of the ANFIS model
for the training data is plotted vs. sample number. Fig. 4.8 shows the RMSE of the ANFIS model
during training vs epochs. The surface graph corresponding to the output is shown in Fig. 4.9.
4.5. EXPERIMENTAL RESULTS AND DISCUSSION 40
1
y(t)=−0.3601x(t−3)
+1.142y(t−1)
Rule 1 −8.268
0 2.834
−2.716 45.6 60.5
1 y(t)=−1.354x(t−3)
+0.3158y(t−1)
Rule 2 +39.43
0 2.834
−2.716 45.6 60.5
1
y(t)=−1.925x(t−3)
+0.5233y(t−1)
Rule 3 +27.34
0 2.834
−2.716 45.6 60.5
1
y(t)= 1.469x(t−3)
Rule 4 +1.597y(t−1)
−35.48
0 2.834 60.5
−2.716 45.6
Gbell MF parameters:− [1.577, 3.02, −1.516]; [3.68, 2.07, 1.932]; [7.338, 4.732, 46.69]; [8.223, 0.9815, 60.01;]
Figure 4.4: Rules for the grid partition based ANFIS model when trained with entire data set for the
gas furnace example
1
y(t)=−2.275x(t−3)
−5.151y(t−1)
Rule 1 +305.6
0 2.834
−2.716 45.6 60.5
1 y(t)= 2.995x(t−3)
−0.2808y(t−1)
Rule 2 +104.8
0 2.834
−2.716 45.6 60.5
1
y(t)=−0.04683x(t−3)
+0.5213y(t−1)
Rule 3 +20.95
0 2.834
−2.716 45.6 60.5
Gauss MF parameters:− [1.518, −0.1355]; [1.595, −0.3007]; [2.131, 0.1226,]; [3.255, 54.24]; [3.057, 56.2]; [2.601, 49.82];
Figure 4.5: Rules for the subtractive clustering based ANFIS model when trained with entire data set
for the gas furnace example
4.5. EXPERIMENTAL RESULTS AND DISCUSSION 41
62
actual output
predicted output
60
58
54
52
50
48
46
44
0 50 100 150 200 250 300
sample number
Figure 4.6: Actual and ANFIS model predicted output with Box and Jenkins gas furnace data
In Table 4.1 the 2-input based ANFIS model is compared with other models available in literature.
The first 7 rows are excerpted from a table in [77]. The comparison shows that the modeling result of
the gas furnace data has improved with the proposed two inputs subtractive clustering and grid based
ANFIS models as compared with the other models both in terms of the number of rules required and
the RMSE. The proposed grid based model is also showing better performance as compared to Chiu’s
two input model [77] but with the requirement of one more rule.
Another experiment was performed using the first half of the Box and Jenkins gas furnace data for
training the neural network and the second half of the data set for validation of the model. Fig. 4.10
shows the rules and parameters of this model. The modeling result is shown in Fig. 4.11 where the
actual output and the output predicted by ANFIS model are plotted vs. sample number.
In this experiment five different data sets, comprising of input-output data pairs collected from the ther-
mal power plant are considered for modeling with ANFIS. In the first four data-sets the input x(t) is the
gas flow rate in cubic kilometer per hour (km3 /hr) and the output y(t) is in the form of generated power
in Gigawatt (GW). These data sets are based on the daily data collected from the thermal power plant
at an interval of every half hour. These half hourly data have been classified into four different data sets
depending on their collection time which is spread over different periods of the year. In the fifth data
4.5. EXPERIMENTAL RESULTS AND DISCUSSION 42
Table 4.1: Comparison of various models derived for the Box and Jenkins gas furnace data. The first 7
rows are excerpted from a table in [76]
Number Model Error
Sl. No. Model Input variables
of Rules (mean square)
2.5
1.5
prediction error
0.5
−0.5
−1
−1.5
0 50 100 150 200 250 300
sample number
Figure 4.7: ANFIS model prediction error for Box and Jenkins gas furnace data
set the input x(t) is the gas feed to the plant in Million metric standard cubic metre (Mmscum)(106 m3 )
and the output y(t) is in the form of generated energy in Million unit (MU), where 1 unit = 1 kWh
(kilo-watt-hour). This fifth data set has been collected from the thermal power plant on the basis of the
monthly data for a certain period of time.
The dynamic process model for the above thermal power plant is extracted as in the previous case for
the gas furnace data. The 10 candidates which are considered for the input variables are the following:
{x(t − 1), x(t − 2), x(t − 3), x(t − 4), x(t − 5), x(t − 6), y(t − 1), y(t − 2), y(t − 3), y(t − 4)}
In all the five data sets, modeling of the thermal power plant was considered with these 10 prospective
input candidates in the initial fuzzy model. Both the grid partition method and the subtractive clustering
method were applied with a cluster radius of ra = 0.5. The number of input variables finally reduced to
2 and the number of rules narrowed down to 4. After the updation of the consequent parameters by LSE
algorithm and updation of the premise parameters by the back propagation gradient descent algorithm,
the final optimized ANFIS model of the thermal power plant is obtained. The rules of the different
models of ANFIS and their experimental results are shown in Figs. 4.12 – 4.21 where the predicted
output of the ANFIS models are plotted vs. sample number for the five data sets of the thermal power
plant. In addition, the fuzzy rules and the parameters of the models for the thermal power plant data
sets are also given.
4.5. EXPERIMENTAL RESULTS AND DISCUSSION 44
0.363
0.362
0.361
RMSE
0.36
0.359
0.358
0.357
0 20 40 60 80 100 120 140 160 180 200
epochs
Figure 4.8: RMSE of the ANFIS model during training for Box and Jenkins gas furnace data
65
% of CO2 in the output gas
60
55
50
45
60
58
56 2.5
2
54 1.5
1
52 0.5
0
50 −0.5
−1
48 −1.5
−2
46 −2.5
% of CO2 in the output gas gas feed rate
Figure 4.9: Output surface of the data for Box and Jenkins gas furnace example
4.5. EXPERIMENTAL RESULTS AND DISCUSSION 45
1
y(t)=−0.3797x(t−3)
+1.009y(t−1)
Rule 1 +0.759
0 2.834
−2.716 45.6 60.5
1 y(t)=−1.222x(t−3)
+0.7175y(t−1)
Rule 2 +14.45
0 2.834
−2.716 45.6 60.5
1
y(t)=−1.424x(t−3)
+0.6379y(t−1)
Rule 3 +21.57
0 2.834
−2.716 45.6 60.5
1
y(t)= 0.7164x(t−3)
Rule 4 +2.165y(t−1)
−67.22
0 2.834 60.5
−2.716 45.6
Gbell MF parameters:− [2.705, 1.845, −2.911]; [2.269, 1.994, 3.31]; [7.78, 2.992, 46.39]; [7.28, 1.301, 60.35];
Figure 4.10: Rules for the ANFIS model when trained with half of the data set for the gas furnace
example
Case 1: Modeling Results for the first set of the thermal power plant data with ANFIS
In this experiment the data set comprises of 1405 input-output pairs which finally reduced to 1399 ef-
fective data pairs as a result of the dynamic process model under consideration [77]. Here the optimally
selected input variables are x(t − 6) and y(t − 1). The number of rules required finally narrowed down
to 2 and 4 respectively for the clustering and the grid based method. Fig. 4.12 shows the rules and
parameters for this model. In this example the first 699 data pairs are used for training purpose with the
remaining half being used for validation. The actual output and the ANFIS model’s predicted output
for this data set is plotted against sample number as shown in Fig. 4.13.
Case 2: Modeling Results for the second set of the thermal power plant data with ANFIS
In this experiment the data set comprises of 1357 input-output pairs which finally reduced to 1351
effective data pairs [77]. The optimally selected input variables are x(t − 3) and y(t − 1). The number
of rules required finally narrowed down to 2 and 4 respectively for the clustering and the grid partition
based method. Fig. 4.14 shows the rules and parameters for this model. In this example the first 675
data pairs are used for training purpose while the other half is used for testing purpose. The modeling
result for this data-set is shown in Fig. 4.15.
4.5. EXPERIMENTAL RESULTS AND DISCUSSION 46
62
actual output
predicted output
60
58
54
52
50
48
46
44
0 50 100 150 200 250 300
sample number
Figure 4.11: Actual and ANFIS model predicted output with Box and Jenkins gas furnace data
Case 3: Modeling Results for the third set of the thermal power plant data with ANFIS
In this experiment the data set comprises of 1432 input-output pairs which finally reduced to 1426
effective data pairs [77]. Here the optimally selected input variables are x(t − 1) and y(t − 1). The
number of rules required finally narrowed down to 3 and 4 respectively for the clustering and the grid
based method. Fig. 4.16 shows the rules and parameters for this model. In this example the first half of
the 713 data pairs are used for training and the remaining 713 data pairs are used for testing purpose.
The modeling result with this data-set is shown in Fig. 4.17.
Case 4: Modeling Results for the fourth set of the thermal power plant data with ANFIS
In this experiment the data set comprises of 994 input-output pairs which finally reduced to 988 effec-
tive data pairs as a result of the dynamic process model [77]. Here the optimally selected input variables
are x(t − 1) and y(t − 1). The number of rules required finally narrowed down to 2 and 4 respectively
for the clustering and the grid based method. Fig. 4.18 shows the rules and parameters for this model.
In this example the first 494 data pairs are used for training the model and the next 494 data pairs are
used for testing purpose. The modeling result for this data-set is shown in Fig. 4.19.
4.5. EXPERIMENTAL RESULTS AND DISCUSSION 47
1
y(t)= 0.001565x(t−6)
+0.6354y(t−1)
Rule 1 −0.005981
0 58.6
23.34 0.015 0.219
1 y(t)=−0.0006048x(t−6)
+0.9293y(t−1)
Rule 2 +0.04373
0 58.6
23.34 0.015 0.219
Gauss MF parameters:− [6.252, 51.12]; [6.215, 50.21]; [0.01955, 0.2571]; [0.01185, 0.1784];
Figure 4.12: Rules for the ANFIS model when trained with half of the data set-I for the thermal power
plant example
0.25
actual output
predicted output
0.2
power output (GW)
0.15
0.1
0.05
0
0 200 400 600 800 1000 1200 1400
sample number
Figure 4.13: Actual and ANFIS model predicted output with the data set-I for thermal power plant
4.5. EXPERIMENTAL RESULTS AND DISCUSSION 48
1
y(t)= −0.0008299x(t−3)
+1.263y(t−1)
Rule 1 −0.008002
0 57.95
33.11 0.096 0.216
1 y(t)= 0.001169x(t−3)
+0.3943y(t−1)
Rule 2 +0.05423
0 57.95
33.11 0.096 0.216
Gauss MF parameters:− [4.391, 51.58]; [4.391, 46.85]; [0.02647, 0.1773]; [0.03495, 0.164];
Figure 4.14: Rules for the ANFIS model when trained with half of the data set-II for the thermal power
plant example
0.22
0.2
0.18
power output (GW)
0.16
0.14
0.12
0.1
actual output
predicted output
0.08
0 200 400 600 800 1000 1200 1400
sample number
Figure 4.15: Actual and ANFIS model predicted output with the data set-II for thermal power plant
4.5. EXPERIMENTAL RESULTS AND DISCUSSION 49
1
y(t)= 0.0008325x(t−1)
+1.227y(t−1)
Rule 1 −0.1408
0 63.52
5.02 0.03 0.323
1 y(t)= 0.0008978x(t−1)
+0.1598y(t−1)
Rule 2 +0.1508
0 63.52
5.02 0.03 0.323
1
y(t)= 0.00135x(t−1)
+0.7551y(t−1)
Rule 3 +0.02299
0 63.52
5.02 0.03 0.323
Gauss MF parameters:− [10.34, 47.04]; [10.34, 53.44]; [10.34, 41.09]; [0.0518, 0.181]; [0.0518, 0.214]; [0.0518, 0.157];
Figure 4.16: Rules for the ANFIS model when trained with half of the data set-III for the thermal power
plant example
0.35
actual output
predicted output
0.3
0.25
power output (GW)
0.2
0.15
0.1
0.05
0
0 500 1000 1500
sample number
Figure 4.17: Actual and ANFIS model predicted output with the data set-III for thermal power plant
4.5. EXPERIMENTAL RESULTS AND DISCUSSION 50
1
y(t)= 0.001457x(t−1)
+4.0574y(t−1)
Rule 1 −0.5178
0 62.92
34.59 0.117 0.256
1 y(t)= 0.0004708x(t−1)
+0.8967y(t−1)
Rule 2 −0.003516
0 62.92
34.59 0.117 0.256
Gauss MF parameters:− [5.008, 47.93]; [5.009, 54.66]; [0.00276, 0.1448]; [0.01059 0.2078];
Figure 4.18: Rules for the ANFIS model when trained with half of the data set-IV for the thermal power
plant example
0.26
actual output
predicted output
0.24
0.22
power output (GW)
0.2
0.18
0.16
0.14
0.12
0.1
0 100 200 300 400 500 600 700 800 900 1000
sample number
Figure 4.19: Actual and ANFIS model predicted output with the data set-IV for thermal power plant
4.6. CONCLUSIONS 51
1
y(t)= 0.05748x(t−1)
+0.5502y(t−1)
Rule 1 +2.432
0 1.744
0.1338 0.5415 6.088
1 y(t)= 3.54x(t−1)
−0.08726y(t−1)
Rule 2 −0.26
0 1.744
0.1338 0.5415 6.088
Gauss MF parameters:− [0.3197, 1.44]; [0.2219, 1.159]; [0.9935, 5.289]; [0.9848, 3.647];
Figure 4.20: Rules for the ANFIS model when trained with half of the data set-V for the thermal power
plant example
Case 5: Modeling Results for the fifth set of the thermal power plant data with ANFIS
In this experiment the data set comprises of 645 input-output pairs which finally reduced to 639 effective
data pairs as a result of the dynamic process model [77]. Here the optimally selected input variables
are x(t − 1) and y(t − 1). The number of rules required finally narrowed down to 2 and 4 respectively
for the clustering and the grid based method. Fig. 4.20 shows the rules and parameters for this model.
In this example the first 320 data pairs are used for training the model and the next 319 data pairs are
used for validation purpose. The validation result for this data-set are shown in Fig. 4.21.
For the above experiments, initially, the first half of the data set and then the entire data set is used
for training the model and the remaining half of the data set is used for validation of the model. The
modeling results with our 2-input based ANFIS model using the Box and Jenkins gas furnace and the
thermal power plant data are tabulated in Table 4.2. It is observed that when the number of training
data is more the RMSE of the test data reduces.
4.6 Conclusions
In this chapter, the neuro-fuzzy modeling of systems using ANFIS has been demonstrated using the
input-output data pairs collected from the Box and Jenkins gas furnace example and a thermal power
plant. The modeling results obtained by using the gas furnace data are compared with some of the
existing results in Table 4.1. In order to keep the same platform for comparing the results with some of
4.6. CONCLUSIONS 52
7
actual output
predicted output
0
0 100 200 300 400 500 600 700
sample number
Figure 4.21: Actual and ANFIS model predicted output with the data set-V for thermal power plant
Table 4.2: Modeling results for the Box and Jenkins gas furnace data and the thermal power plant data
using ANFIS
RMSE (testing)
Max No of
(Grid (Subtractive
Sl. No. Data No of Input variables training
partition clustering
rules data
based) based)
Box and Jenkins 145 0.5382 0.5724
1 4 x(t − 3), y(t − 1)
gas furnace 290 0.3574 0.3636
Thermal power plant 699 0.0114 0.0111
2 4 x(t − 6), y(t − 1)
(Data set-I) 1399 0.0108 0.0110
Thermal power plant 675 0.0118 0.0111
3 4 x(t − 3), y(t − 1)
(Data set-II) 1351 0.0085 0.0089
Thermal power plant 713 0.0081 0.0076
4 4 x(t − 1), y(t − 1)
(Data set-III) 1426 0.0072 0.0071
Thermal power plant 494 0.0037 0.0035
5 4 x(t − 1), y(t − 1)
(Data set-IV) 988 0.0033 0.0034
Thermal power plant 320 0.5591 0.5361
6 4 x(t − 1), y(t − 1)
(Data set-V) 639 0.4725 0.5176
4.6. CONCLUSIONS 53
the existing modeling results obtained from the first 7 rows as excerpted from a table in [77], the entire
gas furnace data set is used for training the network. From the modeling results shown in Table 4.1,
it can be observed that the mean square error (MSE) of the model obtained by using the subtractive
clustering based ANFIS is less than the two input Takagi-Sugeno model proposed by Chiu [77]. The
MSE for this model obtained by using the grid partitioning based ANFIS model is also less than that
obtained by using Chiu’s [77] model at the expense of only one more rule. As the addition of one
more rule has a very negligible effect on the computational cost, the model may be considered to be
comparable to the most accurate model. The modeling results of the Box and Jenkins gas furnace and
the thermal power plant are shown in Figs. 4.10 - 4.21. These results show that the 2-input ANFIS
model has good prediction capability. Table 4.2 represents the modeling results of the Box and Jenkins
gas furnace and the thermal power plant data using at first the initial half and then the entire data set
for training. From the results it can be concluded that the RMSE of the ANFIS based model reduces as
the number of training data increases. In the ANFIS model, back propagation learning method is used
for training the neural network for optimization of the fuzzy rules. A sufficient number of data should
be used to guarantee good training. There is still no formula to estimate the number of data required to
train a neural network. This number can vary greatly depending on the complexity of the problem and
the quality of the data, but many neural networks have been trained successfully with smaller number
of data. However, it is not always possible to find the number of training data in abundance. Here the
optimal selection of the data set is a major issue which is still a challenge in the field of neural networks.
In the present work, an effort is made in that direction keeping in mind the need for the choice of an
optimal training data set for the purpose of modeling. In the previous section, the modeling results
of the conventional ANFIS model are shown where the training data set comprises of either the entire
portion or half of the available data set. The proposed ANFIS model with the optimal choice of the
modeling data for training the ANFIS model is the topic of discussion in the next chapter.
Chapter 5
In Chapter 4 it has been observed that the performance of the ANFIS based model improves as the
number of training data increases. But in many large scale systems the number of available training
data is less and the generation of new data is a costly affair. In such a scenario the system has to be
modeled with the available limited data only. This chapter proposes three different types of ANFIS
based system modeling schemes where the number of data pairs employed for training is minimized by
application of the Full factorial design (FFD) technique, the V-fold technique and the combined FFD-
V-fold technique in conjunction with ANFIS. Optimal choice of dataset for training is the key step here,
subsequent to which the modeling procedure is the the same as that of the ANFIS. These techniques
help in selection of the data pairs for training the ANFIS network optimally. The above techniques for
optimization of the training data set are described in the subsequent sections.
54
5.1. FULL FACTORIAL DESIGN BASED ANFIS MODELING 55
ANFIS.
There are manifold advantages of statistically designed experiments. Some of the important advantages
are as follows:
• The collection and analysis of information can be done in a more organized manner
• The conclusion from statistically designed experiments is very often evident without extensive
statistical analysis
• Credibility is awarded to the conclusions of an experimental analysis when the variability and the
sources of experimental error are based on statistical analysis
For an experimental program involving a large number of tests, the order of selecting the specimens for
testing has to be randomized so that each specimen has an equal chance for being selected for testing.
The next step is to reduce the large number of possible variables so as to restrict the variables to a few
most important ones. The training of the neural network can be visualized as an experiment involving
a large number of tests for optimization. An important part of planning an experimental programme
is to identify the important variables that affect the response and deciding how to exploit them in the
experiment. The experimental variables that are controlled by the investigator are called the factors.
The important factors that affect the response have to be identified to use them in the experiment.
These factors may be independent i.e the level of one factor may be independent of the levels of the
other factors. But the effect on the response of one variable may also depend upon the levels of the
other variables due to the interaction of two or more factors.
Factorial designs are experiments in which all levels of each factor in an experiment are combined with
all levels of every other factor. In a factorial experiment several factors can be controlled to investigate
their effect at each of two or more levels. The experimental design consists of making an observation
at each of all possible combinations which can be formed for the different levels of the factors. Every
different combination is called a treatment combination.
The simplest and most common type of factorial design is one that uses 2 levels, n factors, i.e. 2n
factorial design. If we consider a 2 level, n factor system, training data have to be selected so that they
lie at each of the corners of a n -dimensional space. So in a 23 factorial design the training data should
5.1. FULL FACTORIAL DESIGN BASED ANFIS MODELING 56
x
B
3 4
7 8
1 2
x
A
5 6
x
C
be selected such that they lie at each corner of a 3-dimensional hypercube as illustrated in Fig. 5.1. A
2n factorial design is the simplest type of factorial design as it uses two levels and thereby reduces the
number of experimental conditions. But the disadvantage that is associated with a two level factorial
design is its inability to distinguish between linear and higher order effects. So the number of levels in
a factorial design experiment has to be judiciously chosen.
In addition to the number of levels, the Effect of a factor (EOF) has a significant bearing on the
modelling outcome. Effect of a factor may be defined as a change in response produced by a change in
the level of a factor and is given by,
P P
responses at high xi − responses at low xi
EOF (xi ) = (5.1.1)
Half the number of runs in experiment
where xi is a factor. The values of the factors corresponding to the level are called its responses. If
m is the number of levels and n is the number of factors, then there will be mn number of runs in the
experiment.
In the present experiments only two factors have been considered where the input and the output are
5.1. FULL FACTORIAL DESIGN BASED ANFIS MODELING 57
the two factors. The different levels that have been considered in the experiments are viz 2, 3 and 4.
When 3 level experiment is considered then there are 32 = 9 number of runs of the experiment. Once
the runs for the factors are decided, the corresponding responses are divided into two equal groups in
descending order of their values. The differences between the sum of the responses of each individual
group determines the numerator of the EOF. This value, when divided by half the number of runs fixes
the value of the EOF.
So a parameter having a higher EOF should have a greater representation on the training data set.
This is done by increasing the number of data related to that parameter in the training data set. As the
modeling of all the ANFIS based models has been carried out with two inputs, the FFD experiments
are performed with two factors only with different experimental levels. The FFD based ANFIS model
chosen for modeling the complex system is the one with the level having the least RMSE for its model-
ing result. The different experimental levels that have been used in the modeling schemes for building
the test ANFIS network are as follows:
At first only two levels viz the minimum and the maximum of the input-output data pairs are
considered. Therefore with full factorial design at first only 22 = 4 data pairs are selected. These
4 data pairs are taken around the minimum and the maximum input-output pairs with equal
representation (2 pairs around minimum and 2 pairs around maximum).
Now one more level in the form of the mid-value of the data range is added to the former two
levels. So now the 3 levels are the minimum, the maximum and the middle values of the data
range. It leads to factorial design of 32 = 9 data pairs for the first run.
For another 3-level combination the cluster center is added instead of the mid-value of the data
range in the previous experiment. It again leads to factorial design of 32 = 9 data pairs initially.
Another experiment is performed by taking all the 4 different levels of the dataset viz the max-
imum and the minimum values, the middle value of the data range and the cluster center. This
5.2. V-FOLD TECHNIQUE BASED ANFIS MODELLING 58
new pseudo-learning data set will in general, be a little inferior to the model obtained by fitting the full
learning dataset, because only 90% of the data is used to build it. Since 10% (1 out of 10 partitions) of
the data is held back from being used by the network, it can be used as an independent test sample for
the ANFIS. The 10% of the data that was held back when the test ANFIS was built is now run through
the test network and the classification error for that data is computed.
A different set of 9 partitions is now collected into a new pseudo-learning dataset. The partition that
was held back previously is selected this time so that it is different from the partition held back for the
first test ANFIS. A second ANFIS is built and its classification error is computed using the data that
was held back when it was built. This process is repeated 10 times, building 10 separate networks. In
each case, 90% of the data is used to build the network and 10% is held back for independent testing.
A different 10% is held back for each test network. The V-fold based ANFIS model showing the least
modeling error is considered as the final model for the system.
Start
Stop
5.4.1 Modeling results with Full factorial design based ANFIS model
The optimally selected data obtained by applying the full factorial design technique have been used in
these experiments to train the ANFIS model. While training the ANFIS model, the effect of selecting
an input variable xi corresponding to different levels in the range of operation of the input variable
is investigated. Considering the input-output pairs (xi , yi ) and 2, 3 and 4 levels of operation, the ob-
tained factorially designed data are22 , 32 and 42 respectively for use in training. These experiments are
described below:
Case 1:- Modeling with Box and Jenkins gas furnace data
The Box and Jenkins gas furnace data [102] are used in this experiment. Optimal choice of dataset for
training is the key step here subsequent to which the modelling procedure is the same as that of ANFIS.
In this case, x(t − 3) and y(t − 1) were found to be the optimal input variables by using the RMSE
criterion. So these two inputs are used in the ANFIS model. The method for choosing the number of
modeling data for the different levels of the FFD based models is explained below.
5.4. EXPERIMENTAL RESULTS AND DISCUSSION 61
Considering only the minimum and the maximum values of the input-output data pairs, at first
only 22 = 4 data pairs are selected. These 4 data pairs are taken around the minimum and the
maximum valued input-output pairs with equal representation (2 pairs around the minimum and
2 pairs around the maximum). Now EOF for both xi and yi (from Eq. 5.1.1) are calculated and
found to be 1 for both the cases. So 4 (1 each around the minimum and the maximum values of
both xi and yi ) additional data pairs are now needed and these are taken around the minimum and
the maximum valued input-output data pairs. Again EOF is calculated and is found to be 1. So 4
additional data pairs are now selected around the minimum and the maximum input-output pairs
with equal representation (2 pairs around the minimum and 2 pairs around the maximum) for
making a balanced representation of data around the minimum and the maximum values. EOF is
again calculated and is found to be 1. Therefore 4 more input-output data pairs are taken around
the minimum and the maximum of the input-output pairs. Finally 4 + 4 + 4 + 4 = 16 data pairs
are selected for training.
Now one more level in the form of the mid-value of the data range is added to the former two
extreme levels. So now the 3 levels are the minimum, the maximum and the middle value of
the data range. It leads to factorial design of 32 = 9 data pairs. Proceeding in a similar manner
as in the 2-level case, EOF values of 2, 1 and 1 are obtained for yi , xi and both of xi and yi
respectively, in 3 successive evaluations. So 6 (2 each around yi of the minimum, the maximum
and the centroid), 3 (1 each around xi of the minimum, the maximum and the centroid) and 6 (1
each around xi and yi of the minimum, the maximum, and the centroid) additional data pairs are
required. Therefore for this experiment 9 + 6 + 3 + 6 = 24 data pairs are used for training.
For another 3-level combination the cluster centers are added instead of the mid-value of the data
range which was the case in the previous experiment. After three successive evaluations of the
32 = 9 data pairs, EOF values of 1, 1 and 1 are obtained for xi . Therefore in this factorially
designed experiment additional data pairs of 4, 4 and 4 have to be considered, thereby requiring
a total of 9 + 4 + 4 + 4 = 21 data pairs for training.
5.4. EXPERIMENTAL RESULTS AND DISCUSSION 62
Another experiment is performed by taking all the 4 different levels of the data set viz the mini-
mum, the maximum, the middle value of the data range the cluster center. After three successive
evaluations on the 42 = 16 data pairs, EOF values of 1, 1 and 1 are obtained for yi , xi and (xi , yi )
of the different levels. Therefore with 1 data pair each around the minimum, the maximum, the
centroid and each of the two cluster centers for yi , xi and (xi , yi ), a value of 5, 5 and 10 additional
data pairs are taken making a total number of 16 + 5 + 5 + 10 = 36 training data pairs.
Considering only the minimum and the maximum valued input-output data pairs, only 22 = 4
data pairs are selected initially. After three successive evaluations, EOF values of 1, 1 and 1
were obtained for the two successive (xi , yi ) values and lastly for yi . Therefore with 4, 4 and 2
additional data pairs, a total of 4 + 4 + 4 + 2 = 14 input-output pairs are used for training.
Now with the addition of one more level in the form of the mid-value of the data range to the
former two levels, a factorial design of 32 = 9 data pairs, comprising of the minimum, the maxi-
mum and the middle value of the data range is obtained. Again after two successive evaluations
for yi , the values of EOF obtained are 2 and 3 respectively. So with the inclusion of 6 and 9
additional data pairs, a total of 9 + 6 + 9 = 24 input-output pairs are used in this experiment for
training.
For another 3-level combination the cluster center is added instead of the mid-value of the data
range. After three successive evaluations of the 32 = 9 data pairs, EOF values of 1,1 and 2 are
5.4. EXPERIMENTAL RESULTS AND DISCUSSION 63
Another experiment is performed by taking all the 4 different levels of the dataset, viz the max-
imum and the minimum values, the middle value of the data range and the cluster center. After
two successive evaluations on the 42 = 16 data pairs, EOF values of 1 and 2 were obtained for
(xi , yi ). So with 10 and 20 additional data pairs, 16 + 10 + 20 = 46 input-output data pairs are
used for training.
Here at first 22 = 4 data pairs are selected considering the minimum and the maximum values of
the input-output data pairs. With three successive evaluations of EOF, the values obtained are 1, 1
and 1 respectively for (xi , yi ). So the total number of data used for training are 4+4+4+4 = 16.
Starting with 32 = 9 data pairs initially for the three levels of the maximum, the minimum and
the mid-values of the data pairs, the values of EOF obtained are 1, 1 and 1 after three successive
evaluations for (xi , yi ). So a total of 9 + 6 + 6 + 6 = 27 data pairs are used for training in the
ANFIS model.
With 32 = 9 data pairs used initially for the minimum, the maximum, and the cluster center
levels, after three successive evaluations the values of EOF found are 1, 1 and 1 for xi , (xi , yi )
and yi . This results in a total number of 9 + 4 + 8 + 4 = 25 training data pairs.
Starting initially with 42 = 16 data pairs and evaluating the EOF after two successive runs, the
values of 2 and 1 are obtained for yi and (xi , yi ) respectively. Therefore the total number of data
pairs used for training is 16 + 10 + 10 = 36.
The modeling results so obtained with the FFD based ANFIS model for the Box and Jenkins gas furnace
and the thermal power plant data are tabulated in Table 5.1. Here the ANFIS model used is of 2-input
4-rule type with the FFD based optimally selected data for training. The second half of the data set is
used for validation of the model.
5.4. EXPERIMENTAL RESULTS AND DISCUSSION 66
Table 5.1: Modeling results for the Box and Jenkins gas furnace data and the thermal power plant data
using FFD based ANFIS
RMSE (testing)
No of
(Grid (Subtractive
Sl. No. Data Input variables No of Model training
partition clustering
rules FFD data
based) based)
Box and 2-level 16 0.6473 0.6437
Jenkins 3(1)-level 24 0.7254 0.6875
1 x(t − 3), y(t − 1) 4
gas 3(2)-level 21 0.5607 0.6229
furnace 4-level 36 0.5589 0.5972
Thermal 2-level 14 0.0264 0.0275
power plant 3(1)-level 24 0.0152 0.0205
2 x(t − 6), y(t − 1) 4
(Data 3(2)-level 25 0.0216 0.0117
set-I) 4-level 46 0.0151 0.0125
Thermal 2-level 16 0.0175 0.0200
power plant 3(1)-level 27 0.0125 0.0095
3 x(t − 3), y(t − 1) 4
(Data 3(2)-level 25 0.0140 0.0119
set-II) 4-level 36 0.0097 0.0090
Thermal 2-level 16 0.0107 0.0175
power plant 3(1)-level 27 0.0109 0.0106
4 x(t − 1), y(t − 1) 4
(Data 3(2)-level 33 0.0090 0.0083
set-III) 4-level 46 0.0099 0.0095
Thermal 2-level 16 0.0038 0.0036
power plant 3(1)-level 27 0.0041 0.0036
5 x(t − 1), y(t − 1) 4
(Data 3(2)-level 29 0.0036 0.0035
set-IV) 4-level 36 0.0061 0.0053
Thermal 2-level 16 0.5890 0.9613
power plant 3(1)-level 27 0.6956 0.5714
6 x(t − 1), y(t − 1) 4
(Data 3(2)-level 33 1.0259 0.5347
set-V) 4-level 46 0.8392 0.9149
5.4. EXPERIMENTAL RESULTS AND DISCUSSION 67
In the following experiment the V-fold method is used to choose the data set for training the ANFIS
model. After the selection of the data for the different folds, which is around one-eighth of the training
data used in the conventional model, the results so obtained are presented below.
Case 1:- Modeling with Box and Jenkins gas furnace data
The data set for the Box and Jenkins gas furnace example is again used for modeling the V-fold based
ANFIS. The optimal inputs so chosen are x(t − 3) and y(t − 1) along with a cluster center of 0.5. The
different folds for applying the V-fold technique were constituted with 18 data pairs which is around
one-eighth of the 145 input-output pairs used for training the conventional ANFIS model.
The V-fold technique is now combined with the FFD based ANFIS. The following experiments are
carried out with this combined model.
Case 1:- Modeling results for Box and Jenkins gas furnace data
The optimally selected data set obtained from the Box and Jenkins gas furnace data set is used for
modeling at various levels like 2-level, 3(1)-level, 3(2)-level and 4-level. The modeling is carried out
by using both the grid partition based method and subtractive clustering technique by choosing a cluster
radius of 0.5. The best modeling result is observed in the case of the 2-level FFD-V-fold based ANFIS
model both for the grid and the subtractive clustering based models by using x(t − 3) and y(t − 1) as
the two optimal inputs.
Case 2:- Modeling results for the thermal power plant data
set the best result was obtained for the 2-level FFD-V-fold based ANFIS model.
(ii) Data set-II
The two optimal inputs used here are x(t − 3) and y(t − 1). The 3(1)-level FFD-V-fold based ANFIS
model produced the best result.
(iii) Data set-III
The optimal inputs used here for modeling are x(t − 1) and y(t − 1). The FFD-V-fold based ANFIS
model with the 3(2) level showed the least MSE.
(iv) Data set-IV
Here x(t − 1) and y(t − 1) are the optimal inputs used for modeling and the least MSE was obtained
for the 2-level FFD-V-fold based ANFIS model.
(vi) Data set-V
Here the modeling is carried out by using the optimal inputs x(t − 1) and y(t − 1). The 3(1)-level
FFD-V-fold based ANFIS model shows the least MSE.
The results obtained by using the combined FFD-V-fold technique based ANFIS model are tabulated in
Table 5.3. In Table 5.4, the results obtained by using the different models viz conventional ANFIS, FFD
based ANFIS, V-fold based ANFIS and FFD-V-fold based ANFIS are compared with respect to their
RMSE. From Table 5.4, it is observed that the best modeling results are obtained with the FFD-V-fold
based ANFIS model as the RMSE (testing) is the least in this case for all the different types of data.
The modeling results for the different data sets as obtained by using different modeling methodologies
are shown in Figs. 5.3 - 5.8. In Fig. 5.3 the actual output is plotted vs the predicted output for the
FFD-V-fold based ANFIS model using the Box and Jenkins gas furnace data. Fig. 5.4 shows the actual
and the predicted output for the FFD-V-fold based ANFIS model using the data set-I for the thermal
power plant. Fig. 5.5 shows the actual and the predicted output for the FFD-V-fold based ANFIS model
using the data set-II for the thermal power plant. Fig. 5.6 shows the actual and the predicted output for
the FFD-V-fold based ANFIS model using the data set-III for the thermal power plant. Fig. 5.7 shows
the actual and the predicted output for the FFD-V-fold based ANFIS model using the data set-IV for
the thermal power plant. Fig. 5.8 shows the actual and the predicted output for the FFD-V-fold based
ANFIS model using the data set-V of the thermal power plant.
5.4. EXPERIMENTAL RESULTS AND DISCUSSION 70
Table 5.3: Modeling results for the Box and Jenkins gas furnace data and the thermal power plant data
using FFD-V-fold based ANFIS
RMSE (testing)
No of Model No of
(Grid (Subtractive
Sl. No. Data Input variables rules FFD-V-fold training
partition clustering
data
based) based)
Box and 2-level 18 0.5378 0.5332
Jenkins 3(1)-level 18 0.5705 0.6017
1 x(t − 3), y(t − 1) 4
gas 3(2)-level 18 0.6153 0.5373
furnace 4-level 18 0.5627 0.5684
Thermal 2-level 81 0.0110 0.0108
power plant 3(1)-level 81 0.0116 0.0109
2 x(t − 6), y(t − 1) 4
(Data 3(2)-level 81 0.0109 0.0112
set-I) 4-level 81 0.0112 0.0114
Thermal 2-level 72 0.0092 0.0092
power plant 3(1)-level 72 0.0086 0.0089
3 x(t − 3), y(t − 1) 4
(Data 3(2)-level 72 0.0091 0.0093
set-II) 4-level 72 0.0088 0.0091
Thermal 2-level 72 0.0084 0.0079
power plant 3(1)-level 72 0.0082 0.0080
4 x(t − 1), y(t − 1) 4
(Data 3(2)-level 72 0.0076 0.0075
set-III) 4-level 72 0.0083 0.0082
Thermal 2-level 72 0.0033 0.0034
power plant 3(1)-level 72 0.0036 0.0035
5 x(t − 1), y(t − 1) 4
(Data 3(2)-level 72 0.0035 0.0035
set-IV) 4-level 72 0.0035 0.0036
Thermal 2-level 36 0.5740 0.5293
power plant 3(1)-level 36 0.5687 0.5118
6 x(t − 1), y(t − 1) 4
(Data 3(2)-level 36 0.6651 0.5900
set-V) 4-level 36 0.5174 0.5312
5.4. EXPERIMENTAL RESULTS AND DISCUSSION 71
Table 5.4: Comparison of modeling results for the Box and Jenkins gas furnace data and the thermal
power plant data using various ANFIS models
RMSE (testing)
No of
(Grid (Subtractive
Sl. No. Data Input variables No of Model training
partition clustering
rules data
based) based)
Box and ANFIS 145 0.5382 0.5724
Jenkins FFD 18 0.5589 0.5972
1 x(t − 3), y(t − 1) 4
gas V-Fold 18 0.5943 0.5556
furnace FFD-V-fold 18 0.5378 0.5332
Thermal ANFIS 699 0.0114 0.0111
power plant FFD 46, 25 0.0151 0.0117
2 x(t − 6), y(t − 1) 4
(Data V-Fold 81 0.0110 0.0115
set-I) FFD-V-fold 81 0.0109 0.0108
Thermal ANFIS 675 0.0118 0.0111
power plant FFD 36 0.0097 0.0090
3 x(t − 3), y(t − 1) 4
(Data V-Fold 72 0.0092 0.0104
set-II) FFD-V-fold 72 0.0086 0.0089
Thermal ANFIS 713 0.0081 0.0076
power plant FFD 27 0.0090 0.0083
4 x(t − 1), y(t − 1) 4
(Data V-Fold 72 0.0078 0.0082
set-III) FFD-V-fold 72 0.0076 0.0075
Thermal ANFIS 494 0.0037 0.0035
power plant FFD 29 0.0036 0.0035
5 x(t − 1), y(t − 1) 4
(Data V-Fold 72 0.0034 0.0036
set-IV) FFD-V-fold 72 0.0033 0.0034
Thermal ANFIS 319 0.5591 0.5361
power plant FFD 16, 27 0.5890 0.5347
6 x(t − 1), y(t − 1) 4
(Data V-Fold 36 0.6508 0.6097
set-V) FFD-V-fold 36 0.5174 0.5118
5.4. EXPERIMENTAL RESULTS AND DISCUSSION 72
62
actual output
predicted output
60
58
54
52
50
48
46
44
0 50 100 150 200 250 300
sample number
Figure 5.3: Actual and FFD-V-fold based ANFIS model predicted output with the Box and Jenkins gas
furnace data
0.25
actual output
predicted output
0.2
power output (GW)
0.15
0.1
0.05
0
0 200 400 600 800 1000 1200 1400
sample number
Figure 5.4: Actual and FFD-V-fold based ANFIS model predicted output with data set-I of thermal
power plant
5.4. EXPERIMENTAL RESULTS AND DISCUSSION 73
0.22
0.2
0.16
0.14
0.12
0.1
actual output
predicted output
0.08
0 200 400 600 800 1000 1200 1400
sample number
Figure 5.5: Actual and FFD-V-fold based ANFIS model predicted output with data set-II of thermal
power plant
0.35
actual output
predicted output
0.3
0.25
power output (GW)
0.2
0.15
0.1
0.05
0
0 500 1000 1500
sample number
Figure 5.6: Actual and FFD-V-fold based ANFIS model predicted output with data set-III of thermal
power plant
5.4. EXPERIMENTAL RESULTS AND DISCUSSION 74
0.26
actual output
predicted output
0.24
0.22
power output (GW)
0.2
0.18
0.16
0.14
0.12
0.1
0 100 200 300 400 500 600 700 800 900 1000
sample number
Figure 5.7: Actual and FFD-V-fold based ANFIS model predicted output with data set-IV of thermal
power plant
7
actual output
predicted output
6
4
energy output (MU)
−1
−2
0 100 200 300 400 500 600 700
sample number
Figure 5.8: Actual and FFD-V-fold based ANFIS model predicted output with data set-V of thermal
power plant
5.5. CONCLUSION 75
5.5 Conclusion
From Table 5.4 it is observed that the FFD-V-fold based ANFIS model shows the best performance
even though only around one-eighth of the dataset used in the conventional ANFIS model has been
selected for training. The FFD-V-fold based ANFIS model was built on the basis of optimally chosen
data for modeling. This shows that the ANFIS model based on the training data set selected by using
the FFD-V-fold technique shows the best prediction capability. To further test the performance of the
proposed FFD-V-fold based ANFIS model, the modeling results of this chapter are compared with
standard statistical models as well as another soft computing based model in the next chapter. The two
types of models that are chosen for the comparative analysis are the statistical model and the GA based
fuzzy model.
Chapter 6
From the preceding chapters it is observed that by using an optimally selected training data set, the
performance of the conventional ANFIS model can be enhanced. The proposed FFD-V-fold technique
augments the conventional ANFIS model and it even outperforms the conventional ANFIS model with
lesser RMSE but utilizing far fewer training data. In order to determine the efficacy of this proposed
FFD-V-fold based ANFIS model, it is compared with conventional statistical models like ARX, AR-
MAX and ARIMAX in this chapter. The proposed model is also compared with the genetic algorithm
(GA) based fuzzy model which is a new technique in the emerging area of artificial intelligence. Lastly
a controller is designed using the proposed FFD-V-fold based ANFIS model and its performance is
studied.
76
6.1. STATISTICAL MODELS 77
In this chapter some of the existing statistical models are fitted into the systems under study and they
are compared with the models proposed in the previous chapters. Some of the statistical models which
are used for comparison with the soft computing based models proposed in the previous chapter are
described in the successive subsections. The statistical models that have been used for modeling are
the Auto regressive with exogenous input (ARX) model, Auto regressive moving average with exoge-
nous input (ARMAX) model and Auto regressive integrated moving average with exogenous input
(ARIMAX) model.
The Auto regressive (AR) [140] is a very common model with the help of which one can shape the
frequency characteristics of the model with a few linear parameters. AR is a very powerful tool for
analysis of weakly damped oscillatory systems which may be hidden under a high noise level. The
Auto regressive with exogenous input (ARX) [140] model is the most widely applied linear dynamic
model because of its easily computable parameters. The model uses linear least square technique as the
prediction error is linear in the parameters.
6.1.2 Auto Regressive Moving Average with Exogenous Input (ARMAX) Model
The Moving average (MA) [140] model has lesser significance in practical engineering applications
than the AR model because it cannot be used to model oscillations with a few parameters. In addition
to this, the MA model is nonlinear in its parameters when the prediction error approach is considered. In
the Auto regressive moving average (ARMA) [140] model, the MA and the AR models are combined
together so that the flexibility of the AR model can be enhanced. After the ARX model, the Auto
regressive moving average with exogenous input (ARMAX) [140] model is the next most popular
model as it possesses an extended noise model and thereby becomes more flexible.
6.1.3 Auto Regressive Integrated Moving Average with Exogenous Input (ARI-
MAX) Model
In many time series data set, the homogeneity property is reflected even though the series behaves as
though they have no fixed mean. Apart from local level or a combination of local level and trend, one
part of such series is found to be like any other part. Such homogeneous non stationary behavior of
the data can be described by a model with the assumption that some suitable difference (say dth ) of the
6.2. GENETIC ALGORITHM BASED FUZZY MODEL 78
process is stationary. The autoregressive moving average with exogenous input model for which the dth
difference is stationary, is called the Autoregressive integrated moving average with exogenous input
(ARIMAX) [102] model.
Start
Formation of
an
initial fuzzy model
Determination
of
Premise parameters by fuzzy logic
Determination
of
Consequent parameters by GA
Stop
of the thermal power plant data, the input x(t) is the gas feed in Million metric standard cubic metre
(Mmscum) and the output y(t) is in the form of generated energy in Million unit (MU), where 1 unit =
1kWh (kilo-watt-hour).
For the model identification purpose, three different statistical models have been used. These are the
ARX, ARMAX and the ARIMAX model. The modeling results obtained from these three statistical
models are arranged in a tabular form in Table 6.1.
From Table 6.1 it is observed that the performance of the ARIMAX model is the best having the least
RMSE as compared to the ARX and the ARMAX model. Hence, the ARIMAX model is selected to
compare with the proposed model. The ARIMAX model is built for both the Box and Jenkins gas
furnace and the thermal power plant data using the optimally selected inputs.
6.3. EXPERIMENTAL RESULTS AND DISCUSSION 80
Table 6.1: Results obtained for Statistical models using the Box and Jenkins gas furnace and the thermal
power plant data
No of RMSE
Sl. No. Data training Model with
data testing data
Box and ARX 1.5796
1 Jenkins 145 ARMAX 1.5353
gas furnace ARIMAX 1.2305
Thermal ARX 0.0676
2 power plant 699 ARMAX 0.0533
(Data set-I) ARIMAX 0.0110
Thermal ARX 0.0980
3 power plant 675 ARMAX 0.0219
(Data set-II) ARIMAX 0.0163
Thermal ARX 0.1302
4 power plant 713 ARMAX 0.0839
(Data set-III) ARIMAX 0.0113
Thermal ARX 0.0947
5 power plant 494 ARMAX 0.0106
(Data set-IV) ARIMAX 0.0096
Thermal ARX 0.5871
6 power plant 320 ARMAX 0.5834
(Data set-V) ARIMAX 0.5451
Here, the 145 Box and Jenkins gas furnace data pairs are used for building the ARIMAX model with
x(t − 3) and y(t − 1) as the two optimal inputs. Fig. 6.2 shows the actual output and the ARIMAX
model predicted output which are plotted versus sample number.
62
actual output
predicted output
60
58
% 0f CO2 in the outlet gas
56
54
52
50
48
46
44
0 50 100 150 200 250 300
sample number
Figure 6.2: Actual and ARIMAX model predicted output with Box and Jenkins gas furnace data
0.25
actual output
predicted output
0.2
power output (GW)
0.15
0.1
0.05
0
0 200 400 600 800 1000 1200 1400
sample number
Figure 6.3: Actual and ARIMAX model predicted output with data set-I of thermal power plant
6.3. EXPERIMENTAL RESULTS AND DISCUSSION 82
0.24
actual output
predicted output
0.22
0.2
0.16
0.14
0.12
0.1
0.08
0 200 400 600 800 1000 1200 1400
sample number
Figure 6.4: Actual and ARIMAX model predicted output with data set-II of thermal power plant
In this data set x(t − 1) and y(t − 1) are used as the optimal inputs and the ARIMAX model is built with
713 input-output data pairs. The actual and the ARIMAX model’s predicted output plotted vs sample
number are shown in Fig. 6.5.
(iv) Data set-IV
With x(t−1) and y(t−1) as the optimal inputs, the ARIMAX model is built with 494 input-output data
pairs. Fig. 6.6 shows the actual and the ARIMAX model predicted output plotted vs sample number.
(v) Data set-V
The ARIMAX model for this data set is built with x(t − 1) and y(t − 1) as the optimal inputs and using
320 data pairs. The output predicted by the ARIMAX model along with the actual output plotted vs
sample number is shown in Fig. 6.7.
In GA based fuzzy model, the initial fuzzy model is built in the same line as that of the ANFIS model.
After the initial fuzzy model is developed based on both the subtractive clustering and the grid based
partitioning, the updation of the consequent parameters to fine tune the fuzzy model is carried out by
using genetic algorithm. The genetic algorithm searches the entire solution space for the best fit of the
consequent parameters for the fuzzy model. The GA based fuzzy model is built for both the Box and
Jenkins gas furnace and the thermal power plant data.
6.3. EXPERIMENTAL RESULTS AND DISCUSSION 83
0.35
actual output
predicted output
0.3
0.25
power output (GW)
0.2
0.15
0.1
0.05
0
0 500 1000 1500
sample number
Figure 6.5: Actual and ARIMAX model predicted output with data set-III of thermal power plant
0.26
actual output
predicted output
0.24
0.22
power output (GW)
0.2
0.18
0.16
0.14
0.12
0.1
0 100 200 300 400 500 600 700 800 900 1000
sample number
Figure 6.6: Actual and ARIMAX model predicted output with data set-IV of thermal power plant
6.3. EXPERIMENTAL RESULTS AND DISCUSSION 84
7
actual output
predicted output
0
0 100 200 300 400 500 600 700
sample number
Figure 6.7: Actual and ARIMAX model predicted output with data set-V of thermal power plant
The different parameters that have been used in all GA based fuzzy models are as follows:-
The number of generations are restricted to a maximum of 1000, with a crossover fraction of 0.8, a
migration fraction of 0.2, migration interval of 20, stall generation limit of 100, a stall time limit of 50
seconds, migration interval of 20 and a penalty factor of 100. The fitness function in this methodology
scales the raw scores based on the rank of each individual. The rank of an individual is its position
in the sorted scores. The rank of the fittest individual is assigned a value of 1, the next most fittest is
assigned a value of 2, and so on. Rank fitness scaling removes the effect of the spread of the raw scores.
This GA based fuzzy model is built using the 145 gas furnace data pairs, where x(t − 3) and y(t − 1)
are the two optimal inputs. The actual output and the output predicted by the GA based fuzzy model
are shown in Fig. 6.8.
62
actual output
predicted output
60
58
% of CO2 in the outlet gas
56
54
52
50
48
46
44
0 50 100 150 200 250 300
sample number
Figure 6.8: Actual and GA based fuzzy model predicted output with Box and Jenkins gas furnace data
0.7
actual output
predicted output
0.6
0.5
power output (GW)
0.4
0.3
0.2
0.1
0
0 200 400 600 800 1000 1200 1400
sample number
Figure 6.9: Actual and GA based fuzzy model predicted output with data set-I of thermal power plant
6.3. EXPERIMENTAL RESULTS AND DISCUSSION 86
0.7
0.6
0.5
0.4
0.2
0.1
−0.2
0 200 400 600 800 1000 1200 1400
sample number
Figure 6.10: Actual and GA based fuzzy model predicted output with data set-II of thermal power plant
The results obtained with the GA based fuzzy model for the Box and Jenkins gas furnace and the
thermal power plant data are tabulated in Table 6.2. The table shows that for the Box and Jenkins gas
furnace data set, the grid partition based method produces slightly better result whereas for the thermal
6.3. EXPERIMENTAL RESULTS AND DISCUSSION 87
0.5
actual output
predicted output
0.45
0.4
0.35
power output (GW)
0.3
0.25
0.2
0.15
0.1
0.05
0
0 500 1000 1500
sample number
Figure 6.11: Actual and GA based fuzzy model predicted output with data set-III of thermal power
plant
0.3
actual output
predicted output
0.28
0.26
0.24
power output (GW)
0.22
0.2
0.18
0.16
0.14
0.12
0.1
0 100 200 300 400 500 600 700 800 900 1000
sample number
Figure 6.12: Actual and GA based fuzzy model predicted output with data set-IV of thermal power
plant
6.4. CONTROLLER USING FFD-V-FOLD BASED ANFIS MODEL 88
7
actual output
predicted output
0
0 100 200 300 400 500 600 700
sample number
Figure 6.13: Actual and GA based fuzzy model predicted output with data set-V of thermal power plant
power plant data the subtractive clustering based model shows better performance.
The proposed FFD-V-fold based ANFIS model is now compared with the GA based fuzzy model
as well as the statistical model. The performance of the proposed model is studied along with the GA
based fuzzy model and the ARIMAX model. The ARIMAX model is chosen among the three different
statistical models as it turns out to be the best among the three. The results obtained for these three
models are now arranged in a tabular form in Table 6.3. From the table it can be observed that the
proposed FFD-V-fold based ANFIS model outperforms the GA based fuzzy model as well as the ARI-
MAX model having the least RMSE even though the training data used by this proposed model is only
about one-eighth of that used by the other two models.
Table 6.2: Results obtained for the GA based fuzzy model using the Box and Jenkins gas furnace and
the thermal power plant data
No of RMSE (testing)
Sl. No. Data training (Grid partition (Subtractive
data based) clustering based)
Box and
1 Jenkins 145 0.5830 0.5998
gas furnace
Thermal
2 power plant 699 0.0430 0.0360
(Data set-I)
Thermal
3 power plant 675 0.0964 0.0644
(Data set-II)
Thermal
4 power plant 713 0.1509 0.0173
(Data set-III)
Thermal
5 power plant 494 0.3879 0.0174
(Data set-IV)
Thermal
6 power plant 320 0.5562 0.5399
(Data set-V)
Table 6.3: Comparison of the FFD-V-fold based ANFIS, GA based fuzzy and the statistical ARIMAX
model obtained for the Box and Jenkins gas furnace and the thermal power plant data
No of RMSE (testing)
Sl. No. Data Model training (Grid partition (Subtractive
data based) clustering based)
Box and FFD-V-fold 18 0.5378 0.5332
1 Jenkins ARIMAX 145 1.2305 1.2305
gas furnace GA based fuzzy 145 0.5830 0.5998
Thermal FFD-V-fold 81 0.0109 0.0108
2 power plant ARIMAX 699 0.0110 0.0110
(Data set-I) GA based fuzzy 699 0.0430 0.0360
Thermal FFD-V-fold 72 0.0086 0.0089
3 power plant ARIMA 675 0.0163 0.0163
(Data set-II) GA based fuzzy 675 0.0964 0.0644
Thermal FFD-V-fold 72 0.0076 0.0075
4 power plant ARIMAX 713 0.0113 0.0113
(Data set-III) GA based fuzzy 713 0.1509 0.0173
Thermal FFD-V-fold 72 0.0033 0.0034
5 power plant ARIMAX 494 0.0096 0.0096
(Data set-IV) GA based fuzzy 494 0.3879 0.0174
Thermal FFD-V-fold 36 0.5174 0.5118
6 power plant ARIMAX 320 0.5451 0.5451
(Data set-V) GA based fuzzy 320 0.5562 0.5399
6.4. CONTROLLER USING FFD-V-FOLD BASED ANFIS MODEL 90
• In the learning phase the inverse model of the ANFIS based plant is obtained with the available
input-output data. This is called the training phase of the inverse controller. Fig. 6.14 illustrates
this training phase.
• In the next phase the inverse model of the ANFIS based plant is used to initiate the control action.
This is called the application phase of the ANFIS based controller and it is illustrated in Fig. 6.15.
u(k) PLANT
y(k)
ANFIS MODEL
+ eu
−1
INVERSE Z
ANFIS MODEL
u(k) PLANT
r(k) CONTROLLER
−1
Z
The controller designed using the general or the off-line training method does not take into consid-
eration the aspect of minimizing the output error to ensure reference tracking. This results in a large
6.4. CONTROLLER USING FFD-V-FOLD BASED ANFIS MODEL 91
Controller
ANFIS model
u(k)
+ ANFIS based plant y(k)
+
Fuzzy
Integrator
u (k)
2
−1
Z
steady state error. To reduce the sustained steady state error of the plant a fuzzy integrator block is in-
corporated along with the ANFIS based controller to form the total controller block. The integral action
increases the control signal if there is a small positive error. Similarly for a negative error the integral
action decreases. The prediction error is used as an input to the fuzzy integrator which is illustrated in
Fig. 6.16. This is done to generate the integrating constant Ki so that the final steady state error can
be brought nearly to zero. The fuzzy rules for the integrator block are framed heuristically to tune the
value of Ki , as there is no systematic method for framing the fuzzy rules for building the controller. In
the present work these rules have have been framed based on the results of the simulations that were
conducted with different values of the controller inputs.
The rules for the integrator block are of the following form:
Control rule b:
IF e1 (k) is M1b and e2 (k) is M2b and . . . eN (k) is MNb THEN
6.4. CONTROLLER USING FFD-V-FOLD BASED ANFIS MODEL 92
P
u2 (k) = Ki kj=1 ej Ts ,
b = 1, 2, ...q and n = 1, 2, ..., N
where
Mnb is the fuzzy set (n = 1, 2, ...N ), Ts is the sampling time and error ej = r(k) − y(k),
r(k) being the reference input and y(k) is the system’s output.
For the above rule, the fuzzy integral controller system may be inferred as follows:
Given a combination of (Ki , ej , Ts ), the final output of fuzzy integrator system may given as fol-
lows:
X
q
X
k
u2 (k) = µb (e(k))Ki ej Ts , (6.4.1)
b=1 j=1
b = 1, 2, ..., q (6.4.2)
where
X
q
µb (e(k)) = wb (e(k))/ wb (e(k))
b=1
and
Y
N
wb (e(k)) = Mnb (e(k)).
n=1
Mnb (e(k)) is the degree of the membership of e(k) in Mnb . Here wb (k) ≥ 0, for b = 1, 2, ..., q and
Pq Pq
b=1 wb (k) > 0 for all k. Therefore, µb (e(k)) ≥ 0 for b = 1, 2, ..., q and b=1 µb (e(k)) = 1. The
output values of the available input-output data set range from 0.0150 − 0.219. So the fuzzy rules for
the ANFIS based controller is framed to suit this range. The reference input which is a step signal is
also chosen to suit the available data set.
The performance of the controller is illustrated in Figs. 6.17 - 6.24. In Fig. 6.17 the system output is
shown against the reference step input and the overshoot here is found to be 1.6%. Fig. 6.18 shows
the prediction error of the controller. This error is the difference between the desired output and the
actual output of the plant. In Fig. 6.19 the control signal i.e the output of the controller is shown. In
6.5. CONCLUSION 93
0.22
Desired
Actual
0.2
0.18
System output
0.16
0.14
0.12
0.1
0 500 1000 1500
Samples
Figure 6.17: Desired output and the actual output of the plant with the controller
order to check the performance of the controller in presence of disturbance, two separate noises (step
inputs) were injected at around the 400th and 1000th sample. The result in Fig. 6.20 demonstrates the
fast recovery of the controlled system to its final steady state after being disturbed with noise.
In order to check the performance of the controller under variable plant dynamics, a random varia-
tion of the plant parameters by 10% is allowed. The results under the changing plant dynamics are
illustrated in Figs. 6.21 - 6.24. The controller’s performance under variable plant dynamics along with
disturbance is plotted in Fig. 6.24.
6.5 Conclusion
It is observed that the FFD-Vfold based ANFIS controller can track the reference step input quite
faithfully even under plant parameter variation alongwith disturbance.
6.5. CONCLUSION 94
0.1
0.08
0.06
Prediction Error
0.04
0.02
−0.02
0 500 1000 1500
Samples
52
50
48
Controller Output
46
44
42
40
38
36
0 500 1000 1500
Samples
0.22
Desired
Actual
0.2
0.18
System output
0.16
0.14
0.12
0.1
0 500 1000 1500
Samples
Figure 6.20: Desired and actual output of the plant with controller in presence of disturbance
0.22
Desired
Actual
0.2
0.18
System output
0.16
0.14
0.12
0.1
0 500 1000 1500
Samples
Figure 6.21: Desired and actual output of the plant with controller having plant parameter variations
6.5. CONCLUSION 96
0.1
0.08
0.06
Prediction Error
0.04
0.02
−0.02
0 500 1000 1500
Samples
Figure 6.22: Prediction error of the controller with plant parameter variations
52
50
48
Controller Output
46
44
42
40
38
36
0 500 1000 1500
Samples
0.22
Desired
Actual
0.2
0.18
System output
0.16
0.14
0.12
0.1
0 500 1000 1500
Samples
Figure 6.24: Desired and actual output of the controller based plant with plant parameter variations
along with disturbance
Chapter 7
In this concluding chapter the salient contributions of the thesis are summarized. Also a few aspects
which may be explored for further research are outlined here.
• The statistical Full factorial design technique is used to choose an optimal data set for training
the neural network in the conventional ANFIS model. The available data is selected optimally
98
7.2. DISCUSSION 99
for training the subtractive clustering and grid partition technique based ANFIS models.
• The V-fold technique which is used for cross validation purpose is applied for selecting the opti-
mal data for training. By using this technique, it has been possible to build an ANFIS model using
a training data set which is around one-eighth of the size of the data set used in the conventional
ANFIS model.
• The full factorial design technique and the V-fold method are combined for optimal data selection
in training the ANFIS model. The obtained results show that performance of the combined FFD-
V-fold based ANFIS model is better than the individual FFD based and V-fold based ANFIS
models.
• A controller is designed using the proposed FFD-V-fold based ANFIS model which performs
faithfully even with plant parameter variations and disturbance.
7.2 Discussion
The prime advantage of the soft computing tools which have been used in the present work is that the
requirement of a mathematical model is not a prerequisite. The model of the system under consider-
ation can be built around the available input-output data of the system. The inspiring features of the
neural network in its ability to learn and adapt and the capability of a fuzzy system to take into account
the imprecision and prevailing uncertainty are vouched to be the prime tools in the present research
work. To exploit the advantages that are associated with the respective methods, the Adaptive network
based fuzzy inference system (ANFIS) model comprising of both the neural network and the fuzzy
logic has been used in the present work. ANFIS model requires a sufficient pool of input-output data
for training. As the absence of sufficient number of input-output data in many a real world systems
poses a major hurdle in modeling, an endeavor is made to use the available data, to its best possible
ability such that a small critical data set can be selected optimally and used for training the ANFIS
model. For this purpose, two novel techniques namely Full factorial design and V-fold cross validation
technique are proposed for optimal data selection to train the ANFIS.
The experimental results obtained by applying the proposed method are encouraging enough. The pro-
posed model shows reliable prediction performance so far as the actual values of the available data
are concerned. The performance of the proposed model was also found to be at par with conventional
statistical models used in forecasting. The comparable results were achieved even though a very small
7.3. CONCLUSION 100
critically selected training data set was used in training the ANFIS. The strength of the input output
data used is only around one-eighth of the total number of the available data set.
The results obtained from the proposed model can be very encouraging to industries associated with
the real time systems, like a thermal power plant that has been considered in the present work. These
results are expected to give a boost to the economic front as precious fossil fuel whose reserves are
depleting day by day can be saved as the power plant need not be run for long hours to generate the
modeling data for future load prediction. Besides this the time required for starting the thermal power
plant before it can be fully loaded can be saved as it takes a pretty long time to start real world systems
like the thermal power plant. Therefore in terms of human resources management also the results can
prove to be a boon as a great many number of man hours can be saved, as the plant does not have to be
run for long periods of time just to generate the modeling data.
So far as the implementation of the present findings are concerned, it is not expected to be too dif-
ficult a proposition, as the soft computing model can be connected in parallel to the hard computing
and manual control system that is already there in place. Even in the remote possible case of the pro-
posed model failing, the hard computing based tools or the manual controller will always be there to
act as a backup protection system.
The results with the proposed model are, however bounded with certain limitations. This is because
the modeling results are fairly accurate with respect to the choice of the critical training data set. In the
FFD based ANFIS model, the levels selected in the available training data set are crucial. The proper
selection of the FFD levels are important as the ANFIS model is decided based upon the optimal choice
of these levels. Rigorous experiments need to be performed to determine the best FFD levels to fit into
the optimal ANFIS model. Hence it requires time and the model cannot be predetermined. Another
limitation of the model is the possible presence of outliers and noise in the data set that is used for the
system modeling. The cross checking for a possible model which is a hybrid between an evolutionary
methodology and the proposed model also could have produced a more better result.
7.3 Conclusion
System identification is the primary step in modeling of a system as its model should correctly repre-
sent the system for further analysis and control. A practical important utility of modeling is prediction
7.4. FUTURE WORK 101
of future values. This aspect of forecasting is even more significant in real world systems like thermal
power plants. The research work carried out in this thesis studied modeling of a real world system
like gas furnace and thermal power plant based on actual input output data for which a soft computing
methodology ANFIS is used. This methodology has been considered to make the best use of the inher-
ent salient features of the neural network of self adaptability and that of the fuzzy logic in its ability
to take into account the imprecision and uncertainty of systems which are considered for modeling. It
has been a traditionally accepted fact that for successful training of ANFIS, the number of data used
should be sufficiently large. However, it may be difficult to get a large number of data in those systems
like thermal power plant where generation of input output data is quite expensive as precious fuel is
involved. Hence, this research work attempted to build a model for such a system using the existing
small pool of input output data. For this purpose, the emphasis was on optimal selection and use of
the available resource of data. It has been observed from experimental results that it is also possible
to build a successful model for those types of systems where the available data set is scanty. This
thesis proposed two novel techniques for optimal selection of data and applied the same in the model-
ing methodology. Performance of the model built using these two proposed techniques was tested for
prediction and the results were compared with traditional statistical models commonly used in litera-
ture. The results obtained are promising and encouraging enough deserving further investigation by the
concerned industry. The experimental results obtained verify the competence of the proposed model-
ing technique. Hence conclusions can be drawn that the proposed ANFIS based system identification
technique augmented by optimal data selection strategy for training is comparable with other existing
conventional techniques of modeling.
There is a scope for further exploring the possibility of bettering the present modeling results by
taking into account the possible presence of outliers in the model’s training data. The scope of strength-
ening the proposed ANFIS model by creating its hybrid with another evolutionary technique is another
direction which might be worth looking into.
• Developing a proper methodology for framing and determining the number of fuzzy rules for the
proposed ANFIS model
7.4. FUTURE WORK 102
• Preprocessing the data before modelling is carried out so as to remove the outliers
• Exploring the possibility of developing the ANFIS model strengthened by other evolutionary
algorithms
• Developing a formal methodology to decide an optimal data size for the V-folds so that modeling
can be carried out with the least possible minimum number of data
Appendix A
One sample data set that was collected from the thermal power plant under North East Electric Power
Corporation (NEEPCO) Limited, located in Kathalguri, Assam, India has been presented here. This set
of the input output data consists of an input to the thermal power plant in the form of the gas feed to the
plant in Million metric standard cubic metre (Mmscum)(106 m3 ). Similarly the output from the thermal
power plant is in the form of generated energy in Million unit (MU), where 1 unit = 1 kWh (kilo-watt-
hour). The thermal power plant data set comprising of the inputs and the outputs are collected from the
hard copy of the records maintained by the power plant authorities. This data set has been shown in
tabular form in Table A.1 which spreads over the next six successive pages.
103
104
[1] M. Jamshidi, Large-Scale Systems : Modelling, Control and Fuzzy Logic. Prentice Hall PTR,
1997.
[2] A. Kamiya, S. J. Ovaska, and R. Roy, “Fusion of soft computing and hard computing for large-
scale plants : a general model,” J. Applied Soft Computing, vol. 5, pp. 265–279, 2005.
[3] V. Cherkassky, Fuzzy Inference Systems : A Critical Review, Computational Intelligence: Soft
Computing and Fuzzy-Neuro Integration with Applications, O. Kayak and L. A. Zadeh, Eds.
Springer, Berlin, 1998.
[4] Y. Dote and S. J. Ovaska, “Industrial applications of soft computing : a review,” in Proc. of the
IEEE, 2001, pp. 1243–1265.
[5] W. S. McCulloch and W. Pitts, “A logical calculus of the ideas imminent in nervous activity,”
Bull. of Math. Biophys., vol. 5, pp. 115–133, 1943.
[6] D. O. Hebb, The Organization of Behaviours. John Wiley & Sons, New York, 1949.
[7] F. Rosenblatt, Principles of Neuro-Dynamics: Perceptrons and the theory of Brain Mechanisms.
New York: Spartan, 1962.
[8] B. Widrow and M. E. Hoff, “Adaptive switching circuits,” IRE WESTCON Convention Record,
vol. 4, pp. 96–104, 1960.
[10] J. J. Hopfield, “Neural networks and physical systems with emergent collective computational
abilities,” in Proc. Nat. Acad. Sci., USA, vol. 79, pp. 2554–2558, 1982.
[11] D. B. Parker, “Learning logic,” Massachusetts Institute of Technology, Centre for Computational
Research in Economics and Management Sci., Cambridge, MA., Tech. Rep. TR-47, 1985.
110
BIBLIOGRAPHY 111
[12] D. E. Rumelhart and J. L. McClelland, Parallel Distributed Processing: Exploration in the Mi-
crostructure of Cognition. Foundations MIT Press, Cambridge MA, 1986, vol. 1.
[13] G. A. Carpenter and S. Grossberg, “Art2 self organisation of stable category recognition codes
for analog input patterns,” Applied Optics, vol. 26, pp. 4919–4930, 1987.
[14] T. Kohonen, Self Organisation and Associative Memory, 3rd ed. Springer Verlag, Heidelberg,
1989.
[15] K. S. Narendra and K. Parthasarathy, “Identification and control of dynamic system using neural
networks,” IEEE Trans. on Neural Netw., vol. 1, no. 1, pp. 4–27, March 1990.
[16] M. M. Polycarpou and P. A. Ioannou, “Identification and control of nonlinear systems using
neural network models: Design and stability analysis,” University of Southern Cal. Los Angeles,
Tech. Rep. 91-09-01, September 1991.
[17] R. M. Sanner and J. J. E. Slotine, “Gaussian networks for direct adaptive control,” in Proc.
American Control Conf., ACC91, 1991, pp. 2153–2159.
[18] D. T. Pham and X. Liu, “Identification of linear and nonlinear dynamic systems using recurrent
neural networks,” Artificial Intell. in Engineering, vol. 8, pp. 67–75, 1993.
[20] J. J. Hopfield, “Neurons with graded response have collective computational properties like those
of two state neurons,” in Proc. Nat. Acad. Sci., vol. 81, 1984, pp. 3088–3092.
[21] M. A. Cohen and S. Grosberg, “Absolute stability of global pattern formation and parallel mem-
ory storage by competitive neural networks,” IEEE Trans. Syst., Man, Cybern., vol. SMC 13, pp.
815–826, 1983.
[22] B. Hong, X. Yun, and C. Xinkuo, “Generalized fuzzy RBF networks and nonlinear system iden-
tifications,” in Proc. of the 4th World Congress on Intelligent Control and Automation, Shanghai,
China, June 10–14 2002, pp. 2508–2512.
BIBLIOGRAPHY 112
[24] R. R. Selmic and F. L. Lewis, “Multi model neural networks identification and failure detec-
tion of nonlinear systems,” in Proc. of the 40th IEEE Conf. on Decision and Control, Orlando,
Florida USA, Dec 2001, pp. 3128–3133.
[25] F. Azam and H. F. Vanlandingham, “An alternate radial basis function neural network model,” in
Proc. of the IEEE Int. Conf. on Syst., Man and Cybern., 2000, pp. 2679–2684.
[26] R. Grino, G. Cembrano, and C. Torras, “Nonlinear system identification using additive dynamic
neural networks- two on-line approaches,” IEEE Trans. Circuits and Syst.-Part 1: Fundamental
Theory and Appl., vol. 47, no. 2, pp. 150–165, February 2000.
[27] S. Haykin, Neural Networks - A Comprehensive Foundation, 4th ed. Pearson Education (Sin-
gapore) Pvt. Ltd., Indian Branch, 2003.
[28] J. M. Zurada, Introduction to Artificial Neural Systems. Jaico Publishing House 121, Mumbai,
1999.
[29] M. T. Hagan, H. B. Demuth, and M. H. Beale, Neural Network Design, 2nd ed. PWS Publishing,
Boston, MA, USA, 1996.
[30] Q. Song, L. Yin, and Y. C. Soh, “Robust adaptive identification of nonlinear system using neural
network,” in Proc. IEEE Signal Processing Society Workshop, 2000, pp. 95–104.
[31] J. C. Patra, A. C. Kot, and Y. Q. Chen, “Chebyschev functional link artificial neural networks for
nonlinear dynamic system identification,” in Proc. IEEE Conf. on Syst., Man and Cybern., Oct
2000, pp. 2655–2660.
[32] J. C. Patra and A. C. Kot, “Nonlinear dynamic system identification using Chebyshev functional
link artificial neural networks,” IEEE Trans. Syst., Man and Cybern., vol. 32, no. 4, pp. 505–511,
Aug. 2002.
[33] X. M. Ren, A. B. Rad, P. T. Chan, and W. L. Lo, “Identification and control of continuous-time
nonlinear systems via dynamic neural networks,” IEEE Trans. Industrial Electron., vol. 50, no. 3,
pp. 478–486, June 2003.
BIBLIOGRAPHY 113
[34] M. Sugeno and G. T. Kang, “Structure identification of fuzzy model,” Fuzzy Sets and Syst.,
vol. 28, pp. 15–33, 1988.
[35] T. Takagi and M. Sugeno, “Fuzzy identification of systems and its applications to modeling and
control,” IEEE Trans. Syst., Man and Cybern., vol. 15, pp. 116–132, 1985.
[36] L. A. Zadeh, “Fuzzy sets,” Inform. and Control, vol. 8, pp. 338–353, 1965.
[37] ——, “Outline of a new approach to the analysis of complex systems and decision process,”
IEEE Trans. Syst., Man and Cybern., vol. 3, pp. 28–44, 1973.
[38] R. M. Tong, “Analysis and control of fuzzy systems using finite discrete relations,” Int. J. Con-
trol, vol. 27, pp. 431–440, 1978.
[39] E. Czogala and W. Pedrycz, “On identification in fuzzy systems and its applications in control
problems,” Fuzzy Sets Syst., vol. 6, pp. 73–83, 1981.
[40] W. Pedrycz, “An identification algorithm in fuzzy relational systems,” Fuzzy Sets and Syst.,
vol. 13, pp. 153–167, 1984.
[41] E. H. Mamdani, “Applications of fuzzy algorithms for control of simple dynamic plants,” Proc.
IEE., vol. 121, pp. 1585–1588, 1974.
[42] T. T. Lie, G. B. Shrestha, and A. Ghosh, “Design and application of a fuzzy logic control scheme
for transient stability enhancement in power systems,” Electric Power Syst. Research, vol. 33,
pp. 17–23, 1995.
[43] P. S. Babu, A. Ghosh, and Sachchidanand, “An optimal fuzzy PI controller for a permanent
magnet dc motor,” Proc. Int. Conf. Automation IC-AUTO’95, vol. 121, pp. 713–716, 1995.
[44] T. J. Procyk, “A linguistic self organizing process controller,” Automatica, vol. 15, pp. 15–30,
1979.
[45] Y. M. Park, U. C. Moon, and K. Y. Lee, “A self organising fuzzy logic controller for dynamic
systems using a fuzzy auto regressive moving average model,” IEEE Trans. Fuzzy Syst., vol. 3,
pp. 75–82, 1995.
[46] B. P. Graham and R. P. Newell, “Fuzzy identification and control of liquid level rig,” Fuzzy Sets
and Syst., vol. 26, pp. 253–273, 1983.
BIBLIOGRAPHY 114
[47] E. Sanchez, “Resolution of composite relation equations,” Inf. and Control, vol. 30, pp. 38–48,
1976.
[48] W. Pedrycz, “Numerical and applicational aspects of fuzzy relational equations,” Fuzzy Sets and
Syst., vol. 11, pp. 1–18, 1983.
[49] R. M. Tong, “Synthesis of fuzzy models for industrial processes,” Int. J. Gen. Syst., vol. 4, pp.
143–162, 1978.
[50] B. S. Li and Z. J. Liu, “Identification of fuzzy models using fuzzy theory,” Inf. and Control,
vol. 9, no. 3, 1980.
[51] P. S. Babu, A. Ghosh, and Sachchidanand, “Fuzzy identification and control of a class of nonlin-
ear systems,” in Proc. European Control Conf. (ECC), no. 8217, 1997.
[52] Y. C. Lee, C. Hwang, and Y. P. Shih, “A combined approach to fuzzy model identification,” J.
Fuzzy Sets and Syst., vol. 24, no. 5, pp. 736–744, 1994.
[53] C. G. Moore and C. J. Harris, “Indirect adaptive fuzzy control,” Int. J. Control, vol. 56, pp.
441–468, 1992.
[54] C. W. Xu, “Fuzzy system identification,” in Proc. IEE, vol. 136, July 1989, pp. 146–150.
[55] L. X. Wang and J. M. Mendel, “Fuzzy basis functions, universal approximation and orthogonal
least squares learning,” IEEE Trans. Neural Netw., vol. 3, no. 5, pp. 807–814, 1992.
[56] K. Takana and M. Sugeno, “Stability analysis and design of fuzzy control systems,” Fuzzy Sets
and Syst., vol. 45, no. 2, pp. 135–156, 1992.
[57] S. G. Cao, N. W. Rees, and G. Feng, “Analysis and design for a class of complex control systems-
part II: Fuzzy controller design,” Automatica, vol. 33, pp. 1029–1039, 1997.
[58] Z. Huaguang and Q. Yongbing, “Modelling, identification and control of a class of nonlinear
systems,” IEEE Trans. Fuzzy Syst., vol. 9, no. 2, pp. 349–354, 2001.
[60] A. Cipriano, M. Ramos, and F. Montoya, “A new method for fuzzy model identification,” in
Proc. IEEE 21st Int. Conf. Indus. Electron., Control and Instrumentation (IECON), vol. 2, 1995,
pp. 1514–1519.
[61] A. E. Gaweda and Z. M. Zurada, “Data-driven design of fuzzy system with relational input
partition,” in Proc. 10th IEEE Int. Conf. Fuzzy Syst., vol. 2, no. 3, 2001.
[62] D. Saez and A. Cipriano, “Fuzzy models based economic predictive control for a combined
cycle power plant boiler,” in Proc. IEEE Int. Symp. on Intell. Control/Intell. Syst. and Semiotics,
Cambridge, MA, September 1999, pp. 417–422.
[63] A. L. Elshafei and F. Karray, “Fuzzy based sliding manifolds for identification of a class of
nonlinear systems,” in Proc. 9th IEEE Int. Conf. Fuzzy Syst., vol. 2, 2000, pp. 841–846.
[64] D. Saez and A. Cipriano, “Design of a supervisory predictive controller based on fuzzy models,”
in Proc. IEEE Int. Conf. Fuzzy Syst., 2001, pp. 1004–1007.
[65] M. Y. Chen and D. A. Linkens, “A systematic method for fuzzy modeling from numerical data,”
in Proc. IEEE Int. Conf. Syst., Man and Cybern., 2001, pp. 28–33.
[66] A. Flores, D. Saez, J. Araya, M. Berenguel, and A. Cipriano, “Fuzzy predictive control of a solar
power plant,” IEEE Trans. Fuzzy Syst., vol. 13, no. 1, pp. 58–68, February 2005.
[67] J. H. Holland, Adaptation in Natural and Artificial Systems. MIT Press, Cambridge MA, 1975.
[68] J. S. R. Jang, C. T. Sun, and E. Mizutani, Neuro-Fuzzy and Soft Computing: A Computational
Approach to Learning and Machine Intelligence. Prentice Hall Inc., 1997.
[69] T. Kumon, M. Iwasaki, T. Suzuki, T. Hashiyama, N. Matsui, and S. Okuma, “Nonlinear system
identification using genetic algorithm,” in Proc. 6th IEEE Conf. Indus. Electron. Society, vol. 4,
2000, pp. 2485–2491.
[71] J. G. Juang, “Application of genetic algorithm and recurrent network to nonlinear system identi-
fication,” in Proc. IEEE Conf. Control Appl., vol. 1, 2003, pp. 129–134.
BIBLIOGRAPHY 116
[72] D. H. Kim and H. Lee, “Intelligent control of nonlinear power plant using immune algorithm
based multiobjective optimization,” in Proc. IEEE Int. Conf. Networking, Sensing & Control,
March 2004, pp. 1388–1393.
[73] K. R. Vazquez, C. M. Fonseca, and P. J. Fleming, “Identifying the structure of nonlinear dynamic
systems using multiobjective genetic programming,” IEEE Trans. Syst., Man and Cybern.-Part
A: Syst. and Humans, vol. 34, no. 4, pp. 531–545, July 2004.
[74] J. S. R. Jang and C. T. Sun, “Neuro-fuzzy modeling and control,” Proc. IEEE, vol. 83, no. 3, pp.
378–406, March 1995.
[75] Y. Lin and G. A. Cunningham-III, “A new approach to fuzzy-neural system modelling,” IEEE
Trans. on Fuzzy Syst., vol. 3, no. 2, pp. 190–198, May 1995.
[76] J. S. R. Jang, “Input selection for ANFIS learning,” in Proc. IEEE Int. Conf. Fuzzy Syst., vol. 2,
1996, pp. 1493–1499.
[77] S. Chiu, “Selecting input variables for fuzzy models,” J. Intell. and Fuzzy Syst., vol. 4, no. 4, pp.
243–256, 1996.
[78] M. A. Denai, F. Palis, and A. Zeghbib, “ANFIS based modelling and control of nonlinear sys-
tems: A tutorial,” in Proc. of the IEEE Int. Conf. on Syst., Man and Cybern., vol. 4, 2004, pp.
3433–3438.
[79] ——, “Modelling and control of nonlinear systems using soft computing techniques,” Applied
Soft Computing, vol. 7, pp. 728–738, 2007.
[80] H. Ishibuchi, R. Fujioka, and H. Tanaka, “Neural networks that learn from fuzzy if-then rules,”
IEEE Trans. on Fuzzy Syst., vol. 1, no. 2, pp. 85–97, May 1993.
[81] C. F. Juang and C. T. Lin, “An on-line self constructing neural fuzzy inference network and its
application,” IEEE Trans. on Fuzzy Syst., vol. 6, no. 1, pp. 12–32, Feb 1998.
[83] Y. Li, X. Zhao, and L. Jiao, “A nonlinear system identification approach based on neurofuzzy
networks,” in Proc. of the ICSP., vol. 3, 2000, pp. 1594–1597.
[84] S. Kawaji and Y. Chen, “Soft computing approach to nonlinear system identification,” in Proc.
IEEE Conf. on Indus. Electron. Society, vol. 3, 2000, pp. 1803–1808.
[85] S. Wu, M. Joo, and Y. Gao, “A fast approach for automatic generation of fuzzy rules by gener-
alized dynamic fuzzy neural networks,” IEEE Trans. on Fuzzy Syst., vol. 9, no. 4, pp. 578–594,
Aug 2001.
[86] Y. Gao and M. Joo, “Nonlinear identification and control using a generalized fuzzy neural net-
work,” in Proc. 41st IEEE Conf. on Decision and Control, Las Vegas, Nevada USA, vol. 2, Dec
2002, pp. 1363–1368.
[87] M. Panella and A. S. Gallo, “An input-output clustering approach to the synthesis of ANFIS
networks,” IEEE Trans. on Fuzzy Syst., vol. 13, no. 1, pp. 69–81, Feb 2005.
[89] A. Abraham and B. Nath, “A neuro-fuzzy approach for modelling electricity demand in victoria,”
J. Applied Soft Computing, vol. 1, pp. 127–138, 2001.
[90] A. Kamia, S. J. Ovaska, R. Roy, and S. Kobayashi, “Fusion of soft computing and hard com-
puting for large scale plants: A general model,” J. Applied Soft Computing, vol. 5, pp. 265–279,
2005.
[91] J. S. R. Jang, “ANFIS: Adaptive-network-based fuzzy inference systems,” IEEE Trans. on Syst.,
Man and Cybern., vol. 23, no. 3, pp. 665–684, May/June 1993.
[92] Y. Tsukamoto, M. M. Gupta, R. K. Ragade, and R. R. Yager, “An approach to fuzzy reasoning
method,” in Advances in Fuzzy Set Theory and Application, M. M. Gupta, R. K. Ragade, and
R. R. Yager, Eds., North-Holland, Amsterdam, 1979, pp. 137–149.
[93] J. S. R. Jang and C. T. Sun, “Functional equivalence between radial basis function networks
and fuzzy inference systems,” IEEE Trans. on Neural Netw., vol. 4, no. 1, pp. 156–159, January
1993.
BIBLIOGRAPHY 118
[94] A. Pinkus, “Approximation theory of the MLP in neural networks,” ACTA Numerica, vol. 8, pp.
143–196, 1999.
[95] H. Ying, Y. Ding, and S. L. S. Shao, “Comparison of necessary conditions for typical Takagi-
Sugeno and Mamdani fuzzy systems as universal approximators,” IEEE Trans. Syst. Man Cy-
bern. Part A, vol. 29, pp. 508–514, 1999.
[98] H. S. Hipert, C. E. Pedreira, and R. C. Souza, “Neural networks for short term load forecasting:
a review and evaluation,” IEEE Trans. Power Syst., vol. 16, pp. 41–55, 2001.
[99] K. S. Swarup and B. Satish, “Integrated ANN approach to forecast load,” IEEE, Comput. Appl.
Power, vol. 15, pp. 46–51, 2002.
[100] S. Makiko and K. Yoshitsugu, “Demand forecasting by the neural network with fourier trans-
form,” in Proc. IEEE Int. Joint Conf. on Neural Netw., vol. 4, 2004, pp. 2759–2763.
[101] N. Meade, “Forecasting with growth curves: The effect of error structure,” J. Forecast., vol. 7,
no. 4, pp. 235–244, 2006.
[102] G. E. P. Box, G. M. Jenkins, and G. C. Reinsell, Time Series Analysis : Forecasting and Control,
3rd ed. Prentice-Hall Englewood, 1994.
[103] M. Adya, F. Callopy, J. S. Armstrong, and M. Kennedy, “Automatic identification of time series
features for rule based forecasting,” Int. J. of Forecast., vol. 17, no. 10, pp. 143–157, 2001.
[104] R. Gao and L. Tsoukalas, “Neural-wavelet methodology for load forecasting,” J. Intell. and
Robotic Syst., vol. 31, no. 1, 2001.
[105] L. D. S. Coelho and R. A. Krohling, “Nonlinear system identification based on B-spline neural
network and modified particle swarm optimization,” in Int. Joint Conf. on Neural Netw., July
2006, pp. 3748–3753.
BIBLIOGRAPHY 119
[106] H. Saito and T. Abe, “A traffic forecasting method taking into account of outliers,” Electron. and
Communications in Japan (part I:Communications), vol. 69, no. 10, pp. 85–92, March 2007.
[107] N. Amjady, “Short term hourly load forecasting using time series modeling with peak load esti-
mation capability,” IEEE Trans. Power Syst., vol. 16, pp. 789–805, 2001.
[108] L. Mili, T. V. Cutsem, and M. R. Pavella, “Bad data identification methods in power system state
estimation: A comparative study,” IEEE Trans. on Power Apparatus and Syst., vol. PAS-104,
no. 11, pp. 3037–3049, November 1985.
[109] B. M. Zhang and K. L. Lo, “A recursive measurement error estimation identification method for
bad data analysis in power system state estimation,” IEEE Trans. on Power Syst., vol. 6, no. 1,
pp. 191–198, February 1991.
[110] A. Abur, “A bad data identification method for linear programming state estimation,” IEEE
Trans. on Power Syst., vol. 5, no. 3, pp. 894–901, August 1990.
[111] G. Long and F. Ling, “A new complex system identification method and its application to echo
canceller fast initialization,” in IEEE Int. Conf. on Acoustics, Speech and Signal Processing,
ICASSP-90, vol. 3, April 1990, pp. 1671–1674.
[112] A. Pankratz, Forecasting with Univariate Box-Jenkins Models: Concepts and cases. Wiley,
1983.
[113] A. D. Papalexopoulos and T. C. Hesterberg, “A regression based approach to short term system
load forecasting,” IEEE Trans. Power Syst., vol. 5, pp. 1535–1547, 1990.
[114] J. G. D. Gooijer and K. Kumar, “Some recent developments in nonlinear time series modeling,
testing and forecasting,” Int. J. Forecast., vol. 8, pp. 135–156, 1992.
[115] G. Zhang, B. E. Patuwo, and M. Y. Hu, “Forecasting with artificial neural networks: the state of
the art,” Int. J. Forecast., vol. 14, pp. 35–62, 1998.
[116] P. A. Mastorocostas, J. B. Theocharis, and A. G. Bakirtzis, “Fuzzy modeling for short term load
forecasting using the orthogonal least squares method,” IEEE Trans. Power Syst., vol. 14, pp.
29–36, 1999.
BIBLIOGRAPHY 120
[117] M. R. Khan, A. Abraham, and C. Ondrusek, “Short term load forecasting models in Czec. Repub-
lic using soft computing techniques,” Int. J. Knowledge-Based Intell. Engineering Syst., vol. 7,
no. 4, pp. 172–179, 2003.
[119] Z. J. Wang, Y. Zhao, C. J. Wu, and Y. T. Li, “Application of kernel smoothing to time series
data,” ACTA Mathematicae Applicatae sinica, vol. 22, no. 2, pp. 219–226, April 2006.
[120] R. T. Clemen, “Combining forecasts: a review and annotated bibliography,” Int. J. Forecast.,
vol. 5, pp. 559–583, 1989.
[121] K. H. Kim, H. S. Youn, and Y. C. Kang, “Short term load forecasting for special days in anom-
alous load condition using neural networks and fuzzy inference method,” IEEE Trans. Power
Syst., vol. 15, pp. 559–565, 2000.
[122] A. Abraham and B. Nath, “A neural-fuzzy approach for modelling electricity demand in Victo-
ria,” Applied Soft Computing, vol. 1, pp. 127–138, 2001.
[123] F. C. Morabito and M. Versaci, “Fuzzy neural identification and forecasting techniques to process
experimental urban air pollution data,” Neural Netw., vol. 16, no. 3–4, pp. 493–506, 2003.
[124] B. M. Zhang, S. Y. Wang, and N. D. Xiang, “A linear recursive bad data identification method
with real time application to power system state estimation,” Trans. on Power Syst., vol. 7, no. 3,
pp. 1378–1385, August 1992.
[125] M. Kandemir and J. Ramanujam, “Data relation vectors: A new abstraction for data optimiza-
tions,” IEEE Trans. on Computers, vol. 50, no. 8, pp. 798–810, August 2001.
[126] S. A. Ahmed and J. R. Cruz, “Complex system identification methods for fast echo canceller ini-
tialization,” in IEEE Int. Conf. on Acoustics, Speech and Signal Processing, ICASSP-92, March
1992, pp. 525–528.
[127] D. Erdogmus and J. C. Principe, “An error entropy minimization for supervised training of non-
linear systems,” IEEE Trans. on Signal Processing, vol. 50, no. 7, pp. 1780–1786, July 2002.
BIBLIOGRAPHY 121
[129] T. Joachims, “Optimizing search engines using clickthrough data,” in Proc. of the ACM,
SIGKDD 02, 2002.
[130] B. Babcock, S. Babu, M. Datar, and R. Motwani, “Chain: Operator scheduling for memory
minimization in data stream systems,” in Proc. of ACM, SIGMOD 2003, June 2003.
[131] D. Weekes and G. B. Fogel, “Evolutionary optimization, backpropagation and data preparation
issues in QSAR modeling of HIV inhibition by HEPT derivatives,” Bio. Sys., vol. 72, pp. 149–
158, 2003.
[132] T. Meekhof and R. B. Heckendorn, “Using evolutionary optimization to improve markov based
classifcation with limited training data,” in Proc. of ACM GECCO’05, 2005, pp. 2211–2212.
[133] J. Pekar and J. Stecha, “Identification and predictive control by p-norm minimization,” Acta
Polytechnica, vol. 46, no. 1, pp. 33–39, 2006.
[134] Y. Lii, J. Huang, and Q. Liu, “Improving statistical machine translation performance by training
data selection and optimization,” in Proc. Joint Conf. on Empirical Methods in Natural Language
Processing and Comput. Natural Language Learning, June 2007, pp. 343–350.
[135] G. E. Dieter, Engineering Design: A Material and Processing Approach. McGraw-Hill Inc,
1991.
[136] A. Kohli and U. S. Dixit, “A neural-network-based methodology for the prediction of surface
roughness in a turning process,” The Int. J. Advanced Manufact. Technology, vol. 25, no. 1-2,
pp. 118–129, January 2005.
[137] M. Stone, “Cross validation choice and assessment of statistical predictions,” J. Royal Statistical
Society, vol. 36 (B), pp. 111–147, 1974.
[138] C. L. Sabharwal, “An implementation of hybrid approach to indexing image data bases,” in The
ACM Symp. on Applied Comput., Feb 28–Mar 2 1999, pp. 421–426.
BIBLIOGRAPHY 122
[139] P. Zhang, “Model selection via multifold cross validation,” Annals of Statistics, vol. 21 (1), pp.
299–313, 1993.
[140] O. Nelles, Nonlinear System Identification. Springer-Verlag, Berlin Heidelberg, Germany, 2000.
[141] D. E. Goldberg, Genetic Algorithms in Search, Optimization and Machine Learning, 3rd ed.
Addison Wesley Longman, Inc., 2000.
[142] L. C. Jain and N. M. Martin, Fusion of Neural Networks, Fuzzy Sets and Genetic Algorithm:
Industrial Applications, Int. Series on Computational Intelligence ed. CRC Press, 1999.
[143] T. Takagi and M. Sugeno, “Derivation of fuzzy control rules from human operator’s control
action,” in Proc. IFAC Symp. Fuzzy Inform., Knowledge Representation and Decision Analysis,
July 1983, pp. 55–60.
[144] E. H. Mamdani and S. Assilian, “An experiment in linguistic synthesis with a fuzzy logic con-
troller,” Int. J. Man-Machine Studies, vol. 7, no. 1, pp. 1–13, 1975.
[145] S. L. Chiu, “A cluster estimation method with extension to fuzzy model identification,” in Proc.
3rd IEEE Conf. on Fuzzy Syst., World Congress in Comput. Intell., vol. 2, June 1994, pp. 1240–
1245.
[146] M. H. Hayes, Statistical Digital Signal processing and Modelling. New York: John Wiley &
Sons Inc., 1996.
Related Publications by the Author
Journal Publication:
1. M. Buragohain and C. Mahanta, “ A Novel Approach for ANFIS Modeling based on Full Facto-
rial Design,” Applied Soft Computing, vol. 8, Issue 1, Jan 2008, pp. 609-625.
2. M. Buragohain and C. Mahanta, “V-fold Technique based ANFIS Model for Complex Large
Scale Systems,” International Journal of Artificial Intelligence, special issue on Theory and Ap-
plication of Soft Computing, vol. 1, Issue A08, Autumn 2008, pp. 34-55.
3. M. Buragohain and C. Mahanta, “Data Optimization based Modeling of Complex Large Scale
Systems: A Comparative Analysis with Soft Computing and Statistical Techniques,” Journal of
Systems Science and Engineering, Vol. 17, No. 1, June 2008.
Communicated to Journals:
1. M. Buragohain and C. Mahanta, “ANFIS based Modelling of Thermal Power Plant Using Full
Factorial Design,” to Engineering Application of Artificial Intelligence.
Conference Publications:
2. M. Buragohain and C. Mahanta, “ Grid Partition based Neuro-Fuzzy Technique and Statistical
Modeling of Complex Systems,” in Recent Trends in IT and Soft Computing(ITSC), IMT Nagpur,
February 2007, pp. 47-58.
3. M. Buragohain and C. Mahanta, “ Complex Systems Modeling with Grid Partitioning based
Soft Computing Technique,” in Recent Trends in IT and Soft Computing(ITSC), IMT Nagpur,
February 2007, pp. 89-97.
4. M. Buragohain and C. Mahanta, “ ANFIS Modeling of Nonlinear System based on V-fold Tech-
nique,” in Proceedings of IEEE International Conference on Industrial Technology, Mumbai,
15-17 Dec. 2006, pp. 2178-2183.
5. M. Buragohain and C. Mahanta, “ ANFIS Modeling of Nonlinear Systems based on Combined
FFD-V-fold Technique,” in Proceedings of IEEE International Conference on Industrial Tech-
nology, Mumbai, 15-17 Dec. 2006, pp. 2462-2467.
6. M. Buragohain and C. Mahanta, “ Full Factorial Design based ANFIS Model for Complex Sys-
tems,” in Proceedings of IEEE Annual India Conference, New Delhi, Sept. 2006.
9. M. Buragohain and C. Mahanta, “ Modeling of Complex Systems with Soft Computing Tech-
niques,” in Proceedings of National Systems Conference , Goa, Nov 2006.
10. M. Buragohain and C. Mahanta, “ Statistical and Neuro-Fuzzy Technique based Modeling of
Complex Systems ,” in Proceedings of National Systems Conference , Goa, Nov 2006.
11. M. Buragohain and C. Mahanta, “ Modeling of Thermal Power Plants Using Full Factorial Design
based ANFIS ,” in Proceedings of IEEE International conference on Cybernetics and Intelligent
Systems, Bangkok, June 2006.
Bio-data of the Author
Mr. M. Buragohain received the Bachelor of Engineering degree in Electrical Engineering. in 1992
from Guwahati University, Guwahati. He obtained the Master of Engineering in High Voltage En-
gineering from Jadavpur University in 2000. He next joined the PhD program in Electronics and
Communication Engg. in IIT Guwahati in 2003. His research interests lie in nonlinear system identifi-
cation and soft computing. He is currently working as a Senior Lecturer in the Department of Electrical
Engineering, Jorhat Engineering College, Assam.