CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - regularization

搜索资源列表

  1. svm-scale

    0下载:
  2. 将要丢入SVM支持向量机的资料作正规化的动作-will be down the SVM SVM information for the regularization of action
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2169
    • 提供者:林尚义
  1. Matlab-Regularization-Tools-Hansen1998.tar

    5下载:
  2. Hansen最新(2008)修订后的关于反演正则化方法的电子书与相应Matlab程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:754413
    • 提供者:Cheng bing
  1. ANN_Matlab

    1下载:
  2. 书籍“Regularization tools for training large feed-forward neural networks using Automatic Differentiation”的源码文件
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:43237
    • 提供者:mjj
  1. Imageprocessing.rar

    2下载:
  2. 包括图像分析的四部分代码:matlab扩散和高斯函数,线性扩散,线性复扩散,非线性扩散。,It contains four parts: [1]MATLAB function:diffusion.m gauss.m [2]Linear diffusion Applying linear diffusion to images creating linear scale-space. MATLAB code: demo_lin.m Image: haifa1.bmp [3]Li
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:240077
    • 提供者:吴豪科
  1. thin_plate.rar

    0下载:
  2. 薄板样条,一种很好的拟合曲线的方法。是最近比较常用的拟合方法。,thin plate spline is so nice fitting method. Features: (1) support arbitrary control points (2) allow regularization (3) estimate the warp parameters from corresponding pairs
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1891
    • 提供者:wangwei
  1. BPtrainlmtrainbr.rar

    0下载:
  2. 用L-M 优化算法与贝叶斯正则化算法训练同一个样本,By LM optimization algorithm with Bayesian regularization algorithm for training with a sample
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:544
    • 提供者:胡月
  1. corner

    0下载:
  2. 该程序找到了使用L曲线算法的拐点,是正则化程序中,寻求正则化参数的一种比较好的方法。CORNER Find corner of discrete L-curve via adaptive pruning algorithm.-The program found the algorithm using the L-curve inflection point, is the regularization process, the regularization parameter for a bet
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3371
    • 提供者:程方
  1. LM

    0下载:
  2. 采用贝叶斯正则化算法提高bp网络的性能,即L-M优化算法-The use of Bayesian regularization algorithm to improve network performance bp, that is, LM optimization algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:859
    • 提供者:周妍
  1. bys

    0下载:
  2. 采用贝叶斯正则化算法提高BP网络的推广能力。在本例中,将采用两种训练方法,即L-M优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练BP网络,使其能够拟合某一附加有白噪声的正弦样本数据。-The use of Bayesian regularization algorithm for BP network to improve generalization ability. In this case, two types of training methods will b
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:819
    • 提供者:qiulan
  1. PF_Regular

    1下载:
  2. 正则化粒子滤波程序,对SIR重采样步骤进行正则化处理,改进粒子滤波效果。-Particle filter regularization procedures, SIR resampling steps regularization, improved particle filtering.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2472
    • 提供者:沈阳
  1. wavepenergy

    1下载:
  2. 小波包能量代码,利用db1小波将信号分解和重构,然后计算小波系数的平方,进行正则化-Wavelet packet energy code, the use db1 wavelet signal decomposition and reconstruction, and then calculate the square of wavelet coefficients, the regularization
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:558
    • 提供者:刘安宁
  1. marq

    0下载:
  2. % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of cor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:3792
    • 提供者:张镇
  1. bp.example

    1下载:
  2. 采用动量梯度下降算法训练BP网络,采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络-Gradient descent algorithm using momentum BP network training, using two training methods, namely, LM optimization algorithm (trainlm) and Bayesian regularization algorithm (t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2993
    • 提供者:闫薇
  1. Ho_Kashyap

    0下载:
  2. Ho—Kashyap线性分类算法(MHKS)采用了支持向量机最大化间隔的思想,利用面向矩阵模式的双边正则化实现线性分类。-Ho-Kashyap linear classification algorithm (MHKS) using support vector machine to maximize the spacing of the idea, using matrix model for bilateral Regularization achieve linear classifica
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:877
    • 提供者:肖箫
  1. corr_LDA

    0下载:
  2. Semi-Supervised Discriminant Analysis (Manifold Regularization Way)
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3667
    • 提供者:keyvan
  1. network

    0下载:
  2. 正则化方法分类器,模式识别,matlab-Regularization method classifier, pattern recognition, matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:599917
    • 提供者:liuct
  1. HW1_4

    0下载:
  2. RLS system identification + regularization
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:786
    • 提供者:m.komijani
  1. tikhonov

    0下载:
  2. Tikhonov.m 纪洪诺夫正则化方法-Tikhonov.m Regularization..............
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1184
    • 提供者:feng
  1. Landweber

    0下载:
  2. Landweber迭代正则化的加速,一个很好的正则化方法!-Landweber iterative regularization of the acceleration, a good regularization method!
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:233997
    • 提供者:郑林
  1. An_Algorithm_for_Total_Variation_Minimization_and_

    0下载:
  2. TV最小化模型的一个算法,以及相应的应用程序-An Algorithm for Total Variation Minimization and Applications
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:253020
    • 提供者:kandy
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com