当前位置:
首页 资源下载
搜索资源 - code for linear svm classification
搜索资源列表
-
0下载:
SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。-The basic idea of SVM method are: the definition of the optimal linear hyperplane,
-
-
0下载:
SVM,一个简单的用于线性分类的代码,采用openCV写的。-SVM, a simple linear classification code used by openCV written.
-
-
1下载:
1.GeometricContext文件是完成图片中几何方向目标分类。
参考文献《Automatic Photo Pop-up》Hoiem 2005
2 GrabCut文件是完成图像中目标交互式分割
参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》
C. Rother 2004
3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码
4 虹膜识别程序
-
-
5下载:
线性SVM分类,数据已给出,代码很详尽哈-Linear SVM classification, data has been given, the code is very detailed and Kazakhstan
-
-
0下载:
SVM非线性分类,数据与代码均给出,而且还有结果图列,望能给予帮助-SVM linear classification, data and code are given, but also the results of figure out, hope for help
-
-
0下载:
经典随机梯度下降SVM,一个简单易读的线性分类器代码,执行速度快,分类准确率也不错,适用于大规模图像分类。-The classic stochastic gradient descent SVM, a linear classifier code easier to read, faster execution speed, good classification accuracy, suitable for large-scale image classification.
-
-
0下载:
This basic classification code for linear SVM-This is basic classification code for linear SVM
-