搜索资源列表
SVM-KNN
- 很实用的MATLAB SVM KNN算法,适合7.0以上的办版本使用。-very good
text-classification
- 分别使用KNN,NB和SVM算法实现的分本分类的作业,内含数据集合以及详细的实验报告。-Text classification with method of KNN,NB and SVM。
mill
- 包含了很多分类算法,有SVM,knn,决策树等,还有文档说明-Contains a lot of classification algorithms, there is SVM, knn, decision tree and so on, have documented
ToolBox
- matlab图像处理工具相,使用了主成分分析,ANN,SVM等方法。-This toolBox used in the image processing(feature extraction and classification) PCA,LDA,ICA,DCT,RBF,RBE,GRNN,KNN,minimum distance,SVM, and others
SVM
- In this paper, we show how support vector machine (SVM) can be employed as a powerful tool for $k$-nearest neighbor (kNN) classifier. A novel multi-class dimensionality reduction approach, Discriminant Analysis via Support Vectors (SVDA), is in
One_Against_One
- OAO SVM classification
mtfknn
- 国外网站下载的程序包,包含mindist_classifier_type,pca,PNN,svm等几个算法程序,希望对大家有用。-Foreign website package, including mindist_classifier_type, pca, PNN, svm algorithm program, and several, we hope to be useful.
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
svm
- 本程序包括:论文SVM 用于基于块划分特征提取的图像分类,和相应的matlab实现其中图像划分以及特征提取、聚类均利用matlab6.5完成。 -The procedures include: paper by SVM for feature extraction based on block classification, and the corresponding realization of one image into matlab, and feature extraction,
gaborsvm1
- 先用gabor 小波滤波器,做特征提取,然后用支持向量机(SVM)做分类,来实现人脸检测.需要用matlab 2010 或更新的版本才能运行-the code is used for face detection.Firstly it use gabor wavelet filter for feature extraction,Secondly it use support vector machine (SVM)for classification.matlab 2010 required.
knnsvm
- 结合KNN(最近邻)算法和SVM(支持向量机)算法的分类器,,原创-KNN+SVM classification recognition algorithms, absolute originality
gabor
- 利用KNN,SVM等方法选择Gabor滤波器组-Use KNN, SVM and other methods selected Gabor filters
KNN-and-SVM
- 模式识别中knn和svm的使用,用到matlab的fitcknn和fitcsvm-pattern recognition the use of knn and svm to classify data, using matlab function fitcknn and fitcsvm
rough-set-codes
- 这是天津大学胡清华老师在粗糙集邻域领域做的最经典的源码,同学们可以在此基础上学习和修改,入口程序已经写好,需要其他方法可以自己添加,MAIN.m是入口程序,参数的意思在子函数里讲的很明白,调用了featureselect_FW_fast.m用来属性约简,几个clsf_dpd文件是使用不同的距离公式来计算属性重要度,选择得到属性结果,使用crossvalidate.m十折交叉算法来计算计算算法精度,该段代码调用了几个分类器,C4_5.m是决策树,KNN.m是最近邻分类器,NEC.m是类似于KNN的
Detection-system-of-skin-diseases-using-image-processing-master
- To classify four types of skin diseases such as Dermatitis, Melanoma, Diabetic foot ulcer, Impetigo,2 types of ML algorithms KNN and SVM are used. To get a visual representation of classifier output the ROC curve is plotted. To measure the performanc