搜索资源列表
libsvm-2.81.tar
- 模式识别中的支撑向量机,可用于人脸识别训练!-pattern recognition of Support Vector Machines can be used for face recognition training!
libsvm-mat-2.81-1
- 支撑向量机库libsvm与matlab的接口,可以连接在matlab中做实验!-Support Vector Machine for libsvm with Matlab interface can be connected to the experimental Matlab do!
BPC++
- Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic mo
GridSearch
- 我把LibSVM库中的GridSearch方法在VC6.0下实现,主要进行SVM中模型参数的选择,modelSelection,写成了子函数的形式,可以直接调用,与大家共享,欢迎提出宝贵意见
libsvm2.84
- libsvm工具箱,用于人脸识别等模式识别,非常好用,效率较高
libsvm-2.85
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用.
libsvm
- 数字识别源代码,包括图片预处理,分割,特征提取,以及数字识别等整个过程。 联机字符识别-digital recognized
DCT
- 先用小波变换进行降维后,再用DCT进行特征提取,然后用SVM分类识别,SVM需先安用libsvm工具箱,然后再可以运行,该程序包含ROL人脸库,一并上传。-First reduce the dimension of the wavelet transform, the then DCT feature extraction, and then use SVM classification, SVM must be safe to use libsvm toolbox, and then you
libsvm-mat-2.89-3[FarutoUltimate3.0pcode]
- 现在的支持向量机用于识别比较热门,所以,在这里我上传一个支持向量机的程序-Support vector machines now used to identify the more popular, so here I upload a support vector machine procedures
libsvm-2.9
- SVM是一种比较新比较流行的算法,常常用在分类问题和回归问题上。 SVM方法的VC实现,libsvm源码-SVM is a relatively new algorithm is more popular, often used in classification and regression issues. SVM method VC implementation, libsvm source
generalBT
- SVM是一种比较新比较流行的算法,常常用在分类问题和回归问题上。 libsvm相关的matlab代码-SVM is a relatively new algorithm is more popular, often used in classification and regression issues. libsvm-related matlab code
71581882libsvm2.84
- LIBSVM 可以用于模式识别等 LIBSVM can be used for pattern recognition-LIBSVM can be used for pattern recognition LIBSVM can be used for pattern recognition
gabor-pca
- 本程序是先用gabor小波变换对人脸图像处理,然后在用pca进行降维,最后用svm分类器进行多分类分类识别,包扩完整的orl人脸库,需注意的是,svm工具箱是用的libsvm工具箱,运行前先配置好libsvm。版本号:libsvm-mat-2[1].89-3[FarutoUltimate3.0]-This procedure is to use the human face gabor wavelet transform image processing, and then to reduce
libsvm
- 基于libsvm的手写体识别 内附程序使用说明以及测试文件-Libsvm-based handwriting recognition included the program' s instructions and test files
libsvm-mat-2.89-3
- 支持向量机的分类,能够很好的实现类别的分类等。含有c,jave,c++等语言的接口-The classification of support vector machine (SVM) is quite well, and can realize the category of classification, etc. Contains c, jave, c++ language such as the interface
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
PeopleDensitydll
- 视频图像的人群密度检测,多种人群密度场景下人群计数算法: 算法功能:建立图像特征和图像人数的数学关系 算法输入:训练样本图像1,2…K 算法输出:模型估计参数 ,参考图像 算法流程:1)对训练样本图像进行分块处理(算法1.1); 2)通过算法1.2,计算训练样本各个对应分块的ALBP特征归一化,再用K-means算法(可使用opencv等算法库实现,不再描述其算法),将图像块分成k(k<K)类,获取k(k<K)个聚类中心,即为参考图像; 3)对分块的图像进行与
SVMshuiuofenlei-matlab
- 基于SVM的分类程序,基于台湾的LIBsvm改编的,里面有指导怎么运行,能够编译。-SVM-based classification program that can run it
libsvm-3.22
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数可以解决很多问题;并提供了交互检验(Cross Validation)的功能。该软件可以解决C-SVM、ν-SVM、ε-SVR和ν-SVR等问题,包括基于一对一算法的多类模式
基于libsvm的手写字体识别
- 对于0到9这十个手写体数字进行识别,针对不同字形的手写体数字进行预处理(For 0 to 9, the handwritten Numbers are identified, and the handwritten Numbers of different glyphs are pretreated.)