CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 正则化方法

搜索资源列表

  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. 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. Bolasso-feature-selection-prediction

    0下载:
  2. 这个程序实现了Francis R. Bach的Bolasso算法,用于特征选取和预测。主要用于高纬度问题的特征选取,它使用了带有Bootstrap方法的自助抽样的正则化回归,并使用了Karl Skoglund的lars实现。-This procedure achieved Francis R. Bach s Bolasso algorithms for feature selection and forecasting. The main problem for high-latitude fe
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:199173
    • 提供者:xuechaoling
  1. trainlm

    0下载:
  2. 采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr)-Using two training methods, namely, LM optimization algorithm (trainlm) and Bayesian regularization algorithm (trainbr)
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3096
    • 提供者:chen
  1. regu

    0下载:
  2. 正则化化技术处理,l_curve方法和gcv方法选择参数,进行求解,得到问题的最解-Regularization of technical processing, l_curve methods and gcv method to select parameters, is solved by the solutions of the problem
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:81575
    • 提供者:金子
  1. 1

    0下载:
  2. 正则化算法工具箱 多种方法实现 有相关注释文件-regulation tools
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:1174249
    • 提供者:emma
  1. tikl_diff1

    0下载:
  2. 应用吉洪诺夫正则化的方法去求数值微分的求导问题-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:518
    • 提供者:sisterzhou
  1. pattern-recognition

    0下载:
  2. 模式识别的内容,包括模式识别的基本概念、模式识别方法及应用。具体的内容包括:正则化网络、Bayes决策理论、分类器组合、统计学习理论、概率密度估计、非监督学习方法-Pattern recognition, including the basic concepts of pattern recognition, pattern recognition methods and applications.Specific content, including: Regularization Netwo
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3276647
    • 提供者:long
  1. regu

    1下载:
  2. 正则化算法的matlab程序,采用Tiknov标准方法计算反问题的程序-Regularization algorithm matlab program, using the program Tiknov standard method to calculate the inverse problem
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:83728
    • 提供者:DongJianjun
  1. Bayes-in-BP(code)

    0下载:
  2. 采用贝叶斯正则化算法提高 BP 网络的推广能力。在本例中,我们采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正 则化算法(trainbr),用以训练 BP 网络,使其能够拟合某一附加有白噪声的正弦样本数据。-Use Bayes to train BP network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1084
    • 提供者:肖木
  1. adaptive_regularization

    0下载:
  2. 代码给出了数字图像处理图像复原运算方法中的自适应滤波、正则化滤波、盲去卷积滤波等滤波方法的实现过程,经matlab调试运行成功,效果明显-Code gives a computing method of digital image processing image restoration, adaptive filtering, regularization filter, blind go convolution filtering and other filtering methods to
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:1351
    • 提供者:刘德华
  1. FFD4D

    1下载:
  2. 一种基于正则化总变图像处理方法,很好,值得研究此方面的朋友研究-Based on the image processing method for total variation regularization, good, worthy of study in this regard friends
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:278836
    • 提供者:里涛
  1. function1111

    1下载:
  2. 一种基于TV正则化的自适应图像去模糊方法:最小优化算法-Based on TV regularization adaptive image deblurring method: Minimal Optimization
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:24375
    • 提供者:刘洪全
  1. demoBagSVM

    0下载:
  2. 一种基于半监督的svm的图像分类方法。该方法通过聚类核的方法利用无标记样本局部正则化训练核的表达式。这种方法通过图像直接学习一个自适应的核。该程序仿真的是文章:Semi-supervised Remote Sensing Image Classification with Cluster Kernels。大家可以参考下。-A semi-supervised SVM is presented for the classification of remote sensing images. The
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:108312
    • 提供者:姜红茹
  1. gcv

    0下载:
  2. 广义交叉验证函数(GCV) 广义交叉验证函数是用随机的方法对于一个给定的值A的正则化参数的计算。-Generalized cross-validation function (GCV) generalized cross validation function is stochastic method for a given value A regularization parameter calculations.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:849
    • 提供者:师海阔
  1. BP_LM

    0下载:
  2. 采用贝叶斯正则化算法提高 BP 网络的推广能力。在本例中,我们采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正 -Bayesian regularization algorithm to improve the generalization ability of BP network. In this example, we use two training methods, namely LM optimization algorithm (trainlm) and Baye
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:925
    • 提供者:石勇
  1. DRLSE_v0

    0下载:
  2. 本程序包采用距离正则化的水平集的方法,对多种图像进行处理和分割,实验结果表明,分割结果比传统水平集方法好很多-This package uses the distance regularized level set method, a variety of image processing and segmentation, experimental results show that the segmentation result is much better than the traditi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2088115
    • 提供者:周晓研
  1. beiyesizhengzehua

    0下载:
  2. 采用贝叶斯正则化算法提高 BP 网络的推广能力,采用两种训练方法-Bayesian regularization algorithm to improve the generalization ability of BP network, using two training methods
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:775
    • 提供者:
  1. code

    1下载:
  2. 自适应选择正则化参数和范数的非盲图像复原方法,效果真心不错。-Select the non-blind adaptive image restoration method parameters and norm regularization, the effect really good.
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1315528
    • 提供者:陈扬清
  1. GISA

    1下载:
  2. 一种求解lp范数正则化约束的稀疏表示方法-Sparse representation method for solving LP norm regularization constraint
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12791980
    • 提供者:Di Wang
« 1 2 3 45 6 »
搜珍网 www.dssz.com