资源列表
yinjiedianhecheng_matlab
- 神经网络隐节点合成算法,用于神经网络泛化能力的提高,和大家共享!
MouseDraw
- 基于人工神经网络的手写识别系统,在MATLAB环境下执行,供学习用,神经网络需要训练以后提高识别精度。-Handwriting recognition system based on artificial neural network in MATLAB environment for learning with neural network after training to improve recognition accuracy.
bp算法源程序
- 反向传播(back-propagation,BP)算法是一种计算单个权值变化引起网络性能变化值的较为简单的方法。由于BP算法过程包含从输出节点开始,反向地向第一隐含层(即最接近输入层的隐含层)传播由总误差引起的权值修正,所以称为\"反向传播\"。-BP (back-propagation BP) algorithm is a calculation of the weights of individual changes in network performance changes in the
floyd
- 一种用于寻找给定的加权图中顶点间最短路径的算法。-A method for looking for a given vertex weighted graph shortest path algorithm.
pso
- 该算法实现了基本的PSO算法,适合于初学者进行学习以及深入的改进-The algorithm realizes the basic PSO algorithm, suitable for beginners to learn as well as the depth of improvement
RBF建模
- 是MATLAB的RBF神经网络建模程序,比较有参考价值阿,需要的就下吧-MATLAB is the RBF neural network modeling procedures, more A reference value, we need it on the next
ACA
- matlab 写的蚁群算法,用于计算tsp问题,感觉效果不错的。-matlab aca for tsp
chaos
- 这个事几个典型的混沌时间序列的生成程序,包括Rossler,Chen,Logistical,和Lorenz序列
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
monituihuo
- 本实验提出了一类适用于连续函数全局优化问题的模拟退火算法,采用直接产生新解的方法求解De Jone函数的局部最小值,输出最优解和最小值。-In this paper, we propose a class of simulated annealing algorithm which is suitable for the global optimization of continuous functions. We use the method of generating new solutio
SUPPORT-VECTOR-MACHINE
- 我用支持向量机写的一个适用拟合程序,这需要数据文件,你可以自己采样数据-Support vector machine to write one for the fitting procedure
knndemo
- K近邻分类器,实现了对iris数据集的分类,并且使用了交叉验证的方法,来验证求得的最优的K值。-K-nearest neighbor classifier to achieve the classification of iris data set and cross-validation of the method used to verify the optimal value of K obtained.