搜索资源列表

  1. 二分法、简单迭代法、牛顿迭代法收敛比较

    1下载:
  2. 用C语言来实现。二分法,简单迭代法矣牛顿迭代法这三种方法来求非线性的方程的根,比较这三种的收敛性。-C language. Dichotomy, a simple iterative method Yi Newton iteration of these three methods for nonlinear equations root, comparing the convergence of three.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:22129
    • 提供者:luo
  1. 各年龄组鱼的稳定收敛值、年收获量

    0下载:
  2. vb各程序说明: fishexe 可脱离vb环境直接运行,出来的界面中需要说明各年龄组鱼的初始值(单位:十亿,需要每个分量为正),捕鱼工作量(c值),按“运行”即可输出各年龄组鱼的稳定收敛值、年收获量等。 fish 要在vb环境运行,有详细程序内容
  3. 所属分类:教育/学校应用

    • 发布日期:2011-02-15
    • 文件大小:8779
    • 提供者:woodballhead
  1. 二分法、简单迭代法、牛顿迭代法收敛比较

    0下载:
  2. 用C语言来实现。二分法,简单迭代法矣牛顿迭代法这三种方法来求非线性的方程的根,比较这三种的收敛性。-C language. Dichotomy, a simple iterative method Yi Newton iteration of these three methods for nonlinear equations root, comparing the convergence of three.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-07
    • 文件大小:21504
    • 提供者:luo
  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-07
    • 文件大小:11264
    • 提供者:李晓燕
  1. zuixiaoercheng1

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

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

    0下载:
  2. 本程序介绍了一种改进的LMS算法-均一化的LMS算法,与传统的LMS算法比较收敛性更好,并由程序给出了比较图-This procedure introduced an improved LMS algorithm- homogenization of the LMS algorithm, with the traditional LMS algorithm convergence better, by the procedures gi
  3. 所属分类:语音合成与识别

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

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

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

    0下载:
  2. 基于LMS算法的自适应滤波收敛性的Matlab仿真2 新一篇: 基于LMS算法的自适应滤波收敛性的Matlab仿真-Based on LMS Algorithm for Adaptive Filtering Matlab simulation of the convergence of two new 1: Based on LMS Algorithm for Adaptive Filtering Matlab Simulation
  3. 所属分类:语音合成与识别

    • 发布日期:2024-06-07
    • 文件大小:106496
    • 提供者:jj
  1. diedaizuijiayuzhifenge

    0下载:
  2. 迭代最佳阈值分割——初始阈值选取为图像的平均灰度T0,然后用T0将图像的象素点分作两部分,计算两部分各自的平均灰度,小于T0的部分为TA,大于T0的部分为TB 计算,将T1 作为新的全局阈值代替T0,重复以上过程,如此迭代,直至TK 收敛,即TK+1 =TK -Iterative optimal threshold segmentation- the initial threshold selection for image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:孙建青
  1. TSP_GA

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

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

    0下载:
  2. 一个改进的BP算法的实验的matlab源码,用于体验各参数变化对算法收敛性的影响-An improved BP algorithm matlab source of experiments for the experience of each parameter change on the impact of the convergence algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-07
    • 文件大小:3072
    • 提供者:Shelly Chen
  1. particleswarm

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

    • 发布日期:2024-06-07
    • 文件大小:24576
    • 提供者:李刚
  1. cma

    0下载:
  2. 恒模算法恢复信号,信道盲均衡和盲估计,恒模算法收敛性-Constant Modulus Algorithm for Blind Signal to restore balance and Blind Estimation
  3. 所属分类:matlab例程

    • 发布日期:2024-06-07
    • 文件大小:48128
    • 提供者:xiefengbo
  1. lms

    0下载:
  2. LMS算法的仿真程序,对比mu不同时的收敛速率-LMS algorithm simulation program, while comparing the convergence rate is not mu
  3. 所属分类:matlab例程

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:甘小小
  1. BPNet

    0下载:
  2. 加入动量因子,与自调节步长法相结合,使BP网络加快收敛,并避免陷入局部最优-adding a momentfactor with the mean of adjust learnrate, the bp net can be trained very well and as quick as fast!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-07
    • 文件大小:2048
    • 提供者:nianyv
  1. AnIterativeLearningControlSchemeforManipulators.ra

    0下载:
  2. 一个迭代学习控制方案,证明所提算法的收敛性等问题-An Iterative Learning Control Scheme for Manipulators
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-07
    • 文件大小:704512
    • 提供者:caili
  1. logistic

    0下载:
  2. 用于模式识别中分类器的实现,罗杰斯特回归的实现 ,有数据实例,能够观察到分类结果和收敛曲线(logistics regression)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-07
    • 文件大小:32768
    • 提供者:adf&683
  1. CG

    0下载:
  2. 探究特征值分布对共轭梯度算法的收敛性影响(The convergence effect of eigenvalue distribution on conjugate gradient algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-07
    • 文件大小:2048
    • 提供者:liaoqh17
  1. RLS算法下的参数a1、a2的收敛曲线

    0下载:
  2. RLS算法下关于双参数a1、a2的收敛曲线(The convergence curves of parameters a1 and a2 under RLS algorithm.)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-07
    • 文件大小:11264
    • 提供者:话梦
  1. LMS算法下不同u值的参数收敛曲线

    0下载:
  2. LMS算法下关于不同的u值的参数产生的收敛曲线(Parameter convergence curves of different u values under LMS algorithm.)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-07
    • 文件大小:11264
    • 提供者:话梦
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org