搜索资源列表
模糊技术与神经网络技术选编
- 模糊技术与神经网络技术选编-fuzzy and neural network technology Selected
ELM_DE.zip
- 模糊神经网络实现函数逼近与分类,实现模糊规则的提取。,Fuzzy neural network function approximation and classification, to achieve the extraction of fuzzy rules.
Simulink仿真环境
- 一级倒立摆的模糊控制与神经网络控制。Simulink仿真环境。使用说明:在使用模糊控制时先把*.fis导入workspace,否则无法运行。,An inverted pendulum fuzzy control and neural network control. Simulink simulation environment. Usage: in the use of fuzzy control to import*. fis first workspace, otherwise it is
jang.zip
- 模糊神经网络与软件计算的各章代码,值得学习,望对大家有用,Fuzzy neural network computing and software of the various chapters of the code, it is worth learning, look for useful
Artificialintelligence
- 详细介绍了贝叶斯理论,神经网络,模糊集合,粗糙集,遗传算法的原理与应用等。 -Details of the Bayesian theory, neural networks, fuzzy sets, rough sets, genetic algorithm theory and applications.
GAP-RBF
- 模糊神经网络逼近与分类,模糊规则提取,快速增长与删减网络。-Fuzzy neural network approximation and classification, fuzzy rule extraction, with the deletion of the rapid growth of the network.
GGAP-RBF
- 模糊神经网络实现函数逼近与分类,实现模糊规则的提取。-Fuzzy neural network function approximation and classification, to achieve the extraction of fuzzy rules.
OS-ELM
- 模糊神经网络实现函数逼近与分类,实现模糊规则的提取。-Fuzzy neural network function approximation and classification, to achieve the extraction of fuzzy rules.
matlabsimulink
- 《MATLAB控制系统仿真与实例详解》一书的光盘源码。图书简介:本书详细地讲解了MATLAB 7.x的功能与相关操作以及MATLAB在控制系统中的仿真应用。本书内容包括控制系统仿真基础、MATLAB程序设计语言基础、控制系统理论基础、Simulink交互式仿真环境、控制系统建模、线性控制系统的分析与仿真、PID控制系统设计及仿真、最优控制系统设计、鲁棒控制系统设计、神经网络系统设计及其MATLAB实现、模糊控制系统设计和系统辨识。 -" MATLAB Control System S
beiyesifenbu
- 分类判别中,bayes判别的确具有明显的优势,与模糊,灰色,物元可拓相比,判别准确率一般都会高些,而BP神经网络由于调试麻烦,在调试过程中需要人工参与,而且存在明显的问题,局部极小点和精度与速度的矛盾,以及训练精度和仿真精度间的矛盾,等,尽管是非线性问题的一种重要方法,但是在我们项目中使用存在一定的局限,基于此,最近两天认真的研究了bayes判别,并写出bayes判别的matlab程序,与spss非逐步判别计算结果一致。-Classified Identifying, bayes discrim
Tripleinvertedpendulumweightedfuzzyneuralnetworkco
- 为了提高三级倒立摆系统控制的响应速度和稳定性,在设计Mamdani 型模糊推理规则控制器控制倒立摆系统稳定的基础上, 设计了一种更有效率的基于Sugeno 型模糊推理规则的模糊神经网络控制器。该控制器使用BP 神经网络和最小二乘法的混 合算法进行参数训练,能够准确归纳输入输出量的模糊隶属度函数和模糊逻辑规则。通过与Mamdani 型控制器的仿真对比, 表明该Sugeno 型模糊神经网络控制器对三级倒立摆系统的控制具有良好的稳定性和快速性,以及较高的控制精度。-In order to
FNNjieousuanfa
- 给出了一模糊神经网络解耦控制算法,对含有噪声的二阶系统进行控制,并与PID控制结果进行了比较,效果不错!-Given a fuzzy neural network decoupling control algorithm, controls the second-order system for noise control and PID control and the results were compared with the effect of good!
mohushenjing
- 模糊神经网络,是模糊与神经网络结合而成,对与某些问题更加符合实际-Fuzzy neural networks, fuzzy and neural network is a combination of
BP_FUZZY
- BP神经网络与模糊控制的联合控制程序,你一定能有所收获的-BP neural network and fuzzy control, joint control procedures, you will be able to be harvested
piddaima
- 模糊神经网络智能控制,设计了模糊控制与PID相结合的MATLAB系统仿真-Fuzzy Neural Network Intelligent Control
DATAFUSION
- 借用模糊控制策略 ,与改进的BP 神经网络算法结合对其进行数据融合。在仿真中取得了比已往算法更高的精度 ,控制策略制定准确、 可靠。是一种较有潜力的多传感器数据融合方法。-Data fusion
FNN_0329
- 改程序实现了模糊控制与模糊神经网络的等价转换!欢迎下载!-Reform program to achieve a fuzzy control and fuzzy neural network is equivalent to conversion! Welcome to download!
chapter33
- 模糊神经网络就是模糊理论同神经网络相结合的产物,它汇集了神经网络与模糊理论的优点,集学习、联想、识别、信息处理于一体。模糊神经网络可用于模糊回归、模糊控制器、模糊专家系统、模糊谱系分析、模糊矩阵方程、通用逼近器。(Fuzzy neural network is the product of the combination of fuzzy theory and neural network. It combines the advantages of neural network and fuz
第10章 模糊逼近算法
- RBF网络的学习过程与BP网络的学习过程类似,两者的主要区别在于各使用不同的作用函数。BP网络中隐层使用的是Sigmoid函数,其值在输入空间中无限大的范围内为非零值,因而是一种全局逼近的神经网络;而RBF网络中的作用函数是高斯基函数,其值在输入空间中有限范围内为非零值,因为RBF网络是局部逼近的神经网络。(The learning process of RBF networks is similar to the learning process of BP networks. The mai
21ic下载_模糊控制与神经网络
- 模糊与神经网络的控制,针对控制的原理介绍,控制方式的实现(Fuzzy and neural network control, for the control principle, the realization of control mode.)