Data Science Asked on March 23, 2021
I am trying to implement fuzzy logic system to classifiy dataset of 12 inputs and 1 ouput. I wanna understand as first taks to fuzzify inputs how Can we set intervals or we need to segment inputs first in order to fuzzify them
below is an example of fuzzification but the chose of the intervals is not clear.
Any suggestion or explication will be appreciated
# Generate fuzzy membership functions
qual_lo = fuzz.trimf(x_qual, [0, 0, 5])
qual_md = fuzz.trimf(x_qual, [0, 5, 10])
qual_hi = fuzz.trimf(x_qual, [5, 10, 10])
I think it would be more helpful for us if you put all yours code and language which are you using. I suppose that's are you using Python. In this case try Python library scikit-fuzzy. Some examples at the link: https://pythonhosted.org/scikit-fuzzy/auto_examples/index.html
Answered by fuwiak on March 23, 2021
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP