scispace - formally typeset
Search or ask a question

Showing papers on "Fuzzy associative matrix published in 2006"


Journal ArticleDOI
TL;DR: Experimental results show that better control can be achieved using a type-2 FLC with fewer fuzzy sets/rules so one benefit of type-1 FLC is a lower trade-off between modeling accuracy and interpretability.

246 citations


01 Jan 2006
TL;DR: It is shown that the representation and reasoning capabilities of fuzzy SHOIN ( d ), the corresponding Description Logic of the ontology description language OWL DL, go clearly beyond classical SHOin ( d ).
Abstract: In this paper we present a fuzzy version of SHOIN (D), the corresponding Description Logic of the ontology description language OWL DL. We show that the representation and reasoning capabilities of fuzzy SHOIN (D) go clearly beyond classical SHOIN (D). Interesting features are: (i) concept constructors are based on t-norm, t-conorm, negation and implication; (ii) concrete domains are fuzzy sets; (iii) fuzzy modifiers are allowed; and (iv) entailment and subsumption relationships may hold to some degree in the unit interval [0, 1].

244 citations


Journal ArticleDOI
TL;DR: A modified fuzzy LLSM, which is formulated as a constrained nonlinear optimization model, is suggested to tackle all problems of the fuzzy logarithmic least squares method and its advantages.

209 citations


Journal ArticleDOI
TL;DR: It is proved that finding all of the real solutions which satisfy in a system with interval coefficients is NP-hard, and some heuristics based methods on Dubois and Prade’s approach are employed, finding some positive fuzzy vector x which satisfies A ˜ x ˜ = b ˜, where A and b are a fuzzy matrix and a fuzzy vector respectively.

207 citations


Journal ArticleDOI
TL;DR: This paper develops a systematic approach to the assessment of fuzzy association rules by partitioning the data stored in a database into examples of a given rule, counterexamples, and irrelevant data, and evaluation measures are derived from the cardinalities of the corresponding subsets.
Abstract: In order to allow for the analysis of data sets including numerical attributes, several generalizations of association rule mining based on fuzzy sets have been proposed in the literature. While the formal specification of fuzzy associations is more or less straightforward, the assessment of such rules by means of appropriate quality measures is less obvious. Particularly, it assumes an understanding of the semantic meaning of a fuzzy rule. This aspect has been ignored by most existing proposals, which must therefore be considered as ad-hoc to some extent. In this paper, we develop a systematic approach to the assessment of fuzzy association rules. To this end, we proceed from the idea of partitioning the data stored in a database into examples of a given rule, counterexamples, and irrelevant data. Evaluation measures are then derived from the cardinalities of the corresponding subsets. The problem of finding a proper partition has a rather obvious solution for standard association rules but becomes less trivial in the fuzzy case. Our results not only provide a sound justification for commonly used measures but also suggest a means for constructing meaningful alternatives.

191 citations


Journal ArticleDOI
TL;DR: A novel hybrid learning algorithm based on a genetic algorithm to design a growing fuzzy Neural Network, named self-organizing fuzzy neural network based on genetic algorithms (SOFNNGA), to implement Takagi-Sugeno (TS) type fuzzy models is proposed in this paper.
Abstract: A novel hybrid learning algorithm based on a genetic algorithm to design a growing fuzzy neural network, named self-organizing fuzzy neural network based on genetic algorithms (SOFNNGA), to implement Takagi-Sugeno (TS) type fuzzy models is proposed in this paper. A new adding method based on geometric growing criterion and the epsiv-completeness of fuzzy rules is first used to generate the initial structure. Then a hybrid algorithm based on genetic algorithms, backpropagation, and recursive least squares estimation is used to adjust all parameters including the number of fuzzy rules. This has two steps: First, the linear parameter matrix is adjusted, and second, the centers and widths of all membership functions are modified. The GA is introduced to identify the least important neurons, i.e., the least important fuzzy rules. Simulations are presented to illustrate the performance of the proposed algorithm

160 citations


Journal ArticleDOI
01 Feb 2006
TL;DR: In this paper, a new fuzzy rough set approach is proposed, which does not use any fuzzy logical connectives (t-norm, t-conorm, fuzzy implication) to reduce the part of arbitrary in the fuzzy rough approximation.
Abstract: We propose a new fuzzy rough set approach which, differently from most known fuzzy set extensions of rough set theory, does not use any fuzzy logical connectives (t-norm, t-conorm, fuzzy implication). As there is no rationale for a particular choice of these connectives, avoiding this choice permits to reduce the part of arbitrary in the fuzzy rough approximation. Another advantage of the new approach is that it is based on the ordinal properties of fuzzy membership degrees only. The concepts of fuzzy lower and upper approximations are thus proposed, creating a base for induction of fuzzy decision rules having syntax and semantics of gradual rules. The proposed approach to rule induction is also interesting from the viewpoint of philosophy supporting data mining and knowledge discovery, because it is concordant with the method of concomitant variations by John Stuart Mill. The decision rules are induced from lower and upper approximations defined for positive and negative relationships between credibility degrees of multiple premises, on one hand, and conclusion, on the other hand.

