Welcome![Sign In][Sign Up]
Location:
Search - SVC linear

Search list

[transportation applicationssvc

Description: 异步电机矢量控制c源程序,给出了一个基于转子磁链的控制模型,仅供参考。-Induction Motor Vector Control c source code, gives a rotor flux-based control model, for reference purposes only.
Platform: | Size: 212992 | Author: aladdin | Hits:

[matlabSvm

Description: 统计模式识别、线性或非线性回归以及人工神经网络等方法是数据挖掘的有效工具,支持向量分类(support vector classification,简称SVC)算法是一个很有发展前景的方向。-Statistical pattern recognition, linear or nonlinear regression and artificial neural network approach is an effective tool for data mining, support vector classification (support vector classification, referred to as SVC) algorithm is a promising direction.
Platform: | Size: 10240 | Author: xs | Hits:

[AI-NN-PRlibsvm-2.85-dense

Description: LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、 易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、 n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM ) 等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。-LIBSVM source. LIBSVM is林智仁Taiwan University (Chih-Jen Lin) Dr. develop design a simple, easy to use, fast and effective generic SVM software package, can solve the classification problems (including the C-SVC, n- SVC), regression ( including e- SVR, n- SVR) as well as the distribution of estimates (one-class-SVM) and so on, provides a linear, polynomial, radial basis function and the S-shaped kernel function of four commonly used for selection, can effectively to solve a wide range of issues, cross-validation to choose the parameters of the imbalance in the weighted sample, multi-category probability estimation.
Platform: | Size: 24576 | Author: 刘铁军 | Hits:

[matlablibsvm-2.88

Description: LIBSVM 是台湾大学林智仁 (Chih-Jen Lin) 博士等开发设计的一个操作简单、易于使用、快速有效的通用 SVM 软件包,可以解决分类问题(包括 C- SVC 、n - SVC )、回归问题(包括 e - SVR 、 n - SVR )以及分布估计( one-class-SVM )等问题,提供了线性、多项式、径向基和 S 形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。-LIBSVM is林智仁Taiwan University (Chih-Jen Lin) Dr. develop design a simple, easy to use, fast and effective generic SVM software package, can solve the classification problems (including the C-SVC, n- SVC), regression ( including e- SVR, n- SVR) as well as the distribution of estimates (one-class-SVM) and so on, provides a linear, polynomial, radial basis function and the S-shaped kernel function of four commonly used for selection, can effectively to solve a wide range of issues, cross-validation to choose the parameters of the imbalance in the weighted sample, multi-category probability estimation.
Platform: | Size: 518144 | Author: 小潘 | Hits:

[matlabsvc_close

Description: 关于svc的matlab仿真模型,闭环的SVC模型-close-loop svc modulation
Platform: | Size: 61440 | Author: 影子 | Hits:

[Mathimatics-Numerical algorithmssvm4

Description:  -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:核函数中的degree设置(针对多项式核函数)(默认3)   -g r(gama):核函数中的gamma函数设置(针对多项式/rbf/sigmoid核函数)(默认1/ k)   -r coef0:核函数中的coef0设置(针对多项式/sigmoid核函数)((默认0)   -c cost:设置C-SVC,e -SVR和v-SVR的参数(损失函数)(默认1)   -n nu:设置v-SVC,一类SVM和v- SVR的参数(默认0.5)   -p p:设置e -SVR 中损失函数p的值(默认0.1)   -m cachesize:设置cache内存大小,以MB为单位(默认40)   -e eps:设置允许的终止判据(默认0.001)   -h shrinking:是否使用启发式,0或1(默认1)   -wi weight:设置第几类的参数C为weight*C(C-SVC中的C)(默认1)   -v n: n-fold交互检验模式,n为fold的个数,必须大于等于2--s svm_type : set type of SVM (default 0) 0-- C-SVC 1-- nu-SVC 2-- one-class SVM 3-- epsilon-SVR 4-- nu-SVR -t kernel_type : set type of kernel function (default 2) 0-- linear: u *v 1-- polynomial: (gamma*u *v+ coef0)^degree 2-- radial basis function: exp(-gamma*|u-v|^2) 3-- sigmoid: tanh(gamma*u *v+ coef0) 4-- precomputed kernel (kernel values in training_instance_matrix) -d degree : set degree in kernel function (default 3) -g gamma : set gamma in kernel function (default 1/k) -r coef0 : set coef0 in kernel function (default 0) -c cost : set the parameter C of C-SVC, epsilon-SVR, and nu-SVR (default 1) -n nu : set the parameter nu of nu-SVC, one-class SVM, and nu-SVR (default 0.5) -p epsilon : set the epsilon in loss function of epsilon-SVR (default 0.1) -m cachesize : set cache memory size in MB (default 100) -e epsilon : set tolerance of termination criterion (default 0.001) -h shrinking: whether to use the shrinking heuristics, 0 or 1 (default 1) -b
Platform: | Size: 17408 | Author: little863 | Hits:

[Special Effectssvm

Description: SVM平台,操作简单、易于使用的通用SVM 软件包,可以解决分类问题(包括C- SVC、n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM )等问题,提供了线性、多项式、径向基和S 形函数四种常用的核函数供选择。-SVM platform is a simple, easy to use, versatile SVM software package can solve classification problems (including C-SVC, n- SVC), regression (including e- SVR, n- SVR) and distribution estimation (one-class-SVM) and other issues, providing a linear, polynomial, radial basis functions and the S-shaped four commonly used kernel functions for selection.
Platform: | Size: 633856 | Author: 凡轩 | Hits:

[DocumentsSVAC标准介绍

Description: 支持高精度视频数据,在高动态范围场景提供更多图像细节 支持先进编码工具,在获得更好图像质量的同时获得更高编码效率 支持感兴趣区域(ROI)变质量编码,在网络带宽或存储空间有限的情况下,提供更符 合监控需要的高质量视频编码 支持可伸缩视频编码(SVC),满足不同传输网络带宽和数据存储环境的需求 u 支持代数码书激励线性预测(ACELP)和变换音频编码(TAC)切换的双核音频编码, 保证对语音和环境(背景)声音均有较好的编码效果 支持声音识别特征参数编码,避免编码失真对语音识别和声纹识别的影响 支持监控专用信息(绝对时间、智能分析结果、报警信息),便于音视频内容的有效 管理和综合利用 支持加密和认证,保证监控数据的保密性、真实性和完整性(Support high precision video data to provide more image details in a high dynamic range scene Support advanced coding tools to obtain better coding efficiency while obtaining better image quality Support region of interest (ROI) variable quality coding, providing more characters in the case of limited network bandwidth or storage space. High quality video coding for monitoring requirements Support scalable video coding (SVC) to meet the needs of different transmission network bandwidth and data storage environment U supports dual core audio coding, which enables digital books to stimulate linear prediction (ACELP) and switched audio coding (TAC) switching.)
Platform: | Size: 1473536 | Author: xx002 | Hits:

CodeBus www.codebus.net