Adaptive Network Based Fuzzy Inference System (Anfis) Modeling For Super Heated Steam Temperature Control Process

DOI : 10.17577/IJERTV1IS10417

Download Full-Text PDF Cite this Publication

Text Only Version

Adaptive Network Based Fuzzy Inference System (Anfis) Modeling For Super Heated Steam Temperature Control Process

Subhash Gupta Research Scholar

Shri Venkateshwara University Gajraula/U.P./India

L. Rajaji

Professor, Department of EEE P.B.College of Engineering Chennai./India

Kalika S. Research Scholar

Shri Venkateshwara University, Gajraula/U.P./India

Abstract

In this paper the procedure to identify an ANFIS model from real time data is explained. The input selection of candidates was done by sequential and exhaustive searches. The performance of the models obtained based on these two input selection searches is presented. For the dataset, the sequential search performs better than the exhaustive in modeling the process. ANFIS uses a hybrid learning algorithm to identify parameters and is applied to a combination of the least squares method and the back propagation gradient descent method for training FIS membership function parameters to emulate a given training data set.

  1. Introduction

    System identification is the process of constructing a model to predict the behavior of a target system. Conventional system identification techniques are mostly based on linear models with fast computation and rigorous mathematical support. To model nonlinearity that inherently comes with a real world dynamic system, neuro-fuzzy modeling technique such as ANFIS is utilized.

    These identification techniques require massive computation but without mathematical proofs of convergence to global minima or the like. This section presents the application of ANFIS architecture for the dynamic system identification of superheated steam temperature control process. Advanced techniques in nonlinear regression such Gauss-Newton method, Levenberg – Marquardt method, and the extended Kalman filter algorithm have been applied to ANFIS directly. The back-propagation gradient descent and a more efficient least-squares method are chosen for the parameter identification.

  2. Adaptive network based fuzzy inference system (ANFIS)

    ANFIS uses a hybrid learning algorithm to identify parameters of Sugeno type fuzzy [1] inference systems. It applies a combination of the least squares method and the back propagation gradient descent method for training FIS membership function parameters to emulate a given training data set.

    The learning in an ANFIS is a two-stage process. During the forward pass the consequence parameters are updated using the least square estimate method or recursive least square estimate method. In the backward pass

    the premise parameters are updated using back propagation method. This learning process is continued until the change in output is zero. [2], [3]

  3. Steps for creating ANFIS model

    The various steps involved in creating a Fuzzy inference system (FIS) model from the input output data are as follows:

    Load data (training, testing, and checking). Generate an initial FIS model or load an initial FIS model. Choose the FIS model parameter optimization method: backpropagation or a mixture of backpropagation and least squares (hybrid method).

    Choose the number of training epochs and the training error tolerance.

    Train the FIS model by clicking.

    This training adjusts the membership function parameters and plots the training (and/or checking data) error plot(s) in the plot region. View the FIS model input versus the training, checking, or testing data output.

    Verify the test data against the FIS output in the plot region. [5], [4]

  4. ANFIS controller for superheated steam temperature

    A detailed description of the typical control scheme for the realization of super heater outlet steam temperature control process is given in Figure 1.

    A first-order Sugeno fuzzy inference system with two fuzzy rules can be expressed as [1]

    Rule 1: If X is A1 and Y is B1, then f1 = p1x + q1y + r1,

    Rule 2: If X is A2 and Y is B2, then f2 = p2x + q2y + r2.

    Figure 1 Control scheme for superheated steam temperature control process

    Figure 2 illustrates the fuzzy reasoning mechanism that infers an output from a given input vector [x, y]. Accordingly, an equivalent adaptive network representation called ANFIS (Adaptive Network based Fuzzy Inference

    System) can be derived as shown in Figure 3.

    f1 = p1x + q1y

    f2 = p2x + q2y

    f w1f1 w 2 f2

    w f w f

    output linear equation of each rule. As layer-1 parameters are nonlinear, the back- propagation gradient descent is used to update them. For those linear parameters in layer 4, a more efficient least-squares method is chosen to identify them. This is the hybrid learning method used for simulation. [2]

    For identification of the superheated steam temperature control process, input-output data

    w1 w 2

    Figure 2 Fuzzy reasoning

    A 1

    X

    y

    x

    1 1 2 2

    pairs are collected. Two hundred and eighty such data pairs, collected from real time measurements of the process variables have been utilized. [6]

  5. Input selection

    The first step in using ANFIS for system identification is input selection, i.e., to determine which variables should be the input arguments to the ANFIS model. Once the inputs are fixed, the ANFIS model structure, such as the style for input space partitioning,

    A 1

    w1 W1

    A N W1

    1 f

    A 1

    A W2

    1 N f

    y w2 W2

    A X

    1 y

    Layer 1 Layer2 Layer3 Layer4 Layer5

    Figure 3 ANFIS structure

    In Figure 3, layer 1 computes the membership grades; layer 2 combines the membership grades to form the firing strengths; layer 3 normalizes the firing strengths; layer 4 generates the contribution from each rule, and layer 5 produces the final output. The modifiable parameters in layer 1 determine the shapes and positions of membership functions, and those in layer 4 specify the

    the numbers and types of membership functions on each input, and so on, can be specified.

    For the modeling of the superheated steam temperature process, the input candidates are partitioned into two disjoint sets as follows

    Y = {y(k 1), y(k – 2 ), y(k 3), y(k 4)},

    U = {u(k – l ), u(k – 2 ), u(k – 3), u(k – 4), u(k – 5), u(k – 6)}.

    The heuristic approach to input selection is to treat all the input candidates equally and select the best inputs sequentially .[17] That is, 10 ANFIS models are constructed first, with single input, and the one with the smallest training error is selected. Then based on the selected model, another different input is added, and the best one from 9 ANFIS models with two inputs is chosen, and so on. For simplicity, the ANFIS models are assumed to

    have grid partitioning and that each input has two generalized bell membership functions defined by

    1

    necessary information. Moreover, since we are modeling a dynamical system, [9] ,[8] it is reasonable to take two inputs from Y and one from U to make a total of three inputs to the ANFIS model. This results in 36 ANFIS

    i x 1

    x ci

    ai

    2bi

    models, each with 8 fuzzy rules. Figure 4 shows the performanc(e3.2o3f) these 36 ANFIS models. The error curves for the input selection process are shown in Figure 5 using

    the exhaustive search.

    where {ai, bi, ci) is the parameter set. Thus the number of fuzzy rules is 2n, where n is the number of input arguments. The error curves for the input selection process are shown in Figure 4 which maks use of the sequential search described, where the selected inputs and training errors are plotted.

    Figure 4 Sequential search based selection

    Another more computation intensive approach is to do an exhaustive search on all possible (and reasonable) combinations of the input candidates . From the heuristic search described earlier, it seems that two input arguments are too few for ANFIS to get all

    Figure 5 Exhaustive search based selection

    Each ANFIS is trained for a single epoch, which corresponds to a single application of least-squares methods to identify consequent parameters that specify each rule's output equation.

  6. Performance of the ANFIS models

    The testing dataset numbering 140 is applied to the ANFIS models obtained and their performance is compared.[11] The performance of the models based on sequential search is shown in Figure 6 and those based on exhaustive search in Figure 7. The performance is taken after 100 epochs of training.

    Figure 6 Performance of models based on sequential search

    Figure 7 Performance of models based on exhaustive search

    It is evident from the performance curves that the test Root Mean Square Error for the

    ANFIS models based on sequential search is 0.88613 and for those models based on exhaustive search is 6.8098. Thus a procedure to identify a nonlinear model based on ANFIS is demonstrated. [10]

  7. Conclusion

    In this section Adaptive Network based Fuzzy Inference Systems (ANFIS) is effectively used for generation of membership functions to model the process variables of a superheated steam temperature control process. The inputs to the system are obtained by making real time measurements of process variables. The performance of the various membership functions in tracking the input output data set is compared. The design of an ANFIS based controller is carried out. The rule base for various membership functions is automatically generated and the surface plot is shown for a combination of inputs and output.

  8. Reference

  1. Sugeno M. and Kang G.T. Structure identification of fuzzy model, IEEE transactions on fuzzy sets and systems, Vol.28, No. 4, pp.15-33.

  2. Takagi T. and Sugeno M. Fuzzy identification of systems and its applications to modeling and control, IEEE transactions on systems, man and cybernetics, Vol.15, pp.116-132.

  3. Tan K.C., Li Y., Murray-Smith D.J. and Sharman K.C. System identification and linearization using genetic algorithms with simulated annealing Proceedings of the First IEE/IEEE international conference on GA in engineering systems innovations and applications, pp. 112-120.

  4. Ziegler J.G., Nichols N.B. and Rochester N.Y. Optimum settings for automatic controllers, A.S.M.E. transactions,Vol.64,pp. 759-768.

  5. Venugopal A.S., Radman G. and Abdelrahman M. An adaptive neuro fuzzy power system stabilizer for damping

    inter area oscillations in power systems, Proceedings of the IEEE south eastern symposium on systems theory, pp.41-44.

  6. Venkatesh S.R. and Dahleh M.A. On system identification of complex systems from finite data, IEEE Transactions on automatic control, Vol. 46, No.2, pp.235-257

  7. Talaq J. and Al-Basari F. Adaptive Fuzzy Gain Scheduling for Load Frequency Control, IEEE transactions on power systems, Vol.14, No.1, pp.145-150.

  8. Shirota Y. A semantic explanation and symbolic computation approach for designing mathematical courseware, Proceedings of IEEE international conference on creating, connecting and collaborating through computing, pp.1-8.

  9. Gen M. and Cheng R. Genetic algorithms and Engineeringdesign, John Wiley and Sons Inc. New York.

  10. Glavic M., Dzafic I. and Tesnjak S. A general-purpose symbolically assisted numeric computation environment as a support in power engineering education, IEEE transactions on power systems, Vol.20, No.1, pp.3-12.

  11. Glickman S., Kulessky R. and Nudelman G. Identification based PID control tuning for power station process, IEEE transactions on control systems technology, Vol.12, No.1, pp.123-132.

Leave a Reply