April 1, 2009 will

Fuzzy Thinking

I have an idea germinating that involves using fuzzy logic, something I only had a passing knowledge of. After reading the Wikipedia articles and Googling for it I'm more informed but still haven't found a perfect resource.

The only Python code I have found was informative, but it was from way back in 1990. If there are any Pythonistas who know of a more up-to-date fuzzy logic module, or fuzzy logic resource in general, please let me know!

Use Markdown for formatting
*Italic* **Bold** `inline code` Links to [Google](http://www.google.com) > This is a quote > ```python import this ```
your comment will be previewed here
gravatar
Gregor
Hi,
this module contains a fuzzy object:

http://www.koders.com/python/fidB24718099AB3A989B05724D05F56218F3C2F53E6.aspx?s=sort#L221
gravatar
Peter
Will -
I am also interested in this… On a lark I just searched sourceforge for fuzzy and python. Got 8 hits. Have a look.

http://sourceforge.net/search/?words=fuzzy+python&type_of_search=soft&pmode=0&words=fuzzy+AND+python

Maybe this helps?
Pete
gravatar
Luis
Look at CLIPS, one of the versions support Fuzzy Logic and it has a python binder.
gravatar
Jim
Hello Will,

A good book that explains fuzzy logic well is Bart Kosko's
“Fuzzy Thinking: The New Science of Fuzzy Logic”

Best regards,
Jim