CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 迭代学习

搜索资源列表

  1. lms_ar

    0下载:
  2. 用lms迭代算法求解AR参数模型的权向量及学习曲线的训练-using lms to find out the learning plot
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1070
    • 提供者:jeansco
  1. BSS_-Part_1_3

    1下载:
  2. 盲信号分离的三篇经典文章。Part One,首次提出了一种基于神经网络的学习算法(H-J算法),成功地实现了两个语音信号的分离,从而开启了一个新的领域。虽然他们的学习算法是启发式的并且没有明确指出需利用观测信号的高阶(高于二阶)统计信息,但是其迭代计算公式已具备后来ICA在线算法的雏形。 Part Two和Part Three:分别是从两个不同的角度来证明HJ算法的稳定性(主要是对源信号个数为2的情况给的证明),可惜的是,给出的稳定性条件都不是充要条件。-The three classic
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1589700
    • 提供者:lizhiju
  1. yakabi

    0下载:
  2. 用C完成的一个yakebi简单程序,可通过此程序对雅克比比迭代法进行学习-C language completed a yakebi simple program can through this program over iteration method of Jacques for learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1058
    • 提供者:guowen
  1. jiandandianwangchaoliujisuande-PPT

    0下载:
  2. PQ分解法潮流程序-BB方案,允许迭代次数2000次,大家共同学习-PQ decomposition trend of program-BB program, allowing the number of iterations 2000, we learn together
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:88081
    • 提供者:小钱
  1. iamgeseg

    0下载:
  2. 双峰法,迭代法,最大熵阈值分割,初学者,大家共同交流学习!-rs image matlab iamge segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2117
    • 提供者:春晓
  1. Gauss

    0下载:
  2. Gauss求积公式,精度很高,一起学习。精度高,迭代次数少-Gauss quadrature formula, the accuracy is high, learning together
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:581
    • 提供者:liu
  1. VC_numerical_analysis

    0下载:
  2. 本人写的关于数值分析的源码,使用VC6.0开发,对于学习数值分析的朋友会有很大帮助。主要有:牛顿法、二分法、改进欧拉、高斯赛德尔迭代、高斯消去法、拉格朗日插值、龙贝格算法、龙格库塔、牛顿插值、雅可比迭代、约当消去法。-I write about the numerical analysis of the source code, using VC6.0 development, and friends will be very helpful for learning numerical ana
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1288754
    • 提供者:afei
  1. yiqunsuanfa

    0下载:
  2. 本程序编写的是蚁群算法,对算法中的每一步都有详细介绍,适合初学者学习,输入变量为N*2的坐标矩阵,迭代次数的设置为sqrt(N)~N/2为宜-Detail every step of the algorithm, suitable for beginners to learn the programming ant colony algorithm, the input variables of the coordinate matrix N* 2, the number of iteratio
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-11-12
    • 文件大小:1890
    • 提供者:张大伟
  1. finite2_refine

    0下载:
  2. 基于有限差分法的静电场计算程序。注释详细,便于学习。 可以计算任意简单形状的导体在任意介质中的静电场分布。采用有限差分法建立方程,并用迭代法求解,最后绘制电场图形。求解速度较快。-Electrostatic field calculation program based on the finite difference method. Detailed annotation, and easy to learn. An electrostatic field distribution of
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:1002
    • 提供者:bibabo
  1. projection

    0下载:
  2. CT迭代重建算法中3维投影矩阵的生成算法,该算法对学习计算机断层层析成像很有帮助。-CT image reconstruction projection ,3D
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:3947
    • 提供者:如如
  1. multi_interative

    0下载:
  2. 本文实现了雅克比迭代,高斯赛德尔迭代,逐次超松弛迭代等多种迭代方法,方便大家对各种算法的学习-the code realize multi iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:1351
    • 提供者:yongzhi
  1. PSO

    1下载:
  2. 经典粒子群算法,经过多次优化,演示出图, 待优化的目标函数:N 粒子数目:N 惯性权重:w 学习因子:c1,c2 最大迭代次数:M 问题的维数:D 目标函数取最小值时自变量值:xm 目标函数的最小值:fv-Classical particle swarm algorithm, optimized for many times, demonstrates plotting objective function to be optimized: N of
  3. 所属分类:Other systems

    • 发布日期:2016-03-27
    • 文件大小:1024
    • 提供者:杜青青
  1. PValueSegment

    0下载:
  2. 图像阈值分割,效果较好,适合大家学习。包括阈值迭代,双峰阈值分割,-Image threshold segmentation is better for them to learn. The threshold iteration, bimodal threshold value segmentation
  3. 所属分类:Graph program

    • 发布日期:2017-11-23
    • 文件大小:2243304
    • 提供者:丽华
  1. GN-for-TSP

    0下载:
  2. 基于遗传算法的tsp问题的实现,可以绘制迭代过程图,供初学遗传算法者学习。-Based on the realization of the genetic algorithm tsp problem, you can draw a diagram of the iterative process, learning for beginners genetic algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:13228
    • 提供者:一休
  1. Two-wheeled-robot-autonomous-tracing

    0下载:
  2. 双轮机器人自主寻迹,按已知的路径惊醒迭代自学习循迹-Two-wheeled robot autonomous tracing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:875
    • 提供者:wind
  1. Fractal-Example

    0下载:
  2. 实现输入数值(如随机种子数目、迭代次数)生成对应分形网格,是学习分形方法的一个简单易懂的实例。-Enter the value achieved (such as random seed number of iterations) to generate the corresponding fractal grids, fractal method is to learn a straightforward instance.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-25
    • 文件大小:117573
    • 提供者:wangwa
  1. FAST-ICA

    0下载:
  2. 1、对观测数据进行中心化,; 2、使它的均值为0,对数据进行白化—>Z; 3、选择需要估计的分量的个数m,设置迭代次数p<-1 4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数); 5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的) 6、用对称正交法处理下W 7、归一化W(:,p)=W(:,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1150
    • 提供者:liu xp
  1. FAST-ICA11

    0下载:
  2. 1、对观测数据进行中心化,; 2、使它的均值为0,对数据进行白化—>Z; 3、选择需要估计的分量的个数m,设置迭代次数p<-1 4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数); 5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的) 6、用对称正交法处理下W 7、归一化W(:,p)=W(:,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1168
    • 提供者:liu xp
  1. Newtondd

    0下载:
  2. 牛顿迭代在Matlab环境下的实现,含注释,思路清晰,方便学习-Newton realized in Matlab environment
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:9847
    • 提供者:niekouzhun
  1. 6_11

    0下载:
  2. 迭代法求根号a,比较简单,用于学习和交流-No. iterative method for solving a, relatively simple, for learning and communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5639
    • 提供者:江咏城
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »
搜珍网 www.dssz.com