Sparse dynamic reorganising fuzzy neural networks

Fuzzy logic systems can broadly be grouped into two main types; namely: linguistic fuzzy systems (Mamdani) and precise fuzzy systems (Takagi-Sugeno-Kang). Fuzzy neural systems have been extensively researched and utilized in recent years because of their learning capability and interpretability in d...

Full description

Saved in:
Bibliographic Details
Main Author: Zhou, Jair Weigui
Other Authors: Quek Hiok Chai
Format: Theses and Dissertations
Language:English
Published: 2017
Subjects:
Online Access:http://hdl.handle.net/10356/72395
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
id sg-ntu-dr.10356-72395
record_format dspace
institution Nanyang Technological University
building NTU Library
continent Asia
country Singapore
Singapore
content_provider NTU Library
collection DR-NTU
language English
topic DRNTU::Engineering::Computer science and engineering
spellingShingle DRNTU::Engineering::Computer science and engineering
Zhou, Jair Weigui
Sparse dynamic reorganising fuzzy neural networks
description Fuzzy logic systems can broadly be grouped into two main types; namely: linguistic fuzzy systems (Mamdani) and precise fuzzy systems (Takagi-Sugeno-Kang). Fuzzy neural systems have been extensively researched and utilized in recent years because of their learning capability and interpretability in data modelling. Fuzzy rules are formed in fuzzy neural systems using either the batch learning approach (offline) or the sequential/evolving learning approach (online). Evolving fuzzy neural systems normally incorporate rule pruning mechanisms which refine the knowledge base to better represent the current trend in the observation, and also reduce the system complexity. In real life, many factors may contribute to uncertainty in data and these include unexpected movement in the data trend or noise corrupted data, etc. An unexpected trend movement in the data can occur in many different problem domain such as in the financial field (stock trading), the medical field (blood glucose regulation), or in nature (flash floods, earthquakes, tsunami, etc), and certain levels of noise interference during the data collection is inevitable. Traditional fuzzy systems or offline models require a relatively complete rule base to provide good modelling of the data. Additionally, this approach is not designed to change after the training process. Hence, the offline model is constrained by the boundaries of the fixed rule base which limits the flexibility of handling data drift. On the other hand, the online models often build up the rule base from scratch based on the data presented. As the size of rule grows incrementally, the problems of exploding rule base will be encountered. Rule pruning mechanism which removes rules that are of less significance was proposed. However such pruning mechanism may removes crucial, yet currently inactive, fuzzy rules with overlapping fuzzy sets from the rule base. Some evolving models had claimed to be able to handle concept drift problem. When new data is presented to the model, it will be able to inference a result and create new rules if rule creating criteria is met. However, in the case of concept shift problem where new data is significantly different from the past, poor inference result may be produced. Sparse rule base may be formed commonly in two conditions. One, due to the lack of expert knowledge in a specific problem domain, or two, when the fuzzy neural network with rule pruning ability removes overlapping fuzzy rules unintentionally, as mentioned above. The limited flexibility of the offline model to handle data drift, and deficient modelling ability of online model to handle data shift have encouraged the exploration of incorporating fuzzy interpolation and extrapolation technique (FIE) to both models. Fuzzy interpolation technique is able to infer a result in a sparse or an incomplete fuzzy rule base. On the other hand, fuzzy extrapolation technique is able to infer a result when new data is found beyond the existing coverage of the rule base. Such technique enables the fixed rule base of an offline model to infer a result when new data is beyond the boundary of existing rule base, and also enable an online model to infer a result either in a sparse rule base or when new data is too far beyond the coverage of existing rule base. In this thesis, a new fuzzy interpolation and extrapolation technique extended to the Takagi-Sugeno-Kang fuzzy inference system will be introduced. The incorporation of the proposed FIE technique into two existing fuzzy neural system, representing both offline and online models, will be presented. The results shall show how the incorporation of the proposed FIE technique handles a sparse rule base or concept drift/shift and produces better result as compared to the original extended model.
author2 Quek Hiok Chai
author_facet Quek Hiok Chai
Zhou, Jair Weigui
format Theses and Dissertations
author Zhou, Jair Weigui
author_sort Zhou, Jair Weigui
title Sparse dynamic reorganising fuzzy neural networks
title_short Sparse dynamic reorganising fuzzy neural networks
title_full Sparse dynamic reorganising fuzzy neural networks
title_fullStr Sparse dynamic reorganising fuzzy neural networks
title_full_unstemmed Sparse dynamic reorganising fuzzy neural networks
title_sort sparse dynamic reorganising fuzzy neural networks
publishDate 2017
url http://hdl.handle.net/10356/72395
_version_ 1759857225455632384
spelling sg-ntu-dr.10356-723952023-03-04T00:49:06Z Sparse dynamic reorganising fuzzy neural networks Zhou, Jair Weigui Quek Hiok Chai Douglas Leslie Maskell School of Computer Science and Engineering Centre for Computational Intelligence DRNTU::Engineering::Computer science and engineering Fuzzy logic systems can broadly be grouped into two main types; namely: linguistic fuzzy systems (Mamdani) and precise fuzzy systems (Takagi-Sugeno-Kang). Fuzzy neural systems have been extensively researched and utilized in recent years because of their learning capability and interpretability in data modelling. Fuzzy rules are formed in fuzzy neural systems using either the batch learning approach (offline) or the sequential/evolving learning approach (online). Evolving fuzzy neural systems normally incorporate rule pruning mechanisms which refine the knowledge base to better represent the current trend in the observation, and also reduce the system complexity. In real life, many factors may contribute to uncertainty in data and these include unexpected movement in the data trend or noise corrupted data, etc. An unexpected trend movement in the data can occur in many different problem domain such as in the financial field (stock trading), the medical field (blood glucose regulation), or in nature (flash floods, earthquakes, tsunami, etc), and certain levels of noise interference during the data collection is inevitable. Traditional fuzzy systems or offline models require a relatively complete rule base to provide good modelling of the data. Additionally, this approach is not designed to change after the training process. Hence, the offline model is constrained by the boundaries of the fixed rule base which limits the flexibility of handling data drift. On the other hand, the online models often build up the rule base from scratch based on the data presented. As the size of rule grows incrementally, the problems of exploding rule base will be encountered. Rule pruning mechanism which removes rules that are of less significance was proposed. However such pruning mechanism may removes crucial, yet currently inactive, fuzzy rules with overlapping fuzzy sets from the rule base. Some evolving models had claimed to be able to handle concept drift problem. When new data is presented to the model, it will be able to inference a result and create new rules if rule creating criteria is met. However, in the case of concept shift problem where new data is significantly different from the past, poor inference result may be produced. Sparse rule base may be formed commonly in two conditions. One, due to the lack of expert knowledge in a specific problem domain, or two, when the fuzzy neural network with rule pruning ability removes overlapping fuzzy rules unintentionally, as mentioned above. The limited flexibility of the offline model to handle data drift, and deficient modelling ability of online model to handle data shift have encouraged the exploration of incorporating fuzzy interpolation and extrapolation technique (FIE) to both models. Fuzzy interpolation technique is able to infer a result in a sparse or an incomplete fuzzy rule base. On the other hand, fuzzy extrapolation technique is able to infer a result when new data is found beyond the existing coverage of the rule base. Such technique enables the fixed rule base of an offline model to infer a result when new data is beyond the boundary of existing rule base, and also enable an online model to infer a result either in a sparse rule base or when new data is too far beyond the coverage of existing rule base. In this thesis, a new fuzzy interpolation and extrapolation technique extended to the Takagi-Sugeno-Kang fuzzy inference system will be introduced. The incorporation of the proposed FIE technique into two existing fuzzy neural system, representing both offline and online models, will be presented. The results shall show how the incorporation of the proposed FIE technique handles a sparse rule base or concept drift/shift and produces better result as compared to the original extended model. Doctor of Philosophy 2017-07-05T08:24:19Z 2017-07-05T08:24:19Z 2017 Thesis Zhou, J. W. (2017). Sparse dynamic reorganising fuzzy neural networks. Doctoral thesis, Nanyang Technological University, Singapore. http://hdl.handle.net/10356/72395 10.32657/10356/72395 en 168 p. application/pdf