模糊逻辑系统_在模糊逻辑系统中工作 人工智能

模糊逻辑系统

As discussed earlier, the Fuzzy Logic System consists of 4 components: the Knowledge Base, Fuzzification Module, Inference Engine, and the Defuzzification Module. We know how the data and information flow between these components, but we do not know how the processing of that information takes place. Here, we are going to study the same.

如前所述, 模糊逻辑系统由4个组件组成:知识库,模糊化模块,推理引擎和模糊化模块。 我们知道数据和信息在这些组件之间的流动方式,但是我们不知道该信息的处理方式。 在这里,我们将进行同样的研究。

会员功能 (Membership Function)

The membership function is the backbone of the Inference Engine. It is a function which quantifies the data and represents a Fuzzy Set, which is defined over the range 0 to 1 (both inclusive). The input space that the Membership Function works in is known as the Universe of Discourse and the data that it takes as input are usually linguistic terms.

隶属函数是推理引擎的基础。 它是一种量化数据并表示模糊集的函数,该模糊集在0到1(包括两者)的范围内定义。 隶属函数在其中起作用的输入空间被称为“话语宇宙”,而它作为输入的数据通常是语言术语。

The Linguistic terms can be defined as the words which define the physical characteristics of a function. For example, if we are defining the temperature of a body, then we use the terms which define the characteristics of it, like high, low, very high, moderate, etc. These are the linguistic terms here.

语言术语可以定义为定义功能的物理特征的单词。 例如,如果我们要定义一个物体的温度,那么我们将使用定义该物体特征的术语,例如高,低,非常高,中等等。这些是这里的语言术语。

The Membership function can be defined as: µP: X → [0, 1]

隶属度函数可以定义为: µ P :X→[0,1]

Where,

哪里,

  • 'µ' denotes the membership function,

    “ µ”表示隶属函数,

  • 'P' denoted the Fuzzy Set,

    “ P”表示模糊集,

  • and 'X' denotes the universe of discourse, i.e. input space.

    “ X”表示话语的宇宙,即输入空间。

Algorithm:

算法:

The algorithm on which the Fuzzy logic system is as follows:

模糊逻辑系统的算法如下:

  1. Define the Knowledgebase by feeding the Fuzzy set Rules into it.

    通过将模糊集规则输入知识库来定义知识库。

  2. Define the universe of discourse for the membership function.

    定义隶属函数的话语范围。

  3. Construct the membership function (By any method, Triangular, Singleton or Gaussian).

    构造隶属函数(通过任何方法,使用Triangular,Singleton或Gaussian)。

  4. Perform Fuzzification to convert the input information into data in the form of Fuzzy sets.

    执行模糊化以将输入信息转换为模糊集形式的数据。

  5. Process the Fuzzy data set and draw the inference using the rules defined in the Knowledgebase (This process takes place inside the Inference Engine).

    使用知识库中定义的规则处理模糊数据集并得出推理(此过程在推理引擎内部进行)。

  6. Perform Defuzzification to convert the fuzzy data into the user-understandable form and produce the output.

    执行“去模糊化”以将模糊数据转换为用户可理解的形式并产生输出。

翻译自: https://www.includehelp.com/ml-ai/working-inside-the-fuzzy-logic-system-artificial-intelligence.aspx

模糊逻辑系统

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/380684.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

关于用户角色权限的一点想法(1) 选择自 biggie 的 Blog

