Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
9answers
2k views

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 explain any situation that they can solve with a couple of cases. When I go back to the books I just ...
6
votes
2answers
641 views

F# and Fuzzy Logic

I know it might sound strange but I would like to know one thing in this new world where Microsoft Visual F# is getting into. There are many application of this language, I am going to learn, ...
4
votes
2answers
1k views

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 e the python-levenshtein library for fast comparison. Main question: What ...
3
votes
1answer
725 views

Convert Matlab Fuzzy Logic toolbox fis file to c# / c++ / javascript

I have a Matlab program that is partially relies on Matlab's Fuzzy logic toolbox, which I want to convert to c# program (and later on to objective-c, but let's keep this for later). Is ther any means ...
3
votes
1answer
490 views

A concrete example of fuzzy logic

I remember reading a book about fuzzy logic and how it was being used in devices like washing machines. I haven't yet encountered a concrete example of this in code though. Do you know of any?
2
votes
1answer
287 views

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 to exactly understand how the fuzzy matching of elastic search works and how it ...
2
votes
4answers
383 views

Does fuzzy logic really improve simple machine learning algorithms?

I'm reading about fuzzy logic and I just don't see how it would possibly improve machine learning algorithms in most instances (which it seems to be applied to relatively often). Take for example, ...
2
votes
2answers
146 views

How can I map a list of ranges to a single value?

I've only recently jumped into the world of iphone development and objective-c, so I'm still a bit lost as to how I might implement something like this. I have a float, and I have a list of ranges ...
2
votes
2answers
1k views

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 sure how to start. I have inputs about objects near a point, such as distance or which ...
1
vote
2answers
58 views

Predicate… or some other term?

Just out of curiosity: if I have a class operator (or function or the like) that accepts several arguments (normally 1 or 2) and returns 1 of 3 values (instead of boolean true or false) should it ...
1
vote
2answers
33 views

A float subclass that can be evaluated to false (fuzzy logic) in Ruby

