搜索资源列表
libsvm svdd 2.89
- SVDD
TVAL3
- %TVDENOISE Total variation grayscale and color image denoising % u = TVDENOISE(f,lambda) denoises the input image f. The smaller % the parameter lambda, the stronger the denoising. % % The output u approximately minimizes the Rudin-Osher-Fatemi (ROF)
libsvm-2.89.zip
- LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM )等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。 2.89版本是09年刚更新的一个版本。,LIBSVM
StevenKay89
- 正弦波频率估计的经典文章,ieee的89年Steven Kay写的。-Sinusoidal frequency estimation of the classic article, ieee 89 years Steven Kay wrote.
libsvm-mat-2.89-3[FarutoUltimate3.0]Code
- libsvm加强工具箱(By faruto)patrick.lee@foxmail.com,非常好用,可以按照我上传的pdf很简单地实现SVM分类和回归,一定要用,力推!-libsvm strengthen the toolbox (By faruto) patrick.lee @ foxmail.com, very easy to use, you can upload the pdf according to my very simple implementation of SVM clas
libsvm-mat-2.89-3
- 支持向量机matlab程序,版本libsvm-2.89,包括接口文件-Matlab program of support vector machine
matlabscore
- 某校60名学生的一次考试成绩如下: 某校60名学生的一次考试成绩如下: (93 75 83 93 91 85 84 82 77 76 77 95 94 89 91 88 86 83 96 81 79 97 78 75 67 69 68 84 83 81 75 66 85 70 94 84 83 82 80 78 74 73 76 70 86 76 90 89 71 66 86 73 80 94 79 78 77 63 53 55 1)计算均值、标准差、极差、偏度、峰度,画出直方图;
LIBSVM
- 详细介绍了LIBSVM(由台湾大学教授编写SVM程序)使用方法,包括前期数据处理,数据导入,训练以及预测-Described in detail LIBSVM (prepared by the National Taiwan University professor of SVM program) using the methods, including pre-data processing, data import, training and prediction
TutorialForFarutoUltimate3.0
- Libsvm-FarutoUltimate3.0,libsvm 加强工具箱使用说明,非常好的pdf文件,另外我将继续上传代码部分。-Libsvm-FarutoUltimate3.0, libsvm strengthen the toolbox for use, very good pdf file, and I will continue to upload the code section.
libsvm-mat-2.89-3
- 用于运行SVM的工具包;由林智仁开发成功。可直接在matlab环境下运行 -a toolbox for SVM, explored by LIN.it is feasible to run it in MATLAB
10.1.1.89.842
- designing an quadrotor with pid controller-designing an quadrotor with pid controller
matlab12
- 由于libsvm的matlab版本的工具箱libsvm-mat并没有给出寻参的函数模块,而无论利用libsvm工具箱进行分类还是回归,参数的选取是十分重要的,鉴于此libsvm-mat-2.89-3[FarutoUltimate3.0]在 libsvm-mat-2.89-3的基础上给出相应的辅助函数插件,方便用户来选取最佳的参数,现对该工具箱里主要的辅助函数插件的接口进行介绍。-As the matlab version of the toolbox libsvm libsvm-mat
libsvm-mat-2[1].89-3
- svm(support vector machin) code usefull for classification-svm(support vector machin) code usefull for classification
libsvm-mat-2.89-3
- SVM的多分类问题MATLAB工具包。传统的SVM只支持二分类问题,MATLAB自带的工具包也存在同样的问题。可以在setpath中导入此包,便可轻松将SVM问题扩展到多分类的层面。-A matlab toolkit to solving multi-classification problems based on svm. Traditional svm and the matlab toolkit svmtrain can only support for bi-classificati
libsvm-mat-2.89
- svm(支持向量机)工具箱,用于svm预测,模式识别,故障诊断.-svm (support vector machine) toolbox for svm prediction, pattern recognition, fault diagnosis.
libsvm-mat-2.89-3[Mcode]
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包。-LIBSVM is a simple, easy to use and fast and efficient SVM pattern recognition and regression package Taiwan University Linzhiren (Lin Chih-Jen) and associate development and design.
libsvm-mat-2.89-3[FarutoUltimate3.0]
- SVM分类、回归预测,frauto版本,很好用-matlab SVC SVR
nonholonomic-mobile-robot
- 非完整轮式移动机器人的MATLAB仿真,分为全状态反馈和输出反馈,论文参见 (Shi S, Yu X, Khoo S. Robust finite-time tracking control of nonholonomic mobile robots without velocity measurements[J]. International Journal of Control, 2016, 89(2): 411-423.)-Shi S, Yu X, Khoo S. Robust finit
Linear Regression
- 线性回归实现人脸识别,有40类人脸图片共400张,200个训练集,200个测试集,通过2折交叉验证得到准确率为89%(Face recognition by linear regression)