搜索资源列表
svmsmo.rar
- 支持向量机的smo算法matlab程序,很经典的算法,大家参考。,Support Vector Machines smo algorithm matlab program, it is the classic algorithm, your reference.
SVR_SVC
- 该工具箱包括了二种分类,二种回归,以及一种一类支持向量机算法-The toolkit includes two kinds of classification, two kinds of return, and a one-class support vector machine algorithm
SKMsmo
- 用来实现支持向量机的多核学习的SMO 算法-smo algorithm for multiple kernel learning
utilities
- 基于SVM的快速极小化SMO化算法程序,程序清晰易懂,易理解,可读性强,希望对同行有所帮助 -SVM-based fast minimization algorithm SMO program, the program clear and easy to understand, easy to understand, readable, and want to help peers
SVM-SMO
- 实现图像分类,支持向量机原始优化算法SMO-Image classification, the original optimization algorithm SMO support vector machine
libsvm-3.12
- matlab中的libsvm工具包,是smo支持向量机算法,可用于解决非线性的回归问题。区别于最小二乘支持向量机。-Matlab libsvm Kit is to smo support vector machine algorithm that can be used to solve nonlinear regression problems. Different from the least squares support vector machine.
Nonlinear-System-SMO-Design
- 给出了一个针对非线性不确定未建模系统的观测器实例。采用了鲁棒滑模观测器算法。原始论文原理在程序注释部分。-An design example for sliding mode observer for nonlinear system.
wwg_svmtrain
- 用matlab实现的序列最小优化算法(SMO),分辨率还可以-Using sequential minimal optimization algorithm to achieve the MATLAB (SMO), resolution is good enough
SVM
- SVM的SMO算法实现,svm_train为训练函数,svm_predict为预测函数,按说明输入参数即可-The SMO SVM algorithm, svm_train of the training function, svm_predict to predict function, follow the instructions to input parameters
svm
- svm 实现,经典的SMO算法,支持三种kernel(多项式,高斯,内积)。还有test 函数 -implmentation of svm