搜索资源列表
svm-rbf-demo
- SVM的例子程序,使用RBF,garma值为0.5。专业人士可以参考。有搞SVM参数优化的人我们可以一起讨论-SVM example, the use of RBF, garma value of 0.5. Professional reference. SVM engage with the optimization of parameters we can discuss
@rbf
- 因其核函数的良好性态,RBF核SVM(RBF-SVM)在实际应用中表现出良好的学习性能,但是RBF核函数中的参数对SVM的性能起决定性作用.阐述了RBF-SVM的性能随着变化而变化的规律,并将RBF-SVM引入自动羽绒识别系统中.根据自动羽绒识别系统的实际需求和RBF-SVM的性能变化规律,论述了本系统中参数的选取依据和选取过程,并且给出了的相关曲线变化图.通过研究,最后得到适合本系统的识别模型,从而提高了系统的总体识别率.同时,也验证了RBF-SVM的良好特性和其受参数的约束规律.
svm-rbf-demo
- 用于 MATLAB 的 SVM 演示程序,直接放到程序所在目录就可工作。
rbf
- 实现了RBF网络,已载入训练和测试样本,可根据需要将其更换-Achieved a RBF network, has been printed in the training and test samples may be needed to replace
SVM
- MATLAB中svm入门ppt介绍及程序实例介绍-Getting Started with MATLAB, and procedures of example to illustrate svm
PSO
- 用粒子群算法优化RBF网络权值,根据适应度值对个体最优和群体最优进行更新-Particle Swarm Optimization with RBF network weights, according to the best fitness value of individuals and groups to update the best
ToolBox
- matlab图像处理工具相,使用了主成分分析,ANN,SVM等方法。-This toolBox used in the image processing(feature extraction and classification) PCA,LDA,ICA,DCT,RBF,RBE,GRNN,KNN,minimum distance,SVM, and others
SVMbyQuadprog
- This is a support vector machine program developed based on quadprog. Polynomial and RBF kernel are supported. Test it by executing example.m with supported data.
SVM
- 支持向量机 最小二乘支持向量机 matlab ls-svmlab SVM matlab matlab工具 matlab 支持向量机 svm LS-SVMlab工具箱及示例程序-支持向量机 最小二乘支持向量机 matlab ls-svmlab SVM matlab matlab工具 matlab 支持向量机 svm LS-SVMlab工具箱及示例程序
rbf
- 向量机算法中的核函数 向量机算法中的核函数-SVM kernel function
rbfSVM
- 基于RBF径向基核函数实现SVM支撑矢量机算法,-SVM algorithm based on RBF kernel
RBF
- 此为径向基资料,,对RBF神经网络的结构和原理进行了详细的说明,,对RBF编程很有帮助-This is the radial basis information on the RBF neural network structure and principle of the detailed descr iption of RBF programming helpful
svm-rbf-demo
- SVM-RBF演示程序直接放到matlab command窗口运行就可以了-SVM-RBF demo program directly into the matlab command window to run on it
svm4
- -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
svm-rbf-demo
- 基于RBF核函数的最小二乘支持向量机演示程序,对学习支持向量机有帮助-Based on RBF kernel functions, the least squares support vector machine (SVM) demo application to the study of support vector machine have help
30-case-studies
- MATLAB神经网络30个案例分析__读者调用案例的时候,只要把案例中的数据换成自己需要处理的数据,即可实现自己想要的网络。该书共有30个MATLAB神经网络的案例(含可运行程序),包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。-30 case studies of the MATLAB Neural Network __ readers call the case, as
MATAB神经网络30个案例分析
- 该PDF共有30个MATLAB神经网络的案例,包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。本PDF作为本科毕业设计、研究生项日设计、博士低年级课题设计参考书籍,同时对广大科研人员也有很高的参考价值。(The PDF has a total of 30 MATLAB in the case of neural networks, including BP, RBF, SVM
etr20652
- In this letter, we propose a new compression method for a high dimensional support vector machine (SVM). We used singular value decomposition (SVD) to compress the norm part of a radial basis function SVM. By deleting the least significant vector
rbf-svm.py
- 通过SVM可以对两个半月形的数据簇进行分类(By using SVM, two semilunar data clusters can be classified.)
PSO-SVM
- 粒子群算法优化支持向量机的惩罚参数c和rbf的参数gamma。(Particle swarm optimization (PSO) optimizes the penalty parameters c and RBF of SVM gamma.)