搜索资源列表
svm_toolbox
- 支持向量机工具箱,其中包含MATLAB演示程序和一些基本的函数(计算核函数的函数、支持向量机训练函数和参数选择交叉验证函数等)。-SVM Toolbox, which contains MATLAB demo programs and some of the basic functions (Calculation Kernel function, SVM training function and parameter selection cross-validation functions,
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 diagrams, instance-based algorit
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
smlr.m
- 编写的多元回归的交叉验证程序 可供做预测模型的同仁参考-Prepared by the multiple regression of cross-validation procedure
waili
- waili小波算法包,在windows下编译通过的lib-Uses integer wavelet transforms based on the lifting Scheme ¢ Provides various wavelet transforms of the Cohen-Daubechies-Feauveau family of biorthogonal wavelets ¢ Provides crop and merge operations on wavelet-
libsvm_src_2.6NOTE
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。该软件包可以在http://www.csie.ntu.edu.tw/~c
libsvm-mat-2[1].9-11
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。该软件包可以在http://www.csie.ntu.edu.tw/~c
KNN
- Implement the K nearest neighbor algorithm by your own instead of using available software. 2. Use K-fold cross validation to generate training and testing datasets. You should try different K values (3~8) to see how they affect your result. 3. T
RBF-and-Crossvalid
- 这个代码的特点是对神经网络中的RBF使用交叉验证-This code is featured on RBF neural network using cross-validation
scoreMapping5.21
- 使用最小二乘法利用特征进行打分映射,并进行交叉验证-Using the least squares method using the mapping feature for scoring, and conduct cross-validation
classifier
- 用matlab实现Part1. 实现一个k近邻分类器,Part 2.实现一个最小二乘分类器,Part 3.实现一个支持向量机分类器,Part 4.在不同数据集上使用交叉验证选择各个算法的参数-Part1. Achieve a k-nearest neighbor classifier, Part 2. Achieve a least-squares classifier, Part 3. Implement a support vector machine classifier, Part 4.
cross_validation
- 基于交叉验证法小波降噪程序,主要应用白噪声-Cross-validation method based on wavelet noise reduction program, the main application of white noise
Naive-Bayes-Text-Classification
- 使用Python实现朴素贝叶斯分类,文件夹中附带数据集。实现了NB算法,并进行5倍交叉验证-Naive Bayes classifier using the Python implementation, the folder with the data set. NB implements the algorithm, and 5-fold cross-validation
PLSRG
- 用于自动计算X和Y矩阵的PLS回归。生成的各种表格一XLS文件存储。其中交叉验证内置,但是可能会有问题-Used to automatically calculate the X and Y matrices PLS regression. A variety of forms generated XLS file storage. Where cross-validation built-in, but there may be a problem
lvq
- code for lvq and split the data to be train and test by k-fold cross validation with k=5
crossvalidation
- Cross-Validation procedure
Classification
- Classification code using cross validation
newbayes
- 基于Python的贝叶斯实现,同时包含改进贝叶斯算法,同时采用采用留存交叉验证进行验证。-Python-based Bayesian implementations, including improved Bayesian algorithm, while using cross-validation using retained for verification.
GRNN
- 基于BP和GRNN神经网络的粮食产量预测研究,通过训练样本和测试样本的交叉验证,实现粮食产量预测效果的最佳化-Prediction of Grain Yield BP and GRNN based training through cross-validation and testing samples, to achieve the best effect of the Grain Production Forecast
K-fold-Cross-Validation-master
- 进行K折交叉验证,将数据分为K份,将1份作为TEST,剩下K-1份作为TRAINING,对TEST进行测试(K folding cross validation)