Questions tagged [fuzzy-logic]

Fuzzy logic is logic handling uncertainty by using as truth values a real number between 0 and 1 to represent less or more certainty about a variable. Fuzzy operators similarly work with degrees of truth.

What is it?

Fuzzy logic is logic handling uncertainty by using as truth values a real number between 0 and 1 to represent less or more certainty about a variable. It is a form of many-valued logic. Fuzzy operators similarly work with degrees of truth.

How does it work?

Fuzzy logic deals with reasoning that is approximate rather than fixed and exact. In contrast with traditional logic theory, where binary sets have two-valued logic: true or false, 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.

The reasoning in fuzzy logic is similar to human reasoning. It allows for approximate values and inferences as well as incomplete or ambiguous data (fuzzy data) as opposed to only relying on crisp data (binary yes/no choices). Fuzzy logic is able to process incomplete data and provide approximate solutions to problems other methods find difficult to solve.

In traditional logic, an answer is either black or white. Using fuzzy logic, the answer could be white, black or any variation of grey.

Related tags

Useful links

419 questions
0
votes
1 answer

I can't filter facts with fuzzyvariables when using modifiers

Hi im using FuzzyClips v6.10.d, i was reading about using modifiers for fuzzy variables and tried it: (deftemplate temperature 0.0 1.0 ; ( (cold (z 0.1 0.2)) (warm(PI 0.3 0.6)) (hot (s 0.7 0.9)) (hyperhot very…
Keka Bron
  • 419
  • 4
  • 17
0
votes
0 answers

SSIS Fuzzy Logic from stored procedure

We are building an SSIS package with a Fuzzy Logic transform which needs to be called from a stored procedure. There are a few articles on calling an SSIS package from a stored procedure, but what we need to do is: Not only call it, but pass a…
0
votes
1 answer

String fuzzy matching in dataframe

I have a dataframe containing the title of an article and the url links associated. My problem is that the url link is not necessary in the row of the corresponding title, example: title | urls …
ML_Enthousiast
  • 1,147
  • 1
  • 15
  • 39
0
votes
1 answer

Fuzzy Logic Toolbox Matlab

I am getting the following error while writing the Matlab code using fuzzy logic toolbox and am unable to resolve it Error using evalfismex Illegal parameters in fisTriangleMf() --> a > b Error in evalfis (line 83) [output,IRR,ORR,ARR] =…
hsyeda
  • 3
  • 1
0
votes
0 answers

Fuzzy Logic for matching attributes for user records

I am trying to come up with an algorithm for matching a set of user attributes, based on weight-ages (few attributes hold much priority compared to others) so as to have a handy recommendation engine based on the top most match from a fuzzy logic.…
0
votes
1 answer

choosing the largest weights when connecting with fuzzy logic in R

I need merge two datasets df1 df1=structure(list(id = structure(c(1L, 4L, 5L, 6L, 2L, 3L), .Label = c("195/75 R16C-Tire CORDIANT Business CA", "215/75 R17,5-Tires KAMA NR-201 driving axle", "235/70 R16-Tire KAMA-221", "275/70 R22,5-Tire TYREX ALL…
psysky
  • 3,037
  • 5
  • 28
  • 64
0
votes
0 answers

Gurobi installation issue

I've installed Gurobi to make it possible to use fuzzy DL reasoner in protege. below error issue after pressing solve button in protege fuzzy tab: java.lang.UnsatisfiedLinkError: no GurobiJni65 in java.library.path java.lang.UnsatisfiedLinkError:…
alex
  • 7,551
  • 13
  • 48
  • 80
0
votes
0 answers

i have two csv files as shown shown in the format below and i want to fuzzy match these and get the highest ratio matched

FIle-1 FILE-2 Name Age Name Age Hiites 21 Hitesh 21 Hardick 11 Hardik 11 Rajes 48 Rajesh 48 Snha 47 Sneha 47 Here i want to match the names and get…
Unknown14
  • 21
  • 5
0
votes
1 answer

Fuzzy Image Enhancement

I need to implement an algorithm that makes Fuzzy Image Enhancement but I can't find any implementations to start with. Could you point me to some (googled with no success).
0
votes
3 answers

Matlab Anfis More than one output?

Can Anfis (Adaptive Neuro-Fuzzy Inference Systems) in Matlab can have more than one output? By the way , is it a good idea to use Anfis to decide to ON/OFF fan and lights ? acording to the example in matlab website , I can see there is one output…
wizztjh
  • 6,979
  • 6
  • 58
  • 92
0
votes
1 answer

Fuzzy logic rule generation

What is the correct formula for finding the number of rules, having 5 inputs (S, O, F, C, W) and 2 lingustic terms (high and low)? How many rules will be created in this problem? Thanks
0
votes
1 answer

Practical problems of artificial intelligence on client side

Can anybody provide me with examples of front-end problems that could be solved by means of artificial intelligence models (neural networks, fuzzy logic, genetic algorithms)? The only thing I've found is "Optimization of web newspaper layout in real…
0
votes
1 answer

MATLAB -How to plot Type-2 Fuzzy membership functions?

I need to plot Interval Type-2 Fuzzy Membership function. Please help how to get this kind of plot:
thevobot
  • 23
  • 7
0
votes
1 answer

Sugeno, set output value 0 and 1, why sometimes the output value is 0.5

I have set a Sugeno fuzzy controller to control the movement of a platte. When the value of output is 1, the platte moves, when the value is 0, the platte stops. But it's weird, sometimes the value is 0.5, I don't know what this represents and…
0
votes
1 answer

fuzzy system python assertion error during input

I have built a fuzzy control system that takes three inputs (x,y,z) that accept (poor, average, or good) values and returns one output (w) with (low, average, or high) value. unfortunately, when I test the system I get an assertion error without any…
Bander
  • 35
  • 1
  • 8