matlab实现SVM中one_versus_one的分类方法我要分享

Matlab implementation of one_versus_one in the cla

matlab 分类 svm 方法 实现

关注次数: 226

下载次数: 1

文件大小: 475.59 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:支持向量机SVM可以使用多分类的问题,本次的代码实现的就是这个功能,里面含有训练和测试数据,分别含有12类标签,也就是都分为12类,另外代码采用了神经网络中的one-versus-one的思想,将数据分类K(K-1)/2个子类,分别调用SVM方法实现


English Description:

Support vector machine SVM multi classification problem can be used, the code implementation is the function, which contains the training and testing data, containing, respectively 12 class label, also is divided into 12 categories and also code using the neural network one-versus-one thought, the number according to the classification of K (k-1) / 2 subclass, respectively, called SVM method


代码预览