当前位置:
首页 资源下载
搜索资源 - SVM and Nearest Neighbor
搜索资源列表
-
0下载:
-
-
0下载:
此文件包含模式识别中一些经典的matlab代码,如:SVM、神经网络、最近邻等。-This file contains some of the classic pattern recognition matlab code, such as: SVM, neural networks, nearest neighbor and so on.
-
-
0下载:
这是对于近邻法与支持向量机的ppt文件,能给学习神经网络方法的初学者帮助-This is the nearest neighbor and support vector machine ppt, learning neural network can give help for beginners
-
-
0下载:
关于metric learning的综述,涉及到许多的知识:SVM、kernel、SDP等-This paper surveys the field of distance
metric learning from a principle perspective, and includes a broad selection of recent work. In particular, distance metric learning is reviewed under different
-
-
0下载:
K近邻分类器,用于模式识别等领域,该程序短小精悍,适合与ANN和SVM进行比较研究,本人多篇论文用到,效果较好。-K-nearest neighbor classifier is often used in pattern recognition and other fields. It is suitful for a comparative study with ANN and SVM. I have published some papers used the code. The effe
-
-
0下载:
提出了一种基于DCT提取人脸特征技术和支持向量机分类模型的人脸识别方法。利用离
散余弦变换可提取人脸可识别的大部分信息,而支持向量机作为分类器,在处理小样本、高维数等
方面具有独特的优势,且泛化能力很强,无需先验知识。从ORL 人脸库上的实验结果可以看出,
DCT特征提取是很有效的,且SVM的分类性能优于最近邻分类器,同时提高了整个系统的运算速
度。-A face recognition method based on DCT for face feature extractio
-
-
0下载:
清华模式识别第二次作业,采用dataset2.txt 数据作训练样本,采用身高与体重特征进行性别分类,建立最小错误贝叶斯分类器;2、采用身高体重数据作为特征,以 dataset2.txt 作为训练数据,用 Fisher 线性判别方法设计分类器;3、从多层感知器、SVM、近邻法选择一种方法,进行上述的分类实验;-Tsinghua second operation pattern recognition using dataset2.txt data for training samples, us
-
-
0下载:
手写字符识别,使用svm 支持向量机和 knn最近邻分类器-Handwritten character recognition using svm SVM and knn nearest neighbor classifier
-
-
1下载:
模式识别 北京大学 本科生课程 课件 (包括贝叶斯模型、最近邻、SVM、线性与非线性分类器、boosting、统计学习、非监督学习等)-Pattern Recognition Peking University Courseware (including Bayesian model, the nearest neighbor, SVM, linear and non-linear classifiers, boosting, statistical learning, unsupervised
-
-
0下载:
本文件是图像场景识别并进行分类的程序,已运行成功。
分别利用1 tiny image描述和最近邻分类器
2 bags of sifts描述和最近邻分类器
3bags of sifts描述和线性svm分类器进行场景分类识别的。
在主程序proj3中将FEATURE 改成tiny image,CLASSIFIER 改成nearest neighbor,注释其他FEATURE 和CLASSIFIER的选择就可以实现第一种场景分类识别:tiny image描述和最近邻分类器。以此类
-
-
0下载:
基于词袋的场景分类,分类器采用SVM和最近邻,需要vlfeat和图片见http://cs.brown.edu/courses/csci1430/proj3/-Based on word bag scene classification, SVM classifier using the nearest neighbor and need vlfeat and pictures see http://cs.brown.edu/courses/csci1430/proj3/
-
-
6下载:
这是天津大学胡清华老师在粗糙集邻域领域做的最经典的源码,同学们可以在此基础上学习和修改,入口程序已经写好,需要其他方法可以自己添加,MAIN.m是入口程序,参数的意思在子函数里讲的很明白,调用了featureselect_FW_fast.m用来属性约简,几个clsf_dpd文件是使用不同的距离公式来计算属性重要度,选择得到属性结果,使用crossvalidate.m十折交叉算法来计算计算算法精度,该段代码调用了几个分类器,C4_5.m是决策树,KNN.m是最近邻分类器,NEC.m是类似于KNN的
-
-
0下载:
A CAPTCHA Breaker using k-Nearest Neighbor Classifiers, Support Vector Machines, and Neural Networks.
-