搜索资源列表
FuzzyBPNN
- matlab格式源代码。功能:模糊BP神经网络集成解耦算法和应用于控制优化模型问题。-matlab source code format. Function: fuzzy BP neural network ensemble decoupling control algorithm and optimization model applied to the problem.
bp
- 不用到matlab工具箱,进行神经网络控制器设计,采用BP方法-Do not have to matlab toolbox, the neural network controller design, using BP method
nnToolKit_src
- nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊
BPNN
- 用BP神经网络实现模糊控制规则为T=int[(e +ec)/2]的模糊神经网络控制器。可以改变隐层节点数和学习速率。网络训练算法是变学习速率法。-BP neural network with fuzzy control rules for the T = int [(e+ Ec)/2] of the fuzzy neural network controller. Can change the hidden layer nodes and learning rate. Network tra
ImprovedBPalgorithminfuzzyneuralnetworkapplication
- 一种改进的BP算法在模糊神经网络中的应用,性能得到很好的改善。-An Improved BP Algorithm in the fuzzy neural network applications, performance is very good improvement.
beiyesifenbu
- 分类判别中,bayes判别的确具有明显的优势,与模糊,灰色,物元可拓相比,判别准确率一般都会高些,而BP神经网络由于调试麻烦,在调试过程中需要人工参与,而且存在明显的问题,局部极小点和精度与速度的矛盾,以及训练精度和仿真精度间的矛盾,等,尽管是非线性问题的一种重要方法,但是在我们项目中使用存在一定的局限,基于此,最近两天认真的研究了bayes判别,并写出bayes判别的matlab程序,与spss非逐步判别计算结果一致。-Classified Identifying, bayes discrim
MATLABprogram
- 基于Matlab环境编写的一些神经网络PID控制和模糊PID控制源代码,其中包含BP pid,CMAC PID,RBF PID,BP数值逼近算法,BP预测控制以及模糊PID。-Matlab-based environment for the preparation of a number of neural network PID control and fuzzy PID control of the source code, which includes BP pid, CMAC PID,
FnnSimu
- source code of simlate function of fuzzy bp neural network
Fuzzy_neural_network_Train
- source code of train function of fuzzy bp neural network
mohu
- 高木关野模糊系统(将高木关野模糊系统应用到BP神经网络中)-Takagi Sugeno fuzzy system (to Takagi Sugeno fuzzy system applied to the BP neural network)
BP_FUZZY
- BP神经网络与模糊控制的联合控制程序,你一定能有所收获的-BP neural network and fuzzy control, joint control procedures, you will be able to be harvested
BP-Example
- 神经网络控制的Matlab程序代码的详细解读,通过长时间的使用神经网络控制我对该算法深刻认识都清清楚楚写在每一句代码的后面,包括如何修改,基本可以涵盖多种神经网络控制(模糊神经网络,自适应神经网络等等)相信这个程序解读对本科及硕士的毕业设计是有极大帮助的-Matlab neural network control of the detailed code interpretation, through the use of neural networks a long time to contr
BPneural-network-and-fuzzy
- BP神经网络与模糊算法联合控制的MATLAB程序代码。-Joint control of BP neural networks and fuzzy algorithm MATLAB code.
matlab-BP-net(base-fuzzy)
- 基于模糊算法的神经网络方法,matlab 编写。-Neural network based on fuzzy algorithm, matlab prepared.
MATLAB-network
- MATLAB 神经网络源代码,包括BP网络、RBF网络、模糊神经网络、小波神经网络、PSO群优化等共43个网络源代码,并有实际案例-MATLAB neural network source code, including BP network, RBF network, fuzzy neural network, wavelet neural network, PSO Swarm Optimization, a total of 43 network source code, and there
fuzzy_control_code
- 基于BP神经网络的模糊控制matlab源码-Based on BP neural network fuzzy control matlab source code
BP_FUZZY
- 首先对M文件进行仿真,然后利用指令gensim(net,-1)将神经网络生成simulink模型,然后就利用mdl文件进行模糊神经网络组合算法的搭建,针对FOPDT(一阶延迟模型)进行仿真,并考虑存在噪声的干扰!(Firstly, the simulation of the M file, and then use the command gensim (net, -1) will generate the Simulink neural network model, and then buil
MATAB神经网络30个案例分析
- 该PDF共有30个MATLAB神经网络的案例,包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。本PDF作为本科毕业设计、研究生项日设计、博士低年级课题设计参考书籍,同时对广大科研人员也有很高的参考价值。(The PDF has a total of 30 MATLAB in the case of neural networks, including BP, RBF, SVM
智能控仿真程序
- 主要是智能控制算法程序,包含了专家系统,模糊控制,神经网络各种智能控制算法。(Mainly is the intelligent control algorithm, including expert system, fuzzy control, neural network intelligent control algorithm.)
matlab
- 智能小车是移动机器人的一种,可通过计算机编程来实现其对行驶方向、启停以及速度的控制。要想让智能小车在行驶过程中能成功地避开障碍物,必须对其进行路径规划?,路径规划的任务是为小车规划一条从起始点到目标点的无碰路径。路径规划方法有:BP人工神经网络法(Back Propagation)、机器学习(Reinforcement Learning)、以及模糊控制(Fuzzy Control)方法等。(There are many ways on autonomous mobile robot obstac