Top "Fuzzy-logic" questions

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.

Inverse Logistic Function / Reverse Sigmoid Function

I am currently coding up a fuzzy logic library in java. I have found the equations for all the standard …

java math fuzzy-logic
Is it possible to do a Levenshtein distance in Excel without having to resort to Macros?

Let me explain. I have to do some fuzzy matching for a company, so ATM I use a levenshtein distance …

excel excel-formula levenshtein-distance fuzzy-logic
Fuzzy logic in java

I have been given a new project module which involves fuzzy logic. It is to determine different Hydrometeors using fuzzy …

java fuzzy-logic
What is fuzzy logic?

I'm working with a couple of AI algorithms at school and I find people use the words Fuzzy Logic to …

artificial-intelligence logic theory definition fuzzy-logic
skfuzzy can not be recognized

I made a traffic light prototype from raspi. My source code has given an error. The erorr said Traceback (most …

python raspberry-pi fuzzy-logic fuzzy
Fuzzy logic membership function in C

I'm trying to implement a fuzzy logic membership function in C for a hobby robotics project but I'm not quite …

c membership set arduino fuzzy-logic
SQL Fuzzy Join - MSSQL

I have two sets of data. Existing customers and potential customers. My main objective is to figure out if any …

sql tsql fuzzy-search fuzzy-logic fuzzy-comparison
elasticsearch fuzzy matching max_expansions & min_similarity

I'm using fuzzy matching in my project mainly to find misspellings and different spellings of the same names. I need …

elasticsearch fuzzy-search fuzzy-logic fuzzy-comparison
Comparing (similar) images with Python/PIL

I'm trying to calculate the similarity (read: Levenshtein distance) of two images, using Python 2.6 and PIL. I plan to us …

python python-imaging-library fuzzy-logic fuzzy-comparison
Fuzzy logic in Python

I'm searching for a good fuzzy library in Python but the ones that I'm finding are not being maintained and …

python fuzzy-logic