搜索资源列表
onlineSVM
- 一种在线SVM的实现,通过样本的取舍,我们可以将SVM运用动态建模当中(得有SVM工具箱的支持),该源码中包含有SVM工具箱和在线SVM的源程序-an online SVM achieved through the choice samples, SVM we will be able to use dynamic modeling them (SVM in a toolbox support) The source code contains SVM toolbox and online so
svm_java
- 应用java实现的svm支持向量机的分类算法!相信对svm感兴趣的朋友有很大帮助!-java application realized svm SVM classification algorithm! Believe that the right svm interested friends will be of great help!
svm_c++
- 应用c++实现的svm向量机分类算法,相信对svm感兴趣的朋友有帮助!-c + + applications to achieve the svm vector machine classification algorithm, I believe right svm interested friends!
winsvm
- 这是一个实现文本分类svm的程序,可以手动修改参数
bsvm-2.06
- svm的实现源码,java版,和libsvm是同一系列
Dev.tar
- MSVM,svm的多分类问题实现,实现语言为c
svm_v251
- 用matlab实现的svm程序实例,希望能对感兴趣的人有帮助
libsvm-2.82
- svm(支持向量机)是著名的文本分类算法。libsvm是其中的一种实现的最新版本,完全开源。linux环境。
svmlight-6.01
- svm(支持向量机)是著名的分类算法,svmlight是其中的一种实现的最新版本。完全开源。
winsvm
- 目前的svm(支持向量机)分类算法开源实现如svmlight和svmlib都没有界面,使用不方便。这个程序基于svmlight整合在VC++开发环境。将给VC用户带来极大方便。
svm_multiClass
- svm(支持向量机)分类算法本质上是二类分类器,实现多类分类的方法一般是将多类分类看作是多个一对多的二类分类器。本程序就是基于svmlight的svm多类分类器实现。对分类感兴趣的用户请参照。配合中文分词(参见我上传的程序),可实现中文多类分本分类。
2006122023475029
- 量机(SVM)实现的分类算法源码[matlab].rar
a_novel_speake_identification_system_based_on_GMM_
- 文中详细介绍了一种基于GMM 与 SVM的说话人识别系统。包括特征提取,算法实现及实验数据。对语音处理及说话人识别技术的研究者很有帮助。-Introduce a novel speake identification system based on GMM and SVM,with feature extract,algorithm research and experiment data.This doc would be helpful to those who are working on
SVM
- 使用Delphi编写的SVM软件,可以实现SVM的功能,供支持向量机的初学者使用。-Delphi prepared using SVM software can achieve the function of SVM, support vector machines for beginners to use.
Test Class By SVM
- 支持向量机实现的文本分类程序,过程如下,首先使用分词工具分词,这里使用的是计算所的分词工具,从而保证分词是最优秀的,接下来使用国际效率最高的文本IFIDF向量生成工具生成文本相量,最后使用台湾林智恒的效率最高的SVM实现软件包libsvm实现训练和分类,可以这么说,该文本分类是同类中效率最高最准确的-text classfication source code use 3 technology.words sementation,vector gerneration,and libsvm too
svm-GUI
- 能够实现支持向量机的界面操作,支持向量机比神经网络功能强大,能够实现分类和识别-Support vector machine (SVM) to realize the interface operation, support vector machine (SVM) is a powerful than neural network, which can achieve the classification and recognition
svm-based-tone-recognition
- 基于svm分类器的汉语声调识别,实现了对声调四声的识别,纯净语音识别率100 ,噪声环境下识别率90 -The svm classifier based Chinese tone recognition, the four tones of tone recognition, the pure voice recognition rate of 100 , 90 recognition rate in noisy environments
gabor-svm
- 基于小波分析的支持向量机算法,可实现图像识别-The support vector machine (SVM) algorithm based on wavelet analysis program
SVM
- 该程序是用R软件实现的,支持向量机的代码。-the code of SVM
svm-knn
- svm与knn组合模型的matlab实现(Matlab implementation of SVM and KNN combined model)