搜索资源列表
svm-km.rar
- 支持向量机(SVM)是数据挖掘中的一个新方法,能非常成功地处理回归问题(时间序列分析)和模式识别(分类问题、判别分析)等诸多问题,并可推广于预测和综合评价等领域,因此可应用于理科、工科和管理等多种学科。目前国际上支持向量机在理论研究和实际应用两方面都正处于飞速发展阶段。它广泛的应用于统计分类以及回归分析中. 支持向量机属于一般化线性分类器.他们也可以认为是提克洛夫规则化(Tikhonov Regularization)方法的一个特例.这族分类器的特点是他们能够同时最小化经验误差与最大化几何边缘区
Roughset.rar
- 这是利用粗糙集理论做得最小值约简法代码,值得借鉴,This is the use of rough set theory has done the minimum code Reduction Act, it is worth drawing
SVM-PPT
- 关于数据挖掘中SVM,支持向量机的学习课件,都是PPT,内容详实,可作为讲课与学习的参考资料。-Data mining on the SVM, support vector machine learning courseware are PPT, informative, can be used as reference for lectures and learning.
Advances_in_kernel_methods
- 这本书的内容基本摘自NIPS会议上的文章,质量高内容也很有深度,是一本经典的svm参考书。-the book with the name "advances in kernel methods",it is a classic book about kernel methods and svm.
PR-SVM
- 支持向量机子资料,我看了,有参考价值 操,说说明不够详细,要多少字才够? 谁这么没文化,又不是要写论文-support vector machine, I saw a reference value parade, said the note was not sufficiently detailed to the number of words is enough? So who is not culture, is not to write papers
svm--km
- 这是一个很好的支持向量机工具箱,它可用于模式识别,图像识别,文字识别,语音识别和手写体识别等领域。-This is a very good support vector machine toolbox, it can be used for pattern recognition, image recognition, text recognition, speech recognition and handwriting recognition and other fields.
SVregression
- In kernel ridge regression we have seen the final solution was not sparse in the variables ® . We will now formulate a regression method that is sparse, i.e. it has the concept of support vectors that determine the solution. The thing to not
svm4
- -s svm类型:SVM设置类型(默认0) 0 -- C-SVC 1 --v-SVC 2 – 一类SVM 3 -- e -SVR 4 -- v-SVR -t 核函数类型:核函数设置类型(默认2) 0 – 线性:u v 1 – 多项式:(r*u v + coef0)^degree 2 – RBF函数:exp(-r|u-v|^2) 3 –sigmoid:tanh(r*u v + coef0) -d degree
MFCC-and-SVM
- 建立了普通话语音性别数据库,提出联合梅尔频率频谱系数(Mel2f requency Cep st rum Coefficient s , MFCC) 的特征提取方法和支持向量机(Support Vector Machine , SVM) 的分类方法进行说话人性别识别,并与其它分类方法进行比较。-A Chinese speech ( mandarin ) database was established for speaker s gender recognition. A combina
SVM
- SVM方法是通过一个非线性映射p,把样本空间映射到一个高维乃至无穷维的特征空间中(Hilbert空间),使得在原来的样本空间中非线性可分的问题转化为在特征空间中的线性可分的问题.这是一本介绍SVM方法的应为资料-SVM method is a non-linear mapping p, the sample space is mapped into a high-dimensional and even infinite dimensional feature space (Hilbert sp
SVMDTC
- 研 究永磁 同步 电机 (P M SM )直 接 转 矩控制 (D T C ) 系统 。针 对传 统控 制 系统 中存 在 的 转 矩和 磁 链 脉 动 大 的 问题 , 将 空 间 矢 量 调 制 (S V M ) 引入PM SM —D T C 系统 。通 过 对 永 磁 同 步 电机 数 学模型及 空 间 电 压 矢 量 调 制 算 法 的 分 析 , 在 M atlab/Sim ulin k 环 境 下 , 对 P M S M 的 S V M —D T C 系 统 进行仿 真 。仿 真 结
Predictive
- Predictive direct power control (P-DPC) applied to voltage source pulse-width-modulation (PWM) rectifier was introduced in this paper. Based on the model of power prediction, voltage vectors were selected according to minimizing power errors
libsvm-3.1
- LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. Since version 2.8, it implements an SMO-ty
libsvm-3.22
- libsvm-3.22.rar LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. Since version 2.8, it impl
ga-svm
- 用遗传算法优化支持向量回归机C、g、p参数(Optimization of C, G, P parameters of support vector regression machine by genetic algorithm)