搜索资源列表
GAcodes
- An Introduction to Genetic Algorithms for Scientists and Engineers By David Coley, World Scientific Press, 1999 (US$28 / £ 19.04) 书中的算法源程序-An Introduction to Genetic Algorithms for Scientists and Engineers By David Coley, World Scientific Pr
chaos-rossler1
- rossler混沌系统图像,u取不同参数时的6种混沌状态-rossler chaotic system images, u for different parameters of the six Chaos
Substituter.java
- 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。 -generation into a
BP
- 基于BP神经网络的 参数自学习控制 (1)确定BP网络的结构,即确定输入层节点数M和隐含层节点数Q,并给出各层加权系数的初值 和 ,选定学习速率 和惯性系数 ,此时k=1; (2)采样得到rin(k)和yout(k),计算该时刻误差error(k)=rin(k)-yout(k); (3)计算神经网络NN各层神经元的输入、输出,NN输出层的输出即为PID控制器的三个可调参数 , , ; (4)根据(3.34)计算PID控制器的输出u(k); (5)进行神经网络学习,在线调整加权
RBF_OLS
- 此程序是神经网络中径向基函数的OLS算法,在MATLAB中实现。用一个2-n-1结构的RBF网对SISO系统进行建模,网络的两个输入为u(k-1)和y(k-1),输出为 y(k)。令y(0)=0,按飞线性系统产生200个样本,其中前100个样本用于训练,后100个样本用于测试。-This program is the radial basis function neural network of OLS algorithm is implemented in MATLAB. With a 2-n
nnpractice
- 神经网络手写数字识别。配合美国MNIST标准手写数字字体库-Handwritten digit recognition neural network. With the U.S. standard of handwritten digital font library MNIST
INTERVAL
- 2型区间模糊集程序 matlab源码对大家有用INTERVAL T2 NS MAMDA T2 FLS-Type 2 interval fuzzy sets procedures for U.S. matlab source of useful INTERVAL T2 NS MAMDA T2 FLS
111
- 很好的matlab模式识别工具箱,帮助大家建立典型的模式识别模式。-Good pattern recognition matlab toolbox to help the U.S. establish a typical pattern recognition model.
nn
- 基于MATLAB完成的神经网络源程序 大家-Based on the MATLAB neural network to complete the U.S. source
nnutl101
- 基于MATLAB完成的神经网络源程序 大家-Based on the MATLAB neural network to complete the U.S. source
gpquick
- 基于MATLAB完成的神经网络源程序 大家-Based on the MATLAB neural network to complete the U.S. source
hunhechengxu
- 基于MATLAB完成的神经网络源程序 大家-Based on the MATLAB neural network to complete the U.S. source
tenlei
- function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if
nnfpe
- This function calculates Akaike s final prediction error % estimate of the average generalization error for network % models generated by NNARX, NNOE, NNARMAX1+2, or their recursive % counterparts. % % [FPE,deff,varest,H] = nnfpe(method,Ne
U
- 是pso算法tsp问题!! !!1-PSO algorithm is tsp problem! ! ! ! ! ! 1
yuanma
- 压缩包包含四种聚类算法源代码及示例代码,供大家学习使用-Compressed packet contains four clustering algorithm source code and sample code for using the U.S. study
sga_1
- 以VisualC++6.0控制台实现的遗传算法,源主程序其实是本站原有的,但以前的错误很多,调通了大家了分享一下-VisualC++6.0 console in order to realize the genetic algorithm, the source of the main program is the original site, but a lot of previous mistakes, Tiu had the U.S. share
SVM
- 多篇关于支持向量机参考文献,大家可以参考-Many articles about support vector machine references can refer to U.S.
SVMDemo
- 现在比较流行的SVM算法的一个DEMO,用于处理分类问题,欢迎大家试用。-Now popular SVM algorithm is a DEMO, used to deal with classification problems, welcomed the U.S. trial.
U-Net-master-python
- 论文U-Net: Convolutional Networks for Biomedical Image Segmentation的实现代码,使用Unet卷积神经网络,实现了细胞的轮廓识别。使用Python代码,keras框架。