132 citations


Book ChapterDOI
TL;DR: In this paper, a fuzzy version of SHOIN (d) is presented, where concept constructors are based on t-norm, t-conorm, negation and implication, and concrete domains are fuzzy sets.
Abstract: In this paper we present a fuzzy version of SHOIN ( d ), the corresponding Description Logic of the ontology description language OWL DL. We show that the representation and reasoning capabilities of fuzzy SHOIN ( d ) go clearly beyond classical SHOIN ( d ). Interesting features are: (i) concept constructors are based on t-norm, t-conorm, negation and implication; (ii) concrete domains are fuzzy sets; (iii) fuzzy modifiers are allowed; and (iv) entailment and subsumption relationships may hold to some degree in the unit interval

129 citations


Journal Article
TL;DR: A new fuzzy rough set approach which, differently from most known fuzzy set extensions of rough set theory, does not use any fuzzy logical connectives (t-norm, t-conorm, fuzzy implication) and creates a base for induction of fuzzy decision rules having syntax and semantics of gradual rules.
Abstract: We propose a new fuzzy rough set approach which, differently from most known fuzzy set extensions of rough set theory, does not use any fuzzy logical connectives (t-norm, t-conorm, fuzzy implication). As there is no rationale for a particular choice of these connectives, avoiding this choice permits to reduce the part of arbitrary in the fuzzy rough approximation. Another advantage of the new approach is that it is based on the ordinal properties of fuzzy membership degrees only. The concepts of fuzzy lower and upper approximations are thus proposed, creating a base for induction of fuzzy decision rules having syntax and semantics of gradual rules. The proposed approach to rule induction is also interesting from the viewpoint of philosophy supporting data mining and knowledge discovery, because it is concordant with the method of concomitant variations by John Stuart Mill. The decision rules are induced from lower and upper approximations defined for positive and negative relationships between credibility degrees of multiple premises, on one hand, and conclusion, on the other hand.

125 citations


Journal ArticleDOI
14 Jun 2006
TL;DR: A GA-based framework for finding membership functions suitable for mining problems and then using the final best set of membership functions to mine fuzzy association rules, which shows the effectiveness of the framework.
Abstract: Data mining is most commonly used in attempts to induce association rules from transaction data. Transactions in real-world applications, however, usually consist of quantitative values. This paper thus proposes a fuzzy data-mining algorithm for extracting both association rules and membership functions from quantitative transactions. We present a GA-based framework for finding membership functions suitable for mining problems and then use the final best set of membership functions to mine fuzzy association rules. The fitness of each chromosome is evaluated by the number of large 1-itemsets generated from part of the previously proposed fuzzy mining algorithm and by the suitability of the membership functions. Experimental results also show the effectiveness of the framework.

112 citations


Journal ArticleDOI
TL;DR: A state-of-charge (SOC) estimation system for the lead-acid battery, which is free from the time-dependent variation of the battery characteristics, is developed by using an improved Coulomb metric method and the learning system uses the fuzzy logic.

Journal ArticleDOI
01 Jan 2006
TL;DR: Improving the fuzzy Analytic Hierarchy Process (AHP) method is proposed by using the approximate fuzzy eigenvector of such fuzzy symmetry matrix, which reflects the dispersed projection of decision information in general.
Abstract: For fuzzy multi-attribute decision-making, a fuzzy symmetry matrix, by referring to covariance definition of random variables, is constructed as attribute evaluation space based on fuzzy decision-making matrix. Improving the fuzzy Analytic Hierarchy Process (AHP) method is proposed by using the approximate fuzzy eigenvector of such fuzzy symmetry matrix. This algorithm reflects the dispersed projection of decision information in general. It has better objectivity and resolving power for the decision-making. This algorithm is used for illustration and comparison with other methods. The results are applied in an example to illustrate that this algorithm is more efficient and objective for multi-attribute decision-making application.

