搜索资源列表
B.P.Lathi-Matlab
- matlab例程MATLAB 6.x版的内建数据类型(Built-in data type)就有5种以上,此外还有许多其他专门设计的类(Class),如符号类、内联函数类、控制工具包中的线性时不变模型类、神经网络类等。就程序设计而言,MATLAB 6.x版采用了面向对象编程技术。数据和编程的改变使用户能更简捷而自然地解决复杂的计算问题(如符号计算问题、多变量控制系统问题、神经网络问题)。本章内容根据MATLAB6.5编写,但绝大部分内容适用于其他MATLAB6.x版本。-Matlab routi
feed
- 神经网络控制器设计程序以及性能测试仿真程序-neural network controller design process simulation and performance testing procedures
feedb
- 用MATLAB实现的神经网络控制器设计程序以及性能测试仿真程序-MATLAB neural network controller design process simulation and performance testing procedures
matlabsimulink
- 《MATLAB控制系统仿真与实例详解》一书的光盘源码。图书简介:本书详细地讲解了MATLAB 7.x的功能与相关操作以及MATLAB在控制系统中的仿真应用。本书内容包括控制系统仿真基础、MATLAB程序设计语言基础、控制系统理论基础、Simulink交互式仿真环境、控制系统建模、线性控制系统的分析与仿真、PID控制系统设计及仿真、最优控制系统设计、鲁棒控制系统设计、神经网络系统设计及其MATLAB实现、模糊控制系统设计和系统辨识。 -" MATLAB Control System S
matlab_programming_of_classical_neural_network_tut
- matlab程序设计之神经网络经典教程matlab programming of classical neural network tutorial-matlab programming of classical neural network tutorial matlab programming of classical neural network tutorial
pro
- 现今社会网络越来越普及,网购已成为一种常见的消费方式,随之物流行业也渐渐兴盛,每个送货员需要以最快的速度及时将货物送达,而且他们往往一人送多个地方,请设计方案使其耗时最少。 这是数学建模是非常有意思的一个题,本程序用哈密尔顿算法计算-Today more and more popular social networks, online shopping has become a common way of consumption, with the attendant logistics i
Function-approximation
- 函数逼近的MATLAB程序,本程序设计一个两层的bp网络用于函数逼近,隐层的激活函数为 tansig,输出层激活函数为purelin线性函数 -Function approximation of the MATLAB program, the program design of a two-tier network for function approximation bp, hidden layer activation function is tansig, the output la
sjwl
- 用matlab程序设计bp网络实现十进制数字1-9的识别-Bp with the matlab programming networks identification of decimal digits 1-9
BA_net
- ba网络matlab设计程序算法,希望能够对大家哟用,是关于复杂网络的-BA network matlab design process algorithm hope yo, complex networks. .
MATLAB-Fuzzy-logic-toolbox-function
- MATLAB模糊逻辑工具箱函数包括各种网络设计与训练的子程序,网络的设计者可以根据自己的需要去调用工具箱中有关神经网络的设计训练程序。-MATLAB fuzzy logic toolbox function includes a variety of network design and training of a subroutine, network designers can need according to oneself to call about the design of the
three-layers-BP-neural-
- 三层BP神经网络算法的程序设计方法、公式及步骤-BP neural network algorithm programming methods, formulas and procedures
BP
- 本程序设计了BP神经网络问题的解决方法,有兴趣的可以-This program is designed to solve the problems of BP neural network, are interested can look at
离散Hopfield神经网络联想记忆-数字分类
- 1. chapter9.m为主程序,将该文件夹设置为MATLAB当前工作路径,运行即可。 2. data0~data9.mat为数字0~9对应的矩阵,data1_noisy和data2_noisy分别为数字1和数字2的加噪声矩阵。 3. waiji.m为外积法设计离散型Hopfield网络(具体见第10章介绍)。 4. 该程序在MATLAB2009a版本下测试通过,个别函数在低版本中不存在或者调用格式有所不同,参照对应版本中的帮助文档修改即可。(1. chapter9.m based pr
30个MATLAB算法应用例程
- 介绍了累计30个算法的程序案例,从神经网络、遗传、模拟退火、SVM等案例开始。(This paper introduces the case of 30 algorithms, starting with neural networks, genetic algorithms, simulated annealing, SVM and so on.)
网络训练计时程序
- 能对所编写程序的运行时间进行检测,并将检测结果输出出来。(You can test the running time of the program and output the result.)
神经网络模型及其MATLAB仿真程序设计
- 神经网络模型及其MATLAB仿真程序设计(Neural network model and its MATLAB simulation program design)
BP神经网络设计程序实例
- 用BP神经网络解决凸优化问题,应用MALAB,取得较好的效果(BP neural network is used to solve convex optimization problems, and MALAB is applied to achieve better results)
程序
- 根据所学过的BP网络设计及改进方案设计实现模糊控制规则为T = int((e+ec)/2)的模糊神经网络控制器,其中输入变量e和ec的变化范围分别是:e = int[-2, 2],ec = int[-2, 2]。网络设计的目标误差为 0.001。(According to the BP network design and improvement plan that we have learned, we design a fuzzy neural network controller with
神经网络
- 毕业设计的神经网络程序,亲测有用,可以很好的实现预测功能(Graduation design of the neural network program, pro - test useful, can be very good to achieve the prediction function)
BP神经网络
- 基于BP神经网络人工智能算法的matlab程序设计