搜索资源列表
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
loo.rar
- 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 retrained a maximum of trparms(1) itera
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
FeatureSelection
- Feature Selection using Matlab. The DEMO includes 5 feature selection algorithms: • Sequential Forward Selection (SFS) • Sequential Floating Forward Selection (SFFS) • Sequential Backward Selection (SBS) • Se
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.
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
shenjingwangluo
- 里面有两个实验,包括PPT和实验的代码,可以帮助一些想学习神经网络的朋友一个大忙。-We now have an easy scr ipt (easy.py) for users who know NOTHING about svm. It makes everything automatic--from data scaling to parameter selection. The parameter selection tool grid.py generates the follo
J48cv
- 基于决策树的n则交叉验证分类器-based on decision tree cross-validation classifier.....................
AI_Blood
- 本次大作业利用K‐近邻(K‐Nearest Neighbor)算法,为给定的训练数据集构造了分类器, 并在测试数据集上进行分类预测,同时计算了Accuracy、Precision、Recall和F‐measure,利用 10‐fold的实验方法进行交叉验证。-The big job to use K-neighbor (K-Nearest Neighbor) algorithm, for a given set of training data classifier is constru
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
libsvm-2.84
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。-LIBSVM Taiwan University, Lin Zhire
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.
AMLALL
- cross validation with neurel network methods
Instrument_demo
- Decision Trees and Predictive Models with cross-validation and ROC (Receiver Operating Characteristic) analysis plot
cross-validation
- matlab交叉验证cross Validation,把样本集分为训练集和测试集,防止网络出现过拟合,提高网络的泛化能力和预测精度-cross Validation for matlab,to estimate the test accuracy,training accuray and validation accuracy of a neural network