Togaware DATA MINING
Desktop Survival Guide
by Graham Williams
Google

F

Fuzzy Expert System: Uses Fuzzy Logic instead of Boolean Logic for reasoning in an Expert Systems.

Fuzzy Logic: Introduced by Dr. Lotfi Zadeh of UCB around 1960. A superset of conventional Boolean logic that allows truth values in the interval $[0,1]$, instead of just the set $\{0,
1\}$ with a rigorous set of mathematical operations that define how the logic system works. The most common definitions for the basic operations are:

\begin{displaymath}
truth(x AND y) = min (truth(x), truth(y));
truth(x OR y) = max (truth(x), truth(y));
truth(NOT x) = 1 - truth(x),
\end{displaymath}

where x and y are truth values (degree of belief, degree of membership).



Copyright © 2004-2006 [email protected]
Support further development through the purchase of the PDF version of the book.
Brought to you by Togaware.