搜索资源列表
deboor-cox.rar
- 目的:运用强化学习!多分类器集成!降维方法等最新计算机技术,结合细胞病理知识,设计制作/智能化肺癌细胞病理图像诊断系统0"方法:采集细胞图像,运用基于强化学习的图像分割法将细胞区域从背景中分离出来 运用基于样条和改进2方法对重叠细胞进行分离和重构 提取40个细胞特征用于贝叶斯!支持向量机!紧邻和决策树4种分类器,集成产生肺癌细胞分类结果 建立肺癌细胞病理图库,运用基于等降维方法对细胞进行比对,给予未定型癌细胞分类"结果:/智能化肺癌细胞病理诊断系统0应用于临床随机1200例肺
SVM-KNN
- 很实用的MATLAB SVM KNN算法,适合7.0以上的办版本使用。-very good
Digit-recognizer---knn-a-svm
- matlab中分别使用knn(k近邻)与svm(支持向量机)实现的对手写数字识别的二分类器-Digit recognizer(KNN and SVM) developed in matlab
Matlab_interface_to_SVM_light
- Anton s Matlab interface to SVM light 提供Joachims的SVM light 使用非常方便-Anton s Matlab interface to SVM light provide Joachims s SVM light is very convenient to use
svml_v092
- SVM,很好用的用于模式识别中特征分类的咚咚。-SVM, a good use for pattern recognition features of the classification of咚咚.
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
pca_knn
- 本方法采用pca进行特征提取,knn分类器进行人脸识别。-The method of feature extraction using pca, knn classifier for face recognition.
SVM-KM
- KNN k nearest neighbours, this is a method to design which cluster the test sample belong to using the KNN algorithm,which is a matlab code worth using and download.-k nearest neighbours, this is a method to design which cluster the test sample belon
SVM
- SVM 神经网络 数据分类预测 葡萄酒种类识别-SVM neural network prediction wines identification data classification
SVM
- SVM支持向量机,利用matlab语言实现,很简单,以word的形式给出--SVM support vector machine, using matlab language is very simple to word given in the form-
SVMmatlabGUI
- SVM matlab GUI可视化界面 直观形象 代码解释比较详细 对GUI学习和svm学习都有帮助-SVM matlab GUI intuitive visual interface code in the image of a more detailed explanation of the GUI help both learning and svm learning
knnPcaWithGA
- In this code I have used GA in supervised PCA to find the best coeficients for overall covariance. the classification is made by K-In this code I have used GA in supervised PCA to find the best coeficients for overall covariance. the classification i
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.
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
knn-softsvm
- knn,最小二乘,softsvm分类器的matlab实现,以及简单的交叉验证等-knn, least squares, soft svm classifier matlab implementation, and simple cross-validation, etc.
svm-knn
- svm与knn组合模型的matlab实现(Matlab implementation of SVM and KNN combined model)