Welcome![Sign In][Sign Up]
Location:
Search - libsvm-2.6

Search list

[Mathimatics-Numerical algorithmslibsvm-2.36

Description: 目前准确度最好的支持向量机分类算法,用C++编写.-accuracy of the current best SVM classification algorithm, C preparation.
Platform: | Size: 334848 | Author: cxy | Hits:

[Otherlibsvm-2.84

Description: SVM分类,支持向量机,包括matlab源码,使用非常方便-SVM classification, support vector machines, including Matlab source, the use of very convenient
Platform: | Size: 434176 | Author: 李华 | Hits:

[Special Effectslibsvm-2.84

Description: 支持向量基开发算法代码,非常不错的资源。提供参考-support vector-based algorithm development code, very good resources. Provide reference
Platform: | Size: 408576 | Author: gffgffgf | Hits:

[AI-NN-PRlibsvm-2.84

Description: 这是一款最新的libsvm工具箱,能在windows与unix环境下运行-This is a latest libsvm toolbox in windows and unix environment to run
Platform: | Size: 408576 | Author: lanxin cai | Hits:

[Graph Recognizelibsvm-2.85

Description: LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用.-LIBSVM is林智仁Taiwan University (Lin Chih-Jen), associate professor of design, such as the development of a simple, easy-to-use and fast and efficient pattern recognition and regression SVM package, he compiled to provide not only a series of systems in the Windows implementation of file , also provided the source code to facilitate the improvements, modifications and applications in other operating systems.
Platform: | Size: 551936 | Author: 刘亮亮 | Hits:

[AI-NN-PRlibsvm-2.86

Description:
Platform: | Size: 559104 | Author: liu dian | Hits:

[AI-NN-PRlibsvm-2.85-dense

Description: LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、 易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、 n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM ) 等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。-LIBSVM source. LIBSVM is林智仁Taiwan University (Chih-Jen Lin) Dr. develop design a simple, easy to use, fast and effective generic SVM software package, can solve the classification problems (including the C-SVC, n- SVC), regression ( including e- SVR, n- SVR) as well as the distribution of estimates (one-class-SVM) and so on, provides a linear, polynomial, radial basis function and the S-shaped kernel function of four commonly used for selection, can effectively to solve a wide range of issues, cross-validation to choose the parameters of the imbalance in the weighted sample, multi-category probability estimation.
Platform: | Size: 24576 | Author: 刘铁军 | Hits:

[AI-NN-PRSVM(libsvm)

Description: 林智仁编写的著名的SVM代码(libsvm-2[1]-林智仁prepared by well-known SVM code (libsvm-2 [1]
Platform: | Size: 401408 | Author: shanminyu | Hits:

[AI-NN-PRlibsvm-2.6

Description: 这是Libsvm2.6工具的源码,用于SVM分类和回归计算。-This is the source Libsvm2.6 tool for SVM classification and regression.
Platform: | Size: 407552 | Author: tom | Hits:

[AI-NN-PRlibsvm-2.88

Description: 支持向量机算法- SVM
Platform: | Size: 519168 | Author: dxhh | Hits:

[Mathimatics-Numerical algorithmslibsvm-2.8

Description: lib svm 支持向量算法包 是支持向量必须下的代码-lib svm
Platform: | Size: 1274880 | Author: 武林 | Hits:

[AI-NN-PRlibsvm-2.82

Description: 一种应用广泛的分类算法,可以很好的解决很多类型的分类问题。-sort algorithm
Platform: | Size: 661504 | Author: huxia | Hits:

[Otherlibsvm-2.88

Description: 应用程序,就是不知道怎么样用,希望有会的同志给指教一下。-libsvm
Platform: | Size: 518144 | Author: hxy | 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:

[Otherlibsvm-2.89

Description: SVM, Support Vector Machine , 簡而言之它是個起源跟類神經網路有點像的東西, 不過現今最常拿來就是做分類 (classification)。 也就是說,如果我有一堆已經分好類的東西 (可是分類的依據是未知的!) ,那當收到新的東西時, SVM 可以預測 (predict) 新的資料要分到哪一堆去。 -SVM, Support Vector Machine , is something that has similar roots with neural networks. But recently it has been widely used in Classification. That means, if I have some sets of things classified (But you know nothing about HOW I CLASSIFIED THEM, or say you don t know the rules used for classification), when a new data comes, SVM can PREDICT which set it should belong to.
Platform: | Size: 517120 | Author: ohrebound | Hits:

[Graph programlibsvm-2.84

Description: LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。-LIBSVM Taiwan University, Lin Zhiren (Lin Chih-Jen) and associate development and design of a simple, easy to use and fast and efficient SVM pattern recognition and regression of the package, he can not only provide a compiled implementation of the system in the Windows family of documents , also provides the source code to facilitate the improvement, modification and other operating systems applications the software has a feature that the parameters of the SVM involves relatively small adjustment to provide a lot of default parameters, use the default parameters on can solve many problems and to provide a cross-validation (Cross Validation) feature.
Platform: | Size: 472064 | Author: 朱业林 | Hits:

[CSharplibsvm-2.91

Description:
Platform: | Size: 524288 | Author: 徐振生 | Hits:

[Software Engineeringlibsvm-2.88

Description: 国外牛人做的libsvm工具 可以在JAVA,Windows,python等模式下安装 配有安装说明,非常强大-Livsvm by outsea could be used in JAVA,Windows,python,etc al. Very charming!
Platform: | Size: 518144 | Author: 杨乾栩 | Hits:

[AI-NN-PRlibsvm-2.9

Description: libsvm-2.9,svm的基本程序,台湾人编写的,是学习理解模式识别比较重要的调试程序。-libsvm-2.9, svm basic procedures, written in Taiwanese, is more important to learn to understand pattern recognition debugger.
Platform: | Size: 536576 | Author: xue | Hits:

[matlablibsvm-2.83

Description: libsvm searh for how to use it how to use it searh for how to use it -libsvm 2.8 libsvm libsvm searh for how to use it
Platform: | Size: 434176 | Author: ping | Hits:
« 1 23 4 5 6 7 8 9 »

CodeBus www.codebus.net