To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

Fuzzy rules are used within fuzzy logic systems to infer an output based on input variables. Modus ponens and modus tollens are the most important rules of inference.[1] A modus ponens rule is in the form

Premise: x is A
Implication: IF x is A THEN y is B
Consequent: y is B

In crisp logic, the premise x is A can only be true or false. However, in a fuzzy rule, the premise x is A and the consequent y is B can be true to a degree, instead of entirely true or entirely false.[2] This is achieved by representing the linguistic variables A and B using fuzzy sets.[2] In a fuzzy rule, modus ponens is extended to generalised modus ponens:.[2]

Premise: x is A*
Implication: IF x is A THEN y is B
Consequent: y is B*

The key difference is that the premise x is A can be only partially true. As a result, the consequent y is B is also partially true. Truth is represented as a real number between 0 and 1, where 0 is false and 1 is true.

YouTube Encyclopedic

  • 1/3
    Views:
    9 477
    28 805
    3 631
  • Fuzzy rule based systems and Mamdani controllers etc-Lecture 21 By Prof S Chakraverty
  • Module 2 lecture 3 Fuzzy Rule base and Approximate Reasoning
  • Fuzzy Rule Based Diagnostic System For Detecting The Lung Cancer Disease|EEE Projects in Bangalore

Transcription

Comparison between Boolean and fuzzy logic rules

As an example, consider a rule used to control a three-speed fan. A binary IF-THEN statement may be then

IF temperature 30
THEN fan speed is 3

The disadvantage of this rule is that it uses a strict temperature as a threshold, but the user may want the fan to still function at this speed when temperature = 29.9. A fuzzy IF-THEN statement may be

IF temperature is hot
THEN fan speed is fast

where hot and fast are described using fuzzy sets.

Fuzzy rule connectors

Rules can connect multiple variables through fuzzy set operations using t-norms and t-conorms.

T-norms are used as an AND connector.[3][4][5] For example,

IF temperature is hot AND humidity is high
THEN fan speed is fast

The degree of truth assigned to temperature is hot and to humidity is high. The result of a t-norm operation on these two degrees is used as the degree of truth that fan speed is fast.

T-conorms are used as an OR connector.[5] For example,

IF temperature is hot OR humidity is high
THEN fan speed is fast

The result of a t-conorm operation on these two degrees is used as the degree of truth that fan speed is fast.

The complement of a fuzzy set is used as a negator.[5] For example,

IF temperature is NOT hot
THEN fan speed is slow

The fuzzy set not hot is the complement of hot. The degree of truth assigned to temperature is not hot is used as the degree of truth that fan speed is slow.

T-conorms are less commonly used as rules can be represented by AND and OR connectors exclusively.

See also

References

  1. ^ B., Enderton, Herbert (2001). A mathematical introduction to logic (2nd ed.). San Diego, Calif.: Academic Press. ISBN 978-0122384523. OCLC 45830890.{{cite book}}: CS1 maint: multiple names: authors list (link)
  2. ^ a b c Mendel, Jerry M. (2001). Uncertain rule-based fuzzy logic systems : introduction and new directions. Upper Saddle River, NJ: Prentice Hall PTR. ISBN 978-0130409690. OCLC 45314121.
  3. ^ Martin Larsen, P. (1980). "Industrial applications of fuzzy logic control". International Journal of Man-Machine Studies. 12 (1): 3–10. doi:10.1016/s0020-7373(80)80050-2. ISSN 0020-7373.
  4. ^ Mamdani, E.H. (1974). "Application of fuzzy algorithms for control of simple dynamic plant". Proceedings of the Institution of Electrical Engineers. 121 (12): 1585. doi:10.1049/piee.1974.0328. ISSN 0020-3270.
  5. ^ a b c H.-J., Zimmermann (1991). Fuzzy Set Theory - and Its Applications (Second, revised ed.). Dordrecht: Springer Netherlands. ISBN 9789401579490. OCLC 851369348.


This page was last edited on 10 March 2022, at 19:19
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.