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

搜索资源列表

  1. regrRR

    0下载:
  2. Ridge Regression RR 岭回归估计,是非常有用的非线性时间序列算法,在局部多项式预测中非常有用。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:839
    • 提供者:zhxj
  1. ridgeregression

    0下载:
  2. This matlab code for estimating the static linear system with Ridge Regression that is written by matlab 7.0. Here we want to estimate the below function: 1 - u^2 + 2*u^3 +u^5 +3*u^7 these are 2 files : without noise and with noise finally,th
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:24936
    • 提供者:maysam
  1. loreta

    1下载:
  2. Code for computing LORETA inverse solution for the EEG/MEG inverse problem.This corresponds to a Ridge regression using a discrete Laplace Operator as the prior covariance structure of the coeficients. The code is open to use different design matrice
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:11881
    • 提供者:Puestejo
  1. SVregression

    0下载:
  2. In kernel ridge regression we have seen the final solution was not sparse in the variables ® . We will now formulate a regression method that is sparse, i.e. it has the concept of support vectors that determine the solution. The thing to not
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:51640
    • 提供者:bahman
  1. regression_copy

    0下载:
  2. 岭回归程序 输入参数为自变量、因变量和优化因子 输出参数为映射矩阵与回归误差-Ridge Regression. Input parameters: - X: Input data block (k x n) - Y: Output data block (k x m) - q: Stabiliaztion factor (optional) If not given, estimated from data Return parameters: - F
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:649
    • 提供者:miaomiao
  1. ridge

    0下载:
  2. 应用回归分析中岭回归的matlab程序代码-RIDGE REGRESSION
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:999
    • 提供者:
  1. Redge-regression

    0下载:
  2. 岭回归的matla源程序,主要用于解决无法求逆或需要更好的解时所用的-Ridge regression matla source, mainly used to solve the inverse can not be a better solution or need to use when
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1302
    • 提供者:吴蓉
  1. RIDGE-REGRESSION

    1下载:
  2. FORTRAN语言程序。这是进行数理统计上岭回归的计算机程序,很好用的。 -THIS IS A PROGRAM OF RIDGE REGRESSION PROGRAM.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2718
    • 提供者:尹义星
  1. Desktop

    0下载:
  2. This just a simple method in element of statistical learning..... It is a function for degree of freedom calculation.(Using for ridge regression) -This is just a simple method in element of statistical learning..... It is a function for degree of f
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:436250
    • 提供者:baifan
  1. SAS6_11linghuiguichengxujishili

    0下载:
  2. sas学习材料,有关岭回归的程序设计及实例分析,非常详细-sas learning materials, the ridge regression analysis program design and examples, very detailed
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:163706
    • 提供者:李勇
  1. Fridge-regress

    1下载:
  2. 岭回归分析(Ridge regression)是一种专用于共线性数据分析的有偏估计回归方法,这套源码是对ridge regression算法的一种实现,附有测试实例-Ridge regression (Ridge regression) is a special collinearity data analysis unbiased estimate of the regression method, this set of source code is an implementation of
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:2252
    • 提供者:阿杜
  1. PLS-RidgeRegression

    0下载:
  2. 当数据维数相对较高时,普通的最小二乘方法存在计算问题,该文件给出了两种解决方法:PLS和岭回归方法,并可以看出二者效果差异-When the data dimension is relatively high, the ordinary least squares method of calculation problem exists, the document gives two solutions: PLS and ridge regression methods, and results
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:2214
    • 提供者:邵珠贵
  1. ridge_regression_matlab

    0下载:
  2. 岭回归拟合数据,其中hw3_1_ridge.m使用的是岭回归的方法,hw3_1_MLE.m使用的是极大似然的方法。-fitting data with ridge regression using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:11373
    • 提供者:唐敬亚
  1. regression

    0下载:
  2. 机器学习算法,预测数值型回归,岭回归和逐步线性回归-Machine learning algorithms to predict numerical regression, ridge regression and stepwise linear regression
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3085
    • 提供者:王铭航
  1. Ridge_Regression_code

    0下载:
  2. matlab实现岭回归,并在实际例子中体现了他的用法。-Matlab ridge regression, and reflected his usage in the practical example.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3539
    • 提供者:安占福
  1. RR

    0下载:
  2. 岭回归,fortran语言编写,回归计算中的一种-Ridge regression, fortran language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2794
    • 提供者:arlen
  1. LEAST-SQUARE-BASED-svd

    0下载:
  2. 基于l1,l2 NORM 的最小二乘法,岭回归等算法,懂的人一看就知道好用,利用SVD进行计算的-Based on L2, NORM L1 least square method, ridge regression and other algorithms, the people who understand the good use, the use of SVD for calculation
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7291
    • 提供者:wyl
  1. mutli-output

    0下载:
  2. 多输出的支持向量机matlab代码, 常规的svm是单输出,这个是多输出- Standard SVR formulation only considers the single-output problem. In the case of several output variables, other methods (neural networks, kernel ridge regression) must be deployed, but the good properties of
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4704
    • 提供者:李三
  1. ridge

    0下载:
  2. 这段代码可以实现机器学习中的岭回归。自行添加高斯噪声后对每个数据集的七阶多项式用不同的值λ进行岭回归-Perform ridge regression on each dataset with 7th order polynomial with different value λ.Add Gaussian noise.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1172
    • 提供者:yuanxin
  1. ridge

    0下载:
  2. 岭回归模型,非MATLAB工具箱中的。效果还不错。-ridge regression
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2272
    • 提供者:dawei
« 12 »
搜珍网 www.dssz.com