搜索资源列表
pca5_fold
- 模式识别中pca 5-fold交叉检验算法-pattern recognition pca 5-fold cross-validation algorithm
mypcacv
- Performs Principal Component Analysis cross validation to determine the true rank of an X-block.-Performs Principal Component Analysis cr oss validation to determine the true rank of an X - block.
crossvalidation
- 用Cross validation的方法建立人工神经网络的模型!-Cross validation using the method of artificial neural network models.
GPS_DOP
- % This program calculates Dilution of Precision with respect to a GPS * % receiver given its Cartesian ECEF position and the positions of four or * % more visible GPS satellites. It is a validation of the DOP algorithm and * % contains referenc
libsvm-2.88.rar
- LIBSVM 是台湾大学林智仁 (Chih-Jen Lin) 博士等开发设计的一个操作简单、易于使用、快速有效的通用 SVM 软件包,可以解决分类问题(包括 C- SVC 、n - SVC )、回归问题(包括 e - SVR 、 n - SVR )以及分布估计( one-class-SVM )等问题,提供了线性、多项式、径向基和 S 形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。,LIBSVM is林智仁Taiwan Univ
jiaocha
- 图像分类中的交叉验证方法,比如说,一个训练集集合,为了得到其中参数的较准确值,就可以使用此类算法-Image Classification Based on cross-validation method, for example, a collection of training set, in order to obtain more accurate values of these parameters, you can use these algorithms
pls1
- matlab下偏最小二乘回归模型 交叉有效性验证,及奇异点发现 -matlab partial least-squares regression model of cross-validation, and the singular points found
PLSCV
- PRINCIPLE: PLS cross-validation using the SIMPLS or WIMPLS algorithm, respectively for tall or wide X-data. The optimal approach is selected automatically.
ClusterValidationToolNC-v2
- cluster validation tools matlab toolbox
NN-10-fold
- estimate the test accuracy,training accuray and validation accuracy of a neural network with 10-fold cross validation.-estimate the test accuracy,training accuray and validation accuracy of a neural network with 10-fold cross validation.
sinPolyfit
- Matlab 实现多项式曲线拟合(正弦曲线),交叉验证(十折交叉验证)-poly fit ,cross validation
PLScross-validation
- 偏最小二乘算法 利用交叉验证算法计算应提取成分的个数,本程序给出了交叉验证的发放以及回归系数的算法-Partial Least Squares algorithm using cross-validation the number of components to be extracted, this procedure gives the distribution as well as cross-validation regression coefficient of the algorit
PNN-CVLOO-code
- The code implements a probabilstic Neuraol network for classification problems trained with a Leave One Out Cross Validation Scheme in Matlab (version 7 or above). The following toolboxes are required: statidtics, optimization and neural networks.
Instrument_demo
- Decision Trees and Predictive Models with cross-validation and ROC (Receiver Operating Characteristic) analysis plot
K-Fold_CV_Tool
- MATLAB cross-validation tool for classification and regression v0.1 FEATURES: + K-fold cross validation. + Arbitrary train and prediction functions with parameters can be used. + Arbitrary loss function can be used. + Wrappers for
cross-validation
- matlab交叉验证cross Validation,把样本集分为训练集和测试集,防止网络出现过拟合,提高网络的泛化能力和预测精度-cross Validation for matlab,to estimate the test accuracy,training accuray and validation accuracy of a neural network
validation-of-regression-coefficient
- 回归系数的验证,偏最小二乘法求出的系数矩阵,系数比自变量多一个,矩阵A为自变量,矩阵B为应变量,beta为偏最小二乘法求出的系数矩阵,估计平均误差率-The validation of regression coefficient
ANN-k-fold-cross-validation
- ann k-fold cross validation matlab cone
Ten-fold-cross-validation
- 十折交叉验证程序,用贝叶斯公式进行具体计算验证在已有条件下是否去打球。-Calculate average decision accurate for Table 1 using Ten-fold-cross validation.
cross-validation
- 交叉验证(Cross-validation)主要用于建模应用中,例如PCR 、PLS 回归建模中。在给定的建模样本中,拿出大部分样本进行建模型,留小部分样本用刚建立的模型进行预报,并求这小部分样本的预报误差,记录它们的平方加和。这个过程一直进行,直到所有的样本都被预报了一次而且仅被预报一次。把每个样本的预报误差平方加和,称为PRESS(predicted Error Sum of Squares)-Cross-validation, sometimes called rotation estim
