搜索资源列表
svm_toolbox
- 支持向量机工具箱,其中包含MATLAB演示程序和一些基本的函数(计算核函数的函数、支持向量机训练函数和参数选择交叉验证函数等)。-SVM Toolbox, which contains MATLAB demo programs and some of the basic functions (Calculation Kernel function, SVM training function and parameter selectio
svm_v0.01beta.tar
- New in this version: Support for multi-class pattern recognition using maxwins, pairwise [4] and DAG-SVM [5] algorithms. A model selection criterion (the xi-alpha bound [6,7] on the leave-one-out cross-validation e
pls_core
- PLS计算 Cross-Validation模型计算-PLS calculated Cross-Validation model
fs-kfda
- Feature scaling for kernel Fisher discriminant analysis using leave-one-out cross validation. FS-KFDA is a package for implementing feature scaling for kernel fisher discriminant analysis.-Feature scaling for kernel Fi
MLC21NT-C
- machine learning, accuracy estimation, cross-validation, bootstrap, ID3, decision trees, decision graphs, naive-bayes, decision tables, majority, induction algorithms, classifiers, categorizers, general logic di
pca5_fold
- 模式识别中pca 5-fold交叉检验算法-pattern recognition pca 5-fold cross-validation algorithm
crossvalidate
- 基于决策树的n则交叉验证分类器 (决策树程序直接调用matlab中的) crossvalidate.m N则交叉验证程序,N可选 NDT.mat 含9个国际公认标准数据集,已做过标么处理,可直接使用 专业-n Based on Decision Tree is cross-validation classification (decision tree directly call the Matlab) cr ossva
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.
svm-crossvaldition
- 采用c++编写的有关svm交叉验证的程序。-Used c++ Prepared by the SVM cross-validation procedure.
java
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。-LIBSV
NIPALS
- NIPALS 算法 留1法 交叉检验 绘图 -NIPALS algorithm cross-validation method to stay one mapping
gcv
- GCV Generalized cross-validation.广义交叉校验,用做非线性时间序列的计算,非常有用,找了好久才找到的。不要错过机会哦-GCV Generalized cross-validation. Generalized cross-validation, using nonlinear time series to do the calculation, is very useful to find for a
PLSCV
- PRINCIPLE: PLS cross-validation using the SIMPLS or WIMPLS algorithm, respectively for tall or wide X-data. The optimal approach is selected automatically.
loo
- The leave-one-out cross-validation scheme is a method for estimating % the average generalization error. When calling % [Eloo,H] = loo(NetDef,W1,W2,PHI,Y,trparms) with trparms(1)>0, the network % will be retrai
libsvm-2.88
- LIBSVM 是台湾大学林智仁 (Chih-Jen Lin) 博士等开发设计的一个操作简单、易于使用、快速有效的通用 SVM 软件包,可以解决分类问题(包括 C- SVC 、n - SVC )、回归问题(包括 e - SVR 、 n - SVR )以及分布估计( one-class-SVM )等问题,提供了线性、多项式、径向基和 S 形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题
Cross-Entropy
- 交叉熵实现多元高斯混合模型优化的源代码,供大家学习使用-Realize cross-entropy optimization of multi-Gaussian mixture model of the source code for the U.S. study the use of
CrossValidationTest20081008203828
- classification cross validation
FFAlta
- cross validation of test data
FFAltaCross
- cross validation of training data
cross-validation
- matlab交叉验证cross Validation,把样本集分为训练集和测试集,防止网络出现过拟合,提高网络的泛化能力和预测精度-cross Validation for matlab,to estimate the test accuracy,training accuray and validation accuracy of a neural network