原文(http://dev.csdn.net/article/19/19751.shtm) 前言:权限往往是一个极其复杂的问题,但也可简单表述为这样的逻辑表达式:判断“Who对What(Which)进行How的操作”的逻辑表达式是否为真。针对不同的应用,需…

使用anconada 的conda更换环境

打开命令行界面。cmd,直接打开 查看有些环境 conda env list 我这里有两个环境使用指定的环境 我这里就用py27 命令:activate环境名 py27在前面,已经成功更换了退出使用某个环境 conda deactivate 前面已经没有py27,表示已经退…

php采集分页数据,如何通过php+wordpress实现分页获取数据

1.首先我们通过WordPress来搭建我们的博客网站&#xff0c;需要实现分页获取数据&#xff0c;我们需要了解一下WordPress给我们提供的api。主要是get_posts()这个api的使用方法。函数的结构大概长这么个样子&#xff1a;<?php get_posts($args); ?> &#xff0c;其中…

离散结构和离散数学中文书_在离散数学中对场景执行的操作

离散结构和离散数学中文书Prerequisite: Set theory and types of set in Discrete Mathematics 先决条件&#xff1a; 离散数学中的集合论和集合类型 集的基数 (Cardinality of set) It is the number of elements in a set denoted like, A {1, 2, 3, 4} 它是集合中元素的数…

家纺B2C优雅100获IDG及DCM 1000万美元投资

网易科技讯 3月3日下午动静&#xff0c;家纺网上商城优雅100(uya100.com) 首创人陈腾华往日吐露&#xff0c;该公司明天不日完成了1000万美元的首轮融资&#xff0c;投资方为IDG及DCM。陈腾华以有合同约定为由拒绝流露更详细的财务细节。陈腾华说&#xff0c;这1000万美元曾经到…

看看DIV+CSS都能做那些事情!

一个很经典的网站,学习ING. http://www.csszengarden.com/转载于:https://www.cnblogs.com/lbk/archive/2005/03/30/128401.html

手动打开和关闭windows的相关服务

winR&#xff0c;输入services.msc 找到指定的服务打开或者关闭

路由表,路由,路由规则_路由和路由表简介

路由表,路由,路由规则路由介绍 (Introduction to Routing ) The process of sending packets from one network to another is called routing. Routing is of two types of static and dynamic. Routes are based on the destination network. Routing is to find the best pa…

PetShop之ASP.NET缓存(转载)

《解剖PetShop》系列之四 四 PetShop之ASP.NET缓存 如果对微型计算机硬件系统有足够的了解&#xff0c;那么我们对于Cache这个名词一定是耳熟能详的。在CPU以及主板的芯片中&#xff0c;都引入了这种名为高速缓冲存 储器&#xff08;Cache&#xff09;的技术。因为Cache的存取速…

php代码审计步骤,php代码审计(一)-----调试函数

本篇文章给大家分享的内容是调试函数&#xff0c;有兴趣的朋友可以看一下&#xff0c;也可以给有需要帮助的同学一点参考两种最基本的输出方法echo和print/***echo 是一个语言结构&#xff0c;有无括号均可使用&#xff1a;echo 或 echo()*///打印字符串echo "hello"…

XML+Application来编写计数器(一)

1)网站总共访问人数计数器 这种计数器我们可以使用XML来实现&#xff0c;打开windows的记事本在其中录入以下数据另存为count.xml。 <MyCount> <AllCount>0</AllCount> <MaxCount>0</MaxCount> </MyCount> 其中AllCount标签是记录web页面访…

使用python学线性代数_最简单的神经网络简介| 使用Python的线性代数

使用python学线性代数A neural network is a powerful tool often utilized in Machine Learning because neural networks are fundamentally very mathematical. We will use our basics of Linear Algebra and NumPy to understand the foundation of Machine Learning usin…

php七天登录,十天学会php之第七天

十天学会php之第七天推荐查看本文HTML版本学习目的&#xff1a;学会SESSION的使用SESSION的作用很多&#xff0c;最多用的就是站点内页面间变量传递。在页面开始我们要session_start();开启SESSION&#xff1b;然后就可以使用SESSION变量了&#xff0c;比如说要赋值就是…

电脑安装了mysql,但找不到mysql服务

首先找到mysql的bin文件目录&#xff0c;我的是在&#xff1a;C:\Program Files\mysql-5.7.27-winx64\bin 然后找到下图内容&#xff0c;右键以管理者身份运行 然后cd 到mysql的bin目录 在输入mysqld -install 服务就重启好了

Item 34. Restricting Heap Allocation

Item 34. Restricting Heap Allocation1、什么情况下要限制堆分配&#xff1f;假如一个句柄对象&#xff08;"handle" object &#xff09;维护了一个体对象&#xff08;"body" object&#xff09;的引用数量&#xff0c;就需要确保对象的析构函数调用。局…

Web Service 缓存

由于微软的Web service实现是基于Asp.net,所以会出现缓存也就在情理之中了.主要有2中缓存:输出缓存和数据缓存.由于Web Service的缓存管理与asp.net基本是一样的,就不说他的原理,主要说一下在Web service中是如何实现的. 输出缓存 实现方法是在WebMethod这个特性里面加一个属性…

在JavaScript中使用示例继续语句

JavaScript继续声明 (JavaScript continue statement) continue is a keyword in JavaScript, it is used with the looping statements to continue the loops iteration. continue是JavaScript中的关键字&#xff0c;它与循环语句一起使用以继续循环的迭代。 When a continu…

php title限制字数,dedecms:title解决字数限制的两种方法

织梦title字数怎样限制呢&#xff1f;相信对织梦cms熟悉的朋友来说&#xff0c;这真不是一个问题。当然了&#xff0c;有些方法并不能通用&#xff0c;在特殊情况下&#xff0c;是没有效果的哦。好了&#xff0c;别的不说了&#xff0c;给大家贴两种常用的方法吧。织梦cms限制t…

win10安装masm32 SDK并运行一个小程序

建议在安装之前&#xff0c;先装一下notepad编辑器&#xff08;其他也行)&#xff0c;Visual C 首先我们到官网下载masm32&#xff08;http://www.masm32.com/&#xff09;&#xff0c;到了官网后&#xff0c;点击download就行了。 随便点一个就可以了。 将zip文件解压&#…

怎样改进数据库的查询性能?

数据库的查询功能&#xff0c;其性能终究是有限的。即使我们对数据库进行了最优配置&#xff0c;对数据表设计再三斟酌&#xff0c;然而一旦面临海量数据&#xff0c;且返回结果集较大的时候&#xff0c;常规的查询语句就无能为力了。一般说来&#xff0c;当返回的结果集超过总…