您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Factoring as Optimization

  2. factoring优化方法的一个很好的文章,burges写的
  3. 所属分类:专业指导

    • 发布日期:2009-09-21
    • 文件大小:180kb
    • 提供者:hanyahong
  1. Advances in Kernel Methods: Support Vector Machine (Ch 1-7)

  2. The Support Vector Machine is a powerful new learning algorithm for solving a variety of learning and function estimation problems, such as pattern recognition, regression estimation, and operator inversion. The impetus for this collection was a wor
  3. 所属分类:专业指导

    • 发布日期:2011-06-23
    • 文件大小:15mb
    • 提供者:jiarongjiang
  1. Advances in Kernel Methods: Support Vector Machine (Ch8-12)

  2. The Support Vector Machine is a powerful new learning algorithm for solving a variety of learning and function estimation problems, such as pattern recognition, regression estimation, and operator inversion. The impetus for this collection was a wor
  3. 所属分类:专业指导

    • 发布日期:2011-06-23
    • 文件大小:12mb
    • 提供者:jiarongjiang
  1. Advances in Kernel Methods: Support Vector Machine(Ch13-18)

  2. The Support Vector Machine is a powerful new learning algorithm for solving a variety of learning and function estimation problems, such as pattern recognition, regression estimation, and operator inversion. The impetus for this collection was a wor
  3. 所属分类:专业指导

    • 发布日期:2011-06-23
    • 文件大小:12mb
    • 提供者:jiarongjiang
  1. Advances in Kernel Methods: Support Vector Machine (Ch19-End)

  2. The Support Vector Machine is a powerful new learning algorithm for solving a variety of learning and function estimation problems, such as pattern recognition, regression estimation, and operator inversion. The impetus for this collection was a wor
  3. 所属分类:专业指导

    • 发布日期:2011-06-23
    • 文件大小:11mb
    • 提供者:jiarongjiang
  1. C.J.C Burges的《模式识别支持向量机指南》

  2. 支持向量机将向量映射到一个更高维的空间里,在这个空间里建立有一个最大间隔超平面。在分开数据的超平面的两边建有两个互相平行的超平面。建立方向合适的分隔超平面使两个与之平行的超平面间的距离最大化。其假定为,平行超平面间的距离或差距越大,分类器的总误差越小。一个极好的指南是C.J.C Burges的《模式识别支持向量机指南》。
  3. 所属分类:其它

    • 发布日期:2013-07-31
    • 文件大小:652kb
    • 提供者:yayatongnian
  1. burges 等对SVM的总结

  2. 所属分类:专业指导

    • 发布日期:2016-03-14
    • 文件大小:292kb
    • 提供者:u010897682
  1. Matlab经典SVM教科书MITpress-svmbook(Advances in Kernel Methods).pdf

  2. Matlab经典SVM教科书MITpress-svmbook.pdf 本书具体名称为 Advances in Kernel Methods   Support Vector Learning    edited by Bernhard Scholkopf Christopher JC Burges  Alexander J Smola ,主要讲的是SVM的原理以及他的应用!
  3. 所属分类:其它

    • 发布日期:2019-08-13
    • 文件大小:436kb
    • 提供者:weixin_39841848
  1. okta-jwt-elixir:Okta JWT验证长生不老药-源码

  2. OktaJwtElixir 来自ruby的库的verify_token函数的实现。 安装 该软件包在HexPM上尚不可用 如果,包装可以通过添加安装okta_jwt_elixir你在依赖列表mix.exs : def deps do [ { :okta_jwt_elixir , " ~> 0.1.0 " } ] end 可以使用生成文档并在发布。 发布后,可以在上找到这些文档。 用法 使用您的okta令牌和一份预期声明地图致电Okta.verify_token/2 。
  3. 所属分类:其它

  1. rsa_public_encrypt_pkcs1:用于Rust的RSA公钥加密PKCS#1-源码

  2. rsa_public_encrypt_pkcs1 使用ASN.1 DER编码的公共密钥进行RSA PKCS#1公共密钥加密。 在基于纯Rust中实现 。 警告:使用风险自负。 未经广泛测试或审查。 可能包含严重的错误。 另请参阅: 。 为rust-openssl编写的示例代码: let mut shared_e = vec! [ 0 ; rsa. size () as usize ]; let mut token_e = vec! [ 0 ; rsa.
  3. 所属分类:其它