zoukankan      html  css  js  c++  java
  • Random Fourier Features

    K-DSN

    深度堆叠网络

    Random Features for Large-Scale Kernel Machines
    To accelerate the training of kernel machines, we propose to map the input data
    to a randomized low-dimensional feature space and then apply existing fast linear
    methods. Our randomized features are designed so that the inner products of the
    transformed data are approximately equal to those in the feature space of a user
    specified shift-invariant kernel. We explore two sets of random features, provide
    convergence bounds on their ability to approximate various radial basis kernels,
    and show that in large-scale classification and regression tasks linear machine
    learning algorithms that use these features outperform state-of-the-art large-scale
    kernel machines.
    On the Error of Random Fourier Features

    https://www.cs.cmu.edu/~dsutherl/papers/rff_uai15.pdf

    Kernel methods give powerful, flexible, and the-
    oretically grounded approaches to solving many
    problems in machine learning. The standard ap-
    proach, however, requires pairwise evaluations
    of a kernel function, which can lead to scalabil-
    ity issues for very large datasets. Rahimi and
    Recht (2007) suggested a popular approach to
    handling this problem, known as random Fourier
    features. The quality of this approximation, how-
    ever, is not well understood. We improve the uni-
    form error bound of that paper, as well as giving
    novel understandings of the embedding’s vari-
    ance, approximation error, and use in some ma-
    chine learning methods. We also point out that
    surprisingly, of the two main variants of those
    features, the more widely used is strictly higher-
    variance for the Gaussian kernel and has worse
    bounds.
  • 相关阅读:
    秋招结束了
    面向萌新的日麻面麻规则简化/改进
    DataTable 转换为Tree 树状结构
    jmeter beanshell断言
    jmeter请求参数包含中文
    Centos7 yum缓存rpm安装包
    nginx针对某个url限制ip访问,常用于后台访问限制
    有关json-lib2.4在转java对象时超过7位数的Double类型会出现科学计数法和精度丢失的问题
    SAP 下载安装
    android okhttp + retrofit使用
  • 原文地址:https://www.cnblogs.com/rsapaper/p/7538466.html
Copyright © 2011-2022 走看看