搜索资源列表
SVM(matlab)
- 支持向量机(SVM)实现的分类算法源码[matlab] -Support Vector Machine (SVM), a classification algorithm source code [Matlab]
FaceRecEvaluator
- 人脸识别算法matlab代码,可以实现,如PCA,ICA,SVM,LDA等-Matlab code for face recognition algorithms can be achieved, such as PCA, ICA, the SVM, LDA
generalBT
- SVM是一种比较新比较流行的算法,常常用在分类问题和回归问题上。 libsvm相关的matlab代码-SVM is a relatively new algorithm is more popular, often used in classification and regression issues. libsvm-related matlab code
SvmsourcecodewrittenwithMATLAB
- 用MATLAB编写的svm源程序,可以实现支持向量机,用于特征分类或提取。-Svm source code written with MATLAB, you can achieve the support vector machine for classification or feature extraction.
llesvmrenlianshibie
- 基于LLE和SVM的模式识别源代码,整理过的,里面添加了SVM ,SVMFWD,LLE,运行无误,欢迎下载-SVM pattern recognition based on LLE and the source code, finishing off, which added SVM, SVMFWD, LLE, run correctly, please download
lle
- lle和svm 的人脸识别算法代码,识别率可以打到80以上。-lle and SVM for face recognition algorithm code, the recognition rate can reach 80 or more.
hlle
- lle和svm 的人脸识别算法代码,识别率可以打到80以上。-lle and SVM for face recognition algorithm code, the recognition rate can reach 80 or more.
pcasvm1
- 这是一篇关于PCA/SVM的人脸识别论文并附有我编的源码-This is an paper on PCA/SVM for face recognition papers including my source code
Face-Detection
- 完整的包括皮肤及动作识别的C++人脸检测源代码,涉及的技术有:小波分析,尺度缩减模型(PCA,LDA,ICA),人工神经网络(ANN),支持向量机(SVM),SSE编程,图像处理,直方图均衡,图像滤波,C++编程等。-Complete, including skin and actions identified C++ face detection source code, the technology involved are: wavelet analysis, scaling down m
Nonlinear-SVM-classifier-design
- 模式识别领域非线性SVM分类器设计原理,代码及过程-Pattern recognition domain nonlinear SVM classifier.experimental design principle, the code and process
SVM
- SVM的C语言实现代码,可以直接移植到自己的工程中。-SVM' s C language code can be directly transplanted into their own works.
svmclassiferanddata
- SVM实现的matlab语言代码的应用版本,可以直接使用。-The SVM implementation matlab version of the application of the language code can be used directly.
SVM-KMExample
- 林智仁教授最新开发的libSVM工具箱的源码及程序注释,很详细的程序注释,对于学习SVM的人有很大的帮助-Professor Lin Zhiren newly developed libSVM of toolbox source code and program notes, a very detailed program notes, a great help for people learning SVM
svm-coder
- 适合svm的初学者,通过本代码的练习,可以使初学者对c-svm进行分类有一个感性认识。-Svm suitable for beginners, through this code of practice, you can make beginners c-svm classification has a perceptual knowledge.
svm-examples-code-
- svm 算法源码 分类实例,vc版本的,可以直接运行dsw工程-svm classify source code
svm-Code-Comments
- 对SVM源代码的功能函数进行了详细说明,帮助SVM学习及开发人员对SVM函数进行研究-The function of SVM source code in detail, help SVM learning and development staff to carry on the research of SVM function
Neural-Network
- This folder contains the following sub-folders which are essential in our project: 1.Raw Data All the raw data collected from Flagstaff hill, CMU Athletic Field, and Railroad on Neville St. 2.Filter Filter to rule out signal of Channel
code-PCA-SVM
- 这是一个包含PCA降维的matlab程序加上用svm分类的一个程序。-This is a PCA dimensionality reduction plus matlab program contains a program with svm classification.
code
- 基于词袋的场景分类,分类器采用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/
SVM
- 用简单的代码实现了SVM,其中包括了线性、非线性以及多种kernel。(SVM is implemented with simple code, including linear, nonlinear, and a variety of kernel.)