fuzzy logic

fuzzy logic

[¦fəz·ē ′läj·ik]
(mathematics)
The logic of approximate reasoning, bearing the same relation to approximate reasoning that two-valued logic does to precise reasoning.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.

fuzzy logic

A superset of Boolean logic dealing with the concept of partial truth -- truth values between "completely true" and "completely false". It was introduced by Dr. Lotfi Zadeh of UCB in the 1960's as a means to model the uncertainty of natural language.

Any specific theory may be generalised from a discrete (or "crisp") form to a continuous (fuzzy) form, e.g. "fuzzy calculus", "fuzzy differential equations" etc. Fuzzy logic replaces Boolean truth values with degrees of truth which are very similar to probabilities except that they need not sum to one. Instead of an assertion pred(X), meaning that X definitely has the property associated with predicate "pred", we have a truth function truth(pred(X)) which gives the degree of truth that X has that property. We can combine such values using the standard definitions of fuzzy logic:

truth(not x) = 1.0 - truth(x) truth(x and y) = minimum (truth(x), truth(y)) truth(x or y) = maximum (truth(x), truth(y))

(There are other possible definitions for "and" and "or", e.g. using sum and product). If truth values are restricted to 0 and 1 then these functions behave just like their Boolean counterparts. This is known as the "extension principle".

Just as a Boolean predicate asserts that its argument definitely belongs to some subset of all objects, a fuzzy predicate gives the degree of truth with which its argument belongs to a fuzzy subset.

Usenet newsgroup: news:comp.ai.fuzzy.

E-mail servers: <fuzzynet@aptronix.com>, <rnalib@its.bldrdoc.gov>, <fuzzy-server@til.com>.

ftp://ftp.hiof.no/pub/Fuzzy, ftp://ntia.its.bldrdoc.gov/pub/fuzzy.

FAQ.

James Brule, "Fuzzy systems - a tutorial", 1985.

STB Software Catalog, includes a few fuzzy tools.

[H.J. Zimmerman, "Fuzzy Sets, Decision Making and Expert Systems", Kluwer, Dordrecht, 1987].

["Fuzzy Logic, State of the Art", Ed. R. Lowen, Marc Roubens, Theory and Decision Library, D: System theory, Knowledge Engineering and Problem Solving 12, Kluwer, Dordrecht, 1993, ISBN 0-7923-2324-6].
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)

fuzzy logic

A mathematical technique for dealing with imprecise data and problems that have many solutions rather than one. Although it is implemented in digital computers which ultimately make only yes-no decisions, fuzzy logic works with ranges of values, solving problems in a way that more resembles human logic. See fuzzy search and fuzzy computer.

Fuzzy logic is used for solving problems with expert systems and real-time systems that must react to an imperfect environment of highly variable, volatile or unpredictable conditions. It "smoothes the edges" so to speak, circumventing abrupt changes in operation that could result from relying on traditional either-or and all-or-nothing logic. See AI.

A Matter of Degree
The fuzzy logic concept was conceived in 1964 by Lotfi Zadeh, former chairman of the electrical engineering and computer science department at the University of California at Berkeley, while he was contemplating how to program software for handwriting recognition. Zadeh expanded on traditional set theory by making membership in a set a matter of degree rather than a yes-no situation. See set theory.
Copyright © 1981-2025 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.
Mentioned in
Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.