-
cut_sample
说明: 使用二分法对样本集进行剪辑,剪辑法的思想,就是将样本集分成训练集与考试集, 利用训练集样本对考试集的样本进行分类(使用近邻法),如果考试集中某个样本分类错误的话,将这个样本删除。在该函数中,使用最近邻法,只进行一次剪辑(遍历完考试集中的样本以后退出)。还有一种重复剪辑法(适用于样本比较多的情况),把样本随机分为多个样本集,将相邻的两个样本前一个作为考试集,后一个作为训练集,调用二分剪辑。所有的样本子集剪辑完毕以后,在递归调用,直到没有样本被剪辑掉,没得讲,重复剪辑的效果肯定好一些。
(The sample sets using the dichotomy of the clips, editing law idea is to sample set into training set and test set, using the training set samples to the test set of samples (using the nearest neighbor algorithm), if the examination focused on a sample of classification error then delete this sample. In the function, use the nearest neighbor method, only once clips (focused on a sample of traversal finished after the exit exam). There is also a repeat clip method (samples are more applicable to the case), the samples were randomly divided into multiple sample set, the two adjacent samples of the former one as a test set, the latter one as a training set, call the two sub-clips. All the samples were a subset of the clips after they have finished, in the recursive call, until there are no samples were clip out, did not have to say that the effect of repeated clips definitely better.)
- 2010-03-19 11:13:13下载
- 积分:1
-
T-f-toolbox-for-MATLAB
介绍时频分析的基本理论和在工程中的应用方法,介绍了MATLAB时频分析工具箱的用法。(Introducing the basic theory and application of frequency analysis methods in engineering, describes the time-frequency analysis MATLAB toolbox usage.)
- 2014-09-02 14:46:29下载
- 积分:1
-
ImageProcessing
英国matlab图像处理教学,中值滤波,均值滤波等等。(uk matlab image processing teaching, median filter,average filter and so on)
- 2014-10-11 14:26:08下载
- 积分:1
-
不同搜索法
说明: 学会不同搜索法(最速下降法,共轭梯度法,牛顿法,拟牛顿法)的计算步骤(Learn the calculation steps of different search methods (steepest descent method, conjugate gradient method, Newton method, quasi Newton method))
- 2020-09-26 14:36:07下载
- 积分:1
-
robsim
useful for robotic based image processing
- 2009-12-02 15:41:41下载
- 积分:1
-
PSO1
pso matlab code for minimizing objective function
- 2015-01-27 18:26:12下载
- 积分:1
-
Image_enhancement
比较简单的灰度图像锐化源代码,相信学习数字图像处理的童鞋能用到(Gray image sharpening relatively simple source code, I believe that children' s shoes to learn digital image processing can be used to)
- 2010-06-26 16:13:43下载
- 积分:1
-
basic-SVM_Indian_pines
svm_进行indian_pines数据集合分类。(use svm to classify the indian_pines data with train and test data in the rar)
- 2015-05-20 16:14:25下载
- 积分:1
-
SVT
说明: SVT for matrix completion
- 2019-12-16 19:03:09下载
- 积分:1
-
matlab
小波神经网络的实现程序,编成运算,基于matlab的运算
(Wavelet neural network realization of the procedures into operation, based on the matlab computing)
- 2008-01-08 09:35:12下载
- 积分:1