Skip to content

ChetanSinha/Python-Type1-Fuzzy-Inference-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This project is divided into 4 parts:

Type-1_Fuzzy_Inference_System

This repo has python implementation for Type 1 Fuzzy Inference System concepts with 2 Antecedents and 1 Consequent.

Type1_FuzzySystem_Func.py: Contains all the functions used to perform the implementation of Type 1 Fuzzy Inference System

Type1_FuzzySystem_Main.py: Contains the prototype(or format) for main function. The example used in this main.py is of Antecedents as Weight, Height and Consequent as Fitness Level.

Description

This repo has Python Implementation of Type 1 Fuzzy Inference System with crisp inputs.

Requirements

  • Python 3.4+
  • numpy
  • matplotlib
  • skfuzzy

Installation

  • numpy: pip install numpy in cmd or powershell(Windows)/ terminal(linux)
  • matplotlib: pip install matplotlib in cmd or powershell(Windows)/ terminal(linux)
  • skfuzzy: pip install scikit-fuzzy in cmd or powershell(Windows)/ terminal(linux)

Lower Membership Function

The skfuzzy_lmf package contains the implementation of Lower membership function with a upper bound(or height).

Contact

About

Implementation of Type 1 fuzzy inference system with 2 antecedent and 1 consequent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages