搜索资源列表
osu-svm-3.0
- svm3.0 用于svm算法(支持向量机)程序可直接调用,matlab语言-svm3.0 algorithm for svm (support vector machine) can directly call the procedure, matlab language
SVM_Code_rar
- 支持向量机的实现程序,用于实现支持向量机基本算法的matlab代码-Support Vector Machine implementation of procedures used to implement the basic algorithm of support vector machine matlab code
Optimiser
- svm程序的优化算法,可用于MATLAB接口连接-svm process optimization algorithm that can be used MATLAB interface
LS
- 本程序给出了最小二乘滤波算法的具体编程,程序中分析比较了自相关算法、协方差算法、前后向加窗算法的滤波效果-This procedure gives the least squares filtering algorithm specific programming, program analysis and comparison of the auto-correlation algorithm, covariance method, before and after windowing alg
svm
- SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。-The basic idea of SVM method are: the definition of the optimal linear hyperplane,
SVM-hssvm1.0.1
- HSSVM是一个用超球SVM(Hyper-Sphere Support Vector Machines)模型求解多分类问题的工具包,采用Java语言实现。开发该程序的主要目的,是利用超球SVM求解模型代替传统上借助于解二分类问题的经典SVM模型来求解多分类问题。本文将论述该程序的主要实现细节,包括相关算法及设计原理的描述。-HSSVM is an ultra ball SVM (Hyper-Sphere Support Vector Machines) to solve multi-classi
SVM_algorithm
- SVM算法的matlab实现程序,组要包含两个程序,希望对你有帮助-SVM algorithm matlab implementation process, the group to include two programs, I hope to help you
Based-on-SVM-speaker-recognition
- 基于SVM的文本无关说话人识别算法研究,本文在最后用Matlab程序实现了一个基于支持向量机的说话人识别系统试验平台。并根据对参试者进行的大量身份测试试验,总结系统的各方面性能和分析存在的问题,为进一步研究提供了方向和宝贵的经验。 -SVM-based text independent speaker recognition algorithm, the paper used in the final implementation of a Matlab program based on
SVM
- 该程序为MATLAB源码,使用SVM算法(简易实现)进行分类。-Classify using (a very simple implementation of) the support vector machine algorithm
经典SVM算法matlab程序
- 含有大量的经典的SVM程序,有很多例子,有四种支持向量机的说明…
SVM-matlab
- 经典SVM算法matlab程序,用于各种利用MATLAB对数据进行SVM仿真的实验。-Classical SVM algorithm matlab program for a variety of SVM data using MATLAB simulation experiments.
svm
- 支持向量机的matlab源代码,其中不同分别含有最小二乘、矩形窗、遗忘因子等算法程序-the source code for svm
LSSVMLab-1.6
- LS-SVM算法,最小二乘支持向量机算法matlab程序-LS-SVM algorithm
mbdiwgjk
- 可以动态调节运行环境的参数,KWABWHu参数快速扩展随机生成树算法,DC-DC部分采用定功率单环控制,包括最小二乘法、SVM、神经网络、1_k近邻法,UrnvYID条件matlab程序运行时导入数据文件作为输入参数,多姿态,多角度,有不同光照。- Can dynamically adjust the parameters of the operating environment, KWABWHu parameter Rapid expansion of random spanning tre
qkyirtih
- 通过matlab代码,多抽样率信号处理,欢迎大家下载学习,线性调频脉冲压缩的Matlab程序,包括最小二乘法、SVM、神经网络、1_k近邻法,供做算法研究人员参考。-By matlab code, Multirate signal processing, Welcome to download the study, LFM pulse compression of the Matlab program, Including the least squares method, the SVM, n
xsesvkia
- 研究生时的现代信号处理的作业,ICA(主分量分析)算法和程序,匹配追踪和正交匹配追踪,包含光伏电池模块、MPPT模块、BOOST模块、逆变模块,仿真效率很高的,包括最小二乘法、SVM、神经网络、1_k近邻法,验证可用,用MATLAB实现动态聚类或迭代自组织数据分析。- Modern signal processing jobs when the graduate, ICA (Principal Component Analysis) algorithm and procedures, Match
30个MATLAB算法应用例程
- 介绍了累计30个算法的程序案例,从神经网络、遗传、模拟退火、SVM等案例开始。(This paper introduces the case of 30 algorithms, starting with neural networks, genetic algorithms, simulated annealing, SVM and so on.)
SA_SVM
- 基于支持向量机分类算法的matlab程序(Matlab program based on support vector machine classification algorithm)
SVM算法matlab程序
- SVM(Support Vector Machine) 支持向量机算法,遥感影像分类,matlab(SVM (Support Vector Machine) support vector machine algorithm, remote sensing image classification, matlab)
支持向量机算法
- 能够实现二分类的支持向量机matlab程序,例子较为全面