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

搜索资源列表

  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. Example4

    0下载:
  2. 采用贝叶斯正则化算法(抑制过拟合)提高 BP 网络的推广能力,采用两种训练方法, 即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络;-Bayesian regularization algorithm (inhibition of over-fitting) to improve the generalization ability of BP network, using two training methods, that LM opti
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:1155
    • 提供者:liuwei
  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. TIP_ASDS_IR

    0下载:
  2. TIP10的paper "Image Deblurring and Super-Resolution by Adaptive Sparse Domain Selection and Adaptive Regularization" 的代码。一个图像去噪和超分辨的算法-TIP10' s paper " Image Deblurring and Super-Resolution by Adaptive Sparse Domain Selection and Adaptive Regul
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9325700
    • 提供者:zihanhuang
  1. PF_Regular

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

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

    4下载:
  2. 总变分正则化超分辨率重建 包括两种范数形式的正则化-Total Variation Regularized super-resolution reconstruction, including two-norm in the form of regularization
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-12
    • 文件大小:24720
    • 提供者:顾老
  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. xuejigl

    0下载:
  2. 学籍管理系统,作为计算机应用的一部分,使用计算机对访客的管理,具有手工管理无法比拟的优点,如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等,这些优点能够极大的提高学籍管理的效率,也是科学化、正规化的体现。因此,开发这样的软件系统是很必要的。-School management system, as part of computer applications, the use of computers for the management of visitors, can n
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:294395
    • 提供者:liyang
  1. example

    0下载:
  2. 利用正则化方法对模糊图像进行恢复的算法,产生一幅图象,然后加入噪声后对特定的输入正则化参数其进行图象恢复。-The use of regularization method for the restoration of blurred images of the algorithm, resulting in an image, and then adding noise to the input of specific parameters of regularization to resto
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:4815
    • 提供者:芷菁
  1. NonnegJune2009

    0下载:
  2. 当前论文主要考虑的是非信号依赖的高斯噪声下的图像恢复,本程序实现了泊松噪声下的图像恢复,泊松噪声为信号依赖噪声,能够更加有效逼近实际成像系统噪声。- This is the code that was used in the papers "A Nonnnegatively Constrained Convex Programming Method for Image Reconstruction", "Total Variation-Penalized Poisson Likelihood E
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:431731
    • 提供者:sun
  1. network

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

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

    0下载:
  2. 自适应正则化方法进行图像配准的matlab代码,带有测试图像数据-Adaptive regularization method for image registration of the matlab code image data with the test
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:3022024
    • 提供者:王振松
« 1 2 34 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com