CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - RBF kernel

搜索资源列表

  1. PG_BOW_DEMO

    1下载:
  2. 图像的特征用到了Dense Sift,通过Bag of Words词袋模型进行描述,当然一般来说是用训练集的来构建词典,因为我们还没有测试集呢。虽然测试集是你拿来测试的,但是实际应用中谁知道测试的图片是啥,所以构建BoW词典我这里也只用训练集。 其实BoW的思想很简单,虽然很多人也问过我,但是只要理解了如何构建词典以及如何将图像映射到词典维上去就行了,面试中也经常问到我这个问题,不知道你们都怎么用生动形象的语言来描述这个问题? 用BoW描述完图像之后,指的是将训练集以及测试集
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3585024
    • 提供者:lipiji
  1. libsvm_guide

    0下载:
  2. libsvm介绍及用法,包括数据预处理,模型选择,何时使用线性核函数而非RBF核函数-libsvm introduction and usage, including data preprocessing, model selection, when to use linear kernel rather than the RBF kernel
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:158318
    • 提供者:豆豆
  1. SVMbyQuadprog

    0下载:
  2. 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.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:259823
    • 提供者:SUNGWOONG KIM
  1. looms

    0下载:
  2. 留一模型选择法leave-one-out model selection,适合支持向量机分类和回归时进行参数选择。-looms uses a slightly modified BSVM to perform model selection on binary classification problems. Currently the RBF kernel is supported.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:56721
    • 提供者:Mountain
  1. 26

    0下载:
  2. 关于rbf神经网络实现图像分类的优化算法英文文献 源于著名期刊I-A METHOD FOR IMAGE CLASSIFICATION BASED ON KERNEL PCA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:235963
    • 提供者:sfes
  1. rbf

    0下载:
  2. 向量机算法中的核函数 向量机算法中的核函数-SVM kernel function
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1502
    • 提供者:lsxk
  1. rbfSVM

    0下载:
  2. 基于RBF径向基核函数实现SVM支撑矢量机算法,-SVM algorithm based on RBF kernel
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:969
    • 提供者:Shirly
  1. svm-rbf-demo

    0下载:
  2. 基于RBF核函数的最小二乘支持向量机演示程序,对学习支持向量机有帮助-Based on RBF kernel functions, the least squares support vector machine (SVM) demo application to the study of support vector machine have help
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:6915
    • 提供者:熊楠
  1. libsvm-kernel--of-ploynomial-and-RBF

    0下载:
  2. 在libsvm平台下,用RBF核函数和polynomial多项式核函数结合,形成新的混合核函数,求验证其正确性-libsvm kernel of RBF and ploynomial
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:1131
    • 提供者:安文超
  1. RBF-kernel-based-on-SVM-and-RVM-

    0下载:
  2. 基于RBF核的SVM及RVM模式分析性能比较.-RBF kernel based on SVM and RVM pattern analysis performance comparison.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-01
    • 文件大小:323427
    • 提供者:jdasd
  1. dd_ex3

    0下载:
  2. 使用支持向量数据描述,使用RBF核。利用被检测数据画出一个散点图。-Using support vector data descr iption, use the RBF kernel. Use test data to draw a scatter plot is.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1110
    • 提供者:
  1. svm_v251

    0下载:
  2. 用于模式分类和预测的方法——支持向量机的TOOLBOX的程序,核函数选择为 RBF核函数-Method for pattern classification and prediction- SVM TOOLBOX program, RBF kernel function is selected as the kernel function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:247274
    • 提供者:alinda_su
  1. rbf-kernelsvmdemo

    0下载:
  2. 支持向量机的演示程序,可以学习到支持向量机的工作原理及变成机理。核函数是RBF核函数-Support vector machine (SVM) demo, can learn to the working principle of support vector machine (SVM) and become a mechanism. Kernel function is RBF kernel function
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-14
    • 文件大小:5177
    • 提供者:Yu siquan
  1. approxsvm-master

    0下载:
  2. This project is a C++ implementation of a second-order Maclaurin series approximation of LIBSVM models using an RBF kernel. This approximation greatly increases prediction speed for models with many support vectors but in few dimensions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:800254
    • 提供者:aman
  1. demofun

    0下载:
  2. This a simple demo, solving a simple regression task using LS-SVMlab. A dataset is constructed in the right formatting. The data are represented as matrices where each row contains one datapoint. In order to make an LS-SVM model, we need 2 extra para
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:12531
    • 提供者:hifa
  1. Gaussian

    0下载:
  2. 通过 Gaussian kernel说明非线性回归分析的算法-Gaussian kernel smoother, Gaussian kernel-based linear regression, RBF kernel regression
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:558
    • 提供者:dkw
  1. RBF

    0下载:
  2. RBF神经网络:rbf原理:所谓径向基函数(Radial Basis Function 简称 RBF),就是某种沿径向对称的标量函数。通常定义为空间中任一点x到某一中心xc之间欧氏距离的单调函数,可记作 k(||x-xc||),其作用往往是局部的,即当x远离xc时函数取值很小。最常用的径向基函数是高斯核函数,形式为 k(||x-xc||)=exp{- ||x-xc||^2/(2*σ)^2) } 其中xc为核函数中心,σ为函数的宽度参数,控制了函数的径向作用范围。在RBF网络中,这两个参数往往是可
  3. 所属分类:Windows Develop

    • 发布日期:2016-04-21
    • 文件大小:1024
    • 提供者:
  1. RBF-Kernel

    0下载:
  2. RBF-kernel unsupervised classification
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:4744
    • 提供者:hosna
  1. D2dataset-master

    0下载:
  2. Perform SVM and test results a) For now, assume that the main scr ipt is grid_search.IT performs a grid search for SVM using RBF kernel , for the 2 parameters C and gamma .Criterios for choosing the right values is the F1 score and accuracy of the
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:10240
    • 提供者:sami2423
  1. svr

    0下载:
  2. RBF核函数编写和svr的matlab编写(RBF kernel function writing)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:小鱼_aaa
« 12 3 »
搜珍网 www.dssz.com