from your experience/from what you have encountered, what are some practical applications of fuzzy systems? I know about system control and fuzzy controllers, about intrinsic linguistic support, but here I refer to concrete applications of fuzzy, where this approach was proven to be successful or fitted very well.
|
|
|
We have implemented a robotic path planner using a fuzzy controller. Traditionally, controllers are implemented using PID Controllers and are a real pain to calibrate. A fuzzy controller is more intuitive to program, since it uses a mapping table that explores the human knowledge. For example, this could be a fuzzy rule in a fuzzy controller:
Traditional fuzzy logic (fuzzy sets, etc) are employed to define the ranges for things like "very fast" and "small" and the corresponding operations (AND, OR, etc). From my experience, 90% of time a traditional and proven PID controller will be enough, simple and reliable. |
|||
|
|
|
From Wikipedia:
Here's another detailed list of applications for fuzzy logic. And some advocacy about how fuzzy logic is good for some applications. |
|||
|
|
|
Optical character reader softwares and handwritting recognition uses fuzzy logic. |
|||||||||||||
|