搜索资源列表

  1. Jacobi迭代法

    0下载:
  2. 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:20414
    • 提供者:luo
  1. 双并联

    0下载:
  2. 双并联人工神经网络,具有收敛速度快,泛化能力强等特点-double parallel artificial neural network, with the convergence speed and ability to generalize the characteristics of
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6339
    • 提供者:田新志
  1. Volterrra_luzhenbo4

    0下载:
  2. 更新部分 1、自适应算法采用参考文献[2]的NLMS算法,收敛速度更快,所需训练次数更少。 2、自适应收敛步长在(0,2)之间存在较优取值,Lorenz序列为0.6。-update an adaptive algorithm reference [2] NLMS algorithm, convergence faster, less the number of required training. 2, adaptive ste
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:11633
    • 提供者:李晓燕
  1. LSMClass

    0下载:
  2. 改进的最小二乘法实现代码,提高了收敛速度。-improve the least-squares method to achieve code, improving the convergence rate.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6016
    • 提供者:王士民
  1. liyingnan_4

    0下载:
  2. 最优化中利用惩罚因子的罚函数法的外延,连带了共轭梯度法,由于罚因子的迅速跌代增大,加速了目标函数的收敛速度。-optimization of the use of punitive factor function in the epitaxial sustaining a conjugate gradient method, As the penalty factor to the rapid increase or on behalf
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:46295
    • 提供者:李英楠
  1. niudun

    0下载:
  2. 图是用牛顿法求方程z3-1=0的根所得到的“项链”。以上程序采用浮点运算,速度是比较慢的。如果每迭代一次就计算一次距离,则速度会更慢。为了使不同吸引区域有不同的颜色,并且能够表现收敛速度,必须做更多的距离计算,但得到的图形也更美丽。特别是将分界处的“项链”放大来看,会得到精致的结构。-Fig Newton method is used Equation z3-1 = 0 has been the root of the "ne
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2093
    • 提供者:刁轩
  1. svm12

    0下载:
  2. 一种很有效的支持向量机算法,收敛速度很快,-a very effective support vector machine algorithm, the rate of convergence,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:465941
    • 提供者:于林
  1. myexinfomax

    0下载:
  2. 扩展的Infomax算法,具有比较快的收敛速度!而且程序非常简洁,明了-expansion of Infomax algorithm, with a faster rate of convergence! The procedure is very simple, straightforward
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:816
    • 提供者:武建
  1. FastICA

    1下载:
  2. FastICA算法,用于信号的独立分量分析,在ICA的基础上加快了收敛速度,有更高的效率!并且增加了图象界面,使用方便!-FastICA algorithm, the signal for an independent component analysis, at the ICA on the basis of accelerating the convergence rate, a more efficient! And to inc
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:50545
    • 提供者:邱作春
  1. shengjingwangluo

    0下载:
  2. 本算法在训练步数、训练时间及其误差精度等方面都优于常规的模糊神经网络,其学习收敛速度快、误差曲线也更稳定。-the algorithm steps in training, training time and error accuracy is superior to the conventional fuzzy neural network, learning fast convergence, the error curve is
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1641
    • 提供者:王鹏
  1. a5_5BPnet

    0下载:
  2. bp网络的matlab程序,大大提高了收敛速度,并且拟合结果良好-bp network Matlab procedures, greatly improving the convergence rate, and the results fit well
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1395
    • 提供者:zhang
  1. ga427

    0下载:
  2. 针对TSP问题,提出了一种改进的遗传算法。在遗传算法中引入进化算法的思想,在此基础上提出顶端培育策略和分阶段策略,以求在保证群体多样性的同时加快收敛速度。-against TSP, an improved genetic algorithms. Genetic Algorithm evolutionary algorithm introduced the idea that the basis of this proposed stra
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9588
    • 提供者:黑晓丽
  1. MyLMS_LSL

    0下载:
  2. 本文件是比较LMS与LSL滤波器的参数的收敛速度-this document is compared with the LMS LSL filter parameters of the convergence rate
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1186
    • 提供者:yangyong
  1. pso_c+

    0下载:
  2. 这是一个pso程序源代码,pso源于对鸟群捕食行为的研究而发明的进化计算技术,属于进化算法的一种。 优点:收敛速度快,具有全局寻优能力,而且编程简单,易于推广使用。 -This is a pso source code, pso out of the flock of predatory behavior and evolutionary computation invention of the technology is an
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:12470
    • 提供者:张清
  1. BpAlgorithmFunction

    0下载:
  2. 采用BP算法进行函数拟合,收敛速度较快。-BP function fitting algorithm, convergence faster.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1581
    • 提供者:BlueTooth
  1. Volterrra_luzhenbo4

    0下载:
  2. 更新部分 1、自适应算法采用参考文献[2]的NLMS算法,收敛速度更快,所需训练次数更少。 2、自适应收敛步长在(0,2)之间存在较优取值,Lorenz序列为0.6。-update an adaptive algorithm reference [2] NLMS algorithm, convergence faster, less the number of required training. 2, adaptive ste
  3. 所属分类:matlab例程

    • 发布日期:2024-06-06
    • 文件大小:11264
    • 提供者:李晓燕
  1. zuixiaoercheng1

    0下载:
  2. 简单最小二乘法c实现代码,提高了收敛速度,比较容易看懂
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:呵呵
  1. epso

    0下载:
  2. 一种全局收敛且收敛速度大大改善的的粒子群算法-A global convergence and the convergence speed greatly improved particle swarm algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-06
    • 文件大小:2048
    • 提供者:gaohao
  1. TSP_GA

    0下载:
  2. 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligen
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-06
    • 文件大小:599040
    • 提供者:
  1. particleswarm

    0下载:
  2. 改进的微粒群算法。寻找全局最优能力较好。收敛速度较快。-Improved particle swarm optimization. Better ability to find the global optimum. Faster convergence.
  3. 所属分类:书籍源码

    • 发布日期:2024-06-06
    • 文件大小:24576
    • 提供者:李刚
« 12 3 4 5 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org