搜索资源列表
SVMExample
- 支持向量机SVM和核函数的MATLAB程序集
SVM_nuclear_assembly_MATLAB_function
- 用MATLAB来实现支持向量机SVM和核函数的程序集-Support Vector Machine SVM and nuclear assembly MATLAB function. Rar
fsvm
- 自己编写的模糊支持向量机程序,是线性的,没有用到核函数,但具有一定的参考价值。-I write this simple Fuzzy support vector machine program by myself. It is a linear one ,and I did not use the kernel function, but it has a certain reference value.
test
- 数据挖掘中的数据以及测试数据的程序,可正常进行分类,核函数齐全-Data and test data in the data mining program, normally classified, complete kernel function
kernel
- 基于核的模糊C均值matlab仿真程序,功能函数是用c写的,自带图像可检验算法。-Kernel-based fuzzy C-means matlab simulation program, performance function is used to write c, comes with an image can be tested algorithms.
svm-demo
- 一个svm的演示程序,能演示两类数据分类,有gui界面,不使用第三方工具箱,使用gaussian核函数,界面能设置c和gamma的参数值,最后可以得到分类情况的可视化效果。针对svm算法的研究者和用于教学演示的教师,是个不错的源码。-An svm demo program that can demonstrate two types of data classification, gui interface, do not use third-party toolbox, using gauss
KRLS
- 核自适应滤波算法krls的matlab程序。已将klms算法弄成函数,加载即可使用。-Nuclear adaptive filtering algorithm krls matlab program. Klms algorithm has inflicted function, load can be used.
ker_eval
- 该程序将高斯核函数做成matlab中的函数形式。当需要使用时加载即可使用,简单方便。-The program will be made in matlab Gaussian kernel function form. When you need to use to load to use, simple and convenient.
svm_v251
- 用于模式分类和预测的方法——支持向量机的TOOLBOX的程序,核函数选择为 RBF核函数-Method for pattern classification and prediction- SVM TOOLBOX program, RBF kernel function is selected as the kernel function
libsvm-2.87
- 非常实用的支持向量机(SVM)软件,核函数为precomputed kernel,程序中自带参考数据。-Very practical support vector machine (SVM) software kernel is precomputed kernel, the program comes with the reference data.
SVM
- SVM: 一种分类器,采用最大化分类间隔进行优化参数。 关于这个分类器两点比较重要: 1)SMO优化算法需要掌握, 可以具体参看两篇文章,John Platt的文章 以及“Improvements to Platt s SMO algorithm for SVM Classifier Design” 2)核函数的使用,如何将核函数使用到SVM中,核函数就是空间转换的函数, 说白了就是距离计算函数,如何将同类之间的距离计算的比较近,如何将低维空间转换到易于分类的高维空间
libsvm_chi_ksirg
- 该工具包提供基于chi方核的libsvm程序实现,含有两个流行的核函数-This library contains two definition of Chi Squared kernels, which are the moste popular in publication
elm_kernel
- ELM 极限学习机的核函数 MATLAB程序,用于深入研究和改进极限学习机-Kernel MATLAB program ELM Extreme Learning Machine for further research and improvement Extreme Learning Machine
SVM
- 支持向量机分类程序,使用高斯核函数,SMO顺序最优化算法,为学习SVM提供参考-SVM program, using a Gaussian kernel, SMO sequence optimization algorithm to provide a reference for learning SVM
支持向量机的C语言程序源码
- 这是一段支持向量机器的C语言源代码,包含主函数、核函数还有各种运算(the programe of SVM includeing classfy.c hideo.c learn.c loqo.c)