Welcome![Sign In][Sign Up]
Location:
Search - multi Class

Search list

[Othersvm_v0.01beta.tar

Description: New in this version: Support for multi-class pattern recognition using maxwins, pairwise [4] and DAG-SVM [5] algorithms. A model selection criterion (the xi-alpha bound [6,7] on the leave-one-out cross-validation error). -New in this version : Support for multi-class pattern recognition u maxwins sing, Pairwise [4] and DAG- SVM [5] algorithms. A mode l selection criterion (the xi-alpha bound [6, 7] on the leave-one-out cross-validation erro r).
Platform: | Size: 43008 | Author: 吴成 | Hits:

[Otherlasvm-source

Description: 用C语言实现的最新且最快的SVM源码,可用于解决多类分类问题-C language of the latest and fastest source of SVM can be used to solve the multi-category classification
Platform: | Size: 108544 | Author: zql | Hits:

[OtherSVMmulticlass

Description: SVMmulticlass: Multi-class classification. Learns to predict one of k mutually exclusive classes. This is probably the simplest possible instance of SVMstruct and serves as a tutorial example of how to use the programming interface.
Platform: | Size: 86016 | Author: 王强 | Hits:

[CSharpsvm_multiclass.tar

Description: 用c语言写的基于SVM的多分类源码,来自康奈尔大学,性能良好-C language used SVM-based classification of multi-source, from Cornell University, the performance of good
Platform: | Size: 77824 | Author: CAOYANG | Hits:

[Mathimatics-Numerical algorithmsSVM-KM

Description: 基于核分析的多类分类器,支持向量机的多类分类,适合研究学习,欢迎同行下载-Kernel-based analysis of the many types of classifier, support vector machine multi-category classification, suitable for study of learning, welcomed the peer download
Platform: | Size: 417792 | Author: lwen | Hits:

[MultiLanguagesvm_multiClass

Description: svm(支持向量机)分类算法本质上是二类分类器,实现多类分类的方法一般是将多类分类看作是多个一对多的二类分类器。本程序就是基于svmlight的svm多类分类器实现。对分类感兴趣的用户请参照。配合中文分词(参见我上传的程序),可实现中文多类分本分类。-svm (support vector machine) classification algorithm is essentially a second-class classifier, multi-category classification methods in general is to multiclass classification is more than one-to-many as second-class classifier. This procedure is based on many types of svmlight of SVM classifiers to achieve. Classification please refer to interested users. With the Chinese word segmentation (see my uploaded program), can be realized at the Chinese multi-category classification.
Platform: | Size: 566272 | Author: maming | Hits:

[AI-NN-PRmultiboost-0.71.src.tar

Description: MultiBoost 是c++实现的多类adaboost酸法。与传统的adaboost算法主要解决二类分类问题不同,MultiBoost解决的是多类的分类问题,而并不是把多类转化成二类问题。-MultiBoost is a C++ implementation of the multi-class AdaBoost algorithm. AdaBoost is a powerful meta-learning algorithm commonly used in machine learning.
Platform: | Size: 79872 | Author: 周简单 | Hits:

[Graph programoao

Description: 多分类问题的支持向量机源程序一对一方法 绝对可以运行-Multi-class SVM using One-Against-One decompositionoao
Platform: | Size: 608256 | Author: ym | Hits:

[AI-NN-PRlibsvm-2.89

Description: 是一種線性方成的分類器。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 LIBLINEAR include Same data format as LIBSVM, our general-purpose SVM solver, and also similar usage Multi-class classification: 1) one-vs-the rest, 2) Crammer & Singer Cross validation for model selection Probability estimates (logistic regression only) Weights for unbalanced data MATLAB/Octave, Java interfaces
Platform: | Size: 521216 | Author: 陳彥霖 | Hits:

[AI-NN-PRdemosvm

Description: matlab编写的svm实现多类分类的源代码,训练算法包括OAA算法、OAO 算法、BSVM2算法等。-matlab prepared svm multi-category classification of the source code, training algorithms, including OAA algorithm, OAO algorithm, BSVM2 algorithm.
Platform: | Size: 237568 | Author: 刘子木 | Hits:

[AI-NN-PRmulti-class-classification

Description: 对多类点进行分类,有图像界面,使用了多种分类算法-Points to the many types of classification, there are graphical interfaces, using a variety of classification algorithms
Platform: | Size: 131072 | Author: 夏雨 | Hits:

[matlabSPIDER_mclass

Description: 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.
Platform: | Size: 11264 | Author: auksas | Hits:

[Linux-UnixPCA-feature-extraction-and-SV-multi-class

Description: PCA特征抽取与SVM多类分类在传感器故障诊断中的应用PCA feature extraction and SVM multi-class classification in the sensor fault diagnosis-PCA feature extraction and SVM multi-class classification in the sensor fault diagnosis
Platform: | Size: 64512 | Author: shouji1023 | Hits:

[matlabSVM-classifier

Description: 用matlab实现非线性支持向量机分类器对多类进行分类。-Using matlab to achieve non-linear support vector machine classifier for multi-class classification.
Platform: | Size: 3072 | Author: rosalyn | Hits:

[AI-NN-PRcredit-rating-using-multi-class-SVM

Description: 一個基於多類支援向量機的應用,將支向機應用在企業之信用評比上,能使企業得知自身所具有之優勢與劣勢,藉由改善不足之處來提升企業本身信用。-A corporate credit rating model using multi-class support vector machines to do more effective actions in performance
Platform: | Size: 299008 | Author: scott | Hits:

[AI-NN-PRMulti-class-SVM-Image-Classification

Description: 基于神经网络的遥感图像分类取得了较好的效果,但存在固有的过学习、易陷入局部极小等缺点.支持向量机机器学习方法,根据结构风险最小化(SRM)原理,表现出很多优于其他传统方法的性能,本研究的基于多类支持向量机分类器的遥感图像分类取得了达95.4 的分类精度.但由于遥感图像分类类别多,所需训练样本较大,人工选择效率较低,为此提出以人工选择初始聚类质心、C均值模糊聚类算法自动标注训练样本的基于多类支持向量机的半监督式遥感图像分类方法,期望能在获得适用的分类精度的基础上有效提高分类效率-Neural net based remote sensing image classification has obtained good results. But neural net has inherent flaws such as overfitting and local minimums. Support vector machine (SVM), which is based on Structural Risk Min- imization(SRM), has shown much better performance than most other existing machine learning methods. Using mul- ti-class SVM classifier high class rate of 95.4 is obtained. But for the class number of remote sensing image is much great, manually obtaining of training samples is a much time-consuming work. So a multi-class SVM based semi-super- vised approach is presented. It is choosed that the initial clustering centroids manually first, then label the samples as the training ones automatically with fuzzy clustering algorithm. It is believed that this method will upgrade the classifi- cation efficiency greatly with practicable class rate
Platform: | Size: 25600 | Author: cissy | Hits:

[AI-NN-PRmulti-class-problem

Description: 将多类别问题分解成多个二类别问题是解决多类别分类问题的常用方式。传统one against all(OAA)分解方式的性能更多的依赖于个体分类器的精度,而不是它的差异性。本文介绍一种基于集成学习的适于多类问题的神经网络集成模型,其基本模块由一个OAA方式的二类别分类器和一个补充多类分类器组成。测试表明,该模型在多类问题上比其他经典集成算法有着更高的精度,并且有较少存储空间和计算时间的优势。-Decompose multi-class problem into multiple binary class problems is a common way to solve multi-class problem. The performance of the traditional one against all (OAA) decomposition way mainly depends on the accuracy of individual classifiers, not their diversity. In this paper, a new ensemble learning model applicable to multiclass domains is proposed. The proposed model is a neural network ensemble in which the base learners are composed by the union of a binary classifier and a complement multi-class classifier. Experimental results show that our model has higher accuracy than other classical ensemble learning for multi-class problems. And it has the superiority with less storage space and computation time.
Platform: | Size: 8192 | Author: 刘茂 | Hits:

[OtherMulti-class-SVM--LS_SVMlab

Description: 工具箱:LS_SVMlab Classification_LS_SVMlab.m - 多类分类 Regression_LS_SVMlab.m - 函数拟合-Toolbox: LS_SVMlab Classification_LS_SVMlab.m- multi-class classification Regression_LS_SVMlab.m- function fitting
Platform: | Size: 1014784 | Author: xianjun | Hits:

[OtherMulti-class-SVM--OSU_SVM3.00

Description: 一款基于svm的程序,在windows下运行,主要用于svm分类-Toolbox: OSU_SVM3.00 Classification_OSU_SVM.m- multi-class classification
Platform: | Size: 1147904 | Author: xianjun | Hits:

[File FormatMulti-Class-Video-Co-Segmentation

Description: 这是一篇关于多个物体类的协同分割应用到视频分割的论文。-Multi-Class Video Co-Segmentation with a Generative Multi-Video Model ;2013 IEEE Conference on Computer Vision and Pattern Recognition
Platform: | Size: 1651712 | Author: jackson | Hits:
« 12 3 4 5 6 7 8 9 10 ... 45 »

CodeBus www.codebus.net