I need a class that can represent probabilities. It can be represented like a float between 0 and 1, and anything below 0.5 should evaluate to false. (or it can be between 1 and -1, anything negative ...
1
vote
3answers
81 views

Classification of review from customers into Good,Bad and Neutral

I have a typical AI Problem to solve. Customers gonna submit comments about a product. I have to be able to create a program that classify these comment as either good,bad or neutral. Surely, Neural ...
1
vote
2answers
71 views

Good (and recent) resource for expert systems

Does anyone know any good (and recent) resources for designing expert systems?
1
vote
1answer
134 views

Building an Intrusion Detection System using fuzzy logic

I want to develop an Intrusion Detection System (IDS) that might be used with one of the KDD datasets. In the present case, my dataset has 42 attributes and more than 4,000,000 rows of data. I am ...
1
vote
1answer
58 views

Fuzzy choice between a variable number of sets

I was wondering which is the simplest and most configurable way to obtain what I need in the following situation: I have a counter, let's call it X that will be used to extract one of the sets I ...
1
vote
1answer
218 views

Fast and quick pixel matching algorithm

I am stuck in a pixel matching algorithm for finding symbols in an image. I have 2 images of symbols that I intend to find in an image that has big resolution. Instead of a pixel by pixel matching ...
1
vote
2answers
275 views

Fuzzy Inference System

I am trying to use a .fis file by giving an iput using evalfis() function. I am giving input in the form: jo= myImage(2); % jo contains the graysacle value of pixel at location 2 ...
1
vote
1answer
259 views

when use evalfis “Warning: Some input values are outside of the specified input range.”

when use evalfis "Warning: Some input values are outside of the specified input range."" out_fis = anfis([1,1,1;2,2,2]) action = evalfis([3,3] , out_fis); Warning: Some input values are outside of ...
1
vote
1answer
245 views

Fuzzy Logic . How to get the complement

i came across the following fuzzy logic example about fuzzy logic. Representing Age Problem 2-1. Fuzzy sets can be used to represent fuzzy concepts. Let U be a reasonable age interval of human ...
1
vote
1answer
417 views

What free expert system can You recommend (with higher functionality then CLIPS)?

I'm trying to find best free expert system, with the highest functionality. I know about CLIPS, but is there another system, for example being able to accept percent of confidence for each rule ...
1
vote
0answers
46 views

FuzzyDL doesn't work

I am using FuzzyDL with Mac OS. The exit status is always: 133 - no computation of the input (example files!). What is wrong ?
0
votes
1answer
100 views

working with C++ fuzzylite lib and ObjC in iOS (fuzzy logic)

I've wandered into the deep end of the pool here. I've made some good progress but now am just thrashing around. I'm trying to use this fuzzy logic lib in iOS: http://code.google.com/p/fuzzy-lite/ ...
0
votes
0answers
44 views

i want to write a code that, the 'output' of my sub-fis be an 'input' of my main FIS

I have a question in fuzzy Logic of matlab.I'm useing FIS to evaluate my conceptual model. I have 4 sub-fis and one main FIS. i put my data in FIS editor and also i defined some rules for each ...
0
votes
0answers
71 views

How to convert .fis (Matlab) files to c/c++ files?

I have created a fuzzy inference system using MATLAB 7.9 and I would like to convert the resulting .fis file to a c/c++ file. Do I need any softwares for this?
0
votes
1answer
122 views

Bayesian network and fuzzy logic

Can anyone give me an example of a Bayesian network and fuzzy logic being used in intrusion detection? I'm struggling to figure out how it can be used. And any code on it? Thanks guys.
0
votes
0answers
82 views

I get the following message when I use mcc command in Matlab: Select a compiler: [0] None

I am trying to simulate AGV (Automated guided vehicle) dispatching using logic fuzzy in a simulation software called Automod. The software doesn't support logic fuzzy, so I did the logic fuzzy stuff ...
0
votes
1answer
125 views

FuzzyLogic in Javascript?

Does anyone know how one could access fuzzy logic from javascript? I have a good fuzzy library in Java and C++, but I wanted something I could run from HTML5/javascript.
0
votes
1answer
97 views

Is there any OCR that can be trained for new symbols?

Is there any free/open source OCR available that can be trained for new symbols and can also output the coordinates of symbol found in the target image? I have read that tesseract OCR can be trained, ...
0
votes
0answers
188 views

FIS Editor (Matlab)

I do wanna ask that if i have implemented fuzzy logic using Fuzzy Logic Toolbox (paricularly using FIS Editor) in MATLAB, so it gives an output in the form of a graph, can anyone suggest me some other ...
0
votes
1answer
301 views

Java JFuzzyLogic sourceforge running demos

Has anyone sucessfully run the JFuzzyLogic demos? I downloaded the zip file, unzipped it. Was able to run the tip example but there are several others withich did not run. Also the eclipse project ...
0
votes
1answer
150 views

rule based fuzzy control system and function approximation

I am trying to implement a function approximator (aggregation) using a rule-based fuzzy control system. So as to simplify my implementation (and have better understanding) I am trying to approximate ...
0
votes
0answers
107 views

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
3answers
473 views

Fuzzy Matching with threshold filter C#

I need to implement some kind of this: string textToSearch = "Extreme Golf: The Showdown"; string textToSearchFor = "Golf Extreme Showdown"; int fuzzyMatchScoreThreshold = 80; // One a 0 to 100 scale ...
0
votes
1answer
937 views

Fuzzy logic in java

I have been given a new project module which involves fuzzy logic.It is to determine different Hydrometeors using fuzzy logic method.I have very little idea about what fuzzy logic is.So i would like ...
0
votes
1answer
466 views

Defuzzification process of fuzzy sets in RDBMS

I have a table that stores all values..eg x1, x2, x3 which determines fuzzy sets. Degree of membership is assigned to each using mathematical functions for Low, Med, High. My rule 1 states that if ...