搜索资源列表
livsvm
- svm代码,包括缩放,训练以及测试。已经用过,方便实用!-SVM code, including scaling, training and testing. Has been used, convenient and practical!
codetranslation
- 一篇对陆振波的SVM的MATLAB代码的解释,对于理解代码意义具有很好的作用-1 pairs of Luzhen Bo' s interpretation of SVM in MATLAB code for understanding the role of the code has a good sense
zhichi
- 主要用于MATLAB的SVM的人脸识别功能,有具体的代码可以查询-MATLAB-SVM is mainly used for face recognition function, there is a specific code that can query
SVM-matlab
- 几个SVM实现的matlab代码,比较详细-Several SVM realization of matlab code, more detailed
SVM-matlab
- 关于支持向量机(SVM)的实现程序,很好的代码,希望对需要者有帮助。-the code about SVM.It will be helpfull for uers.
SVM-for-cassification
- 支持向量机分类识别的MATLAB代码 利用支持向量机对数据进行分类-svm for classification by matlab
svm
- 实现svm分类,两个代码svm和newsvm,包含源码和txt说明,还附有svm工具箱的安装使用的详细解读及源码应用examples。-Achieve svm classification, two code svm and newsvm, including source code and txt descr iption, but also with svm toolbox installation of detailed interpretation and application sou
svm-08.09
- 支持向量机的一些代码合计,本人学习是使用,为matlab学习者提供帮助-SVM some code together, I am learning is used to help learners matlab
svm
- 此代码是SVM进行自动识别,是自己手动编写的线性代码,有什么不对的地方,多多交流。-This code is automatically identified SVM, it is to manually write linear code, what is wrong with it, more exchanges.
hog_svm
- hog+svm的Demo,实测可以运行,搭配INRIA图片集准确率为0.96. 不足:直接把图片缩小为64*128来检测,window的滑动没有。(the demo of HOG+SVM, could run,; not enough: it resize image to 64*128. the window have no slide.)
facepythonfile
- 两个关于人脸定位和人脸识别的python实现方法的简单代码。(Two simple code about the python implementation of face positioning and face recognition)
7.支持向量机
- python中的sklearn的SVM实例演练代码,立刻熟悉SVM的使用过程以及参数调整(Sklearn's SVM instance drill code in python, immediately familiar with the use of SVM and parameter tuning)
各种分类器matlab程序
- 里面有随机森林,C4.5,ID3,SVM等分类器的matlab代码(There are random forest, C4.5, ID3, SVM classifiers matlab code)
支持向量机和BP神经网络比较研究源程序代码
- 支持向量机和BP神经网络比较研究源程序代码(Support vector machine and BP neural network comparative study source code, if there is a problem, you can contact QQ1373687980)
libsvm-3.22.tar
- 台湾大学林智仁(Chih-Jen Lin)博士等用 C++实现的 SVM 库,并且拥有 matlab,perl 等工具箱或者代码,(Dr. Chih-Jen Lin from National Taiwan University and others used C ++ SVM library, and has matlab, perl and other toolbox or code,)
face-SVM
- 用PCA和SVM实现人脸识别,是经典的人脸识别Python代码(Face recognition using PCA and SVM)
svm
- 使用smo算法实现了支持向量机的python代码(complete the svm mode and Sequential minimal optimization with python code)
SVR
- SVR源码以及详细交通流预测模型,里面有SVM,SVR,LSSVM(SVR source code and detailed traffic flow prediction model, including SVM, SVR, LSSVM)
基于SVM参数寻优算法的GUI实现
- 关于SVM参数寻优算法的GUI界面实现代码(GUI Interface Implementation Code for the SVM Parameter Optimization Algorithm)
classifier_D
- 使用SVM分类器来预测乳腺癌病人的预后(特征选择;分类器构建),评价模型时使用无被交叉验证,性能评价指标包括准确率,AUC,灵敏度,特异度。学会最基本的机器学习方法。可查看分发给大家的代码,以后遇到类似的问题,可用相似的思路和代码。(The SVM classifier was used to predict the prognosis of breast cancer patients (feature selection; classifier construction), and the