搜索资源列表
libsvm-2.88.rar
- LIBSVM 是台湾大学林智仁 (Chih-Jen Lin) 博士等开发设计的一个操作简单、易于使用、快速有效的通用 SVM 软件包,可以解决分类问题(包括 C- SVC 、n - SVC )、回归问题(包括 e - SVR 、 n - SVR )以及分布估计( one-class-SVM )等问题,提供了线性、多项式、径向基和 S 形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。,LIBSVM is林智仁Taiwan Univ
SVM-classifier
- 用matlab实现非线性支持向量机分类器对多类进行分类。-Using matlab to achieve non-linear support vector machine classifier for multi-class classification.
libsvm-mat-2[1].89-3
- svm多分类器,包括多分类和GA算法和PSO算法优化的SVM-svm multi-classifier, including the multi-classification and GA algorithm and PSO algorithm for optimization of SVM
2445
- 基于支持向量聚类的多聚焦图像融合算法∗ Exploiting SVC Algorithm for Multifocus Image Fusion-Based on support vector clustering algorithm for multi-focus image fusion
svm
- 这是在模式识别中常用的一个分类器,不过这是一个线性2分类问题,对于多分类问题,可以直接转化~-This is commonly used in pattern recognition, a classifier, but this is a linear 2 classification for multi-classification problems, can be directly translated into
libsvm-2.89
- 是一種線性方成的分類器。SVM透過統計的方式將雜亂的資料以NN的方式分成兩類,以便處理。LIBLINEAR is a linear classifier for data with millions of instances and features. It supports L2-regularized logistic regression (LR), L2-loss linear SVM, and L1-loss linear SVM. -Main features of LIBLINEA
demosvm
- matlab编写的svm实现多类分类的源代码,训练算法包括OAA算法、OAO 算法、BSVM2算法等。-matlab prepared svm multi-category classification of the source code, training algorithms, including OAA algorithm, OAO algorithm, BSVM2 algorithm.
Multi-classSVMClassifierUtilizingBinaryDecisionTre
- 有关svm 多类的问题,用二叉树来解决的。一篇英文。可以参考。-The svm multi-class problems, and use a binary tree to be resolved. One in English. Can refer to.
non-linearSVMmulti-classification
- 转发一个可视化的非线性支持向量机多分类源码,比较实用易学,值得进一步深入开发。-non-linear SVM multi-classification
SVM
- In this paper, we show how support vector machine (SVM) can be employed as a powerful tool for $k$-nearest neighbor (kNN) classifier. A novel multi-class dimensionality reduction approach, Discriminant Analysis via Support Vectors (SVDA), is in
SPIDER_mclass
- Multi-class Coding (adapted from from LS-SVM for SPIDER). Encode (code_MOC, code_ECOC, code_OneVsAll, code_OneVsOns) and decode (codedist_hamming, codedist_bay) a multi-class classification task into multiple binary classifiers.
svm-light
- svm分类的算法 速度比其他的快一点 需要再做比较 交流 希望能得到更多的资料-SVMmulticlass uses the multi-class formulation described in [1], but optimizes it with an algorithm that is very fast in the linear case
SVM-hssvm1.0.1
- HSSVM是一个用超球SVM(Hyper-Sphere Support Vector Machines)模型求解多分类问题的工具包,采用Java语言实现。开发该程序的主要目的,是利用超球SVM求解模型代替传统上借助于解二分类问题的经典SVM模型来求解多分类问题。本文将论述该程序的主要实现细节,包括相关算法及设计原理的描述。-HSSVM is an ultra ball SVM (Hyper-Sphere Support Vector Machines) to solve multi-classi
Recognition-activities-using-SVM
- 利用Support Vector Machine來處理對影像辨識,能判斷影像所傑取到的人是處於何種動作之下,最後並比較多種分類器之結果-Recognition of human activities using SVM multi-class classifi er,including used o-v-o,o-v-a,DAGSVM and SVM-BTA to compare.
svm-duoshurudanshuchu
- svm的多输入单输出程序,其中还运用了蚁群和粒子群优化的方法对其参数进行了优化-svm multi-input single-output program, which also uses the ant colony and particle swarm optimization of its parameters are optimized
SVM
- 已调的SVM多分类的MATLAB代码,包括原始数据,很好用的-Modulated SVM multi-classification MATLAB code, including raw data, well used
SVM-multiple-class
- 关于matlab的多分类问题的几篇文章,对于学习matlab 中的svm 多分类问题有帮助-Multi-classification on matlab several articles for learning in matlab svm multi-classification helpful
SVM
- SVM多分类算法的一些程序,有很多种类型,包括经典的四种工具箱,还有代价敏感支持向量机,超球面支持向量机等-Some programs about SVM multi-classification algorithm, there are many types, including the classic four toolbox, as well as the price-sensitive support vector machine, hypersphere support vector
pso-svm one output
- 实现多输入单输出的预测功能,预测精度高,程序操作简单,易于修改应用。(The prediction function of multi input and single output is realized. The prediction accuracy is high, the program operation is simple, and it is easy to modify the application.)
pso-svm one output
- The pso-svm program implements multi-input single output