Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 698 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 698 Bytes

Fuzzy Inference

A Fuzzy Inference based prediction model for predicting number of customers attending a theme parks based on the weather.

Skfuzzy librabry is used for fuzzy logic tools, like fuzzification, defuzzification and evaluation.

Member functions used for fuzzilogic is the triangular member function. For evalution the Mamdani model is used along with centre of gravity method used for defuzzification.

Newly added relations to the dataset influene the results for better relatioship functions.

Prerequisites:

  1. Numpy
  2. Skfuzzy
  3. MatPlotLib