搜索资源列表
SVM20
- 一个SVM分类算法,windows下可以直接使用,在网络上可以找到源代码-an SVM classification algorithm, windows can be directly used on the network can find the source code
Medeical_Image
- 一个用于MRI和CT图像检索的程序,使用了SVM分类算法和AdaptBoost自适应增强算法。-for an MRI and CT image retrieval procedures, the use of SVM classification algorithm and AdaptBoost adaptive enhancement algorithms.
svm
- knn文本分类算法,大家都来下载吧 免费的啊
svm
- 数据挖掘 数据分类算法 支持向量机分类
12416253manifold
- 一个包含丰富内容的流形学习算法工具包,有图形示例文件demo.fig,包括laplacian特征映射算法、流形规则调整、svm分类算法等内容,希望对研究机器学习的朋友有用。-contains a rich content of the manifold learning algorithm tool kit, graphics documents demo.fig example, laplacian features include mapping algorithm manifold rul
SVMclassification
- 介绍了SVM分类器原理,已经改进的算法,还有改进后的实验结果等等,是一个难得的好资料! -Introduced the principle of SVM classifier, the algorithm has been improved, as well as improved experimental results, etc., is a rare good information!
SVM
- 支持向量机(SVM)用于分类的算法实现-svm
svmcode
- 这个主要是SVM的分类算法,主要应用于模式识别中。-SVM algorithm
libsvm_src_2.6NOTE
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。该软件包可以在http://www.csie.ntu.edu.tw/~c
libsvm-mat-2[1].9-11
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。该软件包可以在http://www.csie.ntu.edu.tw/~c
svm-bp
- 将svm分类与bp算法结合,针对图像中的分类预测问题提出一种算法-Svm classification the bp algorithm combines propose an algorithm for image classification prediction problem
SVM
- 程序可以用于支持向量机分类算法,只有源代码,使用时需要改进-Program can be used to support vector machine (SVM) classification algorithm, only the source code, when using, need to improve
Liblinear
- 这是一个线性svm分类算法,可以用来对许多类数据进行划分-this is an liblinear svm method,we can divide classes
c-svm.1.0
- 本工程的主要目的是创建两类的SVM分类器的动态链接库。SVM分类器用到的训练算法是SMO算法。-The main purpose of this project is a dynamic link library to create a SVM classifier of the two kind. The training algorithm of SVM classifier is used SMO algorithm.
SVM
- 支持向量机(SVM)分类支持向量机的故障诊断,主要可以处理多维数据,该算法能否实现故障和故障类型的判断-For support vector machine (SVM) classification of SVM fault diagnosis, the main can handle multidimensional data, whether the algorithm can realize fault and failure types of judgment
SVM
- 使用Hadoop平台的Spark组件,实现机器学习分类算法SVM(支持向量机),使用的编程语言为Scala。(Using the Hadoop platform Spark components, the machine learning classification algorithm SVM (support vector machines), using the programming language for Scala.)
SVM.m 2
- 实现基础的SVM算法。利用Matlab自带包。(Implement the underlying SVM algorithm. Use Matlab to bring your own bag.)
SVM机器学习算法
- 该文件主要包含了Matlab条件下开发的SVM算法,该算法主要用于机器视觉的学习与分类(The file mainly includes the SVM algorithm developed under the Matlab condition, which is mainly used for learning and classification of machine vision.)
wine
- SVM多分类算法,基于svmlib适合初学者学习(SVM multi classification algorithm, based on svmlib suitable for beginners to learn)
SMO 算法实现线性 SVM 分类器,对 iris 数据集进行二分类
- 不使用sklearn库,手写实现SMO算法线性 SVM 分类器,对 iris 数据集进行二分类