In this post I want to show online resources that will illustrate that Fuzzy Systems can be simple and most of all are very elegant way to solve some problems.
I had fuzzy set theory in one of my data-mining modules during my university time, studying comp science. It was straight forward but then I never had to make much use of it (only a tiny bit in my PhD). So anyway, let's just jump into it!
- A great way to start is to work through a real illustrative example, in which a Non-Fuzzy solution is explained, and then the Fuzzy solution is introduced and is shown that it actually does work better... <<This page does exactly that>>
- Get this by looking at many more examples... <<Here>>
- Try to build a Fuzzy Inference System yourself - based on the idea of "learning by doing"... <<this can be done here>> (note: this is Matlab based, but this doesn't matter at all)
- Research papers making use of Fuzzy sets might be usefull cheap option to learn more (<<for example>>), check out a book (or two) and play with a relevant code library.
Python: pyFuzzy, peach || Java: RockOn Fuzzy, Funzy || C#.net: DotFuzzy
Great Books