Journal ArticleDOI
TL;DR: This paper introduces implicative fuzzy associative memories (IFAMs), a class of associative neural memories based on fuzzy set theory, and presents a series of results for autoassociative models including one pass convergence, unlimited storage capacity and tolerance with respect to eroded patterns.
Abstract: Associative neural memories are models of biological phenomena that allow for the storage of pattern associations and the retrieval of the desired output pattern upon presentation of a possibly noisy or incomplete version of an input pattern. In this paper, we introduce implicative fuzzy associative memories (IFAMs), a class of associative neural memories based on fuzzy set theory. An IFAM consists of a network of completely interconnected Pedrycz logic neurons with threshold whose connection weights are determined by the minimum of implications of presynaptic and postsynaptic activations. We present a series of results for autoassociative models including one pass convergence, unlimited storage capacity and tolerance with respect to eroded patterns. Finally, we present some results on fixed points and discuss the relationship between implicative fuzzy associative memories and morphological associative memories

Journal ArticleDOI
TL;DR: Within the effectively formalized representation developed here, based on a complete logical system, it is possible to reconstruct numerous well-known properties of CRI-related fuzzy inference methods, albeit not from the analytic point of view as usually presented, but as formal derivations of the logical system employed.

Journal ArticleDOI
TL;DR: A fuzzy heuristic is developed to solve the mixed-model line balancing problem with fuzzy processing time based on the aggregating fuzzy numbers and combined precedence constraints, and new approximated fuzzy arithmetic operation is presented.

Journal ArticleDOI
TL;DR: Both delay-independent and delay-dependent results are presented, and the theoretical results are given in terms of linear matrix inequalities (LMIs).
Abstract: Takagi-Sugeno (T-S) fuzzy model provides an effective representation of complex nonlinear systems in terms of fuzzy sets and fuzzy reasoning applied to a set of linear input/output submodels. Recently, a number of authors studied the T-S fuzzy systems with time delays. In this paper, the passivity and feedback passification of T-S fuzzy systems with time delays are considered. Both delay-independent and delay-dependent results are presented, and the theoretical results are given in terms of linear matrix inequalities (LMIs). Numerical examples are given which illustrate the effectiveness of the theoretical results.

Journal ArticleDOI
Bing Zheng1, Ke Wang1
TL;DR: The general mxn fuzzy linear system is studied using the embedding method and the solution and therefore the weak fuzzy solution to the fuzzy system are expressed by using the generalized inverses of the coefficient matrix.

Journal ArticleDOI
Mehmet Kaya1
01 May 2006
TL;DR: Optimized fuzzy association rule mining is introduced in terms of three important criteria; strongness, interestingness and comprehensibility, and multi-objective Genetic Algorithm based approaches for discovering these optimized rules are proposed.
Abstract: Association rules form one of the most widely used techniques to discover correlations among attribute in a database. So far, some efficient methods have been proposed to obtain these rules with respect to an optimal goal, such as: to maximize the number of large itemsets and interesting rules or the values of support and confidence for the discovered rules. This paper first introduces optimized fuzzy association rule mining in terms of three important criteria; strongness, interestingness and comprehensibility. Then, it proposes multi-objective Genetic Algorithm (GA) based approaches for discovering these optimized rules. Optimization technique according to given criterion may be one of two different forms; The first tries to determine the appropriate fuzzy sets of quantitative attributes in a prespecified rule, which is also called as certain rule. The second deals with finding both uncertain rules and their appropriate fuzzy sets. Experimental results conducted on a real data set show the effectiveness and applicability of the proposed approach.

Journal ArticleDOI
TL;DR: This investigation develops a supervisory control approach, such that a fuzzy controller can be synthesized more efficiently on an LMI framework, and a robust control scheme is applied to the T-S fuzzy model with parametric uncertainties.

Journal ArticleDOI
TL;DR: This work deduces some interesting properties of the diameter and the midpoint of the solution of fuzzy subsets of ℝ and compares the solutions with the corresponding ones in the crisp case.
Abstract: We give the expression for the solution to some particular initial value problems in the space E1 of fuzzy subsets of ℝ. We deduce some interesting properties of the diameter and the midpoint of the solution and compare the solutions with the corresponding ones in the crisp case.

Journal ArticleDOI
TL;DR: This work approximate parametric fuzzy numbers with polynomial parametric fuzziness, a version of fuzzy logic that is similar to but not the same as that in fuzzy mathematics.

