模糊理论的实际应用?
根据您的经验/所遇到的情况,模糊系统有哪些实际应用?我了解系统控制和模糊控制器,了解内在语言支持,但在这里我指的是模糊的具体应用,这种方法被证明是成功的或非常适合。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我们使用模糊控制器实现了机器人路径规划器。传统上,控制器是使用 PID 控制器实现的,校准起来非常痛苦。模糊控制器的编程更加直观,因为它使用探索人类知识的映射表。
例如,这可能是模糊控制器中的模糊规则:
传统的模糊逻辑(模糊集等)用于定义“非常快”和“小”等事物的范围以及相应的运算(AND、OR等) )。
根据我的经验,90% 的情况下,传统且经过验证的 PID 控制器就足够了,简单且可靠。
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.