Fuzzy Logic
This series introduces fuzzy logic and fuzzy inference systems (FIS). With Boolean logic, a statement can only have two truth values: true or false. With fuzzy logic, the truth of a statement can have any value that ranges between 0 (absolutely false) and 1 (absolutely true). Learn how to use fuzzy logic to design a FIS, which is a function that maps a set of inputs to outputs using human-interpretable rules rather than more abstract mathematics. Developing a FIS doesn’t require a model, so it works well for complex systems with underlying mechanisms that are not fully known. If you have some experience and intuition about the system, then you can develop and implement the rules.