【问题标题】:Practical uses of fuzzy theory?模糊理论的实际用途?
【发布时间】:2010-01-16 09:29:40
【问题描述】:

根据您的经验/您所遇到的情况,模糊系统有哪些实际应用?我了解系统控制和模糊控制器,了解内在语言支持,但这里我指的是模糊的具体应用,这种方法被证明是成功的或非常适合。

【问题讨论】:

    标签: fuzzy-logic


    【解决方案1】:

    我们使用模糊控制器实现了机器人路径规划器。传统上,控制器是使用 PID 控制器实现的,校准起来很麻烦。模糊控制器编程更直观,因为它使用探索人类知识的映射表。

    例如,这可能是模糊控制器中的模糊规则:

    IF distance from car in front of you IS small AND speed IS very fast 
      THEN brake pressure IS very high.
    

    传统的模糊逻辑(模糊集等)用于定义“非常快”和“小”等事物的范围以及相应的操作(AND、OR 等)。

    根据我的经验,在 90% 的情况下,传统且经过验证的 PID 控制器就足够、简单且可靠。

    【讨论】:

      【解决方案2】:

      来自Wikipedia

      模糊逻辑用于以下操作或编程:

      * Air conditioners
      * Automobile and such vehicle subsystems as automatic transmissions, ABS and cruise control
      * Tokyo monorail
      * Cameras
      * Digital image processing, such as edge detection
      * Dishwashers
      * Elevators
      * Some microcontrollers and microprocessors (e.g. Freescale 68HC12)
      * Hydrometeor classification algorithms for polarimetric weather radar
      * Language filters on message boards and chat rooms for filtering out offensive text
      * The Massive engine used in the Lord of the Rings films, which allowed large-scale armies to enact random yet orderly movements
      * Mineral Deposit estimation
      * Pattern recognition in Remote Sensing
      * Rice cookers
      * Video game artificial intelligence
      * Home appliances (e.g. washing machine)
      

      这里是another 模糊逻辑应用的详细列表。以及 some advocacy 关于模糊逻辑对某些应用程序的好处。

      【讨论】:

      • 谢谢。如果您想添加更多内容,请随意添加。
      【解决方案3】:

      光学字符阅读器软件和手写识别使用模糊逻辑。

      【讨论】:

      • 我认为这是一个非常笼统的评论。虽然模糊当然可以应用于手写识别软件的某些部分,但并非所有 OCR 都使用模糊逻辑。
      • 我认为问题并没有说列出仅使用模糊逻辑的应用程序。
      猜你喜欢
      • 2011-06-16
      • 1970-01-01
      • 2014-06-19
      • 2010-10-17
      • 1970-01-01
      • 1970-01-01
      • 2020-10-06
      • 2011-07-09
      相关资源
      最近更新 更多