Journal ArticleDOI
01 Nov 2006
TL;DR: A novel model to represent fuzzy knowledge is developed and when compared with other related models, the HLFPN model preserves several significant advantages.
Abstract: This correspondence presents a high-level fuzzy Petri net (HLFPN) model to represent the fuzzy production rules of a knowledge-based system, where a fuzzy production rule is the one that describes the fuzzy relation between the antecedent and the consequent. The HLFPN can be used to model fuzzy IF-THEN rules and IF-THEN-ELSE rules, where the fuzzy truth values of the propositions are restricted to [0, 1]. Based on the HLFPN model, an efficient algorithm is proposed to automatically reason about imprecise and fuzzy information. In this correspondence, a novel model to represent fuzzy knowledge is developed. When compared with other related models, the HLFPN model preserves several significant advantages. Finally, main results are presented in the form of eight properties and are supported by a comparison with other existing algorithms

Journal ArticleDOI
TL;DR: An eigenvector method is proposed to generate interval or fuzzy weight estimate from an intervals or fuzzy comparison matrix, which differs from Csutora and Buckley's Lambda-Max method in several aspects.

Journal ArticleDOI
Vicenç Torra1, Yasuo Narukawa
TL;DR: The interpretation of fuzzy integrals is studied, focusing on Sugeno ones, and their application to fuzzy inference systems when the rules are not independent is shown.

Journal ArticleDOI
TL;DR: Treating images as fuzzy relations, two algorithms of generating eigen fuzzy sets that are used in the reconstruction process are proposed and it is confirmed that the approximation error of the first algorithm is decreased to 41.5% of that of the conventional one.

Journal ArticleDOI
TL;DR: The chromatic fuzzy sum and strength of fuzzy graph are defined and it is shown that there exists an upper (a lower) bound for the chromatics fuzzy sum of a fuzzy graph.
Abstract: The fuzzy coloring of a fuzzy graph was defined by the authors in Eslahchi and Onagh (2004). In this paper we define the chromatic fuzzy sum and strength of fuzzy graph. Some properties of these concepts are studied. It is shown that there exists an upper (a lower) bound for the chromatic fuzzy sum of a fuzzy graph.

Journal ArticleDOI
TL;DR: A new method to determine the membership functions of fuzzy sets directly from data to maximize the class-attribute interdependence and, hence, improve the classification results is presented.
Abstract: Classification is an important topic in data mining research. To better handle continuous data, fuzzy sets are used to represent interval events in the domains of continuous attributes, allowing continuous data lying on the interval boundaries to partially belong to multiple intervals. Since the membership functions of fuzzy sets can profoundly affect the performance of the models or rules discovered, the determination of membership functions or fuzzy partitioning is crucial. In this paper, we present a new method to determine the membership functions of fuzzy sets directly from data to maximize the class-attribute interdependence and, hence, improve the classification results. In other words, it forms a fuzzy partition of the input space automatically, using an information-theoretic measure to evaluate the interdependence between the class membership and an attribute as the objective function for fuzzy partitioning. To find the optimum of the measure, it employs fractional programming. To evaluate the effectiveness of the proposed method, several real-world data sets are used in our experiments. The experimental results show that this method outperforms other well-known discretization and fuzzy partitioning approaches.

Journal ArticleDOI
Wen Li1, Yutaka Hori1
TL;DR: A four-layer fuzzy-neural network structure and some algorithms for extracting fuzzy rules from numeric data by applying the functional equivalence between radial basis function (RBF) networks and a simplified class of fuzzy inference systems are proposed.
Abstract: A four-layer fuzzy-neural network structure and some algorithms for extracting fuzzy rules from numeric data by applying the functional equivalence between radial basis function (RBF) networks and a simplified class of fuzzy inference systems are proposed. The RBF neural network not only expresses the architecture of fuzzy systems clearly but also maintains the explanative characteristic of linguistic meaning. The fuzzy partition algorithm of input space, inference algorithm, and parameter tuning algorithm are also discussed. Simulation examples are given to illustrate the validity of the proposed algorithms

Posted Content
TL;DR: A fuzzy logic approach to defining the ranking function allows combining the logic-based model with the vector model and the resulting model possesses simplicity and formalism of the logic based model, and the flexibility and performance of the vectors model.
Abstract: We propose a fuzzy logic (FL) approach to defining the ranking function. FL provides a convenient way of converting knowledge expressed in a natural language into fuzzy logic rules. The resulting ranking function could be easily viewed, extended, and verified: • if (tf is high) and (idf is high) → (relevance is high); • if (overlap is high) → (relevance is high). By using above FL rules, we are able to achieve performance approximately equal to the state of the art search engine Apache Lucene (∆P10 +0.92%; ∆MAP -0.1%). The fuzzy logic approach allows combining the logic-based model with the vector model. The resulting model possesses simplicity and formalism of the logic based model, and the flexibility and performance of the vector model.