Interval (mathematics): Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>I am One of Many
Reverted 1 edit by 2606:a000:100d:c04a:6570:c40d:166e:94ca (talk): Unconstructive. (TW)
en>Quondum
→‎Infinite endpoints: fixing some confused discussion
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''Fuzzy logic''' is a form of [[many-valued logic]]; it deals with [[reasoning]] that is approximate rather than fixed and exact. Compared to traditional [[wiktionary:binary|binary]] sets (where variables may take on [[Two-valued logic|true or false values]]) fuzzy logic variables may have a [[truth value]] that ranges in degree between 0 and 1. Fuzzy logic has been extended to handle the concept of partial truth, where  the truth value may range between completely true and completely false.<ref>Novák, V., Perfilieva, I. and Močkoř, J. (1999) ''Mathematical principles of fuzzy logic'' Dodrecht: Kluwer Academic. ISBN 0-7923-8595-0</ref> Furthermore, when [[linguistic]] variables are used, these degrees may be managed by specific functions.  Irrationality can be described in terms of what is known as the fuzzjective.{{citation needed|date=November 2013}}
I'm Laurel and I live in Bearsbridge. <br>I'm interested in Educational Studies, Gymnastics and English art. I like travelling and reading fantasy.
 
The term "fuzzy logic" was introduced with the 1965 proposal of [[fuzzy set theory]] by [[Lotfi A. Zadeh]].<ref>{{cite web |url=http://plato.stanford.edu/entries/logic-fuzzy/ |title=Fuzzy Logic |accessdate=2008-09-30 |work=Stanford Encyclopedia of Philosophy |publisher=Stanford University |date=2006-07-23 }}</ref><ref>Zadeh, L.A. (1965). "Fuzzy sets", ''Information and Control'' 8 (3): 338–353.</ref> Fuzzy logic has been applied to many fields, from [[control theory]] to [[artificial intelligence]]. Fuzzy logics however had been studied since the 1920s as infinite-valued logics notably by [[Jan Łukasiewicz|Łukasiewicz]] and [[Alfred Tarski|Tarski]].<ref>Francis Jeffry Pelletier, [http://www.sfu.ca/~jeffpell/papers/ReviewHajek.pdf Review of ''Metamathematics of fuzzy logics''] in ''The Bulletin of Symbolic Logic'', Vol. 6, No.3, (Sep. 2000), 342-346, {{JSTOR|421060}}</ref>
 
==Overview==
Classical logic only permits propositions having a value of truth or falsity. The notion of whether 1+1=2 is absolute, immutable, mathematical truth.  However, there exist certain propositions with variable answers, such as asking various people to identify a color.  The notion of truth doesn't fall by the wayside, but rather a means of representing and reasoning over partial knowledge is afforded, by aggregating all possible outcomes into a dimensional spectrum.
 
Both degrees of truth and [[probability|probabilities]] range between 0 and 1 and hence may seem similar at first. For example, let a 100&nbsp;ml glass contain 30&nbsp;ml of water. Then we may consider two concepts: Empty and Full. The meaning of each of them can be represented by a certain [[fuzzy set]]. Then one might define the glass as being 0.7&nbsp;empty and 0.3&nbsp;full. Note that the concept of emptiness would be [[subjectivity|subjective]] and thus would depend on the observer or [[designer]]. Another designer might equally well [[design]] a set membership function where the glass would be considered full for all values down to 50&nbsp;ml. It is essential to realize that fuzzy logic uses truth degrees as a [[mathematical model]] of the [[vagueness]] phenomenon while probability is a mathematical model of ignorance.
 
===Applying truth values===
A basic application might characterize subranges of a [[Variable (mathematics)|continuous variable]].  For instance, a temperature measurement for [[Anti-lock braking system|anti-lock brakes]] might have several separate membership functions defining particular temperature ranges needed to control the brakes properly. Each function maps the same temperature value to a truth value in the 0 to 1 range. These truth values can then be used to determine how the brakes should be controlled.
[[Image:Fuzzy logic temperature en.svg|thumb|center|300px|Fuzzy logic temperature]]
 
In this image, the meanings of the expressions ''cold'', ''warm'', and ''hot'' are represented by functions mapping a temperature scale. A point on that scale has three "truth values"—one for each of the three functions. The vertical line in the image represents a particular temperature that the three arrows (truth values) gauge. Since the red arrow points to zero, this temperature may be interpreted as "not hot". The orange arrow (pointing at 0.2) may describe it as "slightly warm" and the blue arrow (pointing at 0.8) "fairly cold".
 
===Linguistic variables===
While variables in mathematics usually take numerical values, in fuzzy logic applications, the non-numeric ''linguistic variables'' are often used to facilitate the expression of rules and facts.<ref>Zadeh, L. A. et al. 1996 ''Fuzzy Sets, Fuzzy Logic, Fuzzy Systems'', World Scientific Press, ISBN 981-02-2421-4</ref>
 
A linguistic variable such as ''age'' may have a value such as ''young'' or its antonym ''old''. However, the great utility of linguistic variables is that they can be modified via linguistic hedges applied to primary terms. The [[hedge (linguistics)|linguistic hedges]] can be associated with certain functions.
 
==Early applications==
 
The Japanese were the first to utilize fuzzy logic for practical applications. The first notable application was on the high-speed train in Sendai, in which fuzzy logic was able to improve the economy, comfort, and precision of the ride.<ref>{{cite journal|last=Kosko|first=B|date=June 1, 1994|title=Fuzzy Thinking:  The New Science of Fuzzy Logic|journal=Hyperion}}</ref> It has also been used in recognition of hand written symbols in Sony pocket computers {{Citation needed|date=April 2013}}, Canon auto-focus technology {{Citation needed|date=April 2013}}, Omron auto-aiming cameras {{Citation needed|date=April 2013}}, earthquake prediction and modeling at the Institute of Seismology Bureau of Metrology in Japan {{Citation needed|date=April 2013}}, etc.
 
==Example==
 
=== Hard science with IF-THEN rules ===
 
[[Fuzzy set theory]] defines fuzzy operators on [[fuzzy set]]s. The problem in applying this is that the appropriate fuzzy operator may not be known. For this reason, fuzzy logic usually uses IF-THEN rules, or constructs that are equivalent, such as [[fuzzy associative matrix|fuzzy associative matrices]].
 
Rules are usually expressed in the form:<br />
IF ''variable'' IS ''property'' THEN ''action''
 
For example, a simple temperature regulator that uses a fan might look like this:
 
<syntaxhighlight lang="text">
IF temperature IS very cold THEN stop fan
IF temperature IS cold THEN turn down fan
IF temperature IS normal THEN maintain level
IF temperature IS hot THEN speed up fan
</syntaxhighlight>
 
There is no "ELSE" – all of the rules are evaluated, because the temperature might be "cold" and "normal" at the same time to different degrees.
 
The AND, OR, and NOT [[logical operator|operators]] of [[boolean logic]] exist in fuzzy logic, usually defined as the minimum, maximum, and complement; when they are defined this way, they are called the ''Zadeh operators''. So for the fuzzy variables x and y:
 
<syntaxhighlight lang="text">
NOT x = (1 - truth(x))
x AND y = minimum(truth(x), truth(y))
x OR y = maximum(truth(x), truth(y))
</syntaxhighlight>
 
There are also other operators, more linguistic in nature, called ''hedges'' that can be applied. These are generally adverbs such as "very", or "somewhat", which modify the meaning of a set using a mathematical [[formula]].
 
==Logical analysis==
In [[mathematical logic]], there are several [[formal system]]s  of "fuzzy logic"; most of them belong among so-called [[t-norm fuzzy logics]].
 
=== Propositional fuzzy logics ===
The most important propositional fuzzy logics are:
* [[MTL (logic)|Monoidal t-norm-based propositional fuzzy logic]] MTL is an axiomatization of logic where [[Logical conjunction|conjunction]] is defined by a left continuous [[t-norm]], and implication is defined as the residuum of the t-norm. Its [[structure (mathematical logic)|model]]s correspond to MTL-algebras that are prelinear commutative bounded integral [[residuated lattice]]s.
* [[BL (logic)|Basic propositional fuzzy logic]] BL is an extension of MTL logic where conjunction is defined by a continuous t-norm, and implication is also defined as the residuum of the t-norm. Its models correspond to BL-algebras.
* [[Lukasiewicz fuzzy logic|Łukasiewicz fuzzy logic]] is the extension of basic fuzzy logic BL where standard conjunction is the Łukasiewicz t-norm. It has the axioms of basic fuzzy logic plus an axiom of double negation, and its models correspond to MV-algebras.
* Gödel fuzzy logic is the extension of basic fuzzy logic BL where conjunction is [[Gödel]] t-norm. It has the axioms of BL plus an axiom of idempotence of conjunction, and its models are called G-algebras.
* Product fuzzy logic is the extension of basic fuzzy logic BL where conjunction is product t-norm. It has the axioms of BL plus another axiom for cancellativity of conjunction, and its models are called product algebras.
* Fuzzy logic with evaluated syntax (sometimes also called Pavelka's logic), denoted by EVŁ, is a further generalization of mathematical fuzzy logic. While the above kinds of fuzzy logic have traditional syntax and many-valued semantics, in EVŁ is evaluated also syntax. This means that each formula has an evaluation. Axiomatization of EVŁ stems from Łukasziewicz fuzzy logic. A generalization of classical Gödel completeness theorem is provable in EVŁ.
 
=== Predicate fuzzy logics ===
These extend the above-mentioned fuzzy logics by adding [[universal quantifier|universal]] and [[existential quantifier]]s in a manner similar to the way that [[predicate logic]] is created from [[propositional logic]]. The semantics of the universal (resp. existential) quantifier in [[t-norm fuzzy logics]] is the [[infimum]] (resp. [[supremum]]) of the truth degrees of the instances of the quantified subformula.
 
===Decidability issues for fuzzy logic===
The notions of a "decidable subset" and "[[recursively enumerable]] subset" are basic ones for [[classical mathematics]] and [[classical logic]]. Thus the question of a suitable extension of these concepts to [[fuzzy set theory]] arises. A first proposal in such a direction was made by E.S. Santos by the notions of ''fuzzy [[Turing machine]]'', ''Markov normal fuzzy algorithm'' and ''fuzzy program'' (see Santos 1970). Successively, L. Biacino and G. Gerla argued that the proposed definitions are rather questionable and therefore they proposed the following ones. Denote by ''Ü''  the set of rational numbers in [0,1]. Then a fuzzy subset ''s'' : ''S'' <math>\rightarrow</math>[0,1] of a set ''S'' is ''recursively enumerable'' if a recursive map ''h'' : ''S''×''N'' <math>\rightarrow</math>''Ü'' exists such that, for every ''x'' in ''S'', the function ''h''(''x'',''n'') is increasing with respect to ''n'' and ''s''(''x'') = lim ''h''(''x'',''n'').
We say that ''s'' is ''decidable'' if both ''s'' and its complement –''s'' are recursively enumerable. An extension of such a theory to the general case of the L-subsets is possible (see Gerla 2006).
The proposed definitions are well related with fuzzy logic. Indeed, the following theorem holds true (provided that the deduction apparatus of the considered fuzzy logic satisfies some obvious effectiveness property).
 
'''Theorem.''' Any axiomatizable fuzzy theory is recursively enumerable. In particular, the [[fuzzy set]] of logically true formulas is recursively enumerable in spite of the fact that the crisp set of valid formulas is not recursively enumerable, in general. Moreover, any axiomatizable and complete theory is decidable.
 
It is an open question to give supports for a ''Church thesis'' for [[fuzzy mathematics]] the proposed notion of recursive enumerability for fuzzy subsets is the adequate one. To this aim, an extension of the notions of fuzzy grammar and fuzzy Turing machine should be necessary (see for example Wiedermann's paper). Another open question is to start from this notion to find an extension of [[Gödel]]'s theorems to fuzzy logic.
 
===Synthesis of fuzzy logic functions given in tabular form===
 
It is known that any [[boolean logic]] function could be represented using a truth table mapping each set of variable values into set of values {0,1}. The task of synthesis of boolean logic function given in tabular form is one of basic tasks in traditional logic that is solved via disjunctive (conjunctive) perfect normal form.
 
Each fuzzy (continuous) logic function could be represented by a choice table containing all possible variants of comparing arguments and their negations. A choice table maps each variant into value of an argument or a negation of an argument. For instance, for two arguments
a row of choice table contains a variant of comparing values x<sub>1</sub>, ¬x<sub>1</sub>, x<sub>2</sub>, ¬x<sub>2</sub> and the corresponding function value
 
f( x <sub>2</sub> ≤ ¬x<sub>1</sub> ≤ x<sub>1</sub> ≤ ¬x<sub>2</sub> ) = ¬x<sub>1</sub>
 
The task of synthesis of fuzzy logic function given in tabular form was solved in.<ref>[http://daze.ho.ua Zaitsev D.A.], Sarbei V.G., Sleptsov A.I., [http://dx.doi.org/10.1007/BF02742068 Synthesis of continuous-valued logic functions defined in tabular form, Cybernetics and Systems Analysis, Volume 34, Number 2 (1998), 190-195.]</ref> New concepts of constituents of minimum and maximum were introduced. The sufficient and necessary conditions that a choice table defines a fuzzy logic function were derived.
 
==Fuzzy databases==
Once fuzzy relations are defined, it is possible to develop fuzzy [[relational database]]s. The first fuzzy relational database, FRDB, appeared in [[Maria Zemankova|Maria Zemankova's]] dissertation. Later, some other models arose like the Buckles-Petry model, the Prade-Testemale Model, the Umano-Fukami model or the GEFRED model by J.M. Medina, M.A. Vila et al. In the context of fuzzy databases, some fuzzy querying languages have been defined, highlighting the [[SQLf]] by P. Bosc et al. and the [[FSQL]] by J. Galindo et al. These languages define some structures in order to include fuzzy aspects in the SQL statements, like fuzzy conditions, fuzzy comparators, fuzzy constants, fuzzy constraints, fuzzy thresholds, linguistic labels and so on.
 
Much progress has been made to take fuzzy logic database applications to the web and let the world easily use them, for example: http://sullivansoftwaresystems.com/cgi-bin/fuzzy-logic-match-algorithm.cgi?SearchString=garia This enables fuzzy logic matching to be incorporated into and database system or application.
 
==Comparison to probability==
Fuzzy logic and probability are different ways of expressing uncertainty. While both fuzzy logic and probability theory can be used to represent subjective belief, [[fuzzy set theory]] uses the concept of [[fuzzy set]] membership (i.e., ''how much'' a variable is in a set), and probability theory uses the concept of [[subjective probability]] (i.e., ''how probable'' do I think that a variable is in a set). While this distinction is mostly philosophical, the fuzzy-logic-derived [[possibility theory|possibility measure]] is inherently different from the [[probability measure]], hence they are not ''directly'' equivalent. However, many [[statisticians]] are persuaded by the work of [[Bruno de Finetti]] that only one kind of mathematical uncertainty is needed and thus fuzzy logic is unnecessary.  On the other hand, [[Bart Kosko]] argues{{citation needed|date=December 2011}} that probability is a subtheory of fuzzy logic, as probability only handles one kind of uncertainty. He also claims{{citation needed|date=December 2011}} to have proven a derivation of [[Bayes' theorem]] from the concept of fuzzy subsethood. [[Lotfi A. Zadeh]] argues that fuzzy logic is different in character from probability, and is not a replacement for it. He fuzzified probability to fuzzy probability and also generalized it to what is called [[possibility theory]]. (cf.<ref>Novák, V. "Are fuzzy sets a reasonable tool for modeling vague phenomena?", ''Fuzzy Sets and Systems'' '''156''' (2005) 341—348.</ref>)  More generally, fuzzy logic is one of many different proposed extensions to classical logic, known as [[probabilistic logic]]s, intended to deal with issues of uncertainty in classical logic, the inapplicability of probability theory in many domains, and the paradoxes of [[Dempster-Shafer theory]].
 
==Relation to ecorithms==
Harvard's Dr. [[Leslie Valiant]], co-author of the [[Valiant-Vazirani theorem]], uses the term "ecorithms" to describe how many less exact systems and techniques like fuzzy logic (and "less robust" logic) can be applied to [[learning algorithms]]. Valiant essentially redefines machine learning as evolutionary. Ecorithms and fuzzy logic also have the common property of dealing with possibilities more than probabilities, although feedback and feedforward, basically stochastic "weights," are a feature of both when dealing with, for example, dynamical systems.
 
In general use, ecorithms are algorithms that learn from their more complex environments (hence eco) to generalize, approximate and simplify solution logic. Like fuzzy logic, they are methods used to overcome continuous variables or systems too complex to completely enumerate or understand discretely or exactly. See in particular p.&nbsp;58 of the reference comparing induction/invariance, robust, mathematical and other logical limits in computing, where techniques including fuzzy logic and natural data selection (ala "computational Darwinism") can be used to shortcut computational complexity and limits in a "practical" way (such as the brake temperature example in this article).<ref>Valiant, Leslie, (2013) ''Probably Approximately Correct: Nature's Algorithms for Learning and Prospering in a Complex World'' New York: Basic Books. ISBN 978-0465032716</ref>
 
== See also ==
{{Portal|Logic|Thinking}}
 
{{colbegin|2}}
* [[Adaptive neuro fuzzy inference system]] (ANFIS)
* [[Artificial neural network]]
* [[Defuzzification]]
* [[Expert system]]
* [[False dilemma]]
* [[Fuzzy architectural spatial analysis]]
* [[Fuzzy classification]]
* [[Fuzzy complex]]
* [[Fuzzy concept]]
* [[Fuzzy Control Language]]
* [[Fuzzy control system]]
* [[Fuzzy electronics]]
* [[Fuzzy subalgebra]]
* [[FuzzyCLIPS]]
* [[High Performance Fuzzy Computing]]
* [[IEEE Computational Intelligence Society#Publications|IEEE Transactions on Fuzzy Systems]]
* [[Interval finite element]]
* [[Machine learning]]
* [[Neuro-fuzzy]]
* [[Noise-based logic]]
* [[Rough set]]
* [[Sorites paradox]]
* [[Type-2 fuzzy sets and systems]]
* [[Vector logic]]
{{colend}}
 
==References==
{{Reflist}}
 
== Bibliography ==
* {{cite journal | author=Arabacioglu, B. C. | year=2010 | title= Using fuzzy inference system for architectural space analysis | journal= Applied Soft Computing | volume=10 | issue=3 | pages=926–937 | doi= 10.1016/j.asoc.2009.10.011 |url=http://www.sciencedirect.com/science/article/pii/S1568494609002014}}
* {{Cite journal|last=Biacino|first=L.|coauthors=Gerla, G.|year=2002|title=Fuzzy logic, continuity and effectiveness|url=|journal=Archive for Mathematical Logic|issn=0933-5846|volume=41|issue=7|pages=643–667|doi=10.1007/s001530100128}}
* {{Cite book|last=Cox|first=Earl|title=The fuzzy systems handbook: a practitioner's guide to building, using, maintaining fuzzy systems|publisher=AP Professional|location=Boston|year=1994|isbn=0-12-194270-8}}
* {{Cite journal|last=Gerla|first=Giangiacomo|coauthors=|year=2006|title=Effectiveness and Multivalued Logics|url=|journal=Journal of Symbolic Logic|issn=0022-4812|volume=71|issue=1|pages=137–162|doi=10.2178/jsl/1140641166}}
* {{Cite book|last=Hájek|first=Petr|title=Metamathematics of fuzzy logic|publisher=Kluwer|location=Dordrecht|year=1998|isbn=0-7923-5238-6}}
* {{Cite journal|last=Hájek|first=Petr|coauthors=|year=1995|title=Fuzzy logic and arithmetical hierarchy|url=|journal=Fuzzy Sets and Systems|issn=0165-0114|volume=3|issue=8|pages=359–363|doi=10.1016/0165-0114(94)00299-M}}
* {{Cite book|last=Halpern|first=Joseph Y.|title=Reasoning about uncertainty |publisher=MIT Press|location=Cambridge, Mass|year=2003|isbn=0-262-08320-5}}
* {{Cite book|last=Höppner|first=Frank|coauthors=Klawonn, F.; Kruse, R.; Runkler, T.|title=Fuzzy cluster analysis: methods for classification, data analysis and image recognition|publisher=John Wiley|location=New York|year=1999|isbn=0-471-98864-2}}
* {{Cite book|last=Ibrahim|first=Ahmad M.|coauthors=|authorlink=|title=Introduction to Applied Fuzzy Electronics|edition=|publisher=Prentice Hall|location=Englewood Cliffs, N.J|year=1997|isbn=0-13-206400-6}}
* {{Cite book|last=Klir|first=George J.|coauthors=Folger, Tina A.|authorlink=George Klir|title=Fuzzy sets, uncertainty, and information|publisher=Prentice Hall |location=Englewood Cliffs, N.J|year=1988|isbn=0-13-345984-5}}
* {{Cite book|last=Klir|first=George J.|coauthors=St Clair, Ute H.; Yuan, Bo|title=Fuzzy set theory: foundations and applications |publisher=Prentice Hall|location=Englewood Cliffs, NJ|year=1997|isbn=0-13-341058-7}}
* {{Cite book|last=Klir|first=George J.|coauthors=Yuan, Bo|title=Fuzzy sets and fuzzy logic: theory and applications|publisher=Prentice Hall PTR|location=Upper Saddle River, NJ|year=1995|isbn=0-13-101171-5}}
* {{Cite book|last=Kosko|first=Bart|authorlink=Bart Kosko|title=Fuzzy thinking: the new science of fuzzy logic|publisher=Hyperion|location=New York |year=1993|isbn=0-7868-8021-X}}
* {{Cite journal|doi=10.1038/scientificamerican0793-76|last=Kosko|first=Bart|last2=Isaka|first2=Satoru|title=Fuzzy Logic|journal=Scientific American|date=July 1993|volume=269|pages=76–81|issue=1}}
* {{Cite journal|last=Lohani|first=A.K.|coauthors=Goel, N.K.; Bhatia K.K.S.|year=2006|title=Takagi–Sugeno fuzzy inference system for modeling stage–discharge relationship|url=|journal=Journal of Hydrology|volume=331|issue=1|pages=146–160|doi=10.1016/j.jhydrol.2006.05.007}}
* {{Cite journal|last=Lohani|first=A.K.|coauthors=Goel, N.K.; Bhatia K.K.S.|year=2007|title=Deriving stage–discharge–sediment concentration relationships using fuzzy logic|url=|journal=Hydrological Sciences Journal|volume=52|issue=4|pages=793–807|doi=10.1623/hysj.52.4.793}}
* {{Cite journal|last=Lohani|first=A.K.|coauthors=Goel, N.K.; Bhatia K.K.S.|year=2011|title=Comparative study of neural network, fuzzy logic and linear transfer function techniques in daily rainfall‐runoff modelling under different input domains|url=|journal=Hydrological Processes|volume=25|issue=2|pages=175–193|doi=10.1002/hyp.7831}}
* {{Cite journal|last=Lohani|first=A.K.|coauthors=Goel, N.K.; Bhatia K.K.S.|year=2012|title=Hydrological time series modeling: A comparison between adaptive neuro-fuzzy, neural network and autoregressive techniques|url=|journal=Journal of Hydrology|volume=442-443|issue=6|pages=23–35|doi=10.1016/j.jhydrol.2012.03.031}}
*Malek Masmoudi and Alain Haït, Project scheduling under uncertainty using fuzzy modelling andsolving techniques, Engineering Applications of Artificial Intelligence - Elsevier, July 2012.
* Malek Masmoudi and Alain Haït, Fuzzy uncertainty modelling for project planning; application tohelicopter maintenance, International Journal of Production Research, Vol 50, issue 24, November2012.
* {{Cite journal|last=Montagna|first=F.|coauthors=|year=2001|title=Three complexity problems in quantified fuzzy logic|url=|journal=Studia Logica|issn=0039-3215|volume=68|issue=1|pages=143–152|doi=10.1023/A:1011958407631}}
* {{Cite book|last=Mundici|first=Daniele|coauthors=Cignoli, Roberto; D'Ottaviano, Itala M. L.|title=Algebraic foundations of many-valued reasoning |publisher=Kluwer Academic|location=Dodrecht|year=1999|isbn=0-7923-6009-5}}
* {{Cite book|last=Novák|first=Vilém|title=Fuzzy Sets and Their Applications|publisher=Adam Hilger|location=Bristol|year=1989|isbn=0-85274-583-4}}
* {{Cite journal|last=Novák|first=Vilém|year=2005|title=On fuzzy type theory|url=|journal=Fuzzy Sets and Systems|issn=|volume=149|issue=2|pages=235–273|doi=10.1016/j.fss.2004.03.027}}
* {{Cite book|last=Novák|first=Vilém|coauthors=Perfilieva, Irina; Močkoř, Jiří|title=Mathematical principles of fuzzy logic|publisher=Kluwer Academic|location=Dordrecht|year=1999|isbn=0-7923-8595-0}}
* {{Cite book|last=Onses|first=Richard|authorlink=Richard Onses|title=Second Order Experton: A new Tool for Changing Paradigms in Country Risk Calculation|year=1996|isbn=84-7719-558-7}}
* {{Cite book|last=Onses|first=Richard|authorlink=Richard Onses|title=Détermination de l´incertitude inhérente aux investissements en Amérique Latine sur la base de la théorie des sous ensembles flous|location=Barcelona|year=1994|isbn=84-475-0881-1}}
* {{Cite book|last=Passino|first=Kevin M.|coauthors=Yurkovich, Stephen|title=Fuzzy control|publisher=Addison-Wesley|location=Boston|year=1998|isbn=0-201-18074-X}}
* {{Cite book|last=Pedrycz|first=Witold|coauthors=Gomide, Fernando|title=Fuzzy systems engineering: Toward Human-Centerd Computing|publisher=Wiley-Interscience|location=Hoboken|year=2007|isbn=978-0-471-78857-7}}
*{{Cite journal | last1=Pu | first1=Pao Ming | last2=Liu | first2=Ying Ming | title=Fuzzy topology. I. Neighborhood structure of a fuzzy point and Moore-Smith convergence | year=1980 | journal=Journal of Mathematical Analysis and Applications | issn=0022-247X | volume=76 | issue=2 | pages=571–599 | doi=10.1016/0022-247X(80)90048-7 | postscript=<!--None--> | authorlink1=P. M. Pu}}
* {{Cite journal|last=Sahoo|first=Bhabagrahi|coauthors=Lohani, A.K.; Sahu, Rohit K.|year=2006|title=Fuzzy multiobjective and linear programming based management models for optimal land-water-crop system planning|url=|journal=Water resources management,Springer Netherlands|volume=20(6)|issue=1|pages=931–948}}
* {{Cite journal|doi=10.1016/S0019-9958(70)80032-8|last=Santos|first=Eugene S.|coauthors=|year=1970|title=Fuzzy Algorithms|journal=Information and Control|volume=17|issue=4|pages=326–339}}
* {{Cite journal|last=Scarpellini|first=Bruno|coauthors=|year=1962|title=Die Nichaxiomatisierbarkeit des unendlichwertigen Prädikatenkalküls von Łukasiewicz|journal=Journal of Symbolic Logic|issn=0022-4812|volume=27|issue=2|pages=159–170|doi=10.2307/2964111|publisher=Association for Symbolic Logic|jstor=2964111}}
* {{Cite book|last=Seising|first=Rudolf|title=The Fuzzification of Systems. The Genesis of Fuzzy Set Theory and Its Initial Applications -- Developments up to the 1970s  |publisher=Springer-Verlag|year=2007|isbn=978-3-540-71795-9}}
* {{Cite book|last=Steeb|first=Willi-Hans|title=The Nonlinear Workbook: Chaos, Fractals, Cellular Automata, Neural Networks, Genetic Algorithms, Gene Expression Programming, Support Vector Machine, Wavelets, Hidden Markov Models, Fuzzy Logic with C++, Java and SymbolicC++ Programs: 4edition|publisher=World Scientific|year=2008|isbn=981-281-852-9}}
* {{Cite book|last=Tsitolovsky|first=Lev|coauthors=Sandler, Uziel|title=Neural Cell Behavior and Fuzzy Logic|publisher=Springer|year=2008|isbn=978-0-387-09542-4}}
* {{Cite journal|last=Wiedermann|first=J.|coauthors=|year=2004|title=Characterizing the super-Turing computing power and efficiency of classical fuzzy Turing machines|url=|journal=Theor. Comput. Sci.|issn=|volume=317|issue=1–3|pages=61–69|doi=10.1016/j.tcs.2003.12.004}}
* {{Cite book|last=Yager|first=Ronald R.|coauthors=Filev, Dimitar P.|title=Essentials of fuzzy modeling and control|publisher=Wiley|location=New York|year=1994|isbn=0-471-01761-2}}
* {{Cite book|last=Van Pelt|first=Miles|title=Fuzzy Logic Applied to Daily Life|publisher=No No No No Press|location=Seattle, WA|year=2008|isbn=0-252-16341-9}}
* {{Cite book|last=Von Altrock|first=Constantin|title=Fuzzy logic and NeuroFuzzy applications explained|publisher=Prentice Hall PTR|location=Upper Saddle River, NJ|year=1995|isbn=0-13-368465-2}}
* {{Cite journal|last=Wilkinson|first=R.H.|coauthors=|year=1963|title=A method of generating functions of several variables using analog diode logic|url=|journal=IEEE Transactions on Electronic Computers |issn=|volume=12|issue=2|pages=112–129|doi=10.1109/PGEC.1963.263419}}
* {{Cite journal|last=Zadeh|first=L.A.|authorlink=Lotfi A. Zadeh|year=1968|title=Fuzzy algorithms|url=|journal=Information and Control|issn=0019-9958|volume=12|issue=2|pages=94–102|doi=10.1016/S0019-9958(68)90211-8}}
* {{Cite journal|last=Zadeh|first=L.A.|coauthors=|year=1965|title=Fuzzy sets|url=|journal=Information and Control|issn=0019-9958|volume=8|issue=3|pages=338–353|doi=10.1016/S0019-9958(65)90241-X}}
* {{Cite journal|author=Zemankova-Leech, M.|title=Fuzzy Relational Data Bases|version=Ph. D. Dissertation|publisher=Florida State University|year=1983}}
* {{Cite book|last=Zimmermann|first=H.|title=Fuzzy set theory and its applications|publisher=Kluwer Academic Publishers|location=Boston|year=2001|isbn=0-7923-7435-5}}
* Moghaddam, M. J., M. R. Soleymani, and M. A. Farsi. "Sequence planning for stamping operations in progressive dies." Journal of Intelligent Manufacturing(2013): 1-11.
 
==External links==
*[http://en.citizendium.org/wiki/Formal_fuzzy_logic Formal fuzzy logic] - article at [[Citizendium]]
*[http://www.scholarpedia.org/article/Fuzzy_Logic Fuzzy Logic] - article at [[Scholarpedia]]
*[http://www.scholarpedia.org/article/Modeling_with_words Modeling With Words] - article at Scholarpedia
*[http://plato.stanford.edu/entries/logic-fuzzy/ Fuzzy logic] - article at [[Stanford Encyclopedia of Philosophy]]
*[http://blog.peltarion.com/2006/10/25/fuzzy-math-part-1-the-theory Fuzzy Math] - Beginner level introduction to Fuzzy Logic
*[http://www.fuzzylite.com/ Fuzzylite] - A cross-platform, free open-source Fuzzy Logic Control Library written in C++. Also has a very useful graphic user interface in QT4.
*[http://www.cirvirlab.com/simulation/fuzzy_logic_calculator.php Online Calculator based upon Fuzzy logic] – Gives online calculation in educational example of fuzzy logic model.
{{Logic}}
{{Science and technology studies}}
 
{{DEFAULTSORT:Fuzzy Logic}}
[[Category:Fuzzy logic| ]]
[[Category:Artificial intelligence]]
[[Category:Logic in computer science]]
[[Category:Non-classical logic]]
[[Category:Probability interpretations]]

Latest revision as of 22:10, 7 September 2014

I'm Laurel and I live in Bearsbridge.
I'm interested in Educational Studies, Gymnastics and English art. I like travelling and reading fantasy.