Fuzzy Mathematics with Python (FuzzPy, part 1)
blog.madpython.com
Fuzzy Mathematics with Python (FuzzPy, part 1)
1–7 of 7 posts
Re: Fuzzy Mathematics with Python (FuzzPy, part 1)
#2Re: Fuzzy Mathematics with Python (FuzzPy, part 1)
#3Can anyone elaborate on some applications of fuzzy sets? I'm guessing something like strength of relationships in given social graphs as an example.
Re: Fuzzy Mathematics with Python (FuzzPy, part 1)
#4Can anyone elaborate on some applications of fuzzy sets? I'm guessing something like strength of relationships in given social graphs as an example.
http://www.amazon.com/Modeling-Algorithms-Exploration-Kaufma...
http://www.amazon.com/Fuzzy-Logic-Business-Industry-Windows/...
http://www.amazon.com/Fuzzy-Systems-Handbook-Second-Practiti...
Re: Fuzzy Mathematics with Python (FuzzPy, part 1)
#5Can anyone elaborate on some applications of fuzzy sets? I'm guessing something like strength of relationships in given social graphs as an example.
Re: Fuzzy Mathematics with Python (FuzzPy, part 1)
#6http://en.wikipedia.org/wiki/Weighted_graph#Weighted_graphs_...
Re: Fuzzy Mathematics with Python (FuzzPy, part 1)
#7In what sense is a "fuzzy graph" different than a standard weighted graph? http://en.wikipedia.org/wiki/Weighted_graph#Weighted_graphs_...
Also, since your graph elements are all members of a fuzzy set, you can also perform fuzzy set operations against your vertices or edges, whereas using weights for this type of work might often yield useless results.