twmeggs / anfis

Python implementation of an Adaptive neuro fuzzy inference system
MIT License
202 stars 108 forks source link

Shouldn't we use fuzzy multiplication? #24

Open yemresaadci opened 1 year ago

yemresaadci commented 1 year ago

Hi. Normal multiplication is used with the np.product(x) fuction in the ANFIS codes . Shouldn't it be necessary to use fuzzy multiplication and addition operations because membership degrees are used? If it should be as used in the codes, can you write the reason? This answer is so important for me. I would be very grateful if you